@import "https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap";
@import "https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";

/* node_modules/swiper/swiper.css */
:root {
  --swiper-theme-color: #007aff;
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-slides-offset-before);
  scroll-margin-inline-start: var(--swiper-slides-offset-before);
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper > .swiper-slide:last-child {
  margin-inline-end: var(--swiper-slides-offset-after);
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-slides-offset-before);
  scroll-margin-block-start: var(--swiper-slides-offset-before);
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper > .swiper-slide:last-child {
  margin-block-end: var(--swiper-slides-offset-after);
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image:
    linear-gradient(
      to left,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image:
    linear-gradient(
      to right,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image:
    linear-gradient(
      to top,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image:
    linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0));
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
:is(.swiper:not(.swiper-watch-progress), .swiper-watch-progress .swiper-slide-visible) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* node_modules/swiper/modules/navigation.css */
:root {
  --swiper-navigation-size: 44px;
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  width: var(--swiper-navigation-size);
  height: var(--swiper-navigation-size);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
:is(.swiper-button-prev, .swiper-button-next).swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
:is(.swiper-button-prev, .swiper-button-next).swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled :is(.swiper-button-prev, .swiper-button-next) {
  display: none !important;
}
:is(.swiper-button-prev, .swiper-button-next) svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center;
  fill: currentColor;
  pointer-events: none;
}
.swiper-button-lock {
  display: none;
}
.swiper-button-prev,
.swiper-button-next {
  top: var(--swiper-navigation-top-offset, 50%);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
}
.swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, 4px);
  right: auto;
}
.swiper-button-prev .swiper-navigation-icon {
  transform: rotate(180deg);
}
.swiper-button-next {
  right: var(--swiper-navigation-sides-offset, 4px);
  left: auto;
}
.swiper-horizontal .swiper-button-prev,
.swiper-horizontal .swiper-button-next,
.swiper-horizontal ~ .swiper-button-prev,
.swiper-horizontal ~ .swiper-button-next {
  top: var(--swiper-navigation-top-offset, 50%);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  margin-left: 0;
}
.swiper-horizontal .swiper-button-prev,
.swiper-horizontal ~ .swiper-button-prev,
.swiper-horizontal.swiper-rtl .swiper-button-next,
.swiper-horizontal.swiper-rtl ~ .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 4px);
  right: auto;
}
.swiper-horizontal .swiper-button-next,
.swiper-horizontal ~ .swiper-button-next,
.swiper-horizontal.swiper-rtl .swiper-button-prev,
.swiper-horizontal.swiper-rtl ~ .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 4px);
  left: auto;
}
:is(.swiper-horizontal .swiper-button-prev, .swiper-horizontal ~ .swiper-button-prev, .swiper-horizontal.swiper-rtl .swiper-button-next, .swiper-horizontal.swiper-rtl ~ .swiper-button-next) .swiper-navigation-icon {
  transform: rotate(180deg);
}
:is(.swiper-horizontal.swiper-rtl .swiper-button-prev, .swiper-horizontal.swiper-rtl ~ .swiper-button-prev) .swiper-navigation-icon {
  transform: rotate(0deg);
}
.swiper-vertical .swiper-button-prev,
.swiper-vertical .swiper-button-next,
.swiper-vertical ~ .swiper-button-prev,
.swiper-vertical ~ .swiper-button-next {
  left: var(--swiper-navigation-top-offset, 50%);
  right: auto;
  margin-left: calc(0px - (var(--swiper-navigation-size) / 2));
  margin-top: 0;
}
.swiper-vertical .swiper-button-prev,
.swiper-vertical ~ .swiper-button-prev {
  top: var(--swiper-navigation-sides-offset, 4px);
  bottom: auto;
}
:is(.swiper-vertical .swiper-button-prev, .swiper-vertical ~ .swiper-button-prev) .swiper-navigation-icon {
  transform: rotate(-90deg);
}
.swiper-vertical .swiper-button-next,
.swiper-vertical ~ .swiper-button-next {
  bottom: var(--swiper-navigation-sides-offset, 4px);
  top: auto;
}
:is(.swiper-vertical .swiper-button-next, .swiper-vertical ~ .swiper-button-next) .swiper-navigation-icon {
  transform: rotate(90deg);
}

/* node_modules/swiper/modules/pagination.css */
:root {
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
:is(.swiper-vertical > .swiper-pagination-bullets, .swiper-pagination-vertical.swiper-pagination-bullets) .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
:is(.swiper-vertical > .swiper-pagination-bullets, .swiper-pagination-vertical.swiper-pagination-bullets).swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
:is(.swiper-vertical > .swiper-pagination-bullets, .swiper-pagination-vertical.swiper-pagination-bullets).swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}
:is(.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-horizontal.swiper-pagination-bullets) .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
:is(.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-horizontal.swiper-pagination-bullets).swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
:is(.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-horizontal.swiper-pagination-bullets).swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}
.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
}

/* node_modules/typeface-roboto/index.css */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-display: swap;
  font-weight: 100;
  src:
    local("Roboto Thin "),
    local("Roboto-Thin"),
    url("./media/roboto-latin-100-KOPQVFVU.woff2") format("woff2"),
    url("./media/roboto-latin-100-LOUZJWWD.woff") format("woff");
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-display: swap;
  font-weight: 100;
  src:
    local("Roboto Thin italic"),
    local("Roboto-Thinitalic"),
    url("./media/roboto-latin-100italic-IG5GIIM4.woff2") format("woff2"),
    url("./media/roboto-latin-100italic-2YPH5CYH.woff") format("woff");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-display: swap;
  font-weight: 300;
  src:
    local("Roboto Light "),
    local("Roboto-Light"),
    url("./media/roboto-latin-300-JWHYBBRD.woff2") format("woff2"),
    url("./media/roboto-latin-300-NQN4IYIE.woff") format("woff");
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-display: swap;
  font-weight: 300;
  src:
    local("Roboto Light italic"),
    local("Roboto-Lightitalic"),
    url("./media/roboto-latin-300italic-IULEMQ5T.woff2") format("woff2"),
    url("./media/roboto-latin-300italic-HJJJOUNF.woff") format("woff");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src:
    local("Roboto Regular "),
    local("Roboto-Regular"),
    url("./media/roboto-latin-400-DYWU2ORH.woff2") format("woff2"),
    url("./media/roboto-latin-400-PZFAIW4T.woff") format("woff");
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-display: swap;
  font-weight: 400;
  src:
    local("Roboto Regular italic"),
    local("Roboto-Regularitalic"),
    url("./media/roboto-latin-400italic-XM6GSVOE.woff2") format("woff2"),
    url("./media/roboto-latin-400italic-NBBRDGPF.woff") format("woff");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src:
    local("Roboto Medium "),
    local("Roboto-Medium"),
    url("./media/roboto-latin-500-DX54HW7Y.woff2") format("woff2"),
    url("./media/roboto-latin-500-4IP6S76S.woff") format("woff");
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-display: swap;
  font-weight: 500;
  src:
    local("Roboto Medium italic"),
    local("Roboto-Mediumitalic"),
    url("./media/roboto-latin-500italic-OVB2IKYS.woff2") format("woff2"),
    url("./media/roboto-latin-500italic-VL7WQZYV.woff") format("woff");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src:
    local("Roboto Bold "),
    local("Roboto-Bold"),
    url("./media/roboto-latin-700-CKETX7AH.woff2") format("woff2"),
    url("./media/roboto-latin-700-AJRTAAYS.woff") format("woff");
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-display: swap;
  font-weight: 700;
  src:
    local("Roboto Bold italic"),
    local("Roboto-Bolditalic"),
    url("./media/roboto-latin-700italic-XRYXTYAE.woff2") format("woff2"),
    url("./media/roboto-latin-700italic-4UYGFYT4.woff") format("woff");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-display: swap;
  font-weight: 900;
  src:
    local("Roboto Black "),
    local("Roboto-Black"),
    url("./media/roboto-latin-900-FAV2O762.woff2") format("woff2"),
    url("./media/roboto-latin-900-JFROQEGL.woff") format("woff");
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-display: swap;
  font-weight: 900;
  src:
    local("Roboto Black italic"),
    local("Roboto-Blackitalic"),
    url("./media/roboto-latin-900italic-TQPYBBAD.woff2") format("woff2"),
    url("./media/roboto-latin-900italic-EOKBGSTY.woff") format("woff");
}

/* src/styles.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(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style: ;
}
::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style: ;
}
*,
::before,
::after {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: #e5e7eb;
}
::before,
::after {
  --tw-content: "";
}
html,
:host {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  tab-size: 4;
  font-family: Roboto, system-ui;
  font-feature-settings: normal;
  font-variation-settings: normal;
  -webkit-tap-highlight-color: transparent;
}
body {
  margin: 0;
  line-height: inherit;
}
hr {
  height: 0;
  color: inherit;
  border-top-width: 1px;
}
abbr:where([title]) {
  text-decoration: underline dotted;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
a {
  color: inherit;
  text-decoration: inherit;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp,
pre {
  font-family:
    ui-monospace,
    SFMono-Regular,
    Menlo,
    Monaco,
    Consolas,
    "Liberation Mono",
    "Courier New",
    monospace;
  font-feature-settings: normal;
  font-variation-settings: normal;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}
button,
select {
  text-transform: none;
}
button,
input:where([type=button]),
input:where([type=reset]),
input:where([type=submit]) {
  -webkit-appearance: button;
  background-color: transparent;
  background-image: none;
}
:-moz-focusring {
  outline: auto;
}
:-moz-ui-invalid {
  box-shadow: none;
}
progress {
  vertical-align: baseline;
}
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
summary {
  display: list-item;
}
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
dialog {
  padding: 0;
}
textarea {
  resize: vertical;
}
input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}
button,
[role=button] {
  cursor: pointer;
}
:disabled {
  cursor: default;
}
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  vertical-align: middle;
}
img,
video {
  max-width: 100%;
  height: auto;
}
[hidden]:where(:not([hidden=until-found])) {
  display: none;
}
.container {
  width: 100%;
}
@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}
.aspect-h-9 {
  --tw-aspect-h: 9;
}
.aspect-w-16 {
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 16;
}
.aspect-w-16 > * {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.prose {
  color: var(--tw-prose-body);
  max-width: 65ch;
}
.prose :where(p):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose :where([class~=lead]):not(:where([class~=not-prose], [class~=not-prose] *)) {
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
.prose :where(a):not(:where([class~=not-prose], [class~=not-prose] *)) {
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}
.prose :where(strong):not(:where([class~=not-prose], [class~=not-prose] *)) {
  color: var(--tw-prose-bold);
  font-weight: 600;
}
.prose :where(a strong):not(:where([class~=not-prose], [class~=not-prose] *)) {
  color: inherit;
}
.prose :where(blockquote strong):not(:where([class~=not-prose], [class~=not-prose] *)) {
  color: inherit;
}
.prose :where(thead th strong):not(:where([class~=not-prose], [class~=not-prose] *)) {
  color: inherit;
}
.prose :where(ol):not(:where([class~=not-prose], [class~=not-prose] *)) {
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}
.prose :where(ol[type=A]):not(:where([class~=not-prose], [class~=not-prose] *)) {
  list-style-type: upper-alpha;
}
.prose :where(ol[type=a]):not(:where([class~=not-prose], [class~=not-prose] *)) {
  list-style-type: lower-alpha;
}
.prose :where(ol[type=A s]):not(:where([class~=not-prose], [class~=not-prose] *)) {
  list-style-type: upper-alpha;
}
.prose :where(ol[type=a s]):not(:where([class~=not-prose], [class~=not-prose] *)) {
  list-style-type: lower-alpha;
}
.prose :where(ol[type=I]):not(:where([class~=not-prose], [class~=not-prose] *)) {
  list-style-type: upper-roman;
}
.prose :where(ol[type=i]):not(:where([class~=not-prose], [class~=not-prose] *)) {
  list-style-type: lower-roman;
}
.prose :where(ol[type=I s]):not(:where([class~=not-prose], [class~=not-prose] *)) {
  list-style-type: upper-roman;
}
.prose :where(ol[type=i s]):not(:where([class~=not-prose], [class~=not-prose] *)) {
  list-style-type: lower-roman;
}
.prose :where(ol[type="1"]):not(:where([class~=not-prose], [class~=not-prose] *)) {
  list-style-type: decimal;
}
.prose :where(ul):not(:where([class~=not-prose], [class~=not-prose] *)) {
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}
.prose :where(ol > li):not(:where([class~=not-prose], [class~=not-prose] *))::marker {
  font-weight: 400;
  color: var(--tw-prose-counters);
}
.prose :where(ul > li):not(:where([class~=not-prose], [class~=not-prose] *))::marker {
  color: var(--tw-prose-bullets);
}
.prose :where(dt):not(:where([class~=not-prose], [class~=not-prose] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}
.prose :where(hr):not(:where([class~=not-prose], [class~=not-prose] *)) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}
.prose :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) {
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-inline-start-width: 0.25rem;
  border-inline-start-color: var(--tw-prose-quote-borders);
  quotes: "\201c""\201d""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-inline-start: 1em;
}
.prose :where(blockquote p:first-of-type):not(:where([class~=not-prose], [class~=not-prose] *))::before {
  content: open-quote;
}
.prose :where(blockquote p:last-of-type):not(:where([class~=not-prose], [class~=not-prose] *))::after {
  content: close-quote;
}
.prose :where(h1):not(:where([class~=not-prose], [class~=not-prose] *)) {
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}
.prose :where(h1 strong):not(:where([class~=not-prose], [class~=not-prose] *)) {
  font-weight: 900;
  color: inherit;
}
.prose :where(h2):not(:where([class~=not-prose], [class~=not-prose] *)) {
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}
.prose :where(h2 strong):not(:where([class~=not-prose], [class~=not-prose] *)) {
  font-weight: 800;
  color: inherit;
}
.prose :where(h3):not(:where([class~=not-prose], [class~=not-prose] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}
.prose :where(h3 strong):not(:where([class~=not-prose], [class~=not-prose] *)) {
  font-weight: 700;
  color: inherit;
}
.prose :where(h4):not(:where([class~=not-prose], [class~=not-prose] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
.prose :where(h4 strong):not(:where([class~=not-prose], [class~=not-prose] *)) {
  font-weight: 700;
  color: inherit;
}
.prose :where(img):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(picture):not(:where([class~=not-prose], [class~=not-prose] *)) {
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(video):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(kbd):not(:where([class~=not-prose], [class~=not-prose] *)) {
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px var(--tw-prose-kbd-shadows), 0 3px 0 var(--tw-prose-kbd-shadows);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-inline-end: 0.375em;
  padding-bottom: 0.1875em;
  padding-inline-start: 0.375em;
}
.prose :where(code):not(:where([class~=not-prose], [class~=not-prose] *)) {
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}
.prose :where(code):not(:where([class~=not-prose], [class~=not-prose] *))::before {
  content: "`";
}
.prose :where(code):not(:where([class~=not-prose], [class~=not-prose] *))::after {
  content: "`";
}
.prose :where(a code):not(:where([class~=not-prose], [class~=not-prose] *)) {
  color: inherit;
}
.prose :where(h1 code):not(:where([class~=not-prose], [class~=not-prose] *)) {
  color: inherit;
}
.prose :where(h2 code):not(:where([class~=not-prose], [class~=not-prose] *)) {
  color: inherit;
  font-size: 0.875em;
}
.prose :where(h3 code):not(:where([class~=not-prose], [class~=not-prose] *)) {
  color: inherit;
  font-size: 0.9em;
}
.prose :where(h4 code):not(:where([class~=not-prose], [class~=not-prose] *)) {
  color: inherit;
}
.prose :where(blockquote code):not(:where([class~=not-prose], [class~=not-prose] *)) {
  color: inherit;
}
.prose :where(thead th code):not(:where([class~=not-prose], [class~=not-prose] *)) {
  color: inherit;
}
.prose :where(pre):not(:where([class~=not-prose], [class~=not-prose] *)) {
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-inline-end: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-inline-start: 1.1428571em;
}
.prose :where(pre code):not(:where([class~=not-prose], [class~=not-prose] *)) {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
.prose :where(pre code):not(:where([class~=not-prose], [class~=not-prose] *))::before {
  content: none;
}
.prose :where(pre code):not(:where([class~=not-prose], [class~=not-prose] *))::after {
  content: none;
}
.prose :where(table):not(:where([class~=not-prose], [class~=not-prose] *)) {
  width: 100%;
  table-layout: auto;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
.prose :where(thead):not(:where([class~=not-prose], [class~=not-prose] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
.prose :where(thead th):not(:where([class~=not-prose], [class~=not-prose] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}
.prose :where(tbody tr):not(:where([class~=not-prose], [class~=not-prose] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
.prose :where(tbody tr:last-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
  border-bottom-width: 0;
}
.prose :where(tbody td):not(:where([class~=not-prose], [class~=not-prose] *)) {
  vertical-align: baseline;
}
.prose :where(tfoot):not(:where([class~=not-prose], [class~=not-prose] *)) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}
.prose :where(tfoot td):not(:where([class~=not-prose], [class~=not-prose] *)) {
  vertical-align: top;
}
.prose :where(th, td):not(:where([class~=not-prose], [class~=not-prose] *)) {
  text-align: start;
}
.prose :where(figure > *):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.prose :where(figcaption):not(:where([class~=not-prose], [class~=not-prose] *)) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
.prose {
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-kbd: #111827;
  --tw-prose-kbd-shadows: rgb(17 24 39 / 10%);
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: rgb(255 255 255 / 10%);
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}
.prose :where(picture > img):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.prose :where(li):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.prose :where(ol > li):not(:where([class~=not-prose], [class~=not-prose] *)) {
  padding-inline-start: 0.375em;
}
.prose :where(ul > li):not(:where([class~=not-prose], [class~=not-prose] *)) {
  padding-inline-start: 0.375em;
}
.prose :where(.prose > ul > li p):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(.prose > ul > li > p:first-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-top: 1.25em;
}
.prose :where(.prose > ul > li > p:last-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-bottom: 1.25em;
}
.prose :where(.prose > ol > li > p:first-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-top: 1.25em;
}
.prose :where(.prose > ol > li > p:last-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-bottom: 1.25em;
}
.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(dl):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose :where(dd):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-top: 0.5em;
  padding-inline-start: 1.625em;
}
.prose :where(hr + *):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-top: 0;
}
.prose :where(h2 + *):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-top: 0;
}
.prose :where(h3 + *):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-top: 0;
}
.prose :where(h4 + *):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-top: 0;
}
.prose :where(thead th:first-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
  padding-inline-start: 0;
}
.prose :where(thead th:last-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
  padding-inline-end: 0;
}
.prose :where(tbody td, tfoot td):not(:where([class~=not-prose], [class~=not-prose] *)) {
  padding-top: 0.5714286em;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}
.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
  padding-inline-start: 0;
}
.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
  padding-inline-end: 0;
}
.prose :where(figure):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(.prose > :first-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-top: 0;
}
.prose :where(.prose > :last-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-bottom: 0;
}
.prose-sm {
  font-size: 0.875rem;
  line-height: 1.7142857;
}
.prose-sm :where(p):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
}
.prose-sm :where([class~=lead]):not(:where([class~=not-prose], [class~=not-prose] *)) {
  font-size: 1.2857143em;
  line-height: 1.5555556;
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}
.prose-sm :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
  padding-inline-start: 1.1111111em;
}
.prose-sm :where(h1):not(:where([class~=not-prose], [class~=not-prose] *)) {
  font-size: 2.1428571em;
  margin-top: 0;
  margin-bottom: 0.8em;
  line-height: 1.2;
}
.prose-sm :where(h2):not(:where([class~=not-prose], [class~=not-prose] *)) {
  font-size: 1.4285714em;
  margin-top: 1.6em;
  margin-bottom: 0.8em;
  line-height: 1.4;
}
.prose-sm :where(h3):not(:where([class~=not-prose], [class~=not-prose] *)) {
  font-size: 1.2857143em;
  margin-top: 1.5555556em;
  margin-bottom: 0.4444444em;
  line-height: 1.5555556;
}
.prose-sm :where(h4):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-top: 1.4285714em;
  margin-bottom: 0.5714286em;
  line-height: 1.4285714;
}
.prose-sm :where(img):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}
.prose-sm :where(picture):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}
.prose-sm :where(picture > img):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.prose-sm :where(video):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}
.prose-sm :where(kbd):not(:where([class~=not-prose], [class~=not-prose] *)) {
  font-size: 0.8571429em;
  border-radius: 0.3125rem;
  padding-top: 0.1428571em;
  padding-inline-end: 0.3571429em;
  padding-bottom: 0.1428571em;
  padding-inline-start: 0.3571429em;
}
.prose-sm :where(code):not(:where([class~=not-prose], [class~=not-prose] *)) {
  font-size: 0.8571429em;
}
.prose-sm :where(h2 code):not(:where([class~=not-prose], [class~=not-prose] *)) {
  font-size: 0.9em;
}
.prose-sm :where(h3 code):not(:where([class~=not-prose], [class~=not-prose] *)) {
  font-size: 0.8888889em;
}
.prose-sm :where(pre):not(:where([class~=not-prose], [class~=not-prose] *)) {
  font-size: 0.8571429em;
  line-height: 1.6666667;
  margin-top: 1.6666667em;
  margin-bottom: 1.6666667em;
  border-radius: 0.25rem;
  padding-top: 0.6666667em;
  padding-inline-end: 1em;
  padding-bottom: 0.6666667em;
  padding-inline-start: 1em;
}
.prose-sm :where(ol):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
  padding-inline-start: 1.5714286em;
}
.prose-sm :where(ul):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
  padding-inline-start: 1.5714286em;
}
.prose-sm :where(li):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-top: 0.2857143em;
  margin-bottom: 0.2857143em;
}
.prose-sm :where(ol > li):not(:where([class~=not-prose], [class~=not-prose] *)) {
  padding-inline-start: 0.4285714em;
}
.prose-sm :where(ul > li):not(:where([class~=not-prose], [class~=not-prose] *)) {
  padding-inline-start: 0.4285714em;
}
.prose-sm :where(.prose-sm > ul > li p):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-top: 0.5714286em;
  margin-bottom: 0.5714286em;
}
.prose-sm :where(.prose-sm > ul > li > p:first-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-top: 1.1428571em;
}
.prose-sm :where(.prose-sm > ul > li > p:last-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-bottom: 1.1428571em;
}
.prose-sm :where(.prose-sm > ol > li > p:first-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-top: 1.1428571em;
}
.prose-sm :where(.prose-sm > ol > li > p:last-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-bottom: 1.1428571em;
}
.prose-sm :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-top: 0.5714286em;
  margin-bottom: 0.5714286em;
}
.prose-sm :where(dl):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
}
.prose-sm :where(dt):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-top: 1.1428571em;
}
.prose-sm :where(dd):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-top: 0.2857143em;
  padding-inline-start: 1.5714286em;
}
.prose-sm :where(hr):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-top: 2.8571429em;
  margin-bottom: 2.8571429em;
}
.prose-sm :where(hr + *):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-top: 0;
}
.prose-sm :where(h2 + *):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-top: 0;
}
.prose-sm :where(h3 + *):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-top: 0;
}
.prose-sm :where(h4 + *):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-top: 0;
}
.prose-sm :where(table):not(:where([class~=not-prose], [class~=not-prose] *)) {
  font-size: 0.8571429em;
  line-height: 1.5;
}
.prose-sm :where(thead th):not(:where([class~=not-prose], [class~=not-prose] *)) {
  padding-inline-end: 1em;
  padding-bottom: 0.6666667em;
  padding-inline-start: 1em;
}
.prose-sm :where(thead th:first-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
  padding-inline-start: 0;
}
.prose-sm :where(thead th:last-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
  padding-inline-end: 0;
}
.prose-sm :where(tbody td, tfoot td):not(:where([class~=not-prose], [class~=not-prose] *)) {
  padding-top: 0.6666667em;
  padding-inline-end: 1em;
  padding-bottom: 0.6666667em;
  padding-inline-start: 1em;
}
.prose-sm :where(tbody td:first-child, tfoot td:first-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
  padding-inline-start: 0;
}
.prose-sm :where(tbody td:last-child, tfoot td:last-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
  padding-inline-end: 0;
}
.prose-sm :where(figure):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}
.prose-sm :where(figure > *):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.prose-sm :where(figcaption):not(:where([class~=not-prose], [class~=not-prose] *)) {
  font-size: 0.8571429em;
  line-height: 1.3333333;
  margin-top: 0.6666667em;
}
.prose-sm :where(.prose-sm > :first-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-top: 0;
}
.prose-sm :where(.prose-sm > :last-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-bottom: 0;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.pointer-events-none {
  pointer-events: none;
}
.pointer-events-auto {
  pointer-events: auto;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.collapse {
  visibility: collapse;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: 0px;
}
.inset-\[28px\] {
  inset: 28px;
}
.inset-y-0 {
  top: 0px;
  bottom: 0px;
}
.-right-0 {
  right: -0px;
}
.-right-0\.5 {
  right: -0.125rem;
}
.-top-0 {
  top: -0px;
}
.-top-0\.5 {
  top: -0.125rem;
}
.bottom-8 {
  bottom: 2rem;
}
.bottom-full {
  bottom: 100%;
}
.left-1\/2 {
  left: 50%;
}
.right-0 {
  right: 0px;
}
.right-2 {
  right: 0.5rem;
}
.right-3 {
  right: 0.75rem;
}
.right-4 {
  right: 1rem;
}
.right-8 {
  right: 2rem;
}
.top-1\/2 {
  top: 50%;
}
.top-2 {
  top: 0.5rem;
}
.top-3 {
  top: 0.75rem;
}
.top-4 {
  top: 1rem;
}
.top-8 {
  top: 2rem;
}
.z-10 {
  z-index: 10;
}
.z-50 {
  z-index: 50;
}
.z-\[9999\] {
  z-index: 9999;
}
.z-\[999\] {
  z-index: 999;
}
.col-span-full {
  grid-column: 1 / -1;
}
.col-start-1 {
  grid-column-start: 1;
}
.col-start-2 {
  grid-column-start: 2;
}
.row-span-2 {
  grid-row: span 2 / span 2;
}
.row-start-1 {
  grid-row-start: 1;
}
.row-start-2 {
  grid-row-start: 2;
}
.row-start-3 {
  grid-row-start: 3;
}
.m-0 {
  margin: 0px;
}
.m-1 {
  margin: 0.25rem;
}
.m-2 {
  margin: 0.5rem;
}
.m-4 {
  margin: 1rem;
}
.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-\[-6px\] {
  margin-top: -6px;
  margin-bottom: -6px;
}
.-mt-1 {
  margin-top: -0.25rem;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-20 {
  margin-bottom: 5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mb-\[-3px\] {
  margin-bottom: -3px;
}
.mb-\[-6px\] {
  margin-bottom: -6px;
}
.me-2 {
  margin-inline-end: 0.5rem;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.ml-4 {
  margin-left: 1rem;
}
.ml-6 {
  margin-left: 1.5rem;
}
.ml-auto {
  margin-left: auto;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mr-1\.5 {
  margin-right: 0.375rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mt-0 {
  margin-top: 0px;
}
.mt-0\.5 {
  margin-top: 0.125rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-auto {
  margin-top: auto;
}
.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.size-6 {
  width: 1.5rem;
  height: 1.5rem;
}
.\!h-8 {
  height: 2rem !important;
}
.h-1 {
  height: 0.25rem;
}
.h-1\.5 {
  height: 0.375rem;
}
.h-10 {
  height: 2.5rem;
}
.h-12 {
  height: 3rem;
}
.h-14 {
  height: 3.5rem;
}
.h-16 {
  height: 4rem;
}
.h-2 {
  height: 0.5rem;
}
.h-2\.5 {
  height: 0.625rem;
}
.h-20 {
  height: 5rem;
}
.h-3 {
  height: 0.75rem;
}
.h-3\.5 {
  height: 0.875rem;
}
.h-4 {
  height: 1rem;
}
.h-40 {
  height: 10rem;
}
.h-5 {
  height: 1.25rem;
}
.h-6 {
  height: 1.5rem;
}
.h-8 {
  height: 2rem;
}
.h-9 {
  height: 2.25rem;
}
.h-96 {
  height: 24rem;
}
.h-\[190px\] {
  height: 190px;
}
.h-\[3px\] {
  height: 3px;
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.min-h-\[calc\(75vh\)\] {
  min-height: calc(75vh);
}
.min-h-full {
  min-height: 100%;
}
.min-h-screen {
  min-height: 100vh;
}
.\!w-8 {
  width: 2rem !important;
}
.w-1\/5 {
  width: 20%;
}
.w-10 {
  width: 2.5rem;
}
.w-11 {
  width: 2.75rem;
}
.w-12 {
  width: 3rem;
}
.w-14 {
  width: 3.5rem;
}
.w-2\.5 {
  width: 0.625rem;
}
.w-2\/6 {
  width: 33.333333%;
}
.w-20 {
  width: 5rem;
}
.w-24 {
  width: 6rem;
}
.w-3 {
  width: 0.75rem;
}
.w-3\.5 {
  width: 0.875rem;
}
.w-4 {
  width: 1rem;
}
.w-40 {
  width: 10rem;
}
.w-48 {
  width: 12rem;
}
.w-5 {
  width: 1.25rem;
}
.w-6 {
  width: 1.5rem;
}
.w-64 {
  width: 16rem;
}
.w-72 {
  width: 18rem;
}
.w-8 {
  width: 2rem;
}
.w-80 {
  width: 20rem;
}
.w-9 {
  width: 2.25rem;
}
.w-96 {
  width: 24rem;
}
.w-\[110px\] {
  width: 110px;
}
.w-\[15vw\] {
  width: 15vw;
}
.w-\[190px\] {
  width: 190px;
}
.w-fit {
  width: fit-content;
}
.w-full {
  width: 100%;
}
.w-max {
  width: max-content;
}
.w-px {
  width: 1px;
}
.min-w-0 {
  min-width: 0px;
}
.min-w-\[110px\] {
  min-width: 110px;
}
.min-w-\[120px\] {
  min-width: 120px;
}
.max-w-2xl {
  max-width: 42rem;
}
.max-w-3xl {
  max-width: 48rem;
}
.max-w-4xl {
  max-width: 56rem;
}
.max-w-5xl {
  max-width: 64rem;
}
.max-w-7xl {
  max-width: 80rem;
}
.max-w-\[150px\] {
  max-width: 150px;
}
.max-w-\[200px\] {
  max-width: 200px;
}
.max-w-\[300px\] {
  max-width: 300px;
}
.max-w-\[445px\] {
  max-width: 445px;
}
.max-w-\[800px\] {
  max-width: 800px;
}
.max-w-full {
  max-width: 100%;
}
.max-w-md {
  max-width: 28rem;
}
.max-w-none {
  max-width: none;
}
.max-w-xl {
  max-width: 36rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.shrink-0 {
  flex-shrink: 0;
}
.flex-grow {
  flex-grow: 1;
}
.-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));
}
.-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));
}
.translate-x-0 {
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-5 {
  --tw-translate-x: 1.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));
}
.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));
}
.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 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);
  }
}
.animate-bounce {
  animation: bounce 1s infinite;
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.animate-fade-in {
  animation: fade-in 400ms ease-out forwards;
}
@keyframes ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}
.animate-ping {
  animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}
@keyframes pulse {
  50% {
    opacity: .5;
  }
}
.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.animate-spin {
  animation: spin 1s linear infinite;
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.cursor-pointer {
  cursor: pointer;
}
.select-none {
  -webkit-user-select: none;
  user-select: none;
}
.scroll-mt-4 {
  scroll-margin-top: 1rem;
}
.list-none {
  list-style-type: none;
}
.appearance-none {
  appearance: none;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.grid-cols-\[1\.5rem_auto\] {
  grid-template-columns: 1.5rem auto;
}
.grid-cols-\[auto_1fr\] {
  grid-template-columns: auto 1fr;
}
.flex-row {
  flex-direction: row;
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-items-start {
  justify-items: start;
}
.gap-0 {
  gap: 0px;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-1\.5 {
  gap: 0.375rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-x-2 {
  column-gap: 0.5rem;
}
.gap-x-4 {
  column-gap: 1rem;
}
.gap-x-6 {
  column-gap: 1.5rem;
}
.gap-y-1 {
  row-gap: 0.25rem;
}
.gap-y-12 {
  row-gap: 3rem;
}
.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)));
}
.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)));
}
.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)));
}
.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));
}
.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));
}
.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));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.space-y-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.space-y-7 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.75rem * var(--tw-space-y-reverse));
}
.self-start {
  align-self: flex-start;
}
.self-stretch {
  align-self: stretch;
}
.justify-self-start {
  justify-self: start;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overscroll-contain {
  overscroll-behavior: contain;
}
.whitespace-normal {
  white-space: normal;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.break-words {
  overflow-wrap: break-word;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-3xl {
  border-radius: 1.5rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-sm {
  border-radius: 0.125rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.rounded-b-lg {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.rounded-b-md {
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.rounded-t-xl {
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}
.border {
  border-width: 1px;
}
.border-0 {
  border-width: 0px;
}
.border-2 {
  border-width: 2px;
}
.border-4 {
  border-width: 4px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-l {
  border-left-width: 1px;
}
.border-r-2 {
  border-right-width: 2px;
}
.border-t {
  border-top-width: 1px;
}
.border-dashed {
  border-style: dashed;
}
.border-\[\#1e3a5f\] {
  border-color: #1e3a5f;
}
.border-accent-100 {
  border-color: #fceae9;
}
.border-accent-100\/0 {
  border-color: rgb(252 234 233 / 0);
}
.border-accent-100\/10 {
  border-color: rgb(252 234 233 / 0.1);
}
.border-accent-100\/100 {
  border-color: rgb(252 234 233 / 1);
}
.border-accent-100\/15 {
  border-color: rgb(252 234 233 / 0.15);
}
.border-accent-100\/20 {
  border-color: rgb(252 234 233 / 0.2);
}
.border-accent-100\/25 {
  border-color: rgb(252 234 233 / 0.25);
}
.border-accent-100\/30 {
  border-color: rgb(252 234 233 / 0.3);
}
.border-accent-100\/35 {
  border-color: rgb(252 234 233 / 0.35);
}
.border-accent-100\/40 {
  border-color: rgb(252 234 233 / 0.4);
}
.border-accent-100\/45 {
  border-color: rgb(252 234 233 / 0.45);
}
.border-accent-100\/5 {
  border-color: rgb(252 234 233 / 0.05);
}
.border-accent-100\/50 {
  border-color: rgb(252 234 233 / 0.5);
}
.border-accent-100\/55 {
  border-color: rgb(252 234 233 / 0.55);
}
.border-accent-100\/60 {
  border-color: rgb(252 234 233 / 0.6);
}
.border-accent-100\/65 {
  border-color: rgb(252 234 233 / 0.65);
}
.border-accent-100\/70 {
  border-color: rgb(252 234 233 / 0.7);
}
.border-accent-100\/75 {
  border-color: rgb(252 234 233 / 0.75);
}
.border-accent-100\/80 {
  border-color: rgb(252 234 233 / 0.8);
}
.border-accent-100\/85 {
  border-color: rgb(252 234 233 / 0.85);
}
.border-accent-100\/90 {
  border-color: rgb(252 234 233 / 0.9);
}
.border-accent-100\/95 {
  border-color: rgb(252 234 233 / 0.95);
}
.border-accent-200 {
  border-color: #f9d4d2;
}
.border-accent-200\/0 {
  border-color: rgb(249 212 210 / 0);
}
.border-accent-200\/10 {
  border-color: rgb(249 212 210 / 0.1);
}
.border-accent-200\/100 {
  border-color: rgb(249 212 210 / 1);
}
.border-accent-200\/15 {
  border-color: rgb(249 212 210 / 0.15);
}
.border-accent-200\/20 {
  border-color: rgb(249 212 210 / 0.2);
}
.border-accent-200\/25 {
  border-color: rgb(249 212 210 / 0.25);
}
.border-accent-200\/30 {
  border-color: rgb(249 212 210 / 0.3);
}
.border-accent-200\/35 {
  border-color: rgb(249 212 210 / 0.35);
}
.border-accent-200\/40 {
  border-color: rgb(249 212 210 / 0.4);
}
.border-accent-200\/45 {
  border-color: rgb(249 212 210 / 0.45);
}
.border-accent-200\/5 {
  border-color: rgb(249 212 210 / 0.05);
}
.border-accent-200\/50 {
  border-color: rgb(249 212 210 / 0.5);
}
.border-accent-200\/55 {
  border-color: rgb(249 212 210 / 0.55);
}
.border-accent-200\/60 {
  border-color: rgb(249 212 210 / 0.6);
}
.border-accent-200\/65 {
  border-color: rgb(249 212 210 / 0.65);
}
.border-accent-200\/70 {
  border-color: rgb(249 212 210 / 0.7);
}
.border-accent-200\/75 {
  border-color: rgb(249 212 210 / 0.75);
}
.border-accent-200\/80 {
  border-color: rgb(249 212 210 / 0.8);
}
.border-accent-200\/85 {
  border-color: rgb(249 212 210 / 0.85);
}
.border-accent-200\/90 {
  border-color: rgb(249 212 210 / 0.9);
}
.border-accent-200\/95 {
  border-color: rgb(249 212 210 / 0.95);
}
.border-accent-300 {
  border-color: #f4b5b3;
}
.border-accent-300\/0 {
  border-color: rgb(244 181 179 / 0);
}
.border-accent-300\/10 {
  border-color: rgb(244 181 179 / 0.1);
}
.border-accent-300\/100 {
  border-color: rgb(244 181 179 / 1);
}
.border-accent-300\/15 {
  border-color: rgb(244 181 179 / 0.15);
}
.border-accent-300\/20 {
  border-color: rgb(244 181 179 / 0.2);
}
.border-accent-300\/25 {
  border-color: rgb(244 181 179 / 0.25);
}
.border-accent-300\/30 {
  border-color: rgb(244 181 179 / 0.3);
}
.border-accent-300\/35 {
  border-color: rgb(244 181 179 / 0.35);
}
.border-accent-300\/40 {
  border-color: rgb(244 181 179 / 0.4);
}
.border-accent-300\/45 {
  border-color: rgb(244 181 179 / 0.45);
}
.border-accent-300\/5 {
  border-color: rgb(244 181 179 / 0.05);
}
.border-accent-300\/50 {
  border-color: rgb(244 181 179 / 0.5);
}
.border-accent-300\/55 {
  border-color: rgb(244 181 179 / 0.55);
}
.border-accent-300\/60 {
  border-color: rgb(244 181 179 / 0.6);
}
.border-accent-300\/65 {
  border-color: rgb(244 181 179 / 0.65);
}
.border-accent-300\/70 {
  border-color: rgb(244 181 179 / 0.7);
}
.border-accent-300\/75 {
  border-color: rgb(244 181 179 / 0.75);
}
.border-accent-300\/80 {
  border-color: rgb(244 181 179 / 0.8);
}
.border-accent-300\/85 {
  border-color: rgb(244 181 179 / 0.85);
}
.border-accent-300\/90 {
  border-color: rgb(244 181 179 / 0.9);
}
.border-accent-300\/95 {
  border-color: rgb(244 181 179 / 0.95);
}
.border-accent-400 {
  border-color: #ee8e8b;
}
.border-accent-400\/0 {
  border-color: rgb(238 142 139 / 0);
}
.border-accent-400\/10 {
  border-color: rgb(238 142 139 / 0.1);
}
.border-accent-400\/100 {
  border-color: rgb(238 142 139 / 1);
}
.border-accent-400\/15 {
  border-color: rgb(238 142 139 / 0.15);
}
.border-accent-400\/20 {
  border-color: rgb(238 142 139 / 0.2);
}
.border-accent-400\/25 {
  border-color: rgb(238 142 139 / 0.25);
}
.border-accent-400\/30 {
  border-color: rgb(238 142 139 / 0.3);
}
.border-accent-400\/35 {
  border-color: rgb(238 142 139 / 0.35);
}
.border-accent-400\/40 {
  border-color: rgb(238 142 139 / 0.4);
}
.border-accent-400\/45 {
  border-color: rgb(238 142 139 / 0.45);
}
.border-accent-400\/5 {
  border-color: rgb(238 142 139 / 0.05);
}
.border-accent-400\/50 {
  border-color: rgb(238 142 139 / 0.5);
}
.border-accent-400\/55 {
  border-color: rgb(238 142 139 / 0.55);
}
.border-accent-400\/60 {
  border-color: rgb(238 142 139 / 0.6);
}
.border-accent-400\/65 {
  border-color: rgb(238 142 139 / 0.65);
}
.border-accent-400\/70 {
  border-color: rgb(238 142 139 / 0.7);
}
.border-accent-400\/75 {
  border-color: rgb(238 142 139 / 0.75);
}
.border-accent-400\/80 {
  border-color: rgb(238 142 139 / 0.8);
}
.border-accent-400\/85 {
  border-color: rgb(238 142 139 / 0.85);
}
.border-accent-400\/90 {
  border-color: rgb(238 142 139 / 0.9);
}
.border-accent-400\/95 {
  border-color: rgb(238 142 139 / 0.95);
}
.border-accent-500 {
  border-color: #e57373;
}
.border-accent-500\/0 {
  border-color: rgb(229 115 115 / 0);
}
.border-accent-500\/10 {
  border-color: rgb(229 115 115 / 0.1);
}
.border-accent-500\/100 {
  border-color: rgb(229 115 115 / 1);
}
.border-accent-500\/15 {
  border-color: rgb(229 115 115 / 0.15);
}
.border-accent-500\/20 {
  border-color: rgb(229 115 115 / 0.2);
}
.border-accent-500\/25 {
  border-color: rgb(229 115 115 / 0.25);
}
.border-accent-500\/30 {
  border-color: rgb(229 115 115 / 0.3);
}
.border-accent-500\/35 {
  border-color: rgb(229 115 115 / 0.35);
}
.border-accent-500\/40 {
  border-color: rgb(229 115 115 / 0.4);
}
.border-accent-500\/45 {
  border-color: rgb(229 115 115 / 0.45);
}
.border-accent-500\/5 {
  border-color: rgb(229 115 115 / 0.05);
}
.border-accent-500\/50 {
  border-color: rgb(229 115 115 / 0.5);
}
.border-accent-500\/55 {
  border-color: rgb(229 115 115 / 0.55);
}
.border-accent-500\/60 {
  border-color: rgb(229 115 115 / 0.6);
}
.border-accent-500\/65 {
  border-color: rgb(229 115 115 / 0.65);
}
.border-accent-500\/70 {
  border-color: rgb(229 115 115 / 0.7);
}
.border-accent-500\/75 {
  border-color: rgb(229 115 115 / 0.75);
}
.border-accent-500\/80 {
  border-color: rgb(229 115 115 / 0.8);
}
.border-accent-500\/85 {
  border-color: rgb(229 115 115 / 0.85);
}
.border-accent-500\/90 {
  border-color: rgb(229 115 115 / 0.9);
}
.border-accent-500\/95 {
  border-color: rgb(229 115 115 / 0.95);
}
.border-accent-600 {
  border-color: #d95f5f;
}
.border-accent-600\/0 {
  border-color: rgb(217 95 95 / 0);
}
.border-accent-600\/10 {
  border-color: rgb(217 95 95 / 0.1);
}
.border-accent-600\/100 {
  border-color: rgb(217 95 95 / 1);
}
.border-accent-600\/15 {
  border-color: rgb(217 95 95 / 0.15);
}
.border-accent-600\/20 {
  border-color: rgb(217 95 95 / 0.2);
}
.border-accent-600\/25 {
  border-color: rgb(217 95 95 / 0.25);
}
.border-accent-600\/30 {
  border-color: rgb(217 95 95 / 0.3);
}
.border-accent-600\/35 {
  border-color: rgb(217 95 95 / 0.35);
}
.border-accent-600\/40 {
  border-color: rgb(217 95 95 / 0.4);
}
.border-accent-600\/45 {
  border-color: rgb(217 95 95 / 0.45);
}
.border-accent-600\/5 {
  border-color: rgb(217 95 95 / 0.05);
}
.border-accent-600\/50 {
  border-color: rgb(217 95 95 / 0.5);
}
.border-accent-600\/55 {
  border-color: rgb(217 95 95 / 0.55);
}
.border-accent-600\/60 {
  border-color: rgb(217 95 95 / 0.6);
}
.border-accent-600\/65 {
  border-color: rgb(217 95 95 / 0.65);
}
.border-accent-600\/70 {
  border-color: rgb(217 95 95 / 0.7);
}
.border-accent-600\/75 {
  border-color: rgb(217 95 95 / 0.75);
}
.border-accent-600\/80 {
  border-color: rgb(217 95 95 / 0.8);
}
.border-accent-600\/85 {
  border-color: rgb(217 95 95 / 0.85);
}
.border-accent-600\/90 {
  border-color: rgb(217 95 95 / 0.9);
}
.border-accent-600\/95 {
  border-color: rgb(217 95 95 / 0.95);
}
.border-accent-700 {
  border-color: #c94a4a;
}
.border-accent-700\/0 {
  border-color: rgb(201 74 74 / 0);
}
.border-accent-700\/10 {
  border-color: rgb(201 74 74 / 0.1);
}
.border-accent-700\/100 {
  border-color: rgb(201 74 74 / 1);
}
.border-accent-700\/15 {
  border-color: rgb(201 74 74 / 0.15);
}
.border-accent-700\/20 {
  border-color: rgb(201 74 74 / 0.2);
}
.border-accent-700\/25 {
  border-color: rgb(201 74 74 / 0.25);
}
.border-accent-700\/30 {
  border-color: rgb(201 74 74 / 0.3);
}
.border-accent-700\/35 {
  border-color: rgb(201 74 74 / 0.35);
}
.border-accent-700\/40 {
  border-color: rgb(201 74 74 / 0.4);
}
.border-accent-700\/45 {
  border-color: rgb(201 74 74 / 0.45);
}
.border-accent-700\/5 {
  border-color: rgb(201 74 74 / 0.05);
}
.border-accent-700\/50 {
  border-color: rgb(201 74 74 / 0.5);
}
.border-accent-700\/55 {
  border-color: rgb(201 74 74 / 0.55);
}
.border-accent-700\/60 {
  border-color: rgb(201 74 74 / 0.6);
}
.border-accent-700\/65 {
  border-color: rgb(201 74 74 / 0.65);
}
.border-accent-700\/70 {
  border-color: rgb(201 74 74 / 0.7);
}
.border-accent-700\/75 {
  border-color: rgb(201 74 74 / 0.75);
}
.border-accent-700\/80 {
  border-color: rgb(201 74 74 / 0.8);
}
.border-accent-700\/85 {
  border-color: rgb(201 74 74 / 0.85);
}
.border-accent-700\/90 {
  border-color: rgb(201 74 74 / 0.9);
}
.border-accent-700\/95 {
  border-color: rgb(201 74 74 / 0.95);
}
.border-accent-800 {
  border-color: #a83c3c;
}
.border-accent-800\/0 {
  border-color: rgb(168 60 60 / 0);
}
.border-accent-800\/10 {
  border-color: rgb(168 60 60 / 0.1);
}
.border-accent-800\/100 {
  border-color: rgb(168 60 60 / 1);
}
.border-accent-800\/15 {
  border-color: rgb(168 60 60 / 0.15);
}
.border-accent-800\/20 {
  border-color: rgb(168 60 60 / 0.2);
}
.border-accent-800\/25 {
  border-color: rgb(168 60 60 / 0.25);
}
.border-accent-800\/30 {
  border-color: rgb(168 60 60 / 0.3);
}
.border-accent-800\/35 {
  border-color: rgb(168 60 60 / 0.35);
}
.border-accent-800\/40 {
  border-color: rgb(168 60 60 / 0.4);
}
.border-accent-800\/45 {
  border-color: rgb(168 60 60 / 0.45);
}
.border-accent-800\/5 {
  border-color: rgb(168 60 60 / 0.05);
}
.border-accent-800\/50 {
  border-color: rgb(168 60 60 / 0.5);
}
.border-accent-800\/55 {
  border-color: rgb(168 60 60 / 0.55);
}
.border-accent-800\/60 {
  border-color: rgb(168 60 60 / 0.6);
}
.border-accent-800\/65 {
  border-color: rgb(168 60 60 / 0.65);
}
.border-accent-800\/70 {
  border-color: rgb(168 60 60 / 0.7);
}
.border-accent-800\/75 {
  border-color: rgb(168 60 60 / 0.75);
}
.border-accent-800\/80 {
  border-color: rgb(168 60 60 / 0.8);
}
.border-accent-800\/85 {
  border-color: rgb(168 60 60 / 0.85);
}
.border-accent-800\/90 {
  border-color: rgb(168 60 60 / 0.9);
}
.border-accent-800\/95 {
  border-color: rgb(168 60 60 / 0.95);
}
.border-accent-900 {
  border-color: #8c3434;
}
.border-accent-900\/0 {
  border-color: rgb(140 52 52 / 0);
}
.border-accent-900\/10 {
  border-color: rgb(140 52 52 / 0.1);
}
.border-accent-900\/100 {
  border-color: rgb(140 52 52 / 1);
}
.border-accent-900\/15 {
  border-color: rgb(140 52 52 / 0.15);
}
.border-accent-900\/20 {
  border-color: rgb(140 52 52 / 0.2);
}
.border-accent-900\/25 {
  border-color: rgb(140 52 52 / 0.25);
}
.border-accent-900\/30 {
  border-color: rgb(140 52 52 / 0.3);
}
.border-accent-900\/35 {
  border-color: rgb(140 52 52 / 0.35);
}
.border-accent-900\/40 {
  border-color: rgb(140 52 52 / 0.4);
}
.border-accent-900\/45 {
  border-color: rgb(140 52 52 / 0.45);
}
.border-accent-900\/5 {
  border-color: rgb(140 52 52 / 0.05);
}
.border-accent-900\/50 {
  border-color: rgb(140 52 52 / 0.5);
}
.border-accent-900\/55 {
  border-color: rgb(140 52 52 / 0.55);
}
.border-accent-900\/60 {
  border-color: rgb(140 52 52 / 0.6);
}
.border-accent-900\/65 {
  border-color: rgb(140 52 52 / 0.65);
}
.border-accent-900\/70 {
  border-color: rgb(140 52 52 / 0.7);
}
.border-accent-900\/75 {
  border-color: rgb(140 52 52 / 0.75);
}
.border-accent-900\/80 {
  border-color: rgb(140 52 52 / 0.8);
}
.border-accent-900\/85 {
  border-color: rgb(140 52 52 / 0.85);
}
.border-accent-900\/90 {
  border-color: rgb(140 52 52 / 0.9);
}
.border-accent-900\/95 {
  border-color: rgb(140 52 52 / 0.95);
}
.border-amber-100 {
  border-color: #fef3c7;
}
.border-blue-200 {
  border-color: #bfdbfe;
}
.border-blue-300 {
  border-color: #93c5fd;
}
.border-blue-500 {
  border-color: #3b82f6;
}
.border-emerald-200 {
  border-color: #a7f3d0;
}
.border-gray-100 {
  border-color: #f3f4f6;
}
.border-gray-100\/0 {
  border-color: rgb(243 244 246 / 0);
}
.border-gray-100\/10 {
  border-color: rgb(243 244 246 / 0.1);
}
.border-gray-100\/100 {
  border-color: rgb(243 244 246 / 1);
}
.border-gray-100\/15 {
  border-color: rgb(243 244 246 / 0.15);
}
.border-gray-100\/20 {
  border-color: rgb(243 244 246 / 0.2);
}
.border-gray-100\/25 {
  border-color: rgb(243 244 246 / 0.25);
}
.border-gray-100\/30 {
  border-color: rgb(243 244 246 / 0.3);
}
.border-gray-100\/35 {
  border-color: rgb(243 244 246 / 0.35);
}
.border-gray-100\/40 {
  border-color: rgb(243 244 246 / 0.4);
}
.border-gray-100\/45 {
  border-color: rgb(243 244 246 / 0.45);
}
.border-gray-100\/5 {
  border-color: rgb(243 244 246 / 0.05);
}
.border-gray-100\/50 {
  border-color: rgb(243 244 246 / 0.5);
}
.border-gray-100\/55 {
  border-color: rgb(243 244 246 / 0.55);
}
.border-gray-100\/60 {
  border-color: rgb(243 244 246 / 0.6);
}
.border-gray-100\/65 {
  border-color: rgb(243 244 246 / 0.65);
}
.border-gray-100\/70 {
  border-color: rgb(243 244 246 / 0.7);
}
.border-gray-100\/75 {
  border-color: rgb(243 244 246 / 0.75);
}
.border-gray-100\/80 {
  border-color: rgb(243 244 246 / 0.8);
}
.border-gray-100\/85 {
  border-color: rgb(243 244 246 / 0.85);
}
.border-gray-100\/90 {
  border-color: rgb(243 244 246 / 0.9);
}
.border-gray-100\/95 {
  border-color: rgb(243 244 246 / 0.95);
}
.border-gray-200 {
  border-color: #e5e7eb;
}
.border-gray-200\/0 {
  border-color: rgb(229 231 235 / 0);
}
.border-gray-200\/10 {
  border-color: rgb(229 231 235 / 0.1);
}
.border-gray-200\/100 {
  border-color: rgb(229 231 235 / 1);
}
.border-gray-200\/15 {
  border-color: rgb(229 231 235 / 0.15);
}
.border-gray-200\/20 {
  border-color: rgb(229 231 235 / 0.2);
}
.border-gray-200\/25 {
  border-color: rgb(229 231 235 / 0.25);
}
.border-gray-200\/30 {
  border-color: rgb(229 231 235 / 0.3);
}
.border-gray-200\/35 {
  border-color: rgb(229 231 235 / 0.35);
}
.border-gray-200\/40 {
  border-color: rgb(229 231 235 / 0.4);
}
.border-gray-200\/45 {
  border-color: rgb(229 231 235 / 0.45);
}
.border-gray-200\/5 {
  border-color: rgb(229 231 235 / 0.05);
}
.border-gray-200\/50 {
  border-color: rgb(229 231 235 / 0.5);
}
.border-gray-200\/55 {
  border-color: rgb(229 231 235 / 0.55);
}
.border-gray-200\/60 {
  border-color: rgb(229 231 235 / 0.6);
}
.border-gray-200\/65 {
  border-color: rgb(229 231 235 / 0.65);
}
.border-gray-200\/70 {
  border-color: rgb(229 231 235 / 0.7);
}
.border-gray-200\/75 {
  border-color: rgb(229 231 235 / 0.75);
}
.border-gray-200\/80 {
  border-color: rgb(229 231 235 / 0.8);
}
.border-gray-200\/85 {
  border-color: rgb(229 231 235 / 0.85);
}
.border-gray-200\/90 {
  border-color: rgb(229 231 235 / 0.9);
}
.border-gray-200\/95 {
  border-color: rgb(229 231 235 / 0.95);
}
.border-gray-300 {
  border-color: #d1d5db;
}
.border-gray-300\/0 {
  border-color: rgb(209 213 219 / 0);
}
.border-gray-300\/10 {
  border-color: rgb(209 213 219 / 0.1);
}
.border-gray-300\/100 {
  border-color: rgb(209 213 219 / 1);
}
.border-gray-300\/15 {
  border-color: rgb(209 213 219 / 0.15);
}
.border-gray-300\/20 {
  border-color: rgb(209 213 219 / 0.2);
}
.border-gray-300\/25 {
  border-color: rgb(209 213 219 / 0.25);
}
.border-gray-300\/30 {
  border-color: rgb(209 213 219 / 0.3);
}
.border-gray-300\/35 {
  border-color: rgb(209 213 219 / 0.35);
}
.border-gray-300\/40 {
  border-color: rgb(209 213 219 / 0.4);
}
.border-gray-300\/45 {
  border-color: rgb(209 213 219 / 0.45);
}
.border-gray-300\/5 {
  border-color: rgb(209 213 219 / 0.05);
}
.border-gray-300\/50 {
  border-color: rgb(209 213 219 / 0.5);
}
.border-gray-300\/55 {
  border-color: rgb(209 213 219 / 0.55);
}
.border-gray-300\/60 {
  border-color: rgb(209 213 219 / 0.6);
}
.border-gray-300\/65 {
  border-color: rgb(209 213 219 / 0.65);
}
.border-gray-300\/70 {
  border-color: rgb(209 213 219 / 0.7);
}
.border-gray-300\/75 {
  border-color: rgb(209 213 219 / 0.75);
}
.border-gray-300\/80 {
  border-color: rgb(209 213 219 / 0.8);
}
.border-gray-300\/85 {
  border-color: rgb(209 213 219 / 0.85);
}
.border-gray-300\/90 {
  border-color: rgb(209 213 219 / 0.9);
}
.border-gray-300\/95 {
  border-color: rgb(209 213 219 / 0.95);
}
.border-gray-400 {
  border-color: #9ca3af;
}
.border-gray-400\/0 {
  border-color: rgb(156 163 175 / 0);
}
.border-gray-400\/10 {
  border-color: rgb(156 163 175 / 0.1);
}
.border-gray-400\/100 {
  border-color: rgb(156 163 175 / 1);
}
.border-gray-400\/15 {
  border-color: rgb(156 163 175 / 0.15);
}
.border-gray-400\/20 {
  border-color: rgb(156 163 175 / 0.2);
}
.border-gray-400\/25 {
  border-color: rgb(156 163 175 / 0.25);
}
.border-gray-400\/30 {
  border-color: rgb(156 163 175 / 0.3);
}
.border-gray-400\/35 {
  border-color: rgb(156 163 175 / 0.35);
}
.border-gray-400\/40 {
  border-color: rgb(156 163 175 / 0.4);
}
.border-gray-400\/45 {
  border-color: rgb(156 163 175 / 0.45);
}
.border-gray-400\/5 {
  border-color: rgb(156 163 175 / 0.05);
}
.border-gray-400\/50 {
  border-color: rgb(156 163 175 / 0.5);
}
.border-gray-400\/55 {
  border-color: rgb(156 163 175 / 0.55);
}
.border-gray-400\/60 {
  border-color: rgb(156 163 175 / 0.6);
}
.border-gray-400\/65 {
  border-color: rgb(156 163 175 / 0.65);
}
.border-gray-400\/70 {
  border-color: rgb(156 163 175 / 0.7);
}
.border-gray-400\/75 {
  border-color: rgb(156 163 175 / 0.75);
}
.border-gray-400\/80 {
  border-color: rgb(156 163 175 / 0.8);
}
.border-gray-400\/85 {
  border-color: rgb(156 163 175 / 0.85);
}
.border-gray-400\/90 {
  border-color: rgb(156 163 175 / 0.9);
}
.border-gray-400\/95 {
  border-color: rgb(156 163 175 / 0.95);
}
.border-gray-500 {
  border-color: #6b7280;
}
.border-gray-500\/0 {
  border-color: rgb(107 114 128 / 0);
}
.border-gray-500\/10 {
  border-color: rgb(107 114 128 / 0.1);
}
.border-gray-500\/100 {
  border-color: rgb(107 114 128 / 1);
}
.border-gray-500\/15 {
  border-color: rgb(107 114 128 / 0.15);
}
.border-gray-500\/20 {
  border-color: rgb(107 114 128 / 0.2);
}
.border-gray-500\/25 {
  border-color: rgb(107 114 128 / 0.25);
}
.border-gray-500\/30 {
  border-color: rgb(107 114 128 / 0.3);
}
.border-gray-500\/35 {
  border-color: rgb(107 114 128 / 0.35);
}
.border-gray-500\/40 {
  border-color: rgb(107 114 128 / 0.4);
}
.border-gray-500\/45 {
  border-color: rgb(107 114 128 / 0.45);
}
.border-gray-500\/5 {
  border-color: rgb(107 114 128 / 0.05);
}
.border-gray-500\/50 {
  border-color: rgb(107 114 128 / 0.5);
}
.border-gray-500\/55 {
  border-color: rgb(107 114 128 / 0.55);
}
.border-gray-500\/60 {
  border-color: rgb(107 114 128 / 0.6);
}
.border-gray-500\/65 {
  border-color: rgb(107 114 128 / 0.65);
}
.border-gray-500\/70 {
  border-color: rgb(107 114 128 / 0.7);
}
.border-gray-500\/75 {
  border-color: rgb(107 114 128 / 0.75);
}
.border-gray-500\/80 {
  border-color: rgb(107 114 128 / 0.8);
}
.border-gray-500\/85 {
  border-color: rgb(107 114 128 / 0.85);
}
.border-gray-500\/90 {
  border-color: rgb(107 114 128 / 0.9);
}
.border-gray-500\/95 {
  border-color: rgb(107 114 128 / 0.95);
}
.border-gray-600 {
  border-color: #4b5563;
}
.border-gray-600\/0 {
  border-color: rgb(75 85 99 / 0);
}
.border-gray-600\/10 {
  border-color: rgb(75 85 99 / 0.1);
}
.border-gray-600\/100 {
  border-color: rgb(75 85 99 / 1);
}
.border-gray-600\/15 {
  border-color: rgb(75 85 99 / 0.15);
}
.border-gray-600\/20 {
  border-color: rgb(75 85 99 / 0.2);
}
.border-gray-600\/25 {
  border-color: rgb(75 85 99 / 0.25);
}
.border-gray-600\/30 {
  border-color: rgb(75 85 99 / 0.3);
}
.border-gray-600\/35 {
  border-color: rgb(75 85 99 / 0.35);
}
.border-gray-600\/40 {
  border-color: rgb(75 85 99 / 0.4);
}
.border-gray-600\/45 {
  border-color: rgb(75 85 99 / 0.45);
}
.border-gray-600\/5 {
  border-color: rgb(75 85 99 / 0.05);
}
.border-gray-600\/50 {
  border-color: rgb(75 85 99 / 0.5);
}
.border-gray-600\/55 {
  border-color: rgb(75 85 99 / 0.55);
}
.border-gray-600\/60 {
  border-color: rgb(75 85 99 / 0.6);
}
.border-gray-600\/65 {
  border-color: rgb(75 85 99 / 0.65);
}
.border-gray-600\/70 {
  border-color: rgb(75 85 99 / 0.7);
}
.border-gray-600\/75 {
  border-color: rgb(75 85 99 / 0.75);
}
.border-gray-600\/80 {
  border-color: rgb(75 85 99 / 0.8);
}
.border-gray-600\/85 {
  border-color: rgb(75 85 99 / 0.85);
}
.border-gray-600\/90 {
  border-color: rgb(75 85 99 / 0.9);
}
.border-gray-600\/95 {
  border-color: rgb(75 85 99 / 0.95);
}
.border-gray-700 {
  border-color: #374151;
}
.border-gray-700\/0 {
  border-color: rgb(55 65 81 / 0);
}
.border-gray-700\/10 {
  border-color: rgb(55 65 81 / 0.1);
}
.border-gray-700\/100 {
  border-color: rgb(55 65 81 / 1);
}
.border-gray-700\/15 {
  border-color: rgb(55 65 81 / 0.15);
}
.border-gray-700\/20 {
  border-color: rgb(55 65 81 / 0.2);
}
.border-gray-700\/25 {
  border-color: rgb(55 65 81 / 0.25);
}
.border-gray-700\/30 {
  border-color: rgb(55 65 81 / 0.3);
}
.border-gray-700\/35 {
  border-color: rgb(55 65 81 / 0.35);
}
.border-gray-700\/40 {
  border-color: rgb(55 65 81 / 0.4);
}
.border-gray-700\/45 {
  border-color: rgb(55 65 81 / 0.45);
}
.border-gray-700\/5 {
  border-color: rgb(55 65 81 / 0.05);
}
.border-gray-700\/50 {
  border-color: rgb(55 65 81 / 0.5);
}
.border-gray-700\/55 {
  border-color: rgb(55 65 81 / 0.55);
}
.border-gray-700\/60 {
  border-color: rgb(55 65 81 / 0.6);
}
.border-gray-700\/65 {
  border-color: rgb(55 65 81 / 0.65);
}
.border-gray-700\/70 {
  border-color: rgb(55 65 81 / 0.7);
}
.border-gray-700\/75 {
  border-color: rgb(55 65 81 / 0.75);
}
.border-gray-700\/80 {
  border-color: rgb(55 65 81 / 0.8);
}
.border-gray-700\/85 {
  border-color: rgb(55 65 81 / 0.85);
}
.border-gray-700\/90 {
  border-color: rgb(55 65 81 / 0.9);
}
.border-gray-700\/95 {
  border-color: rgb(55 65 81 / 0.95);
}
.border-gray-800 {
  border-color: #1f2937;
}
.border-gray-800\/0 {
  border-color: rgb(31 41 55 / 0);
}
.border-gray-800\/10 {
  border-color: rgb(31 41 55 / 0.1);
}
.border-gray-800\/100 {
  border-color: rgb(31 41 55 / 1);
}
.border-gray-800\/15 {
  border-color: rgb(31 41 55 / 0.15);
}
.border-gray-800\/20 {
  border-color: rgb(31 41 55 / 0.2);
}
.border-gray-800\/25 {
  border-color: rgb(31 41 55 / 0.25);
}
.border-gray-800\/30 {
  border-color: rgb(31 41 55 / 0.3);
}
.border-gray-800\/35 {
  border-color: rgb(31 41 55 / 0.35);
}
.border-gray-800\/40 {
  border-color: rgb(31 41 55 / 0.4);
}
.border-gray-800\/45 {
  border-color: rgb(31 41 55 / 0.45);
}
.border-gray-800\/5 {
  border-color: rgb(31 41 55 / 0.05);
}
.border-gray-800\/50 {
  border-color: rgb(31 41 55 / 0.5);
}
.border-gray-800\/55 {
  border-color: rgb(31 41 55 / 0.55);
}
.border-gray-800\/60 {
  border-color: rgb(31 41 55 / 0.6);
}
.border-gray-800\/65 {
  border-color: rgb(31 41 55 / 0.65);
}
.border-gray-800\/70 {
  border-color: rgb(31 41 55 / 0.7);
}
.border-gray-800\/75 {
  border-color: rgb(31 41 55 / 0.75);
}
.border-gray-800\/80 {
  border-color: rgb(31 41 55 / 0.8);
}
.border-gray-800\/85 {
  border-color: rgb(31 41 55 / 0.85);
}
.border-gray-800\/90 {
  border-color: rgb(31 41 55 / 0.9);
}
.border-gray-800\/95 {
  border-color: rgb(31 41 55 / 0.95);
}
.border-gray-900 {
  border-color: #111827;
}
.border-gray-900\/0 {
  border-color: rgb(17 24 39 / 0);
}
.border-gray-900\/10 {
  border-color: rgb(17 24 39 / 0.1);
}
.border-gray-900\/100 {
  border-color: rgb(17 24 39 / 1);
}
.border-gray-900\/15 {
  border-color: rgb(17 24 39 / 0.15);
}
.border-gray-900\/20 {
  border-color: rgb(17 24 39 / 0.2);
}
.border-gray-900\/25 {
  border-color: rgb(17 24 39 / 0.25);
}
.border-gray-900\/30 {
  border-color: rgb(17 24 39 / 0.3);
}
.border-gray-900\/35 {
  border-color: rgb(17 24 39 / 0.35);
}
.border-gray-900\/40 {
  border-color: rgb(17 24 39 / 0.4);
}
.border-gray-900\/45 {
  border-color: rgb(17 24 39 / 0.45);
}
.border-gray-900\/5 {
  border-color: rgb(17 24 39 / 0.05);
}
.border-gray-900\/50 {
  border-color: rgb(17 24 39 / 0.5);
}
.border-gray-900\/55 {
  border-color: rgb(17 24 39 / 0.55);
}
.border-gray-900\/60 {
  border-color: rgb(17 24 39 / 0.6);
}
.border-gray-900\/65 {
  border-color: rgb(17 24 39 / 0.65);
}
.border-gray-900\/70 {
  border-color: rgb(17 24 39 / 0.7);
}
.border-gray-900\/75 {
  border-color: rgb(17 24 39 / 0.75);
}
.border-gray-900\/80 {
  border-color: rgb(17 24 39 / 0.8);
}
.border-gray-900\/85 {
  border-color: rgb(17 24 39 / 0.85);
}
.border-gray-900\/90 {
  border-color: rgb(17 24 39 / 0.9);
}
.border-gray-900\/95 {
  border-color: rgb(17 24 39 / 0.95);
}
.border-green-200 {
  border-color: #bbf7d0;
}
.border-green-300 {
  border-color: #86efac;
}
.border-primary-100 {
  border-color: #3965AC;
}
.border-primary-100\/0 {
  border-color: rgb(57 101 172 / 0);
}
.border-primary-100\/10 {
  border-color: rgb(57 101 172 / 0.1);
}
.border-primary-100\/100 {
  border-color: rgb(57 101 172 / 1);
}
.border-primary-100\/15 {
  border-color: rgb(57 101 172 / 0.15);
}
.border-primary-100\/20 {
  border-color: rgb(57 101 172 / 0.2);
}
.border-primary-100\/25 {
  border-color: rgb(57 101 172 / 0.25);
}
.border-primary-100\/30 {
  border-color: rgb(57 101 172 / 0.3);
}
.border-primary-100\/35 {
  border-color: rgb(57 101 172 / 0.35);
}
.border-primary-100\/40 {
  border-color: rgb(57 101 172 / 0.4);
}
.border-primary-100\/45 {
  border-color: rgb(57 101 172 / 0.45);
}
.border-primary-100\/5 {
  border-color: rgb(57 101 172 / 0.05);
}
.border-primary-100\/50 {
  border-color: rgb(57 101 172 / 0.5);
}
.border-primary-100\/55 {
  border-color: rgb(57 101 172 / 0.55);
}
.border-primary-100\/60 {
  border-color: rgb(57 101 172 / 0.6);
}
.border-primary-100\/65 {
  border-color: rgb(57 101 172 / 0.65);
}
.border-primary-100\/70 {
  border-color: rgb(57 101 172 / 0.7);
}
.border-primary-100\/75 {
  border-color: rgb(57 101 172 / 0.75);
}
.border-primary-100\/80 {
  border-color: rgb(57 101 172 / 0.8);
}
.border-primary-100\/85 {
  border-color: rgb(57 101 172 / 0.85);
}
.border-primary-100\/90 {
  border-color: rgb(57 101 172 / 0.9);
}
.border-primary-100\/95 {
  border-color: rgb(57 101 172 / 0.95);
}
.border-primary-200 {
  border-color: #365FA1;
}
.border-primary-200\/0 {
  border-color: rgb(54 95 161 / 0);
}
.border-primary-200\/10 {
  border-color: rgb(54 95 161 / 0.1);
}
.border-primary-200\/100 {
  border-color: rgb(54 95 161 / 1);
}
.border-primary-200\/15 {
  border-color: rgb(54 95 161 / 0.15);
}
.border-primary-200\/20 {
  border-color: rgb(54 95 161 / 0.2);
}
.border-primary-200\/25 {
  border-color: rgb(54 95 161 / 0.25);
}
.border-primary-200\/30 {
  border-color: rgb(54 95 161 / 0.3);
}
.border-primary-200\/35 {
  border-color: rgb(54 95 161 / 0.35);
}
.border-primary-200\/40 {
  border-color: rgb(54 95 161 / 0.4);
}
.border-primary-200\/45 {
  border-color: rgb(54 95 161 / 0.45);
}
.border-primary-200\/5 {
  border-color: rgb(54 95 161 / 0.05);
}
.border-primary-200\/50 {
  border-color: rgb(54 95 161 / 0.5);
}
.border-primary-200\/55 {
  border-color: rgb(54 95 161 / 0.55);
}
.border-primary-200\/60 {
  border-color: rgb(54 95 161 / 0.6);
}
.border-primary-200\/65 {
  border-color: rgb(54 95 161 / 0.65);
}
.border-primary-200\/70 {
  border-color: rgb(54 95 161 / 0.7);
}
.border-primary-200\/75 {
  border-color: rgb(54 95 161 / 0.75);
}
.border-primary-200\/80 {
  border-color: rgb(54 95 161 / 0.8);
}
.border-primary-200\/85 {
  border-color: rgb(54 95 161 / 0.85);
}
.border-primary-200\/90 {
  border-color: rgb(54 95 161 / 0.9);
}
.border-primary-200\/95 {
  border-color: rgb(54 95 161 / 0.95);
}
.border-primary-300 {
  border-color: #325895;
}
.border-primary-300\/0 {
  border-color: rgb(50 88 149 / 0);
}
.border-primary-300\/10 {
  border-color: rgb(50 88 149 / 0.1);
}
.border-primary-300\/100 {
  border-color: rgb(50 88 149 / 1);
}
.border-primary-300\/15 {
  border-color: rgb(50 88 149 / 0.15);
}
.border-primary-300\/20 {
  border-color: rgb(50 88 149 / 0.2);
}
.border-primary-300\/25 {
  border-color: rgb(50 88 149 / 0.25);
}
.border-primary-300\/30 {
  border-color: rgb(50 88 149 / 0.3);
}
.border-primary-300\/35 {
  border-color: rgb(50 88 149 / 0.35);
}
.border-primary-300\/40 {
  border-color: rgb(50 88 149 / 0.4);
}
.border-primary-300\/45 {
  border-color: rgb(50 88 149 / 0.45);
}
.border-primary-300\/5 {
  border-color: rgb(50 88 149 / 0.05);
}
.border-primary-300\/50 {
  border-color: rgb(50 88 149 / 0.5);
}
.border-primary-300\/55 {
  border-color: rgb(50 88 149 / 0.55);
}
.border-primary-300\/60 {
  border-color: rgb(50 88 149 / 0.6);
}
.border-primary-300\/65 {
  border-color: rgb(50 88 149 / 0.65);
}
.border-primary-300\/70 {
  border-color: rgb(50 88 149 / 0.7);
}
.border-primary-300\/75 {
  border-color: rgb(50 88 149 / 0.75);
}
.border-primary-300\/80 {
  border-color: rgb(50 88 149 / 0.8);
}
.border-primary-300\/85 {
  border-color: rgb(50 88 149 / 0.85);
}
.border-primary-300\/90 {
  border-color: rgb(50 88 149 / 0.9);
}
.border-primary-300\/95 {
  border-color: rgb(50 88 149 / 0.95);
}
.border-primary-400 {
  border-color: #305691;
}
.border-primary-400\/0 {
  border-color: rgb(48 86 145 / 0);
}
.border-primary-400\/10 {
  border-color: rgb(48 86 145 / 0.1);
}
.border-primary-400\/100 {
  border-color: rgb(48 86 145 / 1);
}
.border-primary-400\/15 {
  border-color: rgb(48 86 145 / 0.15);
}
.border-primary-400\/20 {
  border-color: rgb(48 86 145 / 0.2);
}
.border-primary-400\/25 {
  border-color: rgb(48 86 145 / 0.25);
}
.border-primary-400\/30 {
  border-color: rgb(48 86 145 / 0.3);
}
.border-primary-400\/35 {
  border-color: rgb(48 86 145 / 0.35);
}
.border-primary-400\/40 {
  border-color: rgb(48 86 145 / 0.4);
}
.border-primary-400\/45 {
  border-color: rgb(48 86 145 / 0.45);
}
.border-primary-400\/5 {
  border-color: rgb(48 86 145 / 0.05);
}
.border-primary-400\/50 {
  border-color: rgb(48 86 145 / 0.5);
}
.border-primary-400\/55 {
  border-color: rgb(48 86 145 / 0.55);
}
.border-primary-400\/60 {
  border-color: rgb(48 86 145 / 0.6);
}
.border-primary-400\/65 {
  border-color: rgb(48 86 145 / 0.65);
}
.border-primary-400\/70 {
  border-color: rgb(48 86 145 / 0.7);
}
.border-primary-400\/75 {
  border-color: rgb(48 86 145 / 0.75);
}
.border-primary-400\/80 {
  border-color: rgb(48 86 145 / 0.8);
}
.border-primary-400\/85 {
  border-color: rgb(48 86 145 / 0.85);
}
.border-primary-400\/90 {
  border-color: rgb(48 86 145 / 0.9);
}
.border-primary-400\/95 {
  border-color: rgb(48 86 145 / 0.95);
}
.border-primary-500 {
  border-color: #2d4b79;
}
.border-primary-500\/0 {
  border-color: rgb(45 75 121 / 0);
}
.border-primary-500\/10 {
  border-color: rgb(45 75 121 / 0.1);
}
.border-primary-500\/100 {
  border-color: rgb(45 75 121 / 1);
}
.border-primary-500\/15 {
  border-color: rgb(45 75 121 / 0.15);
}
.border-primary-500\/20 {
  border-color: rgb(45 75 121 / 0.2);
}
.border-primary-500\/25 {
  border-color: rgb(45 75 121 / 0.25);
}
.border-primary-500\/30 {
  border-color: rgb(45 75 121 / 0.3);
}
.border-primary-500\/35 {
  border-color: rgb(45 75 121 / 0.35);
}
.border-primary-500\/40 {
  border-color: rgb(45 75 121 / 0.4);
}
.border-primary-500\/45 {
  border-color: rgb(45 75 121 / 0.45);
}
.border-primary-500\/5 {
  border-color: rgb(45 75 121 / 0.05);
}
.border-primary-500\/50 {
  border-color: rgb(45 75 121 / 0.5);
}
.border-primary-500\/55 {
  border-color: rgb(45 75 121 / 0.55);
}
.border-primary-500\/60 {
  border-color: rgb(45 75 121 / 0.6);
}
.border-primary-500\/65 {
  border-color: rgb(45 75 121 / 0.65);
}
.border-primary-500\/70 {
  border-color: rgb(45 75 121 / 0.7);
}
.border-primary-500\/75 {
  border-color: rgb(45 75 121 / 0.75);
}
.border-primary-500\/80 {
  border-color: rgb(45 75 121 / 0.8);
}
.border-primary-500\/85 {
  border-color: rgb(45 75 121 / 0.85);
}
.border-primary-500\/90 {
  border-color: rgb(45 75 121 / 0.9);
}
.border-primary-500\/95 {
  border-color: rgb(45 75 121 / 0.95);
}
.border-primary-600 {
  border-color: #264473;
}
.border-primary-600\/0 {
  border-color: rgb(38 68 115 / 0);
}
.border-primary-600\/10 {
  border-color: rgb(38 68 115 / 0.1);
}
.border-primary-600\/100 {
  border-color: rgb(38 68 115 / 1);
}
.border-primary-600\/15 {
  border-color: rgb(38 68 115 / 0.15);
}
.border-primary-600\/20 {
  border-color: rgb(38 68 115 / 0.2);
}
.border-primary-600\/25 {
  border-color: rgb(38 68 115 / 0.25);
}
.border-primary-600\/30 {
  border-color: rgb(38 68 115 / 0.3);
}
.border-primary-600\/35 {
  border-color: rgb(38 68 115 / 0.35);
}
.border-primary-600\/40 {
  border-color: rgb(38 68 115 / 0.4);
}
.border-primary-600\/45 {
  border-color: rgb(38 68 115 / 0.45);
}
.border-primary-600\/5 {
  border-color: rgb(38 68 115 / 0.05);
}
.border-primary-600\/50 {
  border-color: rgb(38 68 115 / 0.5);
}
.border-primary-600\/55 {
  border-color: rgb(38 68 115 / 0.55);
}
.border-primary-600\/60 {
  border-color: rgb(38 68 115 / 0.6);
}
.border-primary-600\/65 {
  border-color: rgb(38 68 115 / 0.65);
}
.border-primary-600\/70 {
  border-color: rgb(38 68 115 / 0.7);
}
.border-primary-600\/75 {
  border-color: rgb(38 68 115 / 0.75);
}
.border-primary-600\/80 {
  border-color: rgb(38 68 115 / 0.8);
}
.border-primary-600\/85 {
  border-color: rgb(38 68 115 / 0.85);
}
.border-primary-600\/90 {
  border-color: rgb(38 68 115 / 0.9);
}
.border-primary-600\/95 {
  border-color: rgb(38 68 115 / 0.95);
}
.border-primary-700 {
  border-color: #233e68;
}
.border-primary-700\/0 {
  border-color: rgb(35 62 104 / 0);
}
.border-primary-700\/10 {
  border-color: rgb(35 62 104 / 0.1);
}
.border-primary-700\/100 {
  border-color: rgb(35 62 104 / 1);
}
.border-primary-700\/15 {
  border-color: rgb(35 62 104 / 0.15);
}
.border-primary-700\/20 {
  border-color: rgb(35 62 104 / 0.2);
}
.border-primary-700\/25 {
  border-color: rgb(35 62 104 / 0.25);
}
.border-primary-700\/30 {
  border-color: rgb(35 62 104 / 0.3);
}
.border-primary-700\/35 {
  border-color: rgb(35 62 104 / 0.35);
}
.border-primary-700\/40 {
  border-color: rgb(35 62 104 / 0.4);
}
.border-primary-700\/45 {
  border-color: rgb(35 62 104 / 0.45);
}
.border-primary-700\/5 {
  border-color: rgb(35 62 104 / 0.05);
}
.border-primary-700\/50 {
  border-color: rgb(35 62 104 / 0.5);
}
.border-primary-700\/55 {
  border-color: rgb(35 62 104 / 0.55);
}
.border-primary-700\/60 {
  border-color: rgb(35 62 104 / 0.6);
}
.border-primary-700\/65 {
  border-color: rgb(35 62 104 / 0.65);
}
.border-primary-700\/70 {
  border-color: rgb(35 62 104 / 0.7);
}
.border-primary-700\/75 {
  border-color: rgb(35 62 104 / 0.75);
}
.border-primary-700\/80 {
  border-color: rgb(35 62 104 / 0.8);
}
.border-primary-700\/85 {
  border-color: rgb(35 62 104 / 0.85);
}
.border-primary-700\/90 {
  border-color: rgb(35 62 104 / 0.9);
}
.border-primary-700\/95 {
  border-color: rgb(35 62 104 / 0.95);
}
.border-primary-800 {
  border-color: #1f375c;
}
.border-primary-800\/0 {
  border-color: rgb(31 55 92 / 0);
}
.border-primary-800\/10 {
  border-color: rgb(31 55 92 / 0.1);
}
.border-primary-800\/100 {
  border-color: rgb(31 55 92 / 1);
}
.border-primary-800\/15 {
  border-color: rgb(31 55 92 / 0.15);
}
.border-primary-800\/20 {
  border-color: rgb(31 55 92 / 0.2);
}
.border-primary-800\/25 {
  border-color: rgb(31 55 92 / 0.25);
}
.border-primary-800\/30 {
  border-color: rgb(31 55 92 / 0.3);
}
.border-primary-800\/35 {
  border-color: rgb(31 55 92 / 0.35);
}
.border-primary-800\/40 {
  border-color: rgb(31 55 92 / 0.4);
}
.border-primary-800\/45 {
  border-color: rgb(31 55 92 / 0.45);
}
.border-primary-800\/5 {
  border-color: rgb(31 55 92 / 0.05);
}
.border-primary-800\/50 {
  border-color: rgb(31 55 92 / 0.5);
}
.border-primary-800\/55 {
  border-color: rgb(31 55 92 / 0.55);
}
.border-primary-800\/60 {
  border-color: rgb(31 55 92 / 0.6);
}
.border-primary-800\/65 {
  border-color: rgb(31 55 92 / 0.65);
}
.border-primary-800\/70 {
  border-color: rgb(31 55 92 / 0.7);
}
.border-primary-800\/75 {
  border-color: rgb(31 55 92 / 0.75);
}
.border-primary-800\/80 {
  border-color: rgb(31 55 92 / 0.8);
}
.border-primary-800\/85 {
  border-color: rgb(31 55 92 / 0.85);
}
.border-primary-800\/90 {
  border-color: rgb(31 55 92 / 0.9);
}
.border-primary-800\/95 {
  border-color: rgb(31 55 92 / 0.95);
}
.border-primary-900 {
  border-color: #1b3051;
}
.border-primary-900\/0 {
  border-color: rgb(27 48 81 / 0);
}
.border-primary-900\/10 {
  border-color: rgb(27 48 81 / 0.1);
}
.border-primary-900\/100 {
  border-color: rgb(27 48 81 / 1);
}
.border-primary-900\/15 {
  border-color: rgb(27 48 81 / 0.15);
}
.border-primary-900\/20 {
  border-color: rgb(27 48 81 / 0.2);
}
.border-primary-900\/25 {
  border-color: rgb(27 48 81 / 0.25);
}
.border-primary-900\/30 {
  border-color: rgb(27 48 81 / 0.3);
}
.border-primary-900\/35 {
  border-color: rgb(27 48 81 / 0.35);
}
.border-primary-900\/40 {
  border-color: rgb(27 48 81 / 0.4);
}
.border-primary-900\/45 {
  border-color: rgb(27 48 81 / 0.45);
}
.border-primary-900\/5 {
  border-color: rgb(27 48 81 / 0.05);
}
.border-primary-900\/50 {
  border-color: rgb(27 48 81 / 0.5);
}
.border-primary-900\/55 {
  border-color: rgb(27 48 81 / 0.55);
}
.border-primary-900\/60 {
  border-color: rgb(27 48 81 / 0.6);
}
.border-primary-900\/65 {
  border-color: rgb(27 48 81 / 0.65);
}
.border-primary-900\/70 {
  border-color: rgb(27 48 81 / 0.7);
}
.border-primary-900\/75 {
  border-color: rgb(27 48 81 / 0.75);
}
.border-primary-900\/80 {
  border-color: rgb(27 48 81 / 0.8);
}
.border-primary-900\/85 {
  border-color: rgb(27 48 81 / 0.85);
}
.border-primary-900\/90 {
  border-color: rgb(27 48 81 / 0.9);
}
.border-primary-900\/95 {
  border-color: rgb(27 48 81 / 0.95);
}
.border-red-200 {
  border-color: #fecaca;
}
.border-red-300 {
  border-color: #fca5a5;
}
.border-red-400 {
  border-color: #f87171;
}
.border-secondary-100 {
  border-color: #DAE5E7;
}
.border-secondary-100\/0 {
  border-color: rgb(218 229 231 / 0);
}
.border-secondary-100\/10 {
  border-color: rgb(218 229 231 / 0.1);
}
.border-secondary-100\/100 {
  border-color: rgb(218 229 231 / 1);
}
.border-secondary-100\/15 {
  border-color: rgb(218 229 231 / 0.15);
}
.border-secondary-100\/20 {
  border-color: rgb(218 229 231 / 0.2);
}
.border-secondary-100\/25 {
  border-color: rgb(218 229 231 / 0.25);
}
.border-secondary-100\/30 {
  border-color: rgb(218 229 231 / 0.3);
}
.border-secondary-100\/35 {
  border-color: rgb(218 229 231 / 0.35);
}
.border-secondary-100\/40 {
  border-color: rgb(218 229 231 / 0.4);
}
.border-secondary-100\/45 {
  border-color: rgb(218 229 231 / 0.45);
}
.border-secondary-100\/5 {
  border-color: rgb(218 229 231 / 0.05);
}
.border-secondary-100\/50 {
  border-color: rgb(218 229 231 / 0.5);
}
.border-secondary-100\/55 {
  border-color: rgb(218 229 231 / 0.55);
}
.border-secondary-100\/60 {
  border-color: rgb(218 229 231 / 0.6);
}
.border-secondary-100\/65 {
  border-color: rgb(218 229 231 / 0.65);
}
.border-secondary-100\/70 {
  border-color: rgb(218 229 231 / 0.7);
}
.border-secondary-100\/75 {
  border-color: rgb(218 229 231 / 0.75);
}
.border-secondary-100\/80 {
  border-color: rgb(218 229 231 / 0.8);
}
.border-secondary-100\/85 {
  border-color: rgb(218 229 231 / 0.85);
}
.border-secondary-100\/90 {
  border-color: rgb(218 229 231 / 0.9);
}
.border-secondary-100\/95 {
  border-color: rgb(218 229 231 / 0.95);
}
.border-secondary-200 {
  border-color: #C4D6D9;
}
.border-secondary-200\/0 {
  border-color: rgb(196 214 217 / 0);
}
.border-secondary-200\/10 {
  border-color: rgb(196 214 217 / 0.1);
}
.border-secondary-200\/100 {
  border-color: rgb(196 214 217 / 1);
}
.border-secondary-200\/15 {
  border-color: rgb(196 214 217 / 0.15);
}
.border-secondary-200\/20 {
  border-color: rgb(196 214 217 / 0.2);
}
.border-secondary-200\/25 {
  border-color: rgb(196 214 217 / 0.25);
}
.border-secondary-200\/30 {
  border-color: rgb(196 214 217 / 0.3);
}
.border-secondary-200\/35 {
  border-color: rgb(196 214 217 / 0.35);
}
.border-secondary-200\/40 {
  border-color: rgb(196 214 217 / 0.4);
}
.border-secondary-200\/45 {
  border-color: rgb(196 214 217 / 0.45);
}
.border-secondary-200\/5 {
  border-color: rgb(196 214 217 / 0.05);
}
.border-secondary-200\/50 {
  border-color: rgb(196 214 217 / 0.5);
}
.border-secondary-200\/55 {
  border-color: rgb(196 214 217 / 0.55);
}
.border-secondary-200\/60 {
  border-color: rgb(196 214 217 / 0.6);
}
.border-secondary-200\/65 {
  border-color: rgb(196 214 217 / 0.65);
}
.border-secondary-200\/70 {
  border-color: rgb(196 214 217 / 0.7);
}
.border-secondary-200\/75 {
  border-color: rgb(196 214 217 / 0.75);
}
.border-secondary-200\/80 {
  border-color: rgb(196 214 217 / 0.8);
}
.border-secondary-200\/85 {
  border-color: rgb(196 214 217 / 0.85);
}
.border-secondary-200\/90 {
  border-color: rgb(196 214 217 / 0.9);
}
.border-secondary-200\/95 {
  border-color: rgb(196 214 217 / 0.95);
}
.border-secondary-300 {
  border-color: #AEC7CC;
}
.border-secondary-300\/0 {
  border-color: rgb(174 199 204 / 0);
}
.border-secondary-300\/10 {
  border-color: rgb(174 199 204 / 0.1);
}
.border-secondary-300\/100 {
  border-color: rgb(174 199 204 / 1);
}
.border-secondary-300\/15 {
  border-color: rgb(174 199 204 / 0.15);
}
.border-secondary-300\/20 {
  border-color: rgb(174 199 204 / 0.2);
}
.border-secondary-300\/25 {
  border-color: rgb(174 199 204 / 0.25);
}
.border-secondary-300\/30 {
  border-color: rgb(174 199 204 / 0.3);
}
.border-secondary-300\/35 {
  border-color: rgb(174 199 204 / 0.35);
}
.border-secondary-300\/40 {
  border-color: rgb(174 199 204 / 0.4);
}
.border-secondary-300\/45 {
  border-color: rgb(174 199 204 / 0.45);
}
.border-secondary-300\/5 {
  border-color: rgb(174 199 204 / 0.05);
}
.border-secondary-300\/50 {
  border-color: rgb(174 199 204 / 0.5);
}
.border-secondary-300\/55 {
  border-color: rgb(174 199 204 / 0.55);
}
.border-secondary-300\/60 {
  border-color: rgb(174 199 204 / 0.6);
}
.border-secondary-300\/65 {
  border-color: rgb(174 199 204 / 0.65);
}
.border-secondary-300\/70 {
  border-color: rgb(174 199 204 / 0.7);
}
.border-secondary-300\/75 {
  border-color: rgb(174 199 204 / 0.75);
}
.border-secondary-300\/80 {
  border-color: rgb(174 199 204 / 0.8);
}
.border-secondary-300\/85 {
  border-color: rgb(174 199 204 / 0.85);
}
.border-secondary-300\/90 {
  border-color: rgb(174 199 204 / 0.9);
}
.border-secondary-300\/95 {
  border-color: rgb(174 199 204 / 0.95);
}
.border-secondary-400 {
  border-color: #98B8BE;
}
.border-secondary-400\/0 {
  border-color: rgb(152 184 190 / 0);
}
.border-secondary-400\/10 {
  border-color: rgb(152 184 190 / 0.1);
}
.border-secondary-400\/100 {
  border-color: rgb(152 184 190 / 1);
}
.border-secondary-400\/15 {
  border-color: rgb(152 184 190 / 0.15);
}
.border-secondary-400\/20 {
  border-color: rgb(152 184 190 / 0.2);
}
.border-secondary-400\/25 {
  border-color: rgb(152 184 190 / 0.25);
}
.border-secondary-400\/30 {
  border-color: rgb(152 184 190 / 0.3);
}
.border-secondary-400\/35 {
  border-color: rgb(152 184 190 / 0.35);
}
.border-secondary-400\/40 {
  border-color: rgb(152 184 190 / 0.4);
}
.border-secondary-400\/45 {
  border-color: rgb(152 184 190 / 0.45);
}
.border-secondary-400\/5 {
  border-color: rgb(152 184 190 / 0.05);
}
.border-secondary-400\/50 {
  border-color: rgb(152 184 190 / 0.5);
}
.border-secondary-400\/55 {
  border-color: rgb(152 184 190 / 0.55);
}
.border-secondary-400\/60 {
  border-color: rgb(152 184 190 / 0.6);
}
.border-secondary-400\/65 {
  border-color: rgb(152 184 190 / 0.65);
}
.border-secondary-400\/70 {
  border-color: rgb(152 184 190 / 0.7);
}
.border-secondary-400\/75 {
  border-color: rgb(152 184 190 / 0.75);
}
.border-secondary-400\/80 {
  border-color: rgb(152 184 190 / 0.8);
}
.border-secondary-400\/85 {
  border-color: rgb(152 184 190 / 0.85);
}
.border-secondary-400\/90 {
  border-color: rgb(152 184 190 / 0.9);
}
.border-secondary-400\/95 {
  border-color: rgb(152 184 190 / 0.95);
}
.border-secondary-500 {
  border-color: #82A9B0;
}
.border-secondary-500\/0 {
  border-color: rgb(130 169 176 / 0);
}
.border-secondary-500\/10 {
  border-color: rgb(130 169 176 / 0.1);
}
.border-secondary-500\/100 {
  border-color: rgb(130 169 176 / 1);
}
.border-secondary-500\/15 {
  border-color: rgb(130 169 176 / 0.15);
}
.border-secondary-500\/20 {
  border-color: rgb(130 169 176 / 0.2);
}
.border-secondary-500\/25 {
  border-color: rgb(130 169 176 / 0.25);
}
.border-secondary-500\/30 {
  border-color: rgb(130 169 176 / 0.3);
}
.border-secondary-500\/35 {
  border-color: rgb(130 169 176 / 0.35);
}
.border-secondary-500\/40 {
  border-color: rgb(130 169 176 / 0.4);
}
.border-secondary-500\/45 {
  border-color: rgb(130 169 176 / 0.45);
}
.border-secondary-500\/5 {
  border-color: rgb(130 169 176 / 0.05);
}
.border-secondary-500\/50 {
  border-color: rgb(130 169 176 / 0.5);
}
.border-secondary-500\/55 {
  border-color: rgb(130 169 176 / 0.55);
}
.border-secondary-500\/60 {
  border-color: rgb(130 169 176 / 0.6);
}
.border-secondary-500\/65 {
  border-color: rgb(130 169 176 / 0.65);
}
.border-secondary-500\/70 {
  border-color: rgb(130 169 176 / 0.7);
}
.border-secondary-500\/75 {
  border-color: rgb(130 169 176 / 0.75);
}
.border-secondary-500\/80 {
  border-color: rgb(130 169 176 / 0.8);
}
.border-secondary-500\/85 {
  border-color: rgb(130 169 176 / 0.85);
}
.border-secondary-500\/90 {
  border-color: rgb(130 169 176 / 0.9);
}
.border-secondary-500\/95 {
  border-color: rgb(130 169 176 / 0.95);
}
.border-secondary-600 {
  border-color: #66969E;
}
.border-secondary-600\/0 {
  border-color: rgb(102 150 158 / 0);
}
.border-secondary-600\/10 {
  border-color: rgb(102 150 158 / 0.1);
}
.border-secondary-600\/100 {
  border-color: rgb(102 150 158 / 1);
}
.border-secondary-600\/15 {
  border-color: rgb(102 150 158 / 0.15);
}
.border-secondary-600\/20 {
  border-color: rgb(102 150 158 / 0.2);
}
.border-secondary-600\/25 {
  border-color: rgb(102 150 158 / 0.25);
}
.border-secondary-600\/30 {
  border-color: rgb(102 150 158 / 0.3);
}
.border-secondary-600\/35 {
  border-color: rgb(102 150 158 / 0.35);
}
.border-secondary-600\/40 {
  border-color: rgb(102 150 158 / 0.4);
}
.border-secondary-600\/45 {
  border-color: rgb(102 150 158 / 0.45);
}
.border-secondary-600\/5 {
  border-color: rgb(102 150 158 / 0.05);
}
.border-secondary-600\/50 {
  border-color: rgb(102 150 158 / 0.5);
}
.border-secondary-600\/55 {
  border-color: rgb(102 150 158 / 0.55);
}
.border-secondary-600\/60 {
  border-color: rgb(102 150 158 / 0.6);
}
.border-secondary-600\/65 {
  border-color: rgb(102 150 158 / 0.65);
}
.border-secondary-600\/70 {
  border-color: rgb(102 150 158 / 0.7);
}
.border-secondary-600\/75 {
  border-color: rgb(102 150 158 / 0.75);
}
.border-secondary-600\/80 {
  border-color: rgb(102 150 158 / 0.8);
}
.border-secondary-600\/85 {
  border-color: rgb(102 150 158 / 0.85);
}
.border-secondary-600\/90 {
  border-color: rgb(102 150 158 / 0.9);
}
.border-secondary-600\/95 {
  border-color: rgb(102 150 158 / 0.95);
}
.border-secondary-700 {
  border-color: #537C83;
}
.border-secondary-700\/0 {
  border-color: rgb(83 124 131 / 0);
}
.border-secondary-700\/10 {
  border-color: rgb(83 124 131 / 0.1);
}
.border-secondary-700\/100 {
  border-color: rgb(83 124 131 / 1);
}
.border-secondary-700\/15 {
  border-color: rgb(83 124 131 / 0.15);
}
.border-secondary-700\/20 {
  border-color: rgb(83 124 131 / 0.2);
}
.border-secondary-700\/25 {
  border-color: rgb(83 124 131 / 0.25);
}
.border-secondary-700\/30 {
  border-color: rgb(83 124 131 / 0.3);
}
.border-secondary-700\/35 {
  border-color: rgb(83 124 131 / 0.35);
}
.border-secondary-700\/40 {
  border-color: rgb(83 124 131 / 0.4);
}
.border-secondary-700\/45 {
  border-color: rgb(83 124 131 / 0.45);
}
.border-secondary-700\/5 {
  border-color: rgb(83 124 131 / 0.05);
}
.border-secondary-700\/50 {
  border-color: rgb(83 124 131 / 0.5);
}
.border-secondary-700\/55 {
  border-color: rgb(83 124 131 / 0.55);
}
.border-secondary-700\/60 {
  border-color: rgb(83 124 131 / 0.6);
}
.border-secondary-700\/65 {
  border-color: rgb(83 124 131 / 0.65);
}
.border-secondary-700\/70 {
  border-color: rgb(83 124 131 / 0.7);
}
.border-secondary-700\/75 {
  border-color: rgb(83 124 131 / 0.75);
}
.border-secondary-700\/80 {
  border-color: rgb(83 124 131 / 0.8);
}
.border-secondary-700\/85 {
  border-color: rgb(83 124 131 / 0.85);
}
.border-secondary-700\/90 {
  border-color: rgb(83 124 131 / 0.9);
}
.border-secondary-700\/95 {
  border-color: rgb(83 124 131 / 0.95);
}
.border-secondary-800 {
  border-color: #416167;
}
.border-secondary-800\/0 {
  border-color: rgb(65 97 103 / 0);
}
.border-secondary-800\/10 {
  border-color: rgb(65 97 103 / 0.1);
}
.border-secondary-800\/100 {
  border-color: rgb(65 97 103 / 1);
}
.border-secondary-800\/15 {
  border-color: rgb(65 97 103 / 0.15);
}
.border-secondary-800\/20 {
  border-color: rgb(65 97 103 / 0.2);
}
.border-secondary-800\/25 {
  border-color: rgb(65 97 103 / 0.25);
}
.border-secondary-800\/30 {
  border-color: rgb(65 97 103 / 0.3);
}
.border-secondary-800\/35 {
  border-color: rgb(65 97 103 / 0.35);
}
.border-secondary-800\/40 {
  border-color: rgb(65 97 103 / 0.4);
}
.border-secondary-800\/45 {
  border-color: rgb(65 97 103 / 0.45);
}
.border-secondary-800\/5 {
  border-color: rgb(65 97 103 / 0.05);
}
.border-secondary-800\/50 {
  border-color: rgb(65 97 103 / 0.5);
}
.border-secondary-800\/55 {
  border-color: rgb(65 97 103 / 0.55);
}
.border-secondary-800\/60 {
  border-color: rgb(65 97 103 / 0.6);
}
.border-secondary-800\/65 {
  border-color: rgb(65 97 103 / 0.65);
}
.border-secondary-800\/70 {
  border-color: rgb(65 97 103 / 0.7);
}
.border-secondary-800\/75 {
  border-color: rgb(65 97 103 / 0.75);
}
.border-secondary-800\/80 {
  border-color: rgb(65 97 103 / 0.8);
}
.border-secondary-800\/85 {
  border-color: rgb(65 97 103 / 0.85);
}
.border-secondary-800\/90 {
  border-color: rgb(65 97 103 / 0.9);
}
.border-secondary-800\/95 {
  border-color: rgb(65 97 103 / 0.95);
}
.border-secondary-900 {
  border-color: #2F474B;
}
.border-secondary-900\/0 {
  border-color: rgb(47 71 75 / 0);
}
.border-secondary-900\/10 {
  border-color: rgb(47 71 75 / 0.1);
}
.border-secondary-900\/100 {
  border-color: rgb(47 71 75 / 1);
}
.border-secondary-900\/15 {
  border-color: rgb(47 71 75 / 0.15);
}
.border-secondary-900\/20 {
  border-color: rgb(47 71 75 / 0.2);
}
.border-secondary-900\/25 {
  border-color: rgb(47 71 75 / 0.25);
}
.border-secondary-900\/30 {
  border-color: rgb(47 71 75 / 0.3);
}
.border-secondary-900\/35 {
  border-color: rgb(47 71 75 / 0.35);
}
.border-secondary-900\/40 {
  border-color: rgb(47 71 75 / 0.4);
}
.border-secondary-900\/45 {
  border-color: rgb(47 71 75 / 0.45);
}
.border-secondary-900\/5 {
  border-color: rgb(47 71 75 / 0.05);
}
.border-secondary-900\/50 {
  border-color: rgb(47 71 75 / 0.5);
}
.border-secondary-900\/55 {
  border-color: rgb(47 71 75 / 0.55);
}
.border-secondary-900\/60 {
  border-color: rgb(47 71 75 / 0.6);
}
.border-secondary-900\/65 {
  border-color: rgb(47 71 75 / 0.65);
}
.border-secondary-900\/70 {
  border-color: rgb(47 71 75 / 0.7);
}
.border-secondary-900\/75 {
  border-color: rgb(47 71 75 / 0.75);
}
.border-secondary-900\/80 {
  border-color: rgb(47 71 75 / 0.8);
}
.border-secondary-900\/85 {
  border-color: rgb(47 71 75 / 0.85);
}
.border-secondary-900\/90 {
  border-color: rgb(47 71 75 / 0.9);
}
.border-secondary-900\/95 {
  border-color: rgb(47 71 75 / 0.95);
}
.border-slate-100 {
  border-color: #f1f5f9;
}
.border-slate-200 {
  border-color: #e2e8f0;
}
.border-slate-300 {
  border-color: #cbd5e1;
}
.border-transparent {
  border-color: transparent;
}
.border-white {
  border-color: #fff;
}
.border-white\/20 {
  border-color: rgb(255 255 255 / 0.2);
}
.border-yellow-100 {
  border-color: #fef9c3;
}
.border-yellow-200 {
  border-color: #fef08a;
}
.border-yellow-300 {
  border-color: #fde047;
}
.border-t-transparent {
  border-top-color: transparent;
}
.bg-\[\#1e3a5f\] {
  background-color: #1e3a5f;
}
.bg-\[\#22c55e\] {
  background-color: #22c55e;
}
.bg-\[\#2f8f5b\] {
  background-color: #2f8f5b;
}
.bg-\[\#9B1C1C\] {
  background-color: #9B1C1C;
}
.bg-\[\#d9e4f2\] {
  background-color: #d9e4f2;
}
.bg-accent-100 {
  background-color: #fceae9;
}
.bg-accent-100\/0 {
  background-color: rgb(252 234 233 / 0);
}
.bg-accent-100\/10 {
  background-color: rgb(252 234 233 / 0.1);
}
.bg-accent-100\/100 {
  background-color: rgb(252 234 233 / 1);
}
.bg-accent-100\/15 {
  background-color: rgb(252 234 233 / 0.15);
}
.bg-accent-100\/20 {
  background-color: rgb(252 234 233 / 0.2);
}
.bg-accent-100\/25 {
  background-color: rgb(252 234 233 / 0.25);
}
.bg-accent-100\/30 {
  background-color: rgb(252 234 233 / 0.3);
}
.bg-accent-100\/35 {
  background-color: rgb(252 234 233 / 0.35);
}
.bg-accent-100\/40 {
  background-color: rgb(252 234 233 / 0.4);
}
.bg-accent-100\/45 {
  background-color: rgb(252 234 233 / 0.45);
}
.bg-accent-100\/5 {
  background-color: rgb(252 234 233 / 0.05);
}
.bg-accent-100\/50 {
  background-color: rgb(252 234 233 / 0.5);
}
.bg-accent-100\/55 {
  background-color: rgb(252 234 233 / 0.55);
}
.bg-accent-100\/60 {
  background-color: rgb(252 234 233 / 0.6);
}
.bg-accent-100\/65 {
  background-color: rgb(252 234 233 / 0.65);
}
.bg-accent-100\/70 {
  background-color: rgb(252 234 233 / 0.7);
}
.bg-accent-100\/75 {
  background-color: rgb(252 234 233 / 0.75);
}
.bg-accent-100\/80 {
  background-color: rgb(252 234 233 / 0.8);
}
.bg-accent-100\/85 {
  background-color: rgb(252 234 233 / 0.85);
}
.bg-accent-100\/90 {
  background-color: rgb(252 234 233 / 0.9);
}
.bg-accent-100\/95 {
  background-color: rgb(252 234 233 / 0.95);
}
.bg-accent-200 {
  background-color: #f9d4d2;
}
.bg-accent-200\/0 {
  background-color: rgb(249 212 210 / 0);
}
.bg-accent-200\/10 {
  background-color: rgb(249 212 210 / 0.1);
}
.bg-accent-200\/100 {
  background-color: rgb(249 212 210 / 1);
}
.bg-accent-200\/15 {
  background-color: rgb(249 212 210 / 0.15);
}
.bg-accent-200\/20 {
  background-color: rgb(249 212 210 / 0.2);
}
.bg-accent-200\/25 {
  background-color: rgb(249 212 210 / 0.25);
}
.bg-accent-200\/30 {
  background-color: rgb(249 212 210 / 0.3);
}
.bg-accent-200\/35 {
  background-color: rgb(249 212 210 / 0.35);
}
.bg-accent-200\/40 {
  background-color: rgb(249 212 210 / 0.4);
}
.bg-accent-200\/45 {
  background-color: rgb(249 212 210 / 0.45);
}
.bg-accent-200\/5 {
  background-color: rgb(249 212 210 / 0.05);
}
.bg-accent-200\/50 {
  background-color: rgb(249 212 210 / 0.5);
}
.bg-accent-200\/55 {
  background-color: rgb(249 212 210 / 0.55);
}
.bg-accent-200\/60 {
  background-color: rgb(249 212 210 / 0.6);
}
.bg-accent-200\/65 {
  background-color: rgb(249 212 210 / 0.65);
}
.bg-accent-200\/70 {
  background-color: rgb(249 212 210 / 0.7);
}
.bg-accent-200\/75 {
  background-color: rgb(249 212 210 / 0.75);
}
.bg-accent-200\/80 {
  background-color: rgb(249 212 210 / 0.8);
}
.bg-accent-200\/85 {
  background-color: rgb(249 212 210 / 0.85);
}
.bg-accent-200\/90 {
  background-color: rgb(249 212 210 / 0.9);
}
.bg-accent-200\/95 {
  background-color: rgb(249 212 210 / 0.95);
}
.bg-accent-300 {
  background-color: #f4b5b3;
}
.bg-accent-300\/0 {
  background-color: rgb(244 181 179 / 0);
}
.bg-accent-300\/10 {
  background-color: rgb(244 181 179 / 0.1);
}
.bg-accent-300\/100 {
  background-color: rgb(244 181 179 / 1);
}
.bg-accent-300\/15 {
  background-color: rgb(244 181 179 / 0.15);
}
.bg-accent-300\/20 {
  background-color: rgb(244 181 179 / 0.2);
}
.bg-accent-300\/25 {
  background-color: rgb(244 181 179 / 0.25);
}
.bg-accent-300\/30 {
  background-color: rgb(244 181 179 / 0.3);
}
.bg-accent-300\/35 {
  background-color: rgb(244 181 179 / 0.35);
}
.bg-accent-300\/40 {
  background-color: rgb(244 181 179 / 0.4);
}
.bg-accent-300\/45 {
  background-color: rgb(244 181 179 / 0.45);
}
.bg-accent-300\/5 {
  background-color: rgb(244 181 179 / 0.05);
}
.bg-accent-300\/50 {
  background-color: rgb(244 181 179 / 0.5);
}
.bg-accent-300\/55 {
  background-color: rgb(244 181 179 / 0.55);
}
.bg-accent-300\/60 {
  background-color: rgb(244 181 179 / 0.6);
}
.bg-accent-300\/65 {
  background-color: rgb(244 181 179 / 0.65);
}
.bg-accent-300\/70 {
  background-color: rgb(244 181 179 / 0.7);
}
.bg-accent-300\/75 {
  background-color: rgb(244 181 179 / 0.75);
}
.bg-accent-300\/80 {
  background-color: rgb(244 181 179 / 0.8);
}
.bg-accent-300\/85 {
  background-color: rgb(244 181 179 / 0.85);
}
.bg-accent-300\/90 {
  background-color: rgb(244 181 179 / 0.9);
}
.bg-accent-300\/95 {
  background-color: rgb(244 181 179 / 0.95);
}
.bg-accent-400 {
  background-color: #ee8e8b;
}
.bg-accent-400\/0 {
  background-color: rgb(238 142 139 / 0);
}
.bg-accent-400\/10 {
  background-color: rgb(238 142 139 / 0.1);
}
.bg-accent-400\/100 {
  background-color: rgb(238 142 139 / 1);
}
.bg-accent-400\/15 {
  background-color: rgb(238 142 139 / 0.15);
}
.bg-accent-400\/20 {
  background-color: rgb(238 142 139 / 0.2);
}
.bg-accent-400\/25 {
  background-color: rgb(238 142 139 / 0.25);
}
.bg-accent-400\/30 {
  background-color: rgb(238 142 139 / 0.3);
}
.bg-accent-400\/35 {
  background-color: rgb(238 142 139 / 0.35);
}
.bg-accent-400\/40 {
  background-color: rgb(238 142 139 / 0.4);
}
.bg-accent-400\/45 {
  background-color: rgb(238 142 139 / 0.45);
}
.bg-accent-400\/5 {
  background-color: rgb(238 142 139 / 0.05);
}
.bg-accent-400\/50 {
  background-color: rgb(238 142 139 / 0.5);
}
.bg-accent-400\/55 {
  background-color: rgb(238 142 139 / 0.55);
}
.bg-accent-400\/60 {
  background-color: rgb(238 142 139 / 0.6);
}
.bg-accent-400\/65 {
  background-color: rgb(238 142 139 / 0.65);
}
.bg-accent-400\/70 {
  background-color: rgb(238 142 139 / 0.7);
}
.bg-accent-400\/75 {
  background-color: rgb(238 142 139 / 0.75);
}
.bg-accent-400\/80 {
  background-color: rgb(238 142 139 / 0.8);
}
.bg-accent-400\/85 {
  background-color: rgb(238 142 139 / 0.85);
}
.bg-accent-400\/90 {
  background-color: rgb(238 142 139 / 0.9);
}
.bg-accent-400\/95 {
  background-color: rgb(238 142 139 / 0.95);
}
.bg-accent-500 {
  background-color: #e57373;
}
.bg-accent-500\/0 {
  background-color: rgb(229 115 115 / 0);
}
.bg-accent-500\/10 {
  background-color: rgb(229 115 115 / 0.1);
}
.bg-accent-500\/100 {
  background-color: rgb(229 115 115 / 1);
}
.bg-accent-500\/15 {
  background-color: rgb(229 115 115 / 0.15);
}
.bg-accent-500\/20 {
  background-color: rgb(229 115 115 / 0.2);
}
.bg-accent-500\/25 {
  background-color: rgb(229 115 115 / 0.25);
}
.bg-accent-500\/30 {
  background-color: rgb(229 115 115 / 0.3);
}
.bg-accent-500\/35 {
  background-color: rgb(229 115 115 / 0.35);
}
.bg-accent-500\/40 {
  background-color: rgb(229 115 115 / 0.4);
}
.bg-accent-500\/45 {
  background-color: rgb(229 115 115 / 0.45);
}
.bg-accent-500\/5 {
  background-color: rgb(229 115 115 / 0.05);
}
.bg-accent-500\/50 {
  background-color: rgb(229 115 115 / 0.5);
}
.bg-accent-500\/55 {
  background-color: rgb(229 115 115 / 0.55);
}
.bg-accent-500\/60 {
  background-color: rgb(229 115 115 / 0.6);
}
.bg-accent-500\/65 {
  background-color: rgb(229 115 115 / 0.65);
}
.bg-accent-500\/70 {
  background-color: rgb(229 115 115 / 0.7);
}
.bg-accent-500\/75 {
  background-color: rgb(229 115 115 / 0.75);
}
.bg-accent-500\/80 {
  background-color: rgb(229 115 115 / 0.8);
}
.bg-accent-500\/85 {
  background-color: rgb(229 115 115 / 0.85);
}
.bg-accent-500\/90 {
  background-color: rgb(229 115 115 / 0.9);
}
.bg-accent-500\/95 {
  background-color: rgb(229 115 115 / 0.95);
}
.bg-accent-600 {
  background-color: #d95f5f;
}
.bg-accent-600\/0 {
  background-color: rgb(217 95 95 / 0);
}
.bg-accent-600\/10 {
  background-color: rgb(217 95 95 / 0.1);
}
.bg-accent-600\/100 {
  background-color: rgb(217 95 95 / 1);
}
.bg-accent-600\/15 {
  background-color: rgb(217 95 95 / 0.15);
}
.bg-accent-600\/20 {
  background-color: rgb(217 95 95 / 0.2);
}
.bg-accent-600\/25 {
  background-color: rgb(217 95 95 / 0.25);
}
.bg-accent-600\/30 {
  background-color: rgb(217 95 95 / 0.3);
}
.bg-accent-600\/35 {
  background-color: rgb(217 95 95 / 0.35);
}
.bg-accent-600\/40 {
  background-color: rgb(217 95 95 / 0.4);
}
.bg-accent-600\/45 {
  background-color: rgb(217 95 95 / 0.45);
}
.bg-accent-600\/5 {
  background-color: rgb(217 95 95 / 0.05);
}
.bg-accent-600\/50 {
  background-color: rgb(217 95 95 / 0.5);
}
.bg-accent-600\/55 {
  background-color: rgb(217 95 95 / 0.55);
}
.bg-accent-600\/60 {
  background-color: rgb(217 95 95 / 0.6);
}
.bg-accent-600\/65 {
  background-color: rgb(217 95 95 / 0.65);
}
.bg-accent-600\/70 {
  background-color: rgb(217 95 95 / 0.7);
}
.bg-accent-600\/75 {
  background-color: rgb(217 95 95 / 0.75);
}
.bg-accent-600\/80 {
  background-color: rgb(217 95 95 / 0.8);
}
.bg-accent-600\/85 {
  background-color: rgb(217 95 95 / 0.85);
}
.bg-accent-600\/90 {
  background-color: rgb(217 95 95 / 0.9);
}
.bg-accent-600\/95 {
  background-color: rgb(217 95 95 / 0.95);
}
.bg-accent-700 {
  background-color: #c94a4a;
}
.bg-accent-700\/0 {
  background-color: rgb(201 74 74 / 0);
}
.bg-accent-700\/10 {
  background-color: rgb(201 74 74 / 0.1);
}
.bg-accent-700\/100 {
  background-color: rgb(201 74 74 / 1);
}
.bg-accent-700\/15 {
  background-color: rgb(201 74 74 / 0.15);
}
.bg-accent-700\/20 {
  background-color: rgb(201 74 74 / 0.2);
}
.bg-accent-700\/25 {
  background-color: rgb(201 74 74 / 0.25);
}
.bg-accent-700\/30 {
  background-color: rgb(201 74 74 / 0.3);
}
.bg-accent-700\/35 {
  background-color: rgb(201 74 74 / 0.35);
}
.bg-accent-700\/40 {
  background-color: rgb(201 74 74 / 0.4);
}
.bg-accent-700\/45 {
  background-color: rgb(201 74 74 / 0.45);
}
.bg-accent-700\/5 {
  background-color: rgb(201 74 74 / 0.05);
}
.bg-accent-700\/50 {
  background-color: rgb(201 74 74 / 0.5);
}
.bg-accent-700\/55 {
  background-color: rgb(201 74 74 / 0.55);
}
.bg-accent-700\/60 {
  background-color: rgb(201 74 74 / 0.6);
}
.bg-accent-700\/65 {
  background-color: rgb(201 74 74 / 0.65);
}
.bg-accent-700\/70 {
  background-color: rgb(201 74 74 / 0.7);
}
.bg-accent-700\/75 {
  background-color: rgb(201 74 74 / 0.75);
}
.bg-accent-700\/80 {
  background-color: rgb(201 74 74 / 0.8);
}
.bg-accent-700\/85 {
  background-color: rgb(201 74 74 / 0.85);
}
.bg-accent-700\/90 {
  background-color: rgb(201 74 74 / 0.9);
}
.bg-accent-700\/95 {
  background-color: rgb(201 74 74 / 0.95);
}
.bg-accent-800 {
  background-color: #a83c3c;
}
.bg-accent-800\/0 {
  background-color: rgb(168 60 60 / 0);
}
.bg-accent-800\/10 {
  background-color: rgb(168 60 60 / 0.1);
}
.bg-accent-800\/100 {
  background-color: rgb(168 60 60 / 1);
}
.bg-accent-800\/15 {
  background-color: rgb(168 60 60 / 0.15);
}
.bg-accent-800\/20 {
  background-color: rgb(168 60 60 / 0.2);
}
.bg-accent-800\/25 {
  background-color: rgb(168 60 60 / 0.25);
}
.bg-accent-800\/30 {
  background-color: rgb(168 60 60 / 0.3);
}
.bg-accent-800\/35 {
  background-color: rgb(168 60 60 / 0.35);
}
.bg-accent-800\/40 {
  background-color: rgb(168 60 60 / 0.4);
}
.bg-accent-800\/45 {
  background-color: rgb(168 60 60 / 0.45);
}
.bg-accent-800\/5 {
  background-color: rgb(168 60 60 / 0.05);
}
.bg-accent-800\/50 {
  background-color: rgb(168 60 60 / 0.5);
}
.bg-accent-800\/55 {
  background-color: rgb(168 60 60 / 0.55);
}
.bg-accent-800\/60 {
  background-color: rgb(168 60 60 / 0.6);
}
.bg-accent-800\/65 {
  background-color: rgb(168 60 60 / 0.65);
}
.bg-accent-800\/70 {
  background-color: rgb(168 60 60 / 0.7);
}
.bg-accent-800\/75 {
  background-color: rgb(168 60 60 / 0.75);
}
.bg-accent-800\/80 {
  background-color: rgb(168 60 60 / 0.8);
}
.bg-accent-800\/85 {
  background-color: rgb(168 60 60 / 0.85);
}
.bg-accent-800\/90 {
  background-color: rgb(168 60 60 / 0.9);
}
.bg-accent-800\/95 {
  background-color: rgb(168 60 60 / 0.95);
}
.bg-accent-900 {
  background-color: #8c3434;
}
.bg-accent-900\/0 {
  background-color: rgb(140 52 52 / 0);
}
.bg-accent-900\/10 {
  background-color: rgb(140 52 52 / 0.1);
}
.bg-accent-900\/100 {
  background-color: rgb(140 52 52 / 1);
}
.bg-accent-900\/15 {
  background-color: rgb(140 52 52 / 0.15);
}
.bg-accent-900\/20 {
  background-color: rgb(140 52 52 / 0.2);
}
.bg-accent-900\/25 {
  background-color: rgb(140 52 52 / 0.25);
}
.bg-accent-900\/30 {
  background-color: rgb(140 52 52 / 0.3);
}
.bg-accent-900\/35 {
  background-color: rgb(140 52 52 / 0.35);
}
.bg-accent-900\/40 {
  background-color: rgb(140 52 52 / 0.4);
}
.bg-accent-900\/45 {
  background-color: rgb(140 52 52 / 0.45);
}
.bg-accent-900\/5 {
  background-color: rgb(140 52 52 / 0.05);
}
.bg-accent-900\/50 {
  background-color: rgb(140 52 52 / 0.5);
}
.bg-accent-900\/55 {
  background-color: rgb(140 52 52 / 0.55);
}
.bg-accent-900\/60 {
  background-color: rgb(140 52 52 / 0.6);
}
.bg-accent-900\/65 {
  background-color: rgb(140 52 52 / 0.65);
}
.bg-accent-900\/70 {
  background-color: rgb(140 52 52 / 0.7);
}
.bg-accent-900\/75 {
  background-color: rgb(140 52 52 / 0.75);
}
.bg-accent-900\/80 {
  background-color: rgb(140 52 52 / 0.8);
}
.bg-accent-900\/85 {
  background-color: rgb(140 52 52 / 0.85);
}
.bg-accent-900\/90 {
  background-color: rgb(140 52 52 / 0.9);
}
.bg-accent-900\/95 {
  background-color: rgb(140 52 52 / 0.95);
}
.bg-amber-50\/60 {
  background-color: rgb(255 251 235 / 0.6);
}
.bg-black\/30 {
  background-color: rgb(0 0 0 / 0.3);
}
.bg-black\/50 {
  background-color: rgb(0 0 0 / 0.5);
}
.bg-blue-100 {
  background-color: #dbeafe;
}
.bg-blue-200 {
  background-color: #bfdbfe;
}
.bg-blue-400 {
  background-color: #60a5fa;
}
.bg-blue-50 {
  background-color: #eff6ff;
}
.bg-blue-500 {
  background-color: #3b82f6;
}
.bg-blue-600 {
  background-color: #2563eb;
}
.bg-blue-900 {
  background-color: #1e3a8a;
}
.bg-emerald-100 {
  background-color: #d1fae5;
}
.bg-emerald-400 {
  background-color: #34d399;
}
.bg-emerald-50 {
  background-color: #ecfdf5;
}
.bg-emerald-500 {
  background-color: #10b981;
}
.bg-gray-100 {
  background-color: #f3f4f6;
}
.bg-gray-100\/0 {
  background-color: rgb(243 244 246 / 0);
}
.bg-gray-100\/10 {
  background-color: rgb(243 244 246 / 0.1);
}
.bg-gray-100\/100 {
  background-color: rgb(243 244 246 / 1);
}
.bg-gray-100\/15 {
  background-color: rgb(243 244 246 / 0.15);
}
.bg-gray-100\/20 {
  background-color: rgb(243 244 246 / 0.2);
}
.bg-gray-100\/25 {
  background-color: rgb(243 244 246 / 0.25);
}
.bg-gray-100\/30 {
  background-color: rgb(243 244 246 / 0.3);
}
.bg-gray-100\/35 {
  background-color: rgb(243 244 246 / 0.35);
}
.bg-gray-100\/40 {
  background-color: rgb(243 244 246 / 0.4);
}
.bg-gray-100\/45 {
  background-color: rgb(243 244 246 / 0.45);
}
.bg-gray-100\/5 {
  background-color: rgb(243 244 246 / 0.05);
}
.bg-gray-100\/50 {
  background-color: rgb(243 244 246 / 0.5);
}
.bg-gray-100\/55 {
  background-color: rgb(243 244 246 / 0.55);
}
.bg-gray-100\/60 {
  background-color: rgb(243 244 246 / 0.6);
}
.bg-gray-100\/65 {
  background-color: rgb(243 244 246 / 0.65);
}
.bg-gray-100\/70 {
  background-color: rgb(243 244 246 / 0.7);
}
.bg-gray-100\/75 {
  background-color: rgb(243 244 246 / 0.75);
}
.bg-gray-100\/80 {
  background-color: rgb(243 244 246 / 0.8);
}
.bg-gray-100\/85 {
  background-color: rgb(243 244 246 / 0.85);
}
.bg-gray-100\/90 {
  background-color: rgb(243 244 246 / 0.9);
}
.bg-gray-100\/95 {
  background-color: rgb(243 244 246 / 0.95);
}
.bg-gray-200 {
  background-color: #e5e7eb;
}
.bg-gray-200\/0 {
  background-color: rgb(229 231 235 / 0);
}
.bg-gray-200\/10 {
  background-color: rgb(229 231 235 / 0.1);
}
.bg-gray-200\/100 {
  background-color: rgb(229 231 235 / 1);
}
.bg-gray-200\/15 {
  background-color: rgb(229 231 235 / 0.15);
}
.bg-gray-200\/20 {
  background-color: rgb(229 231 235 / 0.2);
}
.bg-gray-200\/25 {
  background-color: rgb(229 231 235 / 0.25);
}
.bg-gray-200\/30 {
  background-color: rgb(229 231 235 / 0.3);
}
.bg-gray-200\/35 {
  background-color: rgb(229 231 235 / 0.35);
}
.bg-gray-200\/40 {
  background-color: rgb(229 231 235 / 0.4);
}
.bg-gray-200\/45 {
  background-color: rgb(229 231 235 / 0.45);
}
.bg-gray-200\/5 {
  background-color: rgb(229 231 235 / 0.05);
}
.bg-gray-200\/50 {
  background-color: rgb(229 231 235 / 0.5);
}
.bg-gray-200\/55 {
  background-color: rgb(229 231 235 / 0.55);
}
.bg-gray-200\/60 {
  background-color: rgb(229 231 235 / 0.6);
}
.bg-gray-200\/65 {
  background-color: rgb(229 231 235 / 0.65);
}
.bg-gray-200\/70 {
  background-color: rgb(229 231 235 / 0.7);
}
.bg-gray-200\/75 {
  background-color: rgb(229 231 235 / 0.75);
}
.bg-gray-200\/80 {
  background-color: rgb(229 231 235 / 0.8);
}
.bg-gray-200\/85 {
  background-color: rgb(229 231 235 / 0.85);
}
.bg-gray-200\/90 {
  background-color: rgb(229 231 235 / 0.9);
}
.bg-gray-200\/95 {
  background-color: rgb(229 231 235 / 0.95);
}
.bg-gray-300 {
  background-color: #d1d5db;
}
.bg-gray-300\/0 {
  background-color: rgb(209 213 219 / 0);
}
.bg-gray-300\/10 {
  background-color: rgb(209 213 219 / 0.1);
}
.bg-gray-300\/100 {
  background-color: rgb(209 213 219 / 1);
}
.bg-gray-300\/15 {
  background-color: rgb(209 213 219 / 0.15);
}
.bg-gray-300\/20 {
  background-color: rgb(209 213 219 / 0.2);
}
.bg-gray-300\/25 {
  background-color: rgb(209 213 219 / 0.25);
}
.bg-gray-300\/30 {
  background-color: rgb(209 213 219 / 0.3);
}
.bg-gray-300\/35 {
  background-color: rgb(209 213 219 / 0.35);
}
.bg-gray-300\/40 {
  background-color: rgb(209 213 219 / 0.4);
}
.bg-gray-300\/45 {
  background-color: rgb(209 213 219 / 0.45);
}
.bg-gray-300\/5 {
  background-color: rgb(209 213 219 / 0.05);
}
.bg-gray-300\/50 {
  background-color: rgb(209 213 219 / 0.5);
}
.bg-gray-300\/55 {
  background-color: rgb(209 213 219 / 0.55);
}
.bg-gray-300\/60 {
  background-color: rgb(209 213 219 / 0.6);
}
.bg-gray-300\/65 {
  background-color: rgb(209 213 219 / 0.65);
}
.bg-gray-300\/70 {
  background-color: rgb(209 213 219 / 0.7);
}
.bg-gray-300\/75 {
  background-color: rgb(209 213 219 / 0.75);
}
.bg-gray-300\/80 {
  background-color: rgb(209 213 219 / 0.8);
}
.bg-gray-300\/85 {
  background-color: rgb(209 213 219 / 0.85);
}
.bg-gray-300\/90 {
  background-color: rgb(209 213 219 / 0.9);
}
.bg-gray-300\/95 {
  background-color: rgb(209 213 219 / 0.95);
}
.bg-gray-400 {
  background-color: #9ca3af;
}
.bg-gray-400\/0 {
  background-color: rgb(156 163 175 / 0);
}
.bg-gray-400\/10 {
  background-color: rgb(156 163 175 / 0.1);
}
.bg-gray-400\/100 {
  background-color: rgb(156 163 175 / 1);
}
.bg-gray-400\/15 {
  background-color: rgb(156 163 175 / 0.15);
}
.bg-gray-400\/20 {
  background-color: rgb(156 163 175 / 0.2);
}
.bg-gray-400\/25 {
  background-color: rgb(156 163 175 / 0.25);
}
.bg-gray-400\/30 {
  background-color: rgb(156 163 175 / 0.3);
}
.bg-gray-400\/35 {
  background-color: rgb(156 163 175 / 0.35);
}
.bg-gray-400\/40 {
  background-color: rgb(156 163 175 / 0.4);
}
.bg-gray-400\/45 {
  background-color: rgb(156 163 175 / 0.45);
}
.bg-gray-400\/5 {
  background-color: rgb(156 163 175 / 0.05);
}
.bg-gray-400\/50 {
  background-color: rgb(156 163 175 / 0.5);
}
.bg-gray-400\/55 {
  background-color: rgb(156 163 175 / 0.55);
}
.bg-gray-400\/60 {
  background-color: rgb(156 163 175 / 0.6);
}
.bg-gray-400\/65 {
  background-color: rgb(156 163 175 / 0.65);
}
.bg-gray-400\/70 {
  background-color: rgb(156 163 175 / 0.7);
}
.bg-gray-400\/75 {
  background-color: rgb(156 163 175 / 0.75);
}
.bg-gray-400\/80 {
  background-color: rgb(156 163 175 / 0.8);
}
.bg-gray-400\/85 {
  background-color: rgb(156 163 175 / 0.85);
}
.bg-gray-400\/90 {
  background-color: rgb(156 163 175 / 0.9);
}
.bg-gray-400\/95 {
  background-color: rgb(156 163 175 / 0.95);
}
.bg-gray-50 {
  background-color: #f9fafb;
}
.bg-gray-500 {
  background-color: #6b7280;
}
.bg-gray-500\/0 {
  background-color: rgb(107 114 128 / 0);
}
.bg-gray-500\/10 {
  background-color: rgb(107 114 128 / 0.1);
}
.bg-gray-500\/100 {
  background-color: rgb(107 114 128 / 1);
}
.bg-gray-500\/15 {
  background-color: rgb(107 114 128 / 0.15);
}
.bg-gray-500\/20 {
  background-color: rgb(107 114 128 / 0.2);
}
.bg-gray-500\/25 {
  background-color: rgb(107 114 128 / 0.25);
}
.bg-gray-500\/30 {
  background-color: rgb(107 114 128 / 0.3);
}
.bg-gray-500\/35 {
  background-color: rgb(107 114 128 / 0.35);
}
.bg-gray-500\/40 {
  background-color: rgb(107 114 128 / 0.4);
}
.bg-gray-500\/45 {
  background-color: rgb(107 114 128 / 0.45);
}
.bg-gray-500\/5 {
  background-color: rgb(107 114 128 / 0.05);
}
.bg-gray-500\/50 {
  background-color: rgb(107 114 128 / 0.5);
}
.bg-gray-500\/55 {
  background-color: rgb(107 114 128 / 0.55);
}
.bg-gray-500\/60 {
  background-color: rgb(107 114 128 / 0.6);
}
.bg-gray-500\/65 {
  background-color: rgb(107 114 128 / 0.65);
}
.bg-gray-500\/70 {
  background-color: rgb(107 114 128 / 0.7);
}
.bg-gray-500\/75 {
  background-color: rgb(107 114 128 / 0.75);
}
.bg-gray-500\/80 {
  background-color: rgb(107 114 128 / 0.8);
}
.bg-gray-500\/85 {
  background-color: rgb(107 114 128 / 0.85);
}
.bg-gray-500\/90 {
  background-color: rgb(107 114 128 / 0.9);
}
.bg-gray-500\/95 {
  background-color: rgb(107 114 128 / 0.95);
}
.bg-gray-600 {
  background-color: #4b5563;
}
.bg-gray-600\/0 {
  background-color: rgb(75 85 99 / 0);
}
.bg-gray-600\/10 {
  background-color: rgb(75 85 99 / 0.1);
}
.bg-gray-600\/100 {
  background-color: rgb(75 85 99 / 1);
}
.bg-gray-600\/15 {
  background-color: rgb(75 85 99 / 0.15);
}
.bg-gray-600\/20 {
  background-color: rgb(75 85 99 / 0.2);
}
.bg-gray-600\/25 {
  background-color: rgb(75 85 99 / 0.25);
}
.bg-gray-600\/30 {
  background-color: rgb(75 85 99 / 0.3);
}
.bg-gray-600\/35 {
  background-color: rgb(75 85 99 / 0.35);
}
.bg-gray-600\/40 {
  background-color: rgb(75 85 99 / 0.4);
}
.bg-gray-600\/45 {
  background-color: rgb(75 85 99 / 0.45);
}
.bg-gray-600\/5 {
  background-color: rgb(75 85 99 / 0.05);
}
.bg-gray-600\/50 {
  background-color: rgb(75 85 99 / 0.5);
}
.bg-gray-600\/55 {
  background-color: rgb(75 85 99 / 0.55);
}
.bg-gray-600\/60 {
  background-color: rgb(75 85 99 / 0.6);
}
.bg-gray-600\/65 {
  background-color: rgb(75 85 99 / 0.65);
}
.bg-gray-600\/70 {
  background-color: rgb(75 85 99 / 0.7);
}
.bg-gray-600\/75 {
  background-color: rgb(75 85 99 / 0.75);
}
.bg-gray-600\/80 {
  background-color: rgb(75 85 99 / 0.8);
}
.bg-gray-600\/85 {
  background-color: rgb(75 85 99 / 0.85);
}
.bg-gray-600\/90 {
  background-color: rgb(75 85 99 / 0.9);
}
.bg-gray-600\/95 {
  background-color: rgb(75 85 99 / 0.95);
}
.bg-gray-700 {
  background-color: #374151;
}
.bg-gray-700\/0 {
  background-color: rgb(55 65 81 / 0);
}
.bg-gray-700\/10 {
  background-color: rgb(55 65 81 / 0.1);
}
.bg-gray-700\/100 {
  background-color: rgb(55 65 81 / 1);
}
.bg-gray-700\/15 {
  background-color: rgb(55 65 81 / 0.15);
}
.bg-gray-700\/20 {
  background-color: rgb(55 65 81 / 0.2);
}
.bg-gray-700\/25 {
  background-color: rgb(55 65 81 / 0.25);
}
.bg-gray-700\/30 {
  background-color: rgb(55 65 81 / 0.3);
}
.bg-gray-700\/35 {
  background-color: rgb(55 65 81 / 0.35);
}
.bg-gray-700\/40 {
  background-color: rgb(55 65 81 / 0.4);
}
.bg-gray-700\/45 {
  background-color: rgb(55 65 81 / 0.45);
}
.bg-gray-700\/5 {
  background-color: rgb(55 65 81 / 0.05);
}
.bg-gray-700\/50 {
  background-color: rgb(55 65 81 / 0.5);
}
.bg-gray-700\/55 {
  background-color: rgb(55 65 81 / 0.55);
}
.bg-gray-700\/60 {
  background-color: rgb(55 65 81 / 0.6);
}
.bg-gray-700\/65 {
  background-color: rgb(55 65 81 / 0.65);
}
.bg-gray-700\/70 {
  background-color: rgb(55 65 81 / 0.7);
}
.bg-gray-700\/75 {
  background-color: rgb(55 65 81 / 0.75);
}
.bg-gray-700\/80 {
  background-color: rgb(55 65 81 / 0.8);
}
.bg-gray-700\/85 {
  background-color: rgb(55 65 81 / 0.85);
}
.bg-gray-700\/90 {
  background-color: rgb(55 65 81 / 0.9);
}
.bg-gray-700\/95 {
  background-color: rgb(55 65 81 / 0.95);
}
.bg-gray-800 {
  background-color: #1f2937;
}
.bg-gray-800\/0 {
  background-color: rgb(31 41 55 / 0);
}
.bg-gray-800\/10 {
  background-color: rgb(31 41 55 / 0.1);
}
.bg-gray-800\/100 {
  background-color: rgb(31 41 55 / 1);
}
.bg-gray-800\/15 {
  background-color: rgb(31 41 55 / 0.15);
}
.bg-gray-800\/20 {
  background-color: rgb(31 41 55 / 0.2);
}
.bg-gray-800\/25 {
  background-color: rgb(31 41 55 / 0.25);
}
.bg-gray-800\/30 {
  background-color: rgb(31 41 55 / 0.3);
}
.bg-gray-800\/35 {
  background-color: rgb(31 41 55 / 0.35);
}
.bg-gray-800\/40 {
  background-color: rgb(31 41 55 / 0.4);
}
.bg-gray-800\/45 {
  background-color: rgb(31 41 55 / 0.45);
}
.bg-gray-800\/5 {
  background-color: rgb(31 41 55 / 0.05);
}
.bg-gray-800\/50 {
  background-color: rgb(31 41 55 / 0.5);
}
.bg-gray-800\/55 {
  background-color: rgb(31 41 55 / 0.55);
}
.bg-gray-800\/60 {
  background-color: rgb(31 41 55 / 0.6);
}
.bg-gray-800\/65 {
  background-color: rgb(31 41 55 / 0.65);
}
.bg-gray-800\/70 {
  background-color: rgb(31 41 55 / 0.7);
}
.bg-gray-800\/75 {
  background-color: rgb(31 41 55 / 0.75);
}
.bg-gray-800\/80 {
  background-color: rgb(31 41 55 / 0.8);
}
.bg-gray-800\/85 {
  background-color: rgb(31 41 55 / 0.85);
}
.bg-gray-800\/90 {
  background-color: rgb(31 41 55 / 0.9);
}
.bg-gray-800\/95 {
  background-color: rgb(31 41 55 / 0.95);
}
.bg-gray-900 {
  background-color: #111827;
}
.bg-gray-900\/0 {
  background-color: rgb(17 24 39 / 0);
}
.bg-gray-900\/10 {
  background-color: rgb(17 24 39 / 0.1);
}
.bg-gray-900\/100 {
  background-color: rgb(17 24 39 / 1);
}
.bg-gray-900\/15 {
  background-color: rgb(17 24 39 / 0.15);
}
.bg-gray-900\/20 {
  background-color: rgb(17 24 39 / 0.2);
}
.bg-gray-900\/25 {
  background-color: rgb(17 24 39 / 0.25);
}
.bg-gray-900\/30 {
  background-color: rgb(17 24 39 / 0.3);
}
.bg-gray-900\/35 {
  background-color: rgb(17 24 39 / 0.35);
}
.bg-gray-900\/40 {
  background-color: rgb(17 24 39 / 0.4);
}
.bg-gray-900\/45 {
  background-color: rgb(17 24 39 / 0.45);
}
.bg-gray-900\/5 {
  background-color: rgb(17 24 39 / 0.05);
}
.bg-gray-900\/50 {
  background-color: rgb(17 24 39 / 0.5);
}
.bg-gray-900\/55 {
  background-color: rgb(17 24 39 / 0.55);
}
.bg-gray-900\/60 {
  background-color: rgb(17 24 39 / 0.6);
}
.bg-gray-900\/65 {
  background-color: rgb(17 24 39 / 0.65);
}
.bg-gray-900\/70 {
  background-color: rgb(17 24 39 / 0.7);
}
.bg-gray-900\/75 {
  background-color: rgb(17 24 39 / 0.75);
}
.bg-gray-900\/80 {
  background-color: rgb(17 24 39 / 0.8);
}
.bg-gray-900\/85 {
  background-color: rgb(17 24 39 / 0.85);
}
.bg-gray-900\/90 {
  background-color: rgb(17 24 39 / 0.9);
}
.bg-gray-900\/95 {
  background-color: rgb(17 24 39 / 0.95);
}
.bg-green-100 {
  background-color: #dcfce7;
}
.bg-green-200 {
  background-color: #bbf7d0;
}
.bg-green-400 {
  background-color: #4ade80;
}
.bg-green-50 {
  background-color: #f0fdf4;
}
.bg-green-500 {
  background-color: #22c55e;
}
.bg-green-700 {
  background-color: #15803d;
}
.bg-primary-100 {
  background-color: #3965AC;
}
.bg-primary-100\/0 {
  background-color: rgb(57 101 172 / 0);
}
.bg-primary-100\/10 {
  background-color: rgb(57 101 172 / 0.1);
}
.bg-primary-100\/100 {
  background-color: rgb(57 101 172 / 1);
}
.bg-primary-100\/15 {
  background-color: rgb(57 101 172 / 0.15);
}
.bg-primary-100\/20 {
  background-color: rgb(57 101 172 / 0.2);
}
.bg-primary-100\/25 {
  background-color: rgb(57 101 172 / 0.25);
}
.bg-primary-100\/30 {
  background-color: rgb(57 101 172 / 0.3);
}
.bg-primary-100\/35 {
  background-color: rgb(57 101 172 / 0.35);
}
.bg-primary-100\/40 {
  background-color: rgb(57 101 172 / 0.4);
}
.bg-primary-100\/45 {
  background-color: rgb(57 101 172 / 0.45);
}
.bg-primary-100\/5 {
  background-color: rgb(57 101 172 / 0.05);
}
.bg-primary-100\/50 {
  background-color: rgb(57 101 172 / 0.5);
}
.bg-primary-100\/55 {
  background-color: rgb(57 101 172 / 0.55);
}
.bg-primary-100\/60 {
  background-color: rgb(57 101 172 / 0.6);
}
.bg-primary-100\/65 {
  background-color: rgb(57 101 172 / 0.65);
}
.bg-primary-100\/70 {
  background-color: rgb(57 101 172 / 0.7);
}
.bg-primary-100\/75 {
  background-color: rgb(57 101 172 / 0.75);
}
.bg-primary-100\/80 {
  background-color: rgb(57 101 172 / 0.8);
}
.bg-primary-100\/85 {
  background-color: rgb(57 101 172 / 0.85);
}
.bg-primary-100\/90 {
  background-color: rgb(57 101 172 / 0.9);
}
.bg-primary-100\/95 {
  background-color: rgb(57 101 172 / 0.95);
}
.bg-primary-200 {
  background-color: #365FA1;
}
.bg-primary-200\/0 {
  background-color: rgb(54 95 161 / 0);
}
.bg-primary-200\/10 {
  background-color: rgb(54 95 161 / 0.1);
}
.bg-primary-200\/100 {
  background-color: rgb(54 95 161 / 1);
}
.bg-primary-200\/15 {
  background-color: rgb(54 95 161 / 0.15);
}
.bg-primary-200\/20 {
  background-color: rgb(54 95 161 / 0.2);
}
.bg-primary-200\/25 {
  background-color: rgb(54 95 161 / 0.25);
}
.bg-primary-200\/30 {
  background-color: rgb(54 95 161 / 0.3);
}
.bg-primary-200\/35 {
  background-color: rgb(54 95 161 / 0.35);
}
.bg-primary-200\/40 {
  background-color: rgb(54 95 161 / 0.4);
}
.bg-primary-200\/45 {
  background-color: rgb(54 95 161 / 0.45);
}
.bg-primary-200\/5 {
  background-color: rgb(54 95 161 / 0.05);
}
.bg-primary-200\/50 {
  background-color: rgb(54 95 161 / 0.5);
}
.bg-primary-200\/55 {
  background-color: rgb(54 95 161 / 0.55);
}
.bg-primary-200\/60 {
  background-color: rgb(54 95 161 / 0.6);
}
.bg-primary-200\/65 {
  background-color: rgb(54 95 161 / 0.65);
}
.bg-primary-200\/70 {
  background-color: rgb(54 95 161 / 0.7);
}
.bg-primary-200\/75 {
  background-color: rgb(54 95 161 / 0.75);
}
.bg-primary-200\/80 {
  background-color: rgb(54 95 161 / 0.8);
}
.bg-primary-200\/85 {
  background-color: rgb(54 95 161 / 0.85);
}
.bg-primary-200\/90 {
  background-color: rgb(54 95 161 / 0.9);
}
.bg-primary-200\/95 {
  background-color: rgb(54 95 161 / 0.95);
}
.bg-primary-300 {
  background-color: #325895;
}
.bg-primary-300\/0 {
  background-color: rgb(50 88 149 / 0);
}
.bg-primary-300\/10 {
  background-color: rgb(50 88 149 / 0.1);
}
.bg-primary-300\/100 {
  background-color: rgb(50 88 149 / 1);
}
.bg-primary-300\/15 {
  background-color: rgb(50 88 149 / 0.15);
}
.bg-primary-300\/20 {
  background-color: rgb(50 88 149 / 0.2);
}
.bg-primary-300\/25 {
  background-color: rgb(50 88 149 / 0.25);
}
.bg-primary-300\/30 {
  background-color: rgb(50 88 149 / 0.3);
}
.bg-primary-300\/35 {
  background-color: rgb(50 88 149 / 0.35);
}
.bg-primary-300\/40 {
  background-color: rgb(50 88 149 / 0.4);
}
.bg-primary-300\/45 {
  background-color: rgb(50 88 149 / 0.45);
}
.bg-primary-300\/5 {
  background-color: rgb(50 88 149 / 0.05);
}
.bg-primary-300\/50 {
  background-color: rgb(50 88 149 / 0.5);
}
.bg-primary-300\/55 {
  background-color: rgb(50 88 149 / 0.55);
}
.bg-primary-300\/60 {
  background-color: rgb(50 88 149 / 0.6);
}
.bg-primary-300\/65 {
  background-color: rgb(50 88 149 / 0.65);
}
.bg-primary-300\/70 {
  background-color: rgb(50 88 149 / 0.7);
}
.bg-primary-300\/75 {
  background-color: rgb(50 88 149 / 0.75);
}
.bg-primary-300\/80 {
  background-color: rgb(50 88 149 / 0.8);
}
.bg-primary-300\/85 {
  background-color: rgb(50 88 149 / 0.85);
}
.bg-primary-300\/90 {
  background-color: rgb(50 88 149 / 0.9);
}
.bg-primary-300\/95 {
  background-color: rgb(50 88 149 / 0.95);
}
.bg-primary-400 {
  background-color: #305691;
}
.bg-primary-400\/0 {
  background-color: rgb(48 86 145 / 0);
}
.bg-primary-400\/10 {
  background-color: rgb(48 86 145 / 0.1);
}
.bg-primary-400\/100 {
  background-color: rgb(48 86 145 / 1);
}
.bg-primary-400\/15 {
  background-color: rgb(48 86 145 / 0.15);
}
.bg-primary-400\/20 {
  background-color: rgb(48 86 145 / 0.2);
}
.bg-primary-400\/25 {
  background-color: rgb(48 86 145 / 0.25);
}
.bg-primary-400\/30 {
  background-color: rgb(48 86 145 / 0.3);
}
.bg-primary-400\/35 {
  background-color: rgb(48 86 145 / 0.35);
}
.bg-primary-400\/40 {
  background-color: rgb(48 86 145 / 0.4);
}
.bg-primary-400\/45 {
  background-color: rgb(48 86 145 / 0.45);
}
.bg-primary-400\/5 {
  background-color: rgb(48 86 145 / 0.05);
}
.bg-primary-400\/50 {
  background-color: rgb(48 86 145 / 0.5);
}
.bg-primary-400\/55 {
  background-color: rgb(48 86 145 / 0.55);
}
.bg-primary-400\/60 {
  background-color: rgb(48 86 145 / 0.6);
}
.bg-primary-400\/65 {
  background-color: rgb(48 86 145 / 0.65);
}
.bg-primary-400\/70 {
  background-color: rgb(48 86 145 / 0.7);
}
.bg-primary-400\/75 {
  background-color: rgb(48 86 145 / 0.75);
}
.bg-primary-400\/80 {
  background-color: rgb(48 86 145 / 0.8);
}
.bg-primary-400\/85 {
  background-color: rgb(48 86 145 / 0.85);
}
.bg-primary-400\/90 {
  background-color: rgb(48 86 145 / 0.9);
}
.bg-primary-400\/95 {
  background-color: rgb(48 86 145 / 0.95);
}
.bg-primary-500 {
  background-color: #2d4b79;
}
.bg-primary-500\/0 {
  background-color: rgb(45 75 121 / 0);
}
.bg-primary-500\/10 {
  background-color: rgb(45 75 121 / 0.1);
}
.bg-primary-500\/100 {
  background-color: rgb(45 75 121 / 1);
}
.bg-primary-500\/15 {
  background-color: rgb(45 75 121 / 0.15);
}
.bg-primary-500\/20 {
  background-color: rgb(45 75 121 / 0.2);
}
.bg-primary-500\/25 {
  background-color: rgb(45 75 121 / 0.25);
}
.bg-primary-500\/30 {
  background-color: rgb(45 75 121 / 0.3);
}
.bg-primary-500\/35 {
  background-color: rgb(45 75 121 / 0.35);
}
.bg-primary-500\/40 {
  background-color: rgb(45 75 121 / 0.4);
}
.bg-primary-500\/45 {
  background-color: rgb(45 75 121 / 0.45);
}
.bg-primary-500\/5 {
  background-color: rgb(45 75 121 / 0.05);
}
.bg-primary-500\/50 {
  background-color: rgb(45 75 121 / 0.5);
}
.bg-primary-500\/55 {
  background-color: rgb(45 75 121 / 0.55);
}
.bg-primary-500\/60 {
  background-color: rgb(45 75 121 / 0.6);
}
.bg-primary-500\/65 {
  background-color: rgb(45 75 121 / 0.65);
}
.bg-primary-500\/70 {
  background-color: rgb(45 75 121 / 0.7);
}
.bg-primary-500\/75 {
  background-color: rgb(45 75 121 / 0.75);
}
.bg-primary-500\/80 {
  background-color: rgb(45 75 121 / 0.8);
}
.bg-primary-500\/85 {
  background-color: rgb(45 75 121 / 0.85);
}
.bg-primary-500\/90 {
  background-color: rgb(45 75 121 / 0.9);
}
.bg-primary-500\/95 {
  background-color: rgb(45 75 121 / 0.95);
}
.bg-primary-600 {
  background-color: #264473;
}
.bg-primary-600\/0 {
  background-color: rgb(38 68 115 / 0);
}
.bg-primary-600\/10 {
  background-color: rgb(38 68 115 / 0.1);
}
.bg-primary-600\/100 {
  background-color: rgb(38 68 115 / 1);
}
.bg-primary-600\/15 {
  background-color: rgb(38 68 115 / 0.15);
}
.bg-primary-600\/20 {
  background-color: rgb(38 68 115 / 0.2);
}
.bg-primary-600\/25 {
  background-color: rgb(38 68 115 / 0.25);
}
.bg-primary-600\/30 {
  background-color: rgb(38 68 115 / 0.3);
}
.bg-primary-600\/35 {
  background-color: rgb(38 68 115 / 0.35);
}
.bg-primary-600\/40 {
  background-color: rgb(38 68 115 / 0.4);
}
.bg-primary-600\/45 {
  background-color: rgb(38 68 115 / 0.45);
}
.bg-primary-600\/5 {
  background-color: rgb(38 68 115 / 0.05);
}
.bg-primary-600\/50 {
  background-color: rgb(38 68 115 / 0.5);
}
.bg-primary-600\/55 {
  background-color: rgb(38 68 115 / 0.55);
}
.bg-primary-600\/60 {
  background-color: rgb(38 68 115 / 0.6);
}
.bg-primary-600\/65 {
  background-color: rgb(38 68 115 / 0.65);
}
.bg-primary-600\/70 {
  background-color: rgb(38 68 115 / 0.7);
}
.bg-primary-600\/75 {
  background-color: rgb(38 68 115 / 0.75);
}
.bg-primary-600\/80 {
  background-color: rgb(38 68 115 / 0.8);
}
.bg-primary-600\/85 {
  background-color: rgb(38 68 115 / 0.85);
}
.bg-primary-600\/90 {
  background-color: rgb(38 68 115 / 0.9);
}
.bg-primary-600\/95 {
  background-color: rgb(38 68 115 / 0.95);
}
.bg-primary-700 {
  background-color: #233e68;
}
.bg-primary-700\/0 {
  background-color: rgb(35 62 104 / 0);
}
.bg-primary-700\/10 {
  background-color: rgb(35 62 104 / 0.1);
}
.bg-primary-700\/100 {
  background-color: rgb(35 62 104 / 1);
}
.bg-primary-700\/15 {
  background-color: rgb(35 62 104 / 0.15);
}
.bg-primary-700\/20 {
  background-color: rgb(35 62 104 / 0.2);
}
.bg-primary-700\/25 {
  background-color: rgb(35 62 104 / 0.25);
}
.bg-primary-700\/30 {
  background-color: rgb(35 62 104 / 0.3);
}
.bg-primary-700\/35 {
  background-color: rgb(35 62 104 / 0.35);
}
.bg-primary-700\/40 {
  background-color: rgb(35 62 104 / 0.4);
}
.bg-primary-700\/45 {
  background-color: rgb(35 62 104 / 0.45);
}
.bg-primary-700\/5 {
  background-color: rgb(35 62 104 / 0.05);
}
.bg-primary-700\/50 {
  background-color: rgb(35 62 104 / 0.5);
}
.bg-primary-700\/55 {
  background-color: rgb(35 62 104 / 0.55);
}
.bg-primary-700\/60 {
  background-color: rgb(35 62 104 / 0.6);
}
.bg-primary-700\/65 {
  background-color: rgb(35 62 104 / 0.65);
}
.bg-primary-700\/70 {
  background-color: rgb(35 62 104 / 0.7);
}
.bg-primary-700\/75 {
  background-color: rgb(35 62 104 / 0.75);
}
.bg-primary-700\/80 {
  background-color: rgb(35 62 104 / 0.8);
}
.bg-primary-700\/85 {
  background-color: rgb(35 62 104 / 0.85);
}
.bg-primary-700\/90 {
  background-color: rgb(35 62 104 / 0.9);
}
.bg-primary-700\/95 {
  background-color: rgb(35 62 104 / 0.95);
}
.bg-primary-800 {
  background-color: #1f375c;
}
.bg-primary-800\/0 {
  background-color: rgb(31 55 92 / 0);
}
.bg-primary-800\/10 {
  background-color: rgb(31 55 92 / 0.1);
}
.bg-primary-800\/100 {
  background-color: rgb(31 55 92 / 1);
}
.bg-primary-800\/15 {
  background-color: rgb(31 55 92 / 0.15);
}
.bg-primary-800\/20 {
  background-color: rgb(31 55 92 / 0.2);
}
.bg-primary-800\/25 {
  background-color: rgb(31 55 92 / 0.25);
}
.bg-primary-800\/30 {
  background-color: rgb(31 55 92 / 0.3);
}
.bg-primary-800\/35 {
  background-color: rgb(31 55 92 / 0.35);
}
.bg-primary-800\/40 {
  background-color: rgb(31 55 92 / 0.4);
}
.bg-primary-800\/45 {
  background-color: rgb(31 55 92 / 0.45);
}
.bg-primary-800\/5 {
  background-color: rgb(31 55 92 / 0.05);
}
.bg-primary-800\/50 {
  background-color: rgb(31 55 92 / 0.5);
}
.bg-primary-800\/55 {
  background-color: rgb(31 55 92 / 0.55);
}
.bg-primary-800\/60 {
  background-color: rgb(31 55 92 / 0.6);
}
.bg-primary-800\/65 {
  background-color: rgb(31 55 92 / 0.65);
}
.bg-primary-800\/70 {
  background-color: rgb(31 55 92 / 0.7);
}
.bg-primary-800\/75 {
  background-color: rgb(31 55 92 / 0.75);
}
.bg-primary-800\/80 {
  background-color: rgb(31 55 92 / 0.8);
}
.bg-primary-800\/85 {
  background-color: rgb(31 55 92 / 0.85);
}
.bg-primary-800\/90 {
  background-color: rgb(31 55 92 / 0.9);
}
.bg-primary-800\/95 {
  background-color: rgb(31 55 92 / 0.95);
}
.bg-primary-900 {
  background-color: #1b3051;
}
.bg-primary-900\/0 {
  background-color: rgb(27 48 81 / 0);
}
.bg-primary-900\/10 {
  background-color: rgb(27 48 81 / 0.1);
}
.bg-primary-900\/100 {
  background-color: rgb(27 48 81 / 1);
}
.bg-primary-900\/15 {
  background-color: rgb(27 48 81 / 0.15);
}
.bg-primary-900\/20 {
  background-color: rgb(27 48 81 / 0.2);
}
.bg-primary-900\/25 {
  background-color: rgb(27 48 81 / 0.25);
}
.bg-primary-900\/30 {
  background-color: rgb(27 48 81 / 0.3);
}
.bg-primary-900\/35 {
  background-color: rgb(27 48 81 / 0.35);
}
.bg-primary-900\/40 {
  background-color: rgb(27 48 81 / 0.4);
}
.bg-primary-900\/45 {
  background-color: rgb(27 48 81 / 0.45);
}
.bg-primary-900\/5 {
  background-color: rgb(27 48 81 / 0.05);
}
.bg-primary-900\/50 {
  background-color: rgb(27 48 81 / 0.5);
}
.bg-primary-900\/55 {
  background-color: rgb(27 48 81 / 0.55);
}
.bg-primary-900\/60 {
  background-color: rgb(27 48 81 / 0.6);
}
.bg-primary-900\/65 {
  background-color: rgb(27 48 81 / 0.65);
}
.bg-primary-900\/70 {
  background-color: rgb(27 48 81 / 0.7);
}
.bg-primary-900\/75 {
  background-color: rgb(27 48 81 / 0.75);
}
.bg-primary-900\/80 {
  background-color: rgb(27 48 81 / 0.8);
}
.bg-primary-900\/85 {
  background-color: rgb(27 48 81 / 0.85);
}
.bg-primary-900\/90 {
  background-color: rgb(27 48 81 / 0.9);
}
.bg-primary-900\/95 {
  background-color: rgb(27 48 81 / 0.95);
}
.bg-purple-100 {
  background-color: #f3e8ff;
}
.bg-purple-200 {
  background-color: #e9d5ff;
}
.bg-red-100 {
  background-color: #fee2e2;
}
.bg-red-400 {
  background-color: #f87171;
}
.bg-red-50 {
  background-color: #fef2f2;
}
.bg-red-500 {
  background-color: #ef4444;
}
.bg-red-600 {
  background-color: #dc2626;
}
.bg-secondary-100 {
  background-color: #DAE5E7;
}
.bg-secondary-100\/0 {
  background-color: rgb(218 229 231 / 0);
}
.bg-secondary-100\/10 {
  background-color: rgb(218 229 231 / 0.1);
}
.bg-secondary-100\/100 {
  background-color: rgb(218 229 231 / 1);
}
.bg-secondary-100\/15 {
  background-color: rgb(218 229 231 / 0.15);
}
.bg-secondary-100\/20 {
  background-color: rgb(218 229 231 / 0.2);
}
.bg-secondary-100\/25 {
  background-color: rgb(218 229 231 / 0.25);
}
.bg-secondary-100\/30 {
  background-color: rgb(218 229 231 / 0.3);
}
.bg-secondary-100\/35 {
  background-color: rgb(218 229 231 / 0.35);
}
.bg-secondary-100\/40 {
  background-color: rgb(218 229 231 / 0.4);
}
.bg-secondary-100\/45 {
  background-color: rgb(218 229 231 / 0.45);
}
.bg-secondary-100\/5 {
  background-color: rgb(218 229 231 / 0.05);
}
.bg-secondary-100\/50 {
  background-color: rgb(218 229 231 / 0.5);
}
.bg-secondary-100\/55 {
  background-color: rgb(218 229 231 / 0.55);
}
.bg-secondary-100\/60 {
  background-color: rgb(218 229 231 / 0.6);
}
.bg-secondary-100\/65 {
  background-color: rgb(218 229 231 / 0.65);
}
.bg-secondary-100\/70 {
  background-color: rgb(218 229 231 / 0.7);
}
.bg-secondary-100\/75 {
  background-color: rgb(218 229 231 / 0.75);
}
.bg-secondary-100\/80 {
  background-color: rgb(218 229 231 / 0.8);
}
.bg-secondary-100\/85 {
  background-color: rgb(218 229 231 / 0.85);
}
.bg-secondary-100\/90 {
  background-color: rgb(218 229 231 / 0.9);
}
.bg-secondary-100\/95 {
  background-color: rgb(218 229 231 / 0.95);
}
.bg-secondary-200 {
  background-color: #C4D6D9;
}
.bg-secondary-200\/0 {
  background-color: rgb(196 214 217 / 0);
}
.bg-secondary-200\/10 {
  background-color: rgb(196 214 217 / 0.1);
}
.bg-secondary-200\/100 {
  background-color: rgb(196 214 217 / 1);
}
.bg-secondary-200\/15 {
  background-color: rgb(196 214 217 / 0.15);
}
.bg-secondary-200\/20 {
  background-color: rgb(196 214 217 / 0.2);
}
.bg-secondary-200\/25 {
  background-color: rgb(196 214 217 / 0.25);
}
.bg-secondary-200\/30 {
  background-color: rgb(196 214 217 / 0.3);
}
.bg-secondary-200\/35 {
  background-color: rgb(196 214 217 / 0.35);
}
.bg-secondary-200\/40 {
  background-color: rgb(196 214 217 / 0.4);
}
.bg-secondary-200\/45 {
  background-color: rgb(196 214 217 / 0.45);
}
.bg-secondary-200\/5 {
  background-color: rgb(196 214 217 / 0.05);
}
.bg-secondary-200\/50 {
  background-color: rgb(196 214 217 / 0.5);
}
.bg-secondary-200\/55 {
  background-color: rgb(196 214 217 / 0.55);
}
.bg-secondary-200\/60 {
  background-color: rgb(196 214 217 / 0.6);
}
.bg-secondary-200\/65 {
  background-color: rgb(196 214 217 / 0.65);
}
.bg-secondary-200\/70 {
  background-color: rgb(196 214 217 / 0.7);
}
.bg-secondary-200\/75 {
  background-color: rgb(196 214 217 / 0.75);
}
.bg-secondary-200\/80 {
  background-color: rgb(196 214 217 / 0.8);
}
.bg-secondary-200\/85 {
  background-color: rgb(196 214 217 / 0.85);
}
.bg-secondary-200\/90 {
  background-color: rgb(196 214 217 / 0.9);
}
.bg-secondary-200\/95 {
  background-color: rgb(196 214 217 / 0.95);
}
.bg-secondary-300 {
  background-color: #AEC7CC;
}
.bg-secondary-300\/0 {
  background-color: rgb(174 199 204 / 0);
}
.bg-secondary-300\/10 {
  background-color: rgb(174 199 204 / 0.1);
}
.bg-secondary-300\/100 {
  background-color: rgb(174 199 204 / 1);
}
.bg-secondary-300\/15 {
  background-color: rgb(174 199 204 / 0.15);
}
.bg-secondary-300\/20 {
  background-color: rgb(174 199 204 / 0.2);
}
.bg-secondary-300\/25 {
  background-color: rgb(174 199 204 / 0.25);
}
.bg-secondary-300\/30 {
  background-color: rgb(174 199 204 / 0.3);
}
.bg-secondary-300\/35 {
  background-color: rgb(174 199 204 / 0.35);
}
.bg-secondary-300\/40 {
  background-color: rgb(174 199 204 / 0.4);
}
.bg-secondary-300\/45 {
  background-color: rgb(174 199 204 / 0.45);
}
.bg-secondary-300\/5 {
  background-color: rgb(174 199 204 / 0.05);
}
.bg-secondary-300\/50 {
  background-color: rgb(174 199 204 / 0.5);
}
.bg-secondary-300\/55 {
  background-color: rgb(174 199 204 / 0.55);
}
.bg-secondary-300\/60 {
  background-color: rgb(174 199 204 / 0.6);
}
.bg-secondary-300\/65 {
  background-color: rgb(174 199 204 / 0.65);
}
.bg-secondary-300\/70 {
  background-color: rgb(174 199 204 / 0.7);
}
.bg-secondary-300\/75 {
  background-color: rgb(174 199 204 / 0.75);
}
.bg-secondary-300\/80 {
  background-color: rgb(174 199 204 / 0.8);
}
.bg-secondary-300\/85 {
  background-color: rgb(174 199 204 / 0.85);
}
.bg-secondary-300\/90 {
  background-color: rgb(174 199 204 / 0.9);
}
.bg-secondary-300\/95 {
  background-color: rgb(174 199 204 / 0.95);
}
.bg-secondary-400 {
  background-color: #98B8BE;
}
.bg-secondary-400\/0 {
  background-color: rgb(152 184 190 / 0);
}
.bg-secondary-400\/10 {
  background-color: rgb(152 184 190 / 0.1);
}
.bg-secondary-400\/100 {
  background-color: rgb(152 184 190 / 1);
}
.bg-secondary-400\/15 {
  background-color: rgb(152 184 190 / 0.15);
}
.bg-secondary-400\/20 {
  background-color: rgb(152 184 190 / 0.2);
}
.bg-secondary-400\/25 {
  background-color: rgb(152 184 190 / 0.25);
}
.bg-secondary-400\/30 {
  background-color: rgb(152 184 190 / 0.3);
}
.bg-secondary-400\/35 {
  background-color: rgb(152 184 190 / 0.35);
}
.bg-secondary-400\/40 {
  background-color: rgb(152 184 190 / 0.4);
}
.bg-secondary-400\/45 {
  background-color: rgb(152 184 190 / 0.45);
}
.bg-secondary-400\/5 {
  background-color: rgb(152 184 190 / 0.05);
}
.bg-secondary-400\/50 {
  background-color: rgb(152 184 190 / 0.5);
}
.bg-secondary-400\/55 {
  background-color: rgb(152 184 190 / 0.55);
}
.bg-secondary-400\/60 {
  background-color: rgb(152 184 190 / 0.6);
}
.bg-secondary-400\/65 {
  background-color: rgb(152 184 190 / 0.65);
}
.bg-secondary-400\/70 {
  background-color: rgb(152 184 190 / 0.7);
}
.bg-secondary-400\/75 {
  background-color: rgb(152 184 190 / 0.75);
}
.bg-secondary-400\/80 {
  background-color: rgb(152 184 190 / 0.8);
}
.bg-secondary-400\/85 {
  background-color: rgb(152 184 190 / 0.85);
}
.bg-secondary-400\/90 {
  background-color: rgb(152 184 190 / 0.9);
}
.bg-secondary-400\/95 {
  background-color: rgb(152 184 190 / 0.95);
}
.bg-secondary-500 {
  background-color: #82A9B0;
}
.bg-secondary-500\/0 {
  background-color: rgb(130 169 176 / 0);
}
.bg-secondary-500\/10 {
  background-color: rgb(130 169 176 / 0.1);
}
.bg-secondary-500\/100 {
  background-color: rgb(130 169 176 / 1);
}
.bg-secondary-500\/15 {
  background-color: rgb(130 169 176 / 0.15);
}
.bg-secondary-500\/20 {
  background-color: rgb(130 169 176 / 0.2);
}
.bg-secondary-500\/25 {
  background-color: rgb(130 169 176 / 0.25);
}
.bg-secondary-500\/30 {
  background-color: rgb(130 169 176 / 0.3);
}
.bg-secondary-500\/35 {
  background-color: rgb(130 169 176 / 0.35);
}
.bg-secondary-500\/40 {
  background-color: rgb(130 169 176 / 0.4);
}
.bg-secondary-500\/45 {
  background-color: rgb(130 169 176 / 0.45);
}
.bg-secondary-500\/5 {
  background-color: rgb(130 169 176 / 0.05);
}
.bg-secondary-500\/50 {
  background-color: rgb(130 169 176 / 0.5);
}
.bg-secondary-500\/55 {
  background-color: rgb(130 169 176 / 0.55);
}
.bg-secondary-500\/60 {
  background-color: rgb(130 169 176 / 0.6);
}
.bg-secondary-500\/65 {
  background-color: rgb(130 169 176 / 0.65);
}
.bg-secondary-500\/70 {
  background-color: rgb(130 169 176 / 0.7);
}
.bg-secondary-500\/75 {
  background-color: rgb(130 169 176 / 0.75);
}
.bg-secondary-500\/80 {
  background-color: rgb(130 169 176 / 0.8);
}
.bg-secondary-500\/85 {
  background-color: rgb(130 169 176 / 0.85);
}
.bg-secondary-500\/90 {
  background-color: rgb(130 169 176 / 0.9);
}
.bg-secondary-500\/95 {
  background-color: rgb(130 169 176 / 0.95);
}
.bg-secondary-600 {
  background-color: #66969E;
}
.bg-secondary-600\/0 {
  background-color: rgb(102 150 158 / 0);
}
.bg-secondary-600\/10 {
  background-color: rgb(102 150 158 / 0.1);
}
.bg-secondary-600\/100 {
  background-color: rgb(102 150 158 / 1);
}
.bg-secondary-600\/15 {
  background-color: rgb(102 150 158 / 0.15);
}
.bg-secondary-600\/20 {
  background-color: rgb(102 150 158 / 0.2);
}
.bg-secondary-600\/25 {
  background-color: rgb(102 150 158 / 0.25);
}
.bg-secondary-600\/30 {
  background-color: rgb(102 150 158 / 0.3);
}
.bg-secondary-600\/35 {
  background-color: rgb(102 150 158 / 0.35);
}
.bg-secondary-600\/40 {
  background-color: rgb(102 150 158 / 0.4);
}
.bg-secondary-600\/45 {
  background-color: rgb(102 150 158 / 0.45);
}
.bg-secondary-600\/5 {
  background-color: rgb(102 150 158 / 0.05);
}
.bg-secondary-600\/50 {
  background-color: rgb(102 150 158 / 0.5);
}
.bg-secondary-600\/55 {
  background-color: rgb(102 150 158 / 0.55);
}
.bg-secondary-600\/60 {
  background-color: rgb(102 150 158 / 0.6);
}
.bg-secondary-600\/65 {
  background-color: rgb(102 150 158 / 0.65);
}
.bg-secondary-600\/70 {
  background-color: rgb(102 150 158 / 0.7);
}
.bg-secondary-600\/75 {
  background-color: rgb(102 150 158 / 0.75);
}
.bg-secondary-600\/80 {
  background-color: rgb(102 150 158 / 0.8);
}
.bg-secondary-600\/85 {
  background-color: rgb(102 150 158 / 0.85);
}
.bg-secondary-600\/90 {
  background-color: rgb(102 150 158 / 0.9);
}
.bg-secondary-600\/95 {
  background-color: rgb(102 150 158 / 0.95);
}
.bg-secondary-700 {
  background-color: #537C83;
}
.bg-secondary-700\/0 {
  background-color: rgb(83 124 131 / 0);
}
.bg-secondary-700\/10 {
  background-color: rgb(83 124 131 / 0.1);
}
.bg-secondary-700\/100 {
  background-color: rgb(83 124 131 / 1);
}
.bg-secondary-700\/15 {
  background-color: rgb(83 124 131 / 0.15);
}
.bg-secondary-700\/20 {
  background-color: rgb(83 124 131 / 0.2);
}
.bg-secondary-700\/25 {
  background-color: rgb(83 124 131 / 0.25);
}
.bg-secondary-700\/30 {
  background-color: rgb(83 124 131 / 0.3);
}
.bg-secondary-700\/35 {
  background-color: rgb(83 124 131 / 0.35);
}
.bg-secondary-700\/40 {
  background-color: rgb(83 124 131 / 0.4);
}
.bg-secondary-700\/45 {
  background-color: rgb(83 124 131 / 0.45);
}
.bg-secondary-700\/5 {
  background-color: rgb(83 124 131 / 0.05);
}
.bg-secondary-700\/50 {
  background-color: rgb(83 124 131 / 0.5);
}
.bg-secondary-700\/55 {
  background-color: rgb(83 124 131 / 0.55);
}
.bg-secondary-700\/60 {
  background-color: rgb(83 124 131 / 0.6);
}
.bg-secondary-700\/65 {
  background-color: rgb(83 124 131 / 0.65);
}
.bg-secondary-700\/70 {
  background-color: rgb(83 124 131 / 0.7);
}
.bg-secondary-700\/75 {
  background-color: rgb(83 124 131 / 0.75);
}
.bg-secondary-700\/80 {
  background-color: rgb(83 124 131 / 0.8);
}
.bg-secondary-700\/85 {
  background-color: rgb(83 124 131 / 0.85);
}
.bg-secondary-700\/90 {
  background-color: rgb(83 124 131 / 0.9);
}
.bg-secondary-700\/95 {
  background-color: rgb(83 124 131 / 0.95);
}
.bg-secondary-800 {
  background-color: #416167;
}
.bg-secondary-800\/0 {
  background-color: rgb(65 97 103 / 0);
}
.bg-secondary-800\/10 {
  background-color: rgb(65 97 103 / 0.1);
}
.bg-secondary-800\/100 {
  background-color: rgb(65 97 103 / 1);
}
.bg-secondary-800\/15 {
  background-color: rgb(65 97 103 / 0.15);
}
.bg-secondary-800\/20 {
  background-color: rgb(65 97 103 / 0.2);
}
.bg-secondary-800\/25 {
  background-color: rgb(65 97 103 / 0.25);
}
.bg-secondary-800\/30 {
  background-color: rgb(65 97 103 / 0.3);
}
.bg-secondary-800\/35 {
  background-color: rgb(65 97 103 / 0.35);
}
.bg-secondary-800\/40 {
  background-color: rgb(65 97 103 / 0.4);
}
.bg-secondary-800\/45 {
  background-color: rgb(65 97 103 / 0.45);
}
.bg-secondary-800\/5 {
  background-color: rgb(65 97 103 / 0.05);
}
.bg-secondary-800\/50 {
  background-color: rgb(65 97 103 / 0.5);
}
.bg-secondary-800\/55 {
  background-color: rgb(65 97 103 / 0.55);
}
.bg-secondary-800\/60 {
  background-color: rgb(65 97 103 / 0.6);
}
.bg-secondary-800\/65 {
  background-color: rgb(65 97 103 / 0.65);
}
.bg-secondary-800\/70 {
  background-color: rgb(65 97 103 / 0.7);
}
.bg-secondary-800\/75 {
  background-color: rgb(65 97 103 / 0.75);
}
.bg-secondary-800\/80 {
  background-color: rgb(65 97 103 / 0.8);
}
.bg-secondary-800\/85 {
  background-color: rgb(65 97 103 / 0.85);
}
.bg-secondary-800\/90 {
  background-color: rgb(65 97 103 / 0.9);
}
.bg-secondary-800\/95 {
  background-color: rgb(65 97 103 / 0.95);
}
.bg-secondary-900 {
  background-color: #2F474B;
}
.bg-secondary-900\/0 {
  background-color: rgb(47 71 75 / 0);
}
.bg-secondary-900\/10 {
  background-color: rgb(47 71 75 / 0.1);
}
.bg-secondary-900\/100 {
  background-color: rgb(47 71 75 / 1);
}
.bg-secondary-900\/15 {
  background-color: rgb(47 71 75 / 0.15);
}
.bg-secondary-900\/20 {
  background-color: rgb(47 71 75 / 0.2);
}
.bg-secondary-900\/25 {
  background-color: rgb(47 71 75 / 0.25);
}
.bg-secondary-900\/30 {
  background-color: rgb(47 71 75 / 0.3);
}
.bg-secondary-900\/35 {
  background-color: rgb(47 71 75 / 0.35);
}
.bg-secondary-900\/40 {
  background-color: rgb(47 71 75 / 0.4);
}
.bg-secondary-900\/45 {
  background-color: rgb(47 71 75 / 0.45);
}
.bg-secondary-900\/5 {
  background-color: rgb(47 71 75 / 0.05);
}
.bg-secondary-900\/50 {
  background-color: rgb(47 71 75 / 0.5);
}
.bg-secondary-900\/55 {
  background-color: rgb(47 71 75 / 0.55);
}
.bg-secondary-900\/60 {
  background-color: rgb(47 71 75 / 0.6);
}
.bg-secondary-900\/65 {
  background-color: rgb(47 71 75 / 0.65);
}
.bg-secondary-900\/70 {
  background-color: rgb(47 71 75 / 0.7);
}
.bg-secondary-900\/75 {
  background-color: rgb(47 71 75 / 0.75);
}
.bg-secondary-900\/80 {
  background-color: rgb(47 71 75 / 0.8);
}
.bg-secondary-900\/85 {
  background-color: rgb(47 71 75 / 0.85);
}
.bg-secondary-900\/90 {
  background-color: rgb(47 71 75 / 0.9);
}
.bg-secondary-900\/95 {
  background-color: rgb(47 71 75 / 0.95);
}
.bg-sky-200 {
  background-color: #bae6fd;
}
.bg-slate-200 {
  background-color: #e2e8f0;
}
.bg-slate-50 {
  background-color: #f8fafc;
}
.bg-transparent {
  background-color: transparent;
}
.bg-violet-100 {
  background-color: #ede9fe;
}
.bg-violet-50 {
  background-color: #f5f3ff;
}
.bg-violet-500 {
  background-color: #8b5cf6;
}
.bg-white {
  background-color: #fff;
}
.bg-white\/20 {
  background-color: rgb(255 255 255 / 0.2);
}
.bg-yellow-100 {
  background-color: #fef9c3;
}
.bg-yellow-300 {
  background-color: #fde047;
}
.bg-yellow-50 {
  background-color: #fefce8;
}
.bg-footer-gradient {
  background-image:
    linear-gradient(
      90deg,
      rgb(27, 48, 81) 0%,
      rgb(130, 169, 176) 100%);
}
.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.bg-nav-gradient {
  background-image:
    linear-gradient(
      90deg,
      #1b3051 0%,
      #2d4b79 100%);
}
.from-green-600 {
  --tw-gradient-from: #16a34a var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(22 163 74 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sky-500 {
  --tw-gradient-from: #0ea5e9 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(14 165 233 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.via-green-400 {
  --tw-gradient-to: rgb(74 222 128 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    #4ade80 var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-sky-300 {
  --tw-gradient-to: rgb(125 211 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    #7dd3fc var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.to-sky-500 {
  --tw-gradient-to: #0ea5e9 var(--tw-gradient-to-position);
}
.to-transparent {
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}
.fill-current {
  fill: currentColor;
}
.object-cover {
  object-fit: cover;
}
.p-0 {
  padding: 0px;
}
.p-1 {
  padding: 0.25rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-8 {
  padding: 2rem;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-3\.5 {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pl-1 {
  padding-left: 0.25rem;
}
.pl-11 {
  padding-left: 2.75rem;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pl-3 {
  padding-left: 0.75rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pr-10 {
  padding-right: 2.5rem;
}
.pr-11 {
  padding-right: 2.75rem;
}
.pr-16 {
  padding-right: 4rem;
}
.pr-3 {
  padding-right: 0.75rem;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}
.font-mono {
  font-family:
    ui-monospace,
    SFMono-Regular,
    Menlo,
    Monaco,
    Consolas,
    "Liberation Mono",
    "Courier New",
    monospace;
}
.font-sans {
  font-family: Roboto, system-ui;
}
.font-serif {
  font-family: Lora, Georgia;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-7xl {
  font-size: 4.5rem;
  line-height: 1;
}
.text-\[10px\] {
  font-size: 10px;
}
.text-\[11px\] {
  font-size: 11px;
}
.text-\[12px\] {
  font-size: 12px;
}
.text-\[13px\] {
  font-size: 13px;
}
.text-\[clamp\(1\.5rem\,3\.2vw\,3\.5rem\)\] {
  font-size: clamp(1.5rem, 3.2vw, 3.5rem);
}
.text-\[clamp\(1rem\,2\.2vw\,2\.25rem\)\] {
  font-size: clamp(1rem, 2.2vw, 2.25rem);
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold {
  font-weight: 700;
}
.font-extrabold {
  font-weight: 800;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
.normal-case {
  text-transform: none;
}
.italic {
  font-style: italic;
}
.leading-6 {
  line-height: 1.5rem;
}
.leading-\[1\.15\] {
  line-height: 1.15;
}
.leading-none {
  line-height: 1;
}
.leading-relaxed {
  line-height: 1.625;
}
.leading-snug {
  line-height: 1.375;
}
.leading-tight {
  line-height: 1.25;
}
.tracking-\[0\.08em\] {
  letter-spacing: 0.08em;
}
.tracking-\[0\.18em\] {
  letter-spacing: 0.18em;
}
.tracking-wide {
  letter-spacing: 0.025em;
}
.tracking-wider {
  letter-spacing: 0.05em;
}
.\!text-slate-500 {
  color: #64748b !important;
}
.text-\[\#1e3a5f\] {
  color: #1e3a5f;
}
.text-accent-100 {
  color: #fceae9;
}
.text-accent-100\/0 {
  color: rgb(252 234 233 / 0);
}
.text-accent-100\/10 {
  color: rgb(252 234 233 / 0.1);
}
.text-accent-100\/100 {
  color: rgb(252 234 233 / 1);
}
.text-accent-100\/15 {
  color: rgb(252 234 233 / 0.15);
}
.text-accent-100\/20 {
  color: rgb(252 234 233 / 0.2);
}
.text-accent-100\/25 {
  color: rgb(252 234 233 / 0.25);
}
.text-accent-100\/30 {
  color: rgb(252 234 233 / 0.3);
}
.text-accent-100\/35 {
  color: rgb(252 234 233 / 0.35);
}
.text-accent-100\/40 {
  color: rgb(252 234 233 / 0.4);
}
.text-accent-100\/45 {
  color: rgb(252 234 233 / 0.45);
}
.text-accent-100\/5 {
  color: rgb(252 234 233 / 0.05);
}
.text-accent-100\/50 {
  color: rgb(252 234 233 / 0.5);
}
.text-accent-100\/55 {
  color: rgb(252 234 233 / 0.55);
}
.text-accent-100\/60 {
  color: rgb(252 234 233 / 0.6);
}
.text-accent-100\/65 {
  color: rgb(252 234 233 / 0.65);
}
.text-accent-100\/70 {
  color: rgb(252 234 233 / 0.7);
}
.text-accent-100\/75 {
  color: rgb(252 234 233 / 0.75);
}
.text-accent-100\/80 {
  color: rgb(252 234 233 / 0.8);
}
.text-accent-100\/85 {
  color: rgb(252 234 233 / 0.85);
}
.text-accent-100\/90 {
  color: rgb(252 234 233 / 0.9);
}
.text-accent-100\/95 {
  color: rgb(252 234 233 / 0.95);
}
.text-accent-200 {
  color: #f9d4d2;
}
.text-accent-200\/0 {
  color: rgb(249 212 210 / 0);
}
.text-accent-200\/10 {
  color: rgb(249 212 210 / 0.1);
}
.text-accent-200\/100 {
  color: rgb(249 212 210 / 1);
}
.text-accent-200\/15 {
  color: rgb(249 212 210 / 0.15);
}
.text-accent-200\/20 {
  color: rgb(249 212 210 / 0.2);
}
.text-accent-200\/25 {
  color: rgb(249 212 210 / 0.25);
}
.text-accent-200\/30 {
  color: rgb(249 212 210 / 0.3);
}
.text-accent-200\/35 {
  color: rgb(249 212 210 / 0.35);
}
.text-accent-200\/40 {
  color: rgb(249 212 210 / 0.4);
}
.text-accent-200\/45 {
  color: rgb(249 212 210 / 0.45);
}
.text-accent-200\/5 {
  color: rgb(249 212 210 / 0.05);
}
.text-accent-200\/50 {
  color: rgb(249 212 210 / 0.5);
}
.text-accent-200\/55 {
  color: rgb(249 212 210 / 0.55);
}
.text-accent-200\/60 {
  color: rgb(249 212 210 / 0.6);
}
.text-accent-200\/65 {
  color: rgb(249 212 210 / 0.65);
}
.text-accent-200\/70 {
  color: rgb(249 212 210 / 0.7);
}
.text-accent-200\/75 {
  color: rgb(249 212 210 / 0.75);
}
.text-accent-200\/80 {
  color: rgb(249 212 210 / 0.8);
}
.text-accent-200\/85 {
  color: rgb(249 212 210 / 0.85);
}
.text-accent-200\/90 {
  color: rgb(249 212 210 / 0.9);
}
.text-accent-200\/95 {
  color: rgb(249 212 210 / 0.95);
}
.text-accent-300 {
  color: #f4b5b3;
}
.text-accent-300\/0 {
  color: rgb(244 181 179 / 0);
}
.text-accent-300\/10 {
  color: rgb(244 181 179 / 0.1);
}
.text-accent-300\/100 {
  color: rgb(244 181 179 / 1);
}
.text-accent-300\/15 {
  color: rgb(244 181 179 / 0.15);
}
.text-accent-300\/20 {
  color: rgb(244 181 179 / 0.2);
}
.text-accent-300\/25 {
  color: rgb(244 181 179 / 0.25);
}
.text-accent-300\/30 {
  color: rgb(244 181 179 / 0.3);
}
.text-accent-300\/35 {
  color: rgb(244 181 179 / 0.35);
}
.text-accent-300\/40 {
  color: rgb(244 181 179 / 0.4);
}
.text-accent-300\/45 {
  color: rgb(244 181 179 / 0.45);
}
.text-accent-300\/5 {
  color: rgb(244 181 179 / 0.05);
}
.text-accent-300\/50 {
  color: rgb(244 181 179 / 0.5);
}
.text-accent-300\/55 {
  color: rgb(244 181 179 / 0.55);
}
.text-accent-300\/60 {
  color: rgb(244 181 179 / 0.6);
}
.text-accent-300\/65 {
  color: rgb(244 181 179 / 0.65);
}
.text-accent-300\/70 {
  color: rgb(244 181 179 / 0.7);
}
.text-accent-300\/75 {
  color: rgb(244 181 179 / 0.75);
}
.text-accent-300\/80 {
  color: rgb(244 181 179 / 0.8);
}
.text-accent-300\/85 {
  color: rgb(244 181 179 / 0.85);
}
.text-accent-300\/90 {
  color: rgb(244 181 179 / 0.9);
}
.text-accent-300\/95 {
  color: rgb(244 181 179 / 0.95);
}
.text-accent-400 {
  color: #ee8e8b;
}
.text-accent-400\/0 {
  color: rgb(238 142 139 / 0);
}
.text-accent-400\/10 {
  color: rgb(238 142 139 / 0.1);
}
.text-accent-400\/100 {
  color: rgb(238 142 139 / 1);
}
.text-accent-400\/15 {
  color: rgb(238 142 139 / 0.15);
}
.text-accent-400\/20 {
  color: rgb(238 142 139 / 0.2);
}
.text-accent-400\/25 {
  color: rgb(238 142 139 / 0.25);
}
.text-accent-400\/30 {
  color: rgb(238 142 139 / 0.3);
}
.text-accent-400\/35 {
  color: rgb(238 142 139 / 0.35);
}
.text-accent-400\/40 {
  color: rgb(238 142 139 / 0.4);
}
.text-accent-400\/45 {
  color: rgb(238 142 139 / 0.45);
}
.text-accent-400\/5 {
  color: rgb(238 142 139 / 0.05);
}
.text-accent-400\/50 {
  color: rgb(238 142 139 / 0.5);
}
.text-accent-400\/55 {
  color: rgb(238 142 139 / 0.55);
}
.text-accent-400\/60 {
  color: rgb(238 142 139 / 0.6);
}
.text-accent-400\/65 {
  color: rgb(238 142 139 / 0.65);
}
.text-accent-400\/70 {
  color: rgb(238 142 139 / 0.7);
}
.text-accent-400\/75 {
  color: rgb(238 142 139 / 0.75);
}
.text-accent-400\/80 {
  color: rgb(238 142 139 / 0.8);
}
.text-accent-400\/85 {
  color: rgb(238 142 139 / 0.85);
}
.text-accent-400\/90 {
  color: rgb(238 142 139 / 0.9);
}
.text-accent-400\/95 {
  color: rgb(238 142 139 / 0.95);
}
.text-accent-500 {
  color: #e57373;
}
.text-accent-500\/0 {
  color: rgb(229 115 115 / 0);
}
.text-accent-500\/10 {
  color: rgb(229 115 115 / 0.1);
}
.text-accent-500\/100 {
  color: rgb(229 115 115 / 1);
}
.text-accent-500\/15 {
  color: rgb(229 115 115 / 0.15);
}
.text-accent-500\/20 {
  color: rgb(229 115 115 / 0.2);
}
.text-accent-500\/25 {
  color: rgb(229 115 115 / 0.25);
}
.text-accent-500\/30 {
  color: rgb(229 115 115 / 0.3);
}
.text-accent-500\/35 {
  color: rgb(229 115 115 / 0.35);
}
.text-accent-500\/40 {
  color: rgb(229 115 115 / 0.4);
}
.text-accent-500\/45 {
  color: rgb(229 115 115 / 0.45);
}
.text-accent-500\/5 {
  color: rgb(229 115 115 / 0.05);
}
.text-accent-500\/50 {
  color: rgb(229 115 115 / 0.5);
}
.text-accent-500\/55 {
  color: rgb(229 115 115 / 0.55);
}
.text-accent-500\/60 {
  color: rgb(229 115 115 / 0.6);
}
.text-accent-500\/65 {
  color: rgb(229 115 115 / 0.65);
}
.text-accent-500\/70 {
  color: rgb(229 115 115 / 0.7);
}
.text-accent-500\/75 {
  color: rgb(229 115 115 / 0.75);
}
.text-accent-500\/80 {
  color: rgb(229 115 115 / 0.8);
}
.text-accent-500\/85 {
  color: rgb(229 115 115 / 0.85);
}
.text-accent-500\/90 {
  color: rgb(229 115 115 / 0.9);
}
.text-accent-500\/95 {
  color: rgb(229 115 115 / 0.95);
}
.text-accent-600 {
  color: #d95f5f;
}
.text-accent-600\/0 {
  color: rgb(217 95 95 / 0);
}
.text-accent-600\/10 {
  color: rgb(217 95 95 / 0.1);
}
.text-accent-600\/100 {
  color: rgb(217 95 95 / 1);
}
.text-accent-600\/15 {
  color: rgb(217 95 95 / 0.15);
}
.text-accent-600\/20 {
  color: rgb(217 95 95 / 0.2);
}
.text-accent-600\/25 {
  color: rgb(217 95 95 / 0.25);
}
.text-accent-600\/30 {
  color: rgb(217 95 95 / 0.3);
}
.text-accent-600\/35 {
  color: rgb(217 95 95 / 0.35);
}
.text-accent-600\/40 {
  color: rgb(217 95 95 / 0.4);
}
.text-accent-600\/45 {
  color: rgb(217 95 95 / 0.45);
}
.text-accent-600\/5 {
  color: rgb(217 95 95 / 0.05);
}
.text-accent-600\/50 {
  color: rgb(217 95 95 / 0.5);
}
.text-accent-600\/55 {
  color: rgb(217 95 95 / 0.55);
}
.text-accent-600\/60 {
  color: rgb(217 95 95 / 0.6);
}
.text-accent-600\/65 {
  color: rgb(217 95 95 / 0.65);
}
.text-accent-600\/70 {
  color: rgb(217 95 95 / 0.7);
}
.text-accent-600\/75 {
  color: rgb(217 95 95 / 0.75);
}
.text-accent-600\/80 {
  color: rgb(217 95 95 / 0.8);
}
.text-accent-600\/85 {
  color: rgb(217 95 95 / 0.85);
}
.text-accent-600\/90 {
  color: rgb(217 95 95 / 0.9);
}
.text-accent-600\/95 {
  color: rgb(217 95 95 / 0.95);
}
.text-accent-700 {
  color: #c94a4a;
}
.text-accent-700\/0 {
  color: rgb(201 74 74 / 0);
}
.text-accent-700\/10 {
  color: rgb(201 74 74 / 0.1);
}
.text-accent-700\/100 {
  color: rgb(201 74 74 / 1);
}
.text-accent-700\/15 {
  color: rgb(201 74 74 / 0.15);
}
.text-accent-700\/20 {
  color: rgb(201 74 74 / 0.2);
}
.text-accent-700\/25 {
  color: rgb(201 74 74 / 0.25);
}
.text-accent-700\/30 {
  color: rgb(201 74 74 / 0.3);
}
.text-accent-700\/35 {
  color: rgb(201 74 74 / 0.35);
}
.text-accent-700\/40 {
  color: rgb(201 74 74 / 0.4);
}
.text-accent-700\/45 {
  color: rgb(201 74 74 / 0.45);
}
.text-accent-700\/5 {
  color: rgb(201 74 74 / 0.05);
}
.text-accent-700\/50 {
  color: rgb(201 74 74 / 0.5);
}
.text-accent-700\/55 {
  color: rgb(201 74 74 / 0.55);
}
.text-accent-700\/60 {
  color: rgb(201 74 74 / 0.6);
}
.text-accent-700\/65 {
  color: rgb(201 74 74 / 0.65);
}
.text-accent-700\/70 {
  color: rgb(201 74 74 / 0.7);
}
.text-accent-700\/75 {
  color: rgb(201 74 74 / 0.75);
}
.text-accent-700\/80 {
  color: rgb(201 74 74 / 0.8);
}
.text-accent-700\/85 {
  color: rgb(201 74 74 / 0.85);
}
.text-accent-700\/90 {
  color: rgb(201 74 74 / 0.9);
}
.text-accent-700\/95 {
  color: rgb(201 74 74 / 0.95);
}
.text-accent-800 {
  color: #a83c3c;
}
.text-accent-800\/0 {
  color: rgb(168 60 60 / 0);
}
.text-accent-800\/10 {
  color: rgb(168 60 60 / 0.1);
}
.text-accent-800\/100 {
  color: rgb(168 60 60 / 1);
}
.text-accent-800\/15 {
  color: rgb(168 60 60 / 0.15);
}
.text-accent-800\/20 {
  color: rgb(168 60 60 / 0.2);
}
.text-accent-800\/25 {
  color: rgb(168 60 60 / 0.25);
}
.text-accent-800\/30 {
  color: rgb(168 60 60 / 0.3);
}
.text-accent-800\/35 {
  color: rgb(168 60 60 / 0.35);
}
.text-accent-800\/40 {
  color: rgb(168 60 60 / 0.4);
}
.text-accent-800\/45 {
  color: rgb(168 60 60 / 0.45);
}
.text-accent-800\/5 {
  color: rgb(168 60 60 / 0.05);
}
.text-accent-800\/50 {
  color: rgb(168 60 60 / 0.5);
}
.text-accent-800\/55 {
  color: rgb(168 60 60 / 0.55);
}
.text-accent-800\/60 {
  color: rgb(168 60 60 / 0.6);
}
.text-accent-800\/65 {
  color: rgb(168 60 60 / 0.65);
}
.text-accent-800\/70 {
  color: rgb(168 60 60 / 0.7);
}
.text-accent-800\/75 {
  color: rgb(168 60 60 / 0.75);
}
.text-accent-800\/80 {
  color: rgb(168 60 60 / 0.8);
}
.text-accent-800\/85 {
  color: rgb(168 60 60 / 0.85);
}
.text-accent-800\/90 {
  color: rgb(168 60 60 / 0.9);
}
.text-accent-800\/95 {
  color: rgb(168 60 60 / 0.95);
}
.text-accent-900 {
  color: #8c3434;
}
.text-accent-900\/0 {
  color: rgb(140 52 52 / 0);
}
.text-accent-900\/10 {
  color: rgb(140 52 52 / 0.1);
}
.text-accent-900\/100 {
  color: rgb(140 52 52 / 1);
}
.text-accent-900\/15 {
  color: rgb(140 52 52 / 0.15);
}
.text-accent-900\/20 {
  color: rgb(140 52 52 / 0.2);
}
.text-accent-900\/25 {
  color: rgb(140 52 52 / 0.25);
}
.text-accent-900\/30 {
  color: rgb(140 52 52 / 0.3);
}
.text-accent-900\/35 {
  color: rgb(140 52 52 / 0.35);
}
.text-accent-900\/40 {
  color: rgb(140 52 52 / 0.4);
}
.text-accent-900\/45 {
  color: rgb(140 52 52 / 0.45);
}
.text-accent-900\/5 {
  color: rgb(140 52 52 / 0.05);
}
.text-accent-900\/50 {
  color: rgb(140 52 52 / 0.5);
}
.text-accent-900\/55 {
  color: rgb(140 52 52 / 0.55);
}
.text-accent-900\/60 {
  color: rgb(140 52 52 / 0.6);
}
.text-accent-900\/65 {
  color: rgb(140 52 52 / 0.65);
}
.text-accent-900\/70 {
  color: rgb(140 52 52 / 0.7);
}
.text-accent-900\/75 {
  color: rgb(140 52 52 / 0.75);
}
.text-accent-900\/80 {
  color: rgb(140 52 52 / 0.8);
}
.text-accent-900\/85 {
  color: rgb(140 52 52 / 0.85);
}
.text-accent-900\/90 {
  color: rgb(140 52 52 / 0.9);
}
.text-accent-900\/95 {
  color: rgb(140 52 52 / 0.95);
}
.text-black {
  color: #000;
}
.text-blue-500 {
  color: #3b82f6;
}
.text-blue-600 {
  color: #2563eb;
}
.text-blue-700 {
  color: #1d4ed8;
}
.text-blue-800 {
  color: #1e40af;
}
.text-blue-900 {
  color: #1e3a8a;
}
.text-emerald-600 {
  color: #059669;
}
.text-emerald-700 {
  color: #047857;
}
.text-emerald-800 {
  color: #065f46;
}
.text-gray-100 {
  color: #f3f4f6;
}
.text-gray-100\/0 {
  color: rgb(243 244 246 / 0);
}
.text-gray-100\/10 {
  color: rgb(243 244 246 / 0.1);
}
.text-gray-100\/100 {
  color: rgb(243 244 246 / 1);
}
.text-gray-100\/15 {
  color: rgb(243 244 246 / 0.15);
}
.text-gray-100\/20 {
  color: rgb(243 244 246 / 0.2);
}
.text-gray-100\/25 {
  color: rgb(243 244 246 / 0.25);
}
.text-gray-100\/30 {
  color: rgb(243 244 246 / 0.3);
}
.text-gray-100\/35 {
  color: rgb(243 244 246 / 0.35);
}
.text-gray-100\/40 {
  color: rgb(243 244 246 / 0.4);
}
.text-gray-100\/45 {
  color: rgb(243 244 246 / 0.45);
}
.text-gray-100\/5 {
  color: rgb(243 244 246 / 0.05);
}
.text-gray-100\/50 {
  color: rgb(243 244 246 / 0.5);
}
.text-gray-100\/55 {
  color: rgb(243 244 246 / 0.55);
}
.text-gray-100\/60 {
  color: rgb(243 244 246 / 0.6);
}
.text-gray-100\/65 {
  color: rgb(243 244 246 / 0.65);
}
.text-gray-100\/70 {
  color: rgb(243 244 246 / 0.7);
}
.text-gray-100\/75 {
  color: rgb(243 244 246 / 0.75);
}
.text-gray-100\/80 {
  color: rgb(243 244 246 / 0.8);
}
.text-gray-100\/85 {
  color: rgb(243 244 246 / 0.85);
}
.text-gray-100\/90 {
  color: rgb(243 244 246 / 0.9);
}
.text-gray-100\/95 {
  color: rgb(243 244 246 / 0.95);
}
.text-gray-200 {
  color: #e5e7eb;
}
.text-gray-200\/0 {
  color: rgb(229 231 235 / 0);
}
.text-gray-200\/10 {
  color: rgb(229 231 235 / 0.1);
}
.text-gray-200\/100 {
  color: rgb(229 231 235 / 1);
}
.text-gray-200\/15 {
  color: rgb(229 231 235 / 0.15);
}
.text-gray-200\/20 {
  color: rgb(229 231 235 / 0.2);
}
.text-gray-200\/25 {
  color: rgb(229 231 235 / 0.25);
}
.text-gray-200\/30 {
  color: rgb(229 231 235 / 0.3);
}
.text-gray-200\/35 {
  color: rgb(229 231 235 / 0.35);
}
.text-gray-200\/40 {
  color: rgb(229 231 235 / 0.4);
}
.text-gray-200\/45 {
  color: rgb(229 231 235 / 0.45);
}
.text-gray-200\/5 {
  color: rgb(229 231 235 / 0.05);
}
.text-gray-200\/50 {
  color: rgb(229 231 235 / 0.5);
}
.text-gray-200\/55 {
  color: rgb(229 231 235 / 0.55);
}
.text-gray-200\/60 {
  color: rgb(229 231 235 / 0.6);
}
.text-gray-200\/65 {
  color: rgb(229 231 235 / 0.65);
}
.text-gray-200\/70 {
  color: rgb(229 231 235 / 0.7);
}
.text-gray-200\/75 {
  color: rgb(229 231 235 / 0.75);
}
.text-gray-200\/80 {
  color: rgb(229 231 235 / 0.8);
}
.text-gray-200\/85 {
  color: rgb(229 231 235 / 0.85);
}
.text-gray-200\/90 {
  color: rgb(229 231 235 / 0.9);
}
.text-gray-200\/95 {
  color: rgb(229 231 235 / 0.95);
}
.text-gray-300 {
  color: #d1d5db;
}
.text-gray-300\/0 {
  color: rgb(209 213 219 / 0);
}
.text-gray-300\/10 {
  color: rgb(209 213 219 / 0.1);
}
.text-gray-300\/100 {
  color: rgb(209 213 219 / 1);
}
.text-gray-300\/15 {
  color: rgb(209 213 219 / 0.15);
}
.text-gray-300\/20 {
  color: rgb(209 213 219 / 0.2);
}
.text-gray-300\/25 {
  color: rgb(209 213 219 / 0.25);
}
.text-gray-300\/30 {
  color: rgb(209 213 219 / 0.3);
}
.text-gray-300\/35 {
  color: rgb(209 213 219 / 0.35);
}
.text-gray-300\/40 {
  color: rgb(209 213 219 / 0.4);
}
.text-gray-300\/45 {
  color: rgb(209 213 219 / 0.45);
}
.text-gray-300\/5 {
  color: rgb(209 213 219 / 0.05);
}
.text-gray-300\/50 {
  color: rgb(209 213 219 / 0.5);
}
.text-gray-300\/55 {
  color: rgb(209 213 219 / 0.55);
}
.text-gray-300\/60 {
  color: rgb(209 213 219 / 0.6);
}
.text-gray-300\/65 {
  color: rgb(209 213 219 / 0.65);
}
.text-gray-300\/70 {
  color: rgb(209 213 219 / 0.7);
}
.text-gray-300\/75 {
  color: rgb(209 213 219 / 0.75);
}
.text-gray-300\/80 {
  color: rgb(209 213 219 / 0.8);
}
.text-gray-300\/85 {
  color: rgb(209 213 219 / 0.85);
}
.text-gray-300\/90 {
  color: rgb(209 213 219 / 0.9);
}
.text-gray-300\/95 {
  color: rgb(209 213 219 / 0.95);
}
.text-gray-400 {
  color: #9ca3af;
}
.text-gray-400\/0 {
  color: rgb(156 163 175 / 0);
}
.text-gray-400\/10 {
  color: rgb(156 163 175 / 0.1);
}
.text-gray-400\/100 {
  color: rgb(156 163 175 / 1);
}
.text-gray-400\/15 {
  color: rgb(156 163 175 / 0.15);
}
.text-gray-400\/20 {
  color: rgb(156 163 175 / 0.2);
}
.text-gray-400\/25 {
  color: rgb(156 163 175 / 0.25);
}
.text-gray-400\/30 {
  color: rgb(156 163 175 / 0.3);
}
.text-gray-400\/35 {
  color: rgb(156 163 175 / 0.35);
}
.text-gray-400\/40 {
  color: rgb(156 163 175 / 0.4);
}
.text-gray-400\/45 {
  color: rgb(156 163 175 / 0.45);
}
.text-gray-400\/5 {
  color: rgb(156 163 175 / 0.05);
}
.text-gray-400\/50 {
  color: rgb(156 163 175 / 0.5);
}
.text-gray-400\/55 {
  color: rgb(156 163 175 / 0.55);
}
.text-gray-400\/60 {
  color: rgb(156 163 175 / 0.6);
}
.text-gray-400\/65 {
  color: rgb(156 163 175 / 0.65);
}
.text-gray-400\/70 {
  color: rgb(156 163 175 / 0.7);
}
.text-gray-400\/75 {
  color: rgb(156 163 175 / 0.75);
}
.text-gray-400\/80 {
  color: rgb(156 163 175 / 0.8);
}
.text-gray-400\/85 {
  color: rgb(156 163 175 / 0.85);
}
.text-gray-400\/90 {
  color: rgb(156 163 175 / 0.9);
}
.text-gray-400\/95 {
  color: rgb(156 163 175 / 0.95);
}
.text-gray-500 {
  color: #6b7280;
}
.text-gray-500\/0 {
  color: rgb(107 114 128 / 0);
}
.text-gray-500\/10 {
  color: rgb(107 114 128 / 0.1);
}
.text-gray-500\/100 {
  color: rgb(107 114 128 / 1);
}
.text-gray-500\/15 {
  color: rgb(107 114 128 / 0.15);
}
.text-gray-500\/20 {
  color: rgb(107 114 128 / 0.2);
}
.text-gray-500\/25 {
  color: rgb(107 114 128 / 0.25);
}
.text-gray-500\/30 {
  color: rgb(107 114 128 / 0.3);
}
.text-gray-500\/35 {
  color: rgb(107 114 128 / 0.35);
}
.text-gray-500\/40 {
  color: rgb(107 114 128 / 0.4);
}
.text-gray-500\/45 {
  color: rgb(107 114 128 / 0.45);
}
.text-gray-500\/5 {
  color: rgb(107 114 128 / 0.05);
}
.text-gray-500\/50 {
  color: rgb(107 114 128 / 0.5);
}
.text-gray-500\/55 {
  color: rgb(107 114 128 / 0.55);
}
.text-gray-500\/60 {
  color: rgb(107 114 128 / 0.6);
}
.text-gray-500\/65 {
  color: rgb(107 114 128 / 0.65);
}
.text-gray-500\/70 {
  color: rgb(107 114 128 / 0.7);
}
.text-gray-500\/75 {
  color: rgb(107 114 128 / 0.75);
}
.text-gray-500\/80 {
  color: rgb(107 114 128 / 0.8);
}
.text-gray-500\/85 {
  color: rgb(107 114 128 / 0.85);
}
.text-gray-500\/90 {
  color: rgb(107 114 128 / 0.9);
}
.text-gray-500\/95 {
  color: rgb(107 114 128 / 0.95);
}
.text-gray-600 {
  color: #4b5563;
}
.text-gray-600\/0 {
  color: rgb(75 85 99 / 0);
}
.text-gray-600\/10 {
  color: rgb(75 85 99 / 0.1);
}
.text-gray-600\/100 {
  color: rgb(75 85 99 / 1);
}
.text-gray-600\/15 {
  color: rgb(75 85 99 / 0.15);
}
.text-gray-600\/20 {
  color: rgb(75 85 99 / 0.2);
}
.text-gray-600\/25 {
  color: rgb(75 85 99 / 0.25);
}
.text-gray-600\/30 {
  color: rgb(75 85 99 / 0.3);
}
.text-gray-600\/35 {
  color: rgb(75 85 99 / 0.35);
}
.text-gray-600\/40 {
  color: rgb(75 85 99 / 0.4);
}
.text-gray-600\/45 {
  color: rgb(75 85 99 / 0.45);
}
.text-gray-600\/5 {
  color: rgb(75 85 99 / 0.05);
}
.text-gray-600\/50 {
  color: rgb(75 85 99 / 0.5);
}
.text-gray-600\/55 {
  color: rgb(75 85 99 / 0.55);
}
.text-gray-600\/60 {
  color: rgb(75 85 99 / 0.6);
}
.text-gray-600\/65 {
  color: rgb(75 85 99 / 0.65);
}
.text-gray-600\/70 {
  color: rgb(75 85 99 / 0.7);
}
.text-gray-600\/75 {
  color: rgb(75 85 99 / 0.75);
}
.text-gray-600\/80 {
  color: rgb(75 85 99 / 0.8);
}
.text-gray-600\/85 {
  color: rgb(75 85 99 / 0.85);
}
.text-gray-600\/90 {
  color: rgb(75 85 99 / 0.9);
}
.text-gray-600\/95 {
  color: rgb(75 85 99 / 0.95);
}
.text-gray-700 {
  color: #374151;
}
.text-gray-700\/0 {
  color: rgb(55 65 81 / 0);
}
.text-gray-700\/10 {
  color: rgb(55 65 81 / 0.1);
}
.text-gray-700\/100 {
  color: rgb(55 65 81 / 1);
}
.text-gray-700\/15 {
  color: rgb(55 65 81 / 0.15);
}
.text-gray-700\/20 {
  color: rgb(55 65 81 / 0.2);
}
.text-gray-700\/25 {
  color: rgb(55 65 81 / 0.25);
}
.text-gray-700\/30 {
  color: rgb(55 65 81 / 0.3);
}
.text-gray-700\/35 {
  color: rgb(55 65 81 / 0.35);
}
.text-gray-700\/40 {
  color: rgb(55 65 81 / 0.4);
}
.text-gray-700\/45 {
  color: rgb(55 65 81 / 0.45);
}
.text-gray-700\/5 {
  color: rgb(55 65 81 / 0.05);
}
.text-gray-700\/50 {
  color: rgb(55 65 81 / 0.5);
}
.text-gray-700\/55 {
  color: rgb(55 65 81 / 0.55);
}
.text-gray-700\/60 {
  color: rgb(55 65 81 / 0.6);
}
.text-gray-700\/65 {
  color: rgb(55 65 81 / 0.65);
}
.text-gray-700\/70 {
  color: rgb(55 65 81 / 0.7);
}
.text-gray-700\/75 {
  color: rgb(55 65 81 / 0.75);
}
.text-gray-700\/80 {
  color: rgb(55 65 81 / 0.8);
}
.text-gray-700\/85 {
  color: rgb(55 65 81 / 0.85);
}
.text-gray-700\/90 {
  color: rgb(55 65 81 / 0.9);
}
.text-gray-700\/95 {
  color: rgb(55 65 81 / 0.95);
}
.text-gray-800 {
  color: #1f2937;
}
.text-gray-800\/0 {
  color: rgb(31 41 55 / 0);
}
.text-gray-800\/10 {
  color: rgb(31 41 55 / 0.1);
}
.text-gray-800\/100 {
  color: rgb(31 41 55 / 1);
}
.text-gray-800\/15 {
  color: rgb(31 41 55 / 0.15);
}
.text-gray-800\/20 {
  color: rgb(31 41 55 / 0.2);
}
.text-gray-800\/25 {
  color: rgb(31 41 55 / 0.25);
}
.text-gray-800\/30 {
  color: rgb(31 41 55 / 0.3);
}
.text-gray-800\/35 {
  color: rgb(31 41 55 / 0.35);
}
.text-gray-800\/40 {
  color: rgb(31 41 55 / 0.4);
}
.text-gray-800\/45 {
  color: rgb(31 41 55 / 0.45);
}
.text-gray-800\/5 {
  color: rgb(31 41 55 / 0.05);
}
.text-gray-800\/50 {
  color: rgb(31 41 55 / 0.5);
}
.text-gray-800\/55 {
  color: rgb(31 41 55 / 0.55);
}
.text-gray-800\/60 {
  color: rgb(31 41 55 / 0.6);
}
.text-gray-800\/65 {
  color: rgb(31 41 55 / 0.65);
}
.text-gray-800\/70 {
  color: rgb(31 41 55 / 0.7);
}
.text-gray-800\/75 {
  color: rgb(31 41 55 / 0.75);
}
.text-gray-800\/80 {
  color: rgb(31 41 55 / 0.8);
}
.text-gray-800\/85 {
  color: rgb(31 41 55 / 0.85);
}
.text-gray-800\/90 {
  color: rgb(31 41 55 / 0.9);
}
.text-gray-800\/95 {
  color: rgb(31 41 55 / 0.95);
}
.text-gray-900 {
  color: #111827;
}
.text-gray-900\/0 {
  color: rgb(17 24 39 / 0);
}
.text-gray-900\/10 {
  color: rgb(17 24 39 / 0.1);
}
.text-gray-900\/100 {
  color: rgb(17 24 39 / 1);
}
.text-gray-900\/15 {
  color: rgb(17 24 39 / 0.15);
}
.text-gray-900\/20 {
  color: rgb(17 24 39 / 0.2);
}
.text-gray-900\/25 {
  color: rgb(17 24 39 / 0.25);
}
.text-gray-900\/30 {
  color: rgb(17 24 39 / 0.3);
}
.text-gray-900\/35 {
  color: rgb(17 24 39 / 0.35);
}
.text-gray-900\/40 {
  color: rgb(17 24 39 / 0.4);
}
.text-gray-900\/45 {
  color: rgb(17 24 39 / 0.45);
}
.text-gray-900\/5 {
  color: rgb(17 24 39 / 0.05);
}
.text-gray-900\/50 {
  color: rgb(17 24 39 / 0.5);
}
.text-gray-900\/55 {
  color: rgb(17 24 39 / 0.55);
}
.text-gray-900\/60 {
  color: rgb(17 24 39 / 0.6);
}
.text-gray-900\/65 {
  color: rgb(17 24 39 / 0.65);
}
.text-gray-900\/70 {
  color: rgb(17 24 39 / 0.7);
}
.text-gray-900\/75 {
  color: rgb(17 24 39 / 0.75);
}
.text-gray-900\/80 {
  color: rgb(17 24 39 / 0.8);
}
.text-gray-900\/85 {
  color: rgb(17 24 39 / 0.85);
}
.text-gray-900\/90 {
  color: rgb(17 24 39 / 0.9);
}
.text-gray-900\/95 {
  color: rgb(17 24 39 / 0.95);
}
.text-green-300 {
  color: #86efac;
}
.text-green-500 {
  color: #22c55e;
}
.text-green-600 {
  color: #16a34a;
}
.text-green-700 {
  color: #15803d;
}
.text-green-800 {
  color: #166534;
}
.text-green-900 {
  color: #14532d;
}
.text-primary-100 {
  color: #3965AC;
}
.text-primary-100\/0 {
  color: rgb(57 101 172 / 0);
}
.text-primary-100\/10 {
  color: rgb(57 101 172 / 0.1);
}
.text-primary-100\/100 {
  color: rgb(57 101 172 / 1);
}
.text-primary-100\/15 {
  color: rgb(57 101 172 / 0.15);
}
.text-primary-100\/20 {
  color: rgb(57 101 172 / 0.2);
}
.text-primary-100\/25 {
  color: rgb(57 101 172 / 0.25);
}
.text-primary-100\/30 {
  color: rgb(57 101 172 / 0.3);
}
.text-primary-100\/35 {
  color: rgb(57 101 172 / 0.35);
}
.text-primary-100\/40 {
  color: rgb(57 101 172 / 0.4);
}
.text-primary-100\/45 {
  color: rgb(57 101 172 / 0.45);
}
.text-primary-100\/5 {
  color: rgb(57 101 172 / 0.05);
}
.text-primary-100\/50 {
  color: rgb(57 101 172 / 0.5);
}
.text-primary-100\/55 {
  color: rgb(57 101 172 / 0.55);
}
.text-primary-100\/60 {
  color: rgb(57 101 172 / 0.6);
}
.text-primary-100\/65 {
  color: rgb(57 101 172 / 0.65);
}
.text-primary-100\/70 {
  color: rgb(57 101 172 / 0.7);
}
.text-primary-100\/75 {
  color: rgb(57 101 172 / 0.75);
}
.text-primary-100\/80 {
  color: rgb(57 101 172 / 0.8);
}
.text-primary-100\/85 {
  color: rgb(57 101 172 / 0.85);
}
.text-primary-100\/90 {
  color: rgb(57 101 172 / 0.9);
}
.text-primary-100\/95 {
  color: rgb(57 101 172 / 0.95);
}
.text-primary-200 {
  color: #365FA1;
}
.text-primary-200\/0 {
  color: rgb(54 95 161 / 0);
}
.text-primary-200\/10 {
  color: rgb(54 95 161 / 0.1);
}
.text-primary-200\/100 {
  color: rgb(54 95 161 / 1);
}
.text-primary-200\/15 {
  color: rgb(54 95 161 / 0.15);
}
.text-primary-200\/20 {
  color: rgb(54 95 161 / 0.2);
}
.text-primary-200\/25 {
  color: rgb(54 95 161 / 0.25);
}
.text-primary-200\/30 {
  color: rgb(54 95 161 / 0.3);
}
.text-primary-200\/35 {
  color: rgb(54 95 161 / 0.35);
}
.text-primary-200\/40 {
  color: rgb(54 95 161 / 0.4);
}
.text-primary-200\/45 {
  color: rgb(54 95 161 / 0.45);
}
.text-primary-200\/5 {
  color: rgb(54 95 161 / 0.05);
}
.text-primary-200\/50 {
  color: rgb(54 95 161 / 0.5);
}
.text-primary-200\/55 {
  color: rgb(54 95 161 / 0.55);
}
.text-primary-200\/60 {
  color: rgb(54 95 161 / 0.6);
}
.text-primary-200\/65 {
  color: rgb(54 95 161 / 0.65);
}
.text-primary-200\/70 {
  color: rgb(54 95 161 / 0.7);
}
.text-primary-200\/75 {
  color: rgb(54 95 161 / 0.75);
}
.text-primary-200\/80 {
  color: rgb(54 95 161 / 0.8);
}
.text-primary-200\/85 {
  color: rgb(54 95 161 / 0.85);
}
.text-primary-200\/90 {
  color: rgb(54 95 161 / 0.9);
}
.text-primary-200\/95 {
  color: rgb(54 95 161 / 0.95);
}
.text-primary-300 {
  color: #325895;
}
.text-primary-300\/0 {
  color: rgb(50 88 149 / 0);
}
.text-primary-300\/10 {
  color: rgb(50 88 149 / 0.1);
}
.text-primary-300\/100 {
  color: rgb(50 88 149 / 1);
}
.text-primary-300\/15 {
  color: rgb(50 88 149 / 0.15);
}
.text-primary-300\/20 {
  color: rgb(50 88 149 / 0.2);
}
.text-primary-300\/25 {
  color: rgb(50 88 149 / 0.25);
}
.text-primary-300\/30 {
  color: rgb(50 88 149 / 0.3);
}
.text-primary-300\/35 {
  color: rgb(50 88 149 / 0.35);
}
.text-primary-300\/40 {
  color: rgb(50 88 149 / 0.4);
}
.text-primary-300\/45 {
  color: rgb(50 88 149 / 0.45);
}
.text-primary-300\/5 {
  color: rgb(50 88 149 / 0.05);
}
.text-primary-300\/50 {
  color: rgb(50 88 149 / 0.5);
}
.text-primary-300\/55 {
  color: rgb(50 88 149 / 0.55);
}
.text-primary-300\/60 {
  color: rgb(50 88 149 / 0.6);
}
.text-primary-300\/65 {
  color: rgb(50 88 149 / 0.65);
}
.text-primary-300\/70 {
  color: rgb(50 88 149 / 0.7);
}
.text-primary-300\/75 {
  color: rgb(50 88 149 / 0.75);
}
.text-primary-300\/80 {
  color: rgb(50 88 149 / 0.8);
}
.text-primary-300\/85 {
  color: rgb(50 88 149 / 0.85);
}
.text-primary-300\/90 {
  color: rgb(50 88 149 / 0.9);
}
.text-primary-300\/95 {
  color: rgb(50 88 149 / 0.95);
}
.text-primary-400 {
  color: #305691;
}
.text-primary-400\/0 {
  color: rgb(48 86 145 / 0);
}
.text-primary-400\/10 {
  color: rgb(48 86 145 / 0.1);
}
.text-primary-400\/100 {
  color: rgb(48 86 145 / 1);
}
.text-primary-400\/15 {
  color: rgb(48 86 145 / 0.15);
}
.text-primary-400\/20 {
  color: rgb(48 86 145 / 0.2);
}
.text-primary-400\/25 {
  color: rgb(48 86 145 / 0.25);
}
.text-primary-400\/30 {
  color: rgb(48 86 145 / 0.3);
}
.text-primary-400\/35 {
  color: rgb(48 86 145 / 0.35);
}
.text-primary-400\/40 {
  color: rgb(48 86 145 / 0.4);
}
.text-primary-400\/45 {
  color: rgb(48 86 145 / 0.45);
}
.text-primary-400\/5 {
  color: rgb(48 86 145 / 0.05);
}
.text-primary-400\/50 {
  color: rgb(48 86 145 / 0.5);
}
.text-primary-400\/55 {
  color: rgb(48 86 145 / 0.55);
}
.text-primary-400\/60 {
  color: rgb(48 86 145 / 0.6);
}
.text-primary-400\/65 {
  color: rgb(48 86 145 / 0.65);
}
.text-primary-400\/70 {
  color: rgb(48 86 145 / 0.7);
}
.text-primary-400\/75 {
  color: rgb(48 86 145 / 0.75);
}
.text-primary-400\/80 {
  color: rgb(48 86 145 / 0.8);
}
.text-primary-400\/85 {
  color: rgb(48 86 145 / 0.85);
}
.text-primary-400\/90 {
  color: rgb(48 86 145 / 0.9);
}
.text-primary-400\/95 {
  color: rgb(48 86 145 / 0.95);
}
.text-primary-500 {
  color: #2d4b79;
}
.text-primary-500\/0 {
  color: rgb(45 75 121 / 0);
}
.text-primary-500\/10 {
  color: rgb(45 75 121 / 0.1);
}
.text-primary-500\/100 {
  color: rgb(45 75 121 / 1);
}
.text-primary-500\/15 {
  color: rgb(45 75 121 / 0.15);
}
.text-primary-500\/20 {
  color: rgb(45 75 121 / 0.2);
}
.text-primary-500\/25 {
  color: rgb(45 75 121 / 0.25);
}
.text-primary-500\/30 {
  color: rgb(45 75 121 / 0.3);
}
.text-primary-500\/35 {
  color: rgb(45 75 121 / 0.35);
}
.text-primary-500\/40 {
  color: rgb(45 75 121 / 0.4);
}
.text-primary-500\/45 {
  color: rgb(45 75 121 / 0.45);
}
.text-primary-500\/5 {
  color: rgb(45 75 121 / 0.05);
}
.text-primary-500\/50 {
  color: rgb(45 75 121 / 0.5);
}
.text-primary-500\/55 {
  color: rgb(45 75 121 / 0.55);
}
.text-primary-500\/60 {
  color: rgb(45 75 121 / 0.6);
}
.text-primary-500\/65 {
  color: rgb(45 75 121 / 0.65);
}
.text-primary-500\/70 {
  color: rgb(45 75 121 / 0.7);
}
.text-primary-500\/75 {
  color: rgb(45 75 121 / 0.75);
}
.text-primary-500\/80 {
  color: rgb(45 75 121 / 0.8);
}
.text-primary-500\/85 {
  color: rgb(45 75 121 / 0.85);
}
.text-primary-500\/90 {
  color: rgb(45 75 121 / 0.9);
}
.text-primary-500\/95 {
  color: rgb(45 75 121 / 0.95);
}
.text-primary-600 {
  color: #264473;
}
.text-primary-600\/0 {
  color: rgb(38 68 115 / 0);
}
.text-primary-600\/10 {
  color: rgb(38 68 115 / 0.1);
}
.text-primary-600\/100 {
  color: rgb(38 68 115 / 1);
}
.text-primary-600\/15 {
  color: rgb(38 68 115 / 0.15);
}
.text-primary-600\/20 {
  color: rgb(38 68 115 / 0.2);
}
.text-primary-600\/25 {
  color: rgb(38 68 115 / 0.25);
}
.text-primary-600\/30 {
  color: rgb(38 68 115 / 0.3);
}
.text-primary-600\/35 {
  color: rgb(38 68 115 / 0.35);
}
.text-primary-600\/40 {
  color: rgb(38 68 115 / 0.4);
}
.text-primary-600\/45 {
  color: rgb(38 68 115 / 0.45);
}
.text-primary-600\/5 {
  color: rgb(38 68 115 / 0.05);
}
.text-primary-600\/50 {
  color: rgb(38 68 115 / 0.5);
}
.text-primary-600\/55 {
  color: rgb(38 68 115 / 0.55);
}
.text-primary-600\/60 {
  color: rgb(38 68 115 / 0.6);
}
.text-primary-600\/65 {
  color: rgb(38 68 115 / 0.65);
}
.text-primary-600\/70 {
  color: rgb(38 68 115 / 0.7);
}
.text-primary-600\/75 {
  color: rgb(38 68 115 / 0.75);
}
.text-primary-600\/80 {
  color: rgb(38 68 115 / 0.8);
}
.text-primary-600\/85 {
  color: rgb(38 68 115 / 0.85);
}
.text-primary-600\/90 {
  color: rgb(38 68 115 / 0.9);
}
.text-primary-600\/95 {
  color: rgb(38 68 115 / 0.95);
}
.text-primary-700 {
  color: #233e68;
}
.text-primary-700\/0 {
  color: rgb(35 62 104 / 0);
}
.text-primary-700\/10 {
  color: rgb(35 62 104 / 0.1);
}
.text-primary-700\/100 {
  color: rgb(35 62 104 / 1);
}
.text-primary-700\/15 {
  color: rgb(35 62 104 / 0.15);
}
.text-primary-700\/20 {
  color: rgb(35 62 104 / 0.2);
}
.text-primary-700\/25 {
  color: rgb(35 62 104 / 0.25);
}
.text-primary-700\/30 {
  color: rgb(35 62 104 / 0.3);
}
.text-primary-700\/35 {
  color: rgb(35 62 104 / 0.35);
}
.text-primary-700\/40 {
  color: rgb(35 62 104 / 0.4);
}
.text-primary-700\/45 {
  color: rgb(35 62 104 / 0.45);
}
.text-primary-700\/5 {
  color: rgb(35 62 104 / 0.05);
}
.text-primary-700\/50 {
  color: rgb(35 62 104 / 0.5);
}
.text-primary-700\/55 {
  color: rgb(35 62 104 / 0.55);
}
.text-primary-700\/60 {
  color: rgb(35 62 104 / 0.6);
}
.text-primary-700\/65 {
  color: rgb(35 62 104 / 0.65);
}
.text-primary-700\/70 {
  color: rgb(35 62 104 / 0.7);
}
.text-primary-700\/75 {
  color: rgb(35 62 104 / 0.75);
}
.text-primary-700\/80 {
  color: rgb(35 62 104 / 0.8);
}
.text-primary-700\/85 {
  color: rgb(35 62 104 / 0.85);
}
.text-primary-700\/90 {
  color: rgb(35 62 104 / 0.9);
}
.text-primary-700\/95 {
  color: rgb(35 62 104 / 0.95);
}
.text-primary-800 {
  color: #1f375c;
}
.text-primary-800\/0 {
  color: rgb(31 55 92 / 0);
}
.text-primary-800\/10 {
  color: rgb(31 55 92 / 0.1);
}
.text-primary-800\/100 {
  color: rgb(31 55 92 / 1);
}
.text-primary-800\/15 {
  color: rgb(31 55 92 / 0.15);
}
.text-primary-800\/20 {
  color: rgb(31 55 92 / 0.2);
}
.text-primary-800\/25 {
  color: rgb(31 55 92 / 0.25);
}
.text-primary-800\/30 {
  color: rgb(31 55 92 / 0.3);
}
.text-primary-800\/35 {
  color: rgb(31 55 92 / 0.35);
}
.text-primary-800\/40 {
  color: rgb(31 55 92 / 0.4);
}
.text-primary-800\/45 {
  color: rgb(31 55 92 / 0.45);
}
.text-primary-800\/5 {
  color: rgb(31 55 92 / 0.05);
}
.text-primary-800\/50 {
  color: rgb(31 55 92 / 0.5);
}
.text-primary-800\/55 {
  color: rgb(31 55 92 / 0.55);
}
.text-primary-800\/60 {
  color: rgb(31 55 92 / 0.6);
}
.text-primary-800\/65 {
  color: rgb(31 55 92 / 0.65);
}
.text-primary-800\/70 {
  color: rgb(31 55 92 / 0.7);
}
.text-primary-800\/75 {
  color: rgb(31 55 92 / 0.75);
}
.text-primary-800\/80 {
  color: rgb(31 55 92 / 0.8);
}
.text-primary-800\/85 {
  color: rgb(31 55 92 / 0.85);
}
.text-primary-800\/90 {
  color: rgb(31 55 92 / 0.9);
}
.text-primary-800\/95 {
  color: rgb(31 55 92 / 0.95);
}
.text-primary-900 {
  color: #1b3051;
}
.text-primary-900\/0 {
  color: rgb(27 48 81 / 0);
}
.text-primary-900\/10 {
  color: rgb(27 48 81 / 0.1);
}
.text-primary-900\/100 {
  color: rgb(27 48 81 / 1);
}
.text-primary-900\/15 {
  color: rgb(27 48 81 / 0.15);
}
.text-primary-900\/20 {
  color: rgb(27 48 81 / 0.2);
}
.text-primary-900\/25 {
  color: rgb(27 48 81 / 0.25);
}
.text-primary-900\/30 {
  color: rgb(27 48 81 / 0.3);
}
.text-primary-900\/35 {
  color: rgb(27 48 81 / 0.35);
}
.text-primary-900\/40 {
  color: rgb(27 48 81 / 0.4);
}
.text-primary-900\/45 {
  color: rgb(27 48 81 / 0.45);
}
.text-primary-900\/5 {
  color: rgb(27 48 81 / 0.05);
}
.text-primary-900\/50 {
  color: rgb(27 48 81 / 0.5);
}
.text-primary-900\/55 {
  color: rgb(27 48 81 / 0.55);
}
.text-primary-900\/60 {
  color: rgb(27 48 81 / 0.6);
}
.text-primary-900\/65 {
  color: rgb(27 48 81 / 0.65);
}
.text-primary-900\/70 {
  color: rgb(27 48 81 / 0.7);
}
.text-primary-900\/75 {
  color: rgb(27 48 81 / 0.75);
}
.text-primary-900\/80 {
  color: rgb(27 48 81 / 0.8);
}
.text-primary-900\/85 {
  color: rgb(27 48 81 / 0.85);
}
.text-primary-900\/90 {
  color: rgb(27 48 81 / 0.9);
}
.text-primary-900\/95 {
  color: rgb(27 48 81 / 0.95);
}
.text-purple-600 {
  color: #9333ea;
}
.text-purple-700 {
  color: #7e22ce;
}
.text-red-300 {
  color: #fca5a5;
}
.text-red-400 {
  color: #f87171;
}
.text-red-500 {
  color: #ef4444;
}
.text-red-600 {
  color: #dc2626;
}
.text-red-700 {
  color: #b91c1c;
}
.text-red-800 {
  color: #991b1b;
}
.text-secondary-100 {
  color: #DAE5E7;
}
.text-secondary-100\/0 {
  color: rgb(218 229 231 / 0);
}
.text-secondary-100\/10 {
  color: rgb(218 229 231 / 0.1);
}
.text-secondary-100\/100 {
  color: rgb(218 229 231 / 1);
}
.text-secondary-100\/15 {
  color: rgb(218 229 231 / 0.15);
}
.text-secondary-100\/20 {
  color: rgb(218 229 231 / 0.2);
}
.text-secondary-100\/25 {
  color: rgb(218 229 231 / 0.25);
}
.text-secondary-100\/30 {
  color: rgb(218 229 231 / 0.3);
}
.text-secondary-100\/35 {
  color: rgb(218 229 231 / 0.35);
}
.text-secondary-100\/40 {
  color: rgb(218 229 231 / 0.4);
}
.text-secondary-100\/45 {
  color: rgb(218 229 231 / 0.45);
}
.text-secondary-100\/5 {
  color: rgb(218 229 231 / 0.05);
}
.text-secondary-100\/50 {
  color: rgb(218 229 231 / 0.5);
}
.text-secondary-100\/55 {
  color: rgb(218 229 231 / 0.55);
}
.text-secondary-100\/60 {
  color: rgb(218 229 231 / 0.6);
}
.text-secondary-100\/65 {
  color: rgb(218 229 231 / 0.65);
}
.text-secondary-100\/70 {
  color: rgb(218 229 231 / 0.7);
}
.text-secondary-100\/75 {
  color: rgb(218 229 231 / 0.75);
}
.text-secondary-100\/80 {
  color: rgb(218 229 231 / 0.8);
}
.text-secondary-100\/85 {
  color: rgb(218 229 231 / 0.85);
}
.text-secondary-100\/90 {
  color: rgb(218 229 231 / 0.9);
}
.text-secondary-100\/95 {
  color: rgb(218 229 231 / 0.95);
}
.text-secondary-200 {
  color: #C4D6D9;
}
.text-secondary-200\/0 {
  color: rgb(196 214 217 / 0);
}
.text-secondary-200\/10 {
  color: rgb(196 214 217 / 0.1);
}
.text-secondary-200\/100 {
  color: rgb(196 214 217 / 1);
}
.text-secondary-200\/15 {
  color: rgb(196 214 217 / 0.15);
}
.text-secondary-200\/20 {
  color: rgb(196 214 217 / 0.2);
}
.text-secondary-200\/25 {
  color: rgb(196 214 217 / 0.25);
}
.text-secondary-200\/30 {
  color: rgb(196 214 217 / 0.3);
}
.text-secondary-200\/35 {
  color: rgb(196 214 217 / 0.35);
}
.text-secondary-200\/40 {
  color: rgb(196 214 217 / 0.4);
}
.text-secondary-200\/45 {
  color: rgb(196 214 217 / 0.45);
}
.text-secondary-200\/5 {
  color: rgb(196 214 217 / 0.05);
}
.text-secondary-200\/50 {
  color: rgb(196 214 217 / 0.5);
}
.text-secondary-200\/55 {
  color: rgb(196 214 217 / 0.55);
}
.text-secondary-200\/60 {
  color: rgb(196 214 217 / 0.6);
}
.text-secondary-200\/65 {
  color: rgb(196 214 217 / 0.65);
}
.text-secondary-200\/70 {
  color: rgb(196 214 217 / 0.7);
}
.text-secondary-200\/75 {
  color: rgb(196 214 217 / 0.75);
}
.text-secondary-200\/80 {
  color: rgb(196 214 217 / 0.8);
}
.text-secondary-200\/85 {
  color: rgb(196 214 217 / 0.85);
}
.text-secondary-200\/90 {
  color: rgb(196 214 217 / 0.9);
}
.text-secondary-200\/95 {
  color: rgb(196 214 217 / 0.95);
}
.text-secondary-300 {
  color: #AEC7CC;
}
.text-secondary-300\/0 {
  color: rgb(174 199 204 / 0);
}
.text-secondary-300\/10 {
  color: rgb(174 199 204 / 0.1);
}
.text-secondary-300\/100 {
  color: rgb(174 199 204 / 1);
}
.text-secondary-300\/15 {
  color: rgb(174 199 204 / 0.15);
}
.text-secondary-300\/20 {
  color: rgb(174 199 204 / 0.2);
}
.text-secondary-300\/25 {
  color: rgb(174 199 204 / 0.25);
}
.text-secondary-300\/30 {
  color: rgb(174 199 204 / 0.3);
}
.text-secondary-300\/35 {
  color: rgb(174 199 204 / 0.35);
}
.text-secondary-300\/40 {
  color: rgb(174 199 204 / 0.4);
}
.text-secondary-300\/45 {
  color: rgb(174 199 204 / 0.45);
}
.text-secondary-300\/5 {
  color: rgb(174 199 204 / 0.05);
}
.text-secondary-300\/50 {
  color: rgb(174 199 204 / 0.5);
}
.text-secondary-300\/55 {
  color: rgb(174 199 204 / 0.55);
}
.text-secondary-300\/60 {
  color: rgb(174 199 204 / 0.6);
}
.text-secondary-300\/65 {
  color: rgb(174 199 204 / 0.65);
}
.text-secondary-300\/70 {
  color: rgb(174 199 204 / 0.7);
}
.text-secondary-300\/75 {
  color: rgb(174 199 204 / 0.75);
}
.text-secondary-300\/80 {
  color: rgb(174 199 204 / 0.8);
}
.text-secondary-300\/85 {
  color: rgb(174 199 204 / 0.85);
}
.text-secondary-300\/90 {
  color: rgb(174 199 204 / 0.9);
}
.text-secondary-300\/95 {
  color: rgb(174 199 204 / 0.95);
}
.text-secondary-400 {
  color: #98B8BE;
}
.text-secondary-400\/0 {
  color: rgb(152 184 190 / 0);
}
.text-secondary-400\/10 {
  color: rgb(152 184 190 / 0.1);
}
.text-secondary-400\/100 {
  color: rgb(152 184 190 / 1);
}
.text-secondary-400\/15 {
  color: rgb(152 184 190 / 0.15);
}
.text-secondary-400\/20 {
  color: rgb(152 184 190 / 0.2);
}
.text-secondary-400\/25 {
  color: rgb(152 184 190 / 0.25);
}
.text-secondary-400\/30 {
  color: rgb(152 184 190 / 0.3);
}
.text-secondary-400\/35 {
  color: rgb(152 184 190 / 0.35);
}
.text-secondary-400\/40 {
  color: rgb(152 184 190 / 0.4);
}
.text-secondary-400\/45 {
  color: rgb(152 184 190 / 0.45);
}
.text-secondary-400\/5 {
  color: rgb(152 184 190 / 0.05);
}
.text-secondary-400\/50 {
  color: rgb(152 184 190 / 0.5);
}
.text-secondary-400\/55 {
  color: rgb(152 184 190 / 0.55);
}
.text-secondary-400\/60 {
  color: rgb(152 184 190 / 0.6);
}
.text-secondary-400\/65 {
  color: rgb(152 184 190 / 0.65);
}
.text-secondary-400\/70 {
  color: rgb(152 184 190 / 0.7);
}
.text-secondary-400\/75 {
  color: rgb(152 184 190 / 0.75);
}
.text-secondary-400\/80 {
  color: rgb(152 184 190 / 0.8);
}
.text-secondary-400\/85 {
  color: rgb(152 184 190 / 0.85);
}
.text-secondary-400\/90 {
  color: rgb(152 184 190 / 0.9);
}
.text-secondary-400\/95 {
  color: rgb(152 184 190 / 0.95);
}
.text-secondary-500 {
  color: #82A9B0;
}
.text-secondary-500\/0 {
  color: rgb(130 169 176 / 0);
}
.text-secondary-500\/10 {
  color: rgb(130 169 176 / 0.1);
}
.text-secondary-500\/100 {
  color: rgb(130 169 176 / 1);
}
.text-secondary-500\/15 {
  color: rgb(130 169 176 / 0.15);
}
.text-secondary-500\/20 {
  color: rgb(130 169 176 / 0.2);
}
.text-secondary-500\/25 {
  color: rgb(130 169 176 / 0.25);
}
.text-secondary-500\/30 {
  color: rgb(130 169 176 / 0.3);
}
.text-secondary-500\/35 {
  color: rgb(130 169 176 / 0.35);
}
.text-secondary-500\/40 {
  color: rgb(130 169 176 / 0.4);
}
.text-secondary-500\/45 {
  color: rgb(130 169 176 / 0.45);
}
.text-secondary-500\/5 {
  color: rgb(130 169 176 / 0.05);
}
.text-secondary-500\/50 {
  color: rgb(130 169 176 / 0.5);
}
.text-secondary-500\/55 {
  color: rgb(130 169 176 / 0.55);
}
.text-secondary-500\/60 {
  color: rgb(130 169 176 / 0.6);
}
.text-secondary-500\/65 {
  color: rgb(130 169 176 / 0.65);
}
.text-secondary-500\/70 {
  color: rgb(130 169 176 / 0.7);
}
.text-secondary-500\/75 {
  color: rgb(130 169 176 / 0.75);
}
.text-secondary-500\/80 {
  color: rgb(130 169 176 / 0.8);
}
.text-secondary-500\/85 {
  color: rgb(130 169 176 / 0.85);
}
.text-secondary-500\/90 {
  color: rgb(130 169 176 / 0.9);
}
.text-secondary-500\/95 {
  color: rgb(130 169 176 / 0.95);
}
.text-secondary-600 {
  color: #66969E;
}
.text-secondary-600\/0 {
  color: rgb(102 150 158 / 0);
}
.text-secondary-600\/10 {
  color: rgb(102 150 158 / 0.1);
}
.text-secondary-600\/100 {
  color: rgb(102 150 158 / 1);
}
.text-secondary-600\/15 {
  color: rgb(102 150 158 / 0.15);
}
.text-secondary-600\/20 {
  color: rgb(102 150 158 / 0.2);
}
.text-secondary-600\/25 {
  color: rgb(102 150 158 / 0.25);
}
.text-secondary-600\/30 {
  color: rgb(102 150 158 / 0.3);
}
.text-secondary-600\/35 {
  color: rgb(102 150 158 / 0.35);
}
.text-secondary-600\/40 {
  color: rgb(102 150 158 / 0.4);
}
.text-secondary-600\/45 {
  color: rgb(102 150 158 / 0.45);
}
.text-secondary-600\/5 {
  color: rgb(102 150 158 / 0.05);
}
.text-secondary-600\/50 {
  color: rgb(102 150 158 / 0.5);
}
.text-secondary-600\/55 {
  color: rgb(102 150 158 / 0.55);
}
.text-secondary-600\/60 {
  color: rgb(102 150 158 / 0.6);
}
.text-secondary-600\/65 {
  color: rgb(102 150 158 / 0.65);
}
.text-secondary-600\/70 {
  color: rgb(102 150 158 / 0.7);
}
.text-secondary-600\/75 {
  color: rgb(102 150 158 / 0.75);
}
.text-secondary-600\/80 {
  color: rgb(102 150 158 / 0.8);
}
.text-secondary-600\/85 {
  color: rgb(102 150 158 / 0.85);
}
.text-secondary-600\/90 {
  color: rgb(102 150 158 / 0.9);
}
.text-secondary-600\/95 {
  color: rgb(102 150 158 / 0.95);
}
.text-secondary-700 {
  color: #537C83;
}
.text-secondary-700\/0 {
  color: rgb(83 124 131 / 0);
}
.text-secondary-700\/10 {
  color: rgb(83 124 131 / 0.1);
}
.text-secondary-700\/100 {
  color: rgb(83 124 131 / 1);
}
.text-secondary-700\/15 {
  color: rgb(83 124 131 / 0.15);
}
.text-secondary-700\/20 {
  color: rgb(83 124 131 / 0.2);
}
.text-secondary-700\/25 {
  color: rgb(83 124 131 / 0.25);
}
.text-secondary-700\/30 {
  color: rgb(83 124 131 / 0.3);
}
.text-secondary-700\/35 {
  color: rgb(83 124 131 / 0.35);
}
.text-secondary-700\/40 {
  color: rgb(83 124 131 / 0.4);
}
.text-secondary-700\/45 {
  color: rgb(83 124 131 / 0.45);
}
.text-secondary-700\/5 {
  color: rgb(83 124 131 / 0.05);
}
.text-secondary-700\/50 {
  color: rgb(83 124 131 / 0.5);
}
.text-secondary-700\/55 {
  color: rgb(83 124 131 / 0.55);
}
.text-secondary-700\/60 {
  color: rgb(83 124 131 / 0.6);
}
.text-secondary-700\/65 {
  color: rgb(83 124 131 / 0.65);
}
.text-secondary-700\/70 {
  color: rgb(83 124 131 / 0.7);
}
.text-secondary-700\/75 {
  color: rgb(83 124 131 / 0.75);
}
.text-secondary-700\/80 {
  color: rgb(83 124 131 / 0.8);
}
.text-secondary-700\/85 {
  color: rgb(83 124 131 / 0.85);
}
.text-secondary-700\/90 {
  color: rgb(83 124 131 / 0.9);
}
.text-secondary-700\/95 {
  color: rgb(83 124 131 / 0.95);
}
.text-secondary-800 {
  color: #416167;
}
.text-secondary-800\/0 {
  color: rgb(65 97 103 / 0);
}
.text-secondary-800\/10 {
  color: rgb(65 97 103 / 0.1);
}
.text-secondary-800\/100 {
  color: rgb(65 97 103 / 1);
}
.text-secondary-800\/15 {
  color: rgb(65 97 103 / 0.15);
}
.text-secondary-800\/20 {
  color: rgb(65 97 103 / 0.2);
}
.text-secondary-800\/25 {
  color: rgb(65 97 103 / 0.25);
}
.text-secondary-800\/30 {
  color: rgb(65 97 103 / 0.3);
}
.text-secondary-800\/35 {
  color: rgb(65 97 103 / 0.35);
}
.text-secondary-800\/40 {
  color: rgb(65 97 103 / 0.4);
}
.text-secondary-800\/45 {
  color: rgb(65 97 103 / 0.45);
}
.text-secondary-800\/5 {
  color: rgb(65 97 103 / 0.05);
}
.text-secondary-800\/50 {
  color: rgb(65 97 103 / 0.5);
}
.text-secondary-800\/55 {
  color: rgb(65 97 103 / 0.55);
}
.text-secondary-800\/60 {
  color: rgb(65 97 103 / 0.6);
}
.text-secondary-800\/65 {
  color: rgb(65 97 103 / 0.65);
}
.text-secondary-800\/70 {
  color: rgb(65 97 103 / 0.7);
}
.text-secondary-800\/75 {
  color: rgb(65 97 103 / 0.75);
}
.text-secondary-800\/80 {
  color: rgb(65 97 103 / 0.8);
}
.text-secondary-800\/85 {
  color: rgb(65 97 103 / 0.85);
}
.text-secondary-800\/90 {
  color: rgb(65 97 103 / 0.9);
}
.text-secondary-800\/95 {
  color: rgb(65 97 103 / 0.95);
}
.text-secondary-900 {
  color: #2F474B;
}
.text-secondary-900\/0 {
  color: rgb(47 71 75 / 0);
}
.text-secondary-900\/10 {
  color: rgb(47 71 75 / 0.1);
}
.text-secondary-900\/100 {
  color: rgb(47 71 75 / 1);
}
.text-secondary-900\/15 {
  color: rgb(47 71 75 / 0.15);
}
.text-secondary-900\/20 {
  color: rgb(47 71 75 / 0.2);
}
.text-secondary-900\/25 {
  color: rgb(47 71 75 / 0.25);
}
.text-secondary-900\/30 {
  color: rgb(47 71 75 / 0.3);
}
.text-secondary-900\/35 {
  color: rgb(47 71 75 / 0.35);
}
.text-secondary-900\/40 {
  color: rgb(47 71 75 / 0.4);
}
.text-secondary-900\/45 {
  color: rgb(47 71 75 / 0.45);
}
.text-secondary-900\/5 {
  color: rgb(47 71 75 / 0.05);
}
.text-secondary-900\/50 {
  color: rgb(47 71 75 / 0.5);
}
.text-secondary-900\/55 {
  color: rgb(47 71 75 / 0.55);
}
.text-secondary-900\/60 {
  color: rgb(47 71 75 / 0.6);
}
.text-secondary-900\/65 {
  color: rgb(47 71 75 / 0.65);
}
.text-secondary-900\/70 {
  color: rgb(47 71 75 / 0.7);
}
.text-secondary-900\/75 {
  color: rgb(47 71 75 / 0.75);
}
.text-secondary-900\/80 {
  color: rgb(47 71 75 / 0.8);
}
.text-secondary-900\/85 {
  color: rgb(47 71 75 / 0.85);
}
.text-secondary-900\/90 {
  color: rgb(47 71 75 / 0.9);
}
.text-secondary-900\/95 {
  color: rgb(47 71 75 / 0.95);
}
.text-slate-300 {
  color: #cbd5e1;
}
.text-slate-400 {
  color: #94a3b8;
}
.text-slate-500 {
  color: #64748b;
}
.text-slate-600 {
  color: #475569;
}
.text-slate-700 {
  color: #334155;
}
.text-slate-800 {
  color: #1e293b;
}
.text-violet-600 {
  color: #7c3aed;
}
.text-violet-700 {
  color: #6d28d9;
}
.text-violet-800 {
  color: #5b21b6;
}
.text-white {
  color: #fff;
}
.text-white\/70 {
  color: rgb(255 255 255 / 0.7);
}
.text-yellow-600 {
  color: #ca8a04;
}
.text-yellow-700 {
  color: #a16207;
}
.text-yellow-800 {
  color: #854d0e;
}
.underline {
  text-decoration-line: underline;
}
.line-through {
  text-decoration-line: line-through;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.placeholder-gray-400::placeholder {
  color: #9ca3af;
}
.placeholder-slate-300::placeholder {
  color: #cbd5e1;
}
.placeholder-slate-400::placeholder {
  color: #94a3b8;
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.opacity-25 {
  opacity: 0.25;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-60 {
  opacity: 0.6;
}
.opacity-75 {
  opacity: 0.75;
}
.opacity-80 {
  opacity: 0.8;
}
.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);
}
.shadow-\[0_0_50px_-12px_rgba\(0\,0\,0\,0\.25\)\] {
  --tw-shadow: 0 0 50px -12px rgba(0,0,0,0.25);
  --tw-shadow-colored: 0 0 50px -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);
}
.shadow-inner {
  --tw-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: inset 0 2px 4px 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);
}
.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);
}
.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);
}
.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);
}
.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);
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.ring-0 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + 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);
}
.blur-md {
  --tw-blur: blur(12px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.backdrop-blur-lg {
  --tw-backdrop-blur: blur(16px);
  -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);
}
.backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px);
  -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);
}
.transition {
  transition-property:
    color,
    background-color,
    border-color,
    text-decoration-color,
    fill,
    stroke,
    opacity,
    box-shadow,
    transform,
    filter,
    backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.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;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-shadow {
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-150 {
  transition-duration: 150ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.animate-fade-in {
  opacity: 1;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  animation: fadeIn 0.5s ease-in-out forwards;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.\[animation-delay\:-0\.15s\] {
  animation-delay: -0.15s;
}
.\[animation-delay\:-0\.3s\] {
  animation-delay: -0.3s;
}
.\[text-wrap\:balance\] {
  text-wrap: balance;
}
html {
  scroll-behavior: smooth;
}
.swiper {
  width: 100%;
  padding: 0;
  overflow: visible;
  margin: 0 auto;
}
.swiper-wrapper {
  overflow: visible;
}
.swiper-slide {
  height: auto;
  pointer-events: none;
  text-align: center;
}
.swiper-slide-fully-visible {
  pointer-events: auto;
}
.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.course-image {
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.course-image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.6);
  transition: opacity 0.3s ease-in-out;
  pointer-events: none;
}
.swiper-slide-fully-visible .course-image:after {
  opacity: 0;
}
.swiper-button-next,
.swiper-button-prev {
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  width: 40px;
  height: 40px;
}
.swiper-pagination-bullet-active {
  background: #3b82f6;
}
.swiper-button-disabled {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.swiper-button-next,
.swiper-button-prev {
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  right: -50px !important;
  left: auto !important;
}
.swiper {
  position: relative;
}
.swiper-button-next,
.swiper-button-prev {
  opacity: 0;
  background-color: rgba(20, 20, 20, 0.5);
  border-radius: 50%;
  width: 40px !important;
  height: 40px !important;
  transition: all 0.3s ease;
}
.swiper:hover .swiper-button-next,
.swiper:hover .swiper-button-prev {
  opacity: 1;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
  background-color: rgba(20, 20, 20, 0.8);
  transform: scale(1.2);
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 18px !important;
  font-weight: bold;
  color: white;
}
.swiper-pagination-bullet {
  background: rgba(128, 128, 128, 0.5) !important;
}
.swiper-pagination-bullet-active {
  background: rgba(128, 128, 128, 0.9) !important;
}
.lesson-content iframe {
  border: none;
}
.ck-content {
  line-height: 1.6;
  font-size: 0.93rem !important;
  color: #111;
}
.ck-content .resource-description {
  display: inline-block;
  max-width: 1200px;
  width: 100%;
  text-align: center;
  margin: 1.8rem auto;
  padding-right: 80px;
  font-size: 1.1rem;
  line-height: 1.6;
}
@media (min-width: 1440px) {
  .ck-content .resource-description {
    font-size: 1.25rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .ck-content .resource-description {
    font-size: 1rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
.ck-content h1 {
  font-size: 1.75rem;
}
.ck-content h2 {
  font-size: 1.5rem;
}
.ck-content h3 {
  font-size: 1.25rem;
}
.ck-content h4 {
  font-size: 1.125rem;
}
.ck-content h5 {
  font-size: 1rem;
}
.ck-content h6 {
  font-size: 0.875rem;
}
.ck-content blockquote {
  margin: 1em 0;
  padding: 0.5em 1em;
  border-left: 4px solid #d1d5db;
  background-color: #f9fafb;
  color: #374151;
  font-style: italic;
}
.ck-content p {
  margin-bottom: 1em;
  clear: both;
}
.ck-content ul {
  list-style-type: disc;
  padding-left: 1.5rem;
  margin: 1rem 0;
}
.ck-content ol {
  list-style-type: decimal;
  padding-left: 1.5rem;
  margin: 1rem 0;
}
.ck-content ul > li {
  list-style-type: disc;
}
.ck-content ol > li {
  list-style-type: decimal;
}
.ck-content li {
  padding-left: 0.5rem;
  margin: 1rem 0;
}
.ck-content ul ul,
.ck-content ol ol,
.ck-content ul ol,
.ck-content ol ul {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  padding-left: 1.5rem;
}
.ck-content ul ul,
.ck-content li li,
.ck-content ul li,
.ck-content li ul {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  padding-left: 0.5rem;
}
.ck-content img {
  display: inline-block;
  max-width: 100%;
  width: 100%;
  height: auto;
}
.ck-content img.float-left,
.ck-content img.float-right {
  padding-bottom: 10px;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.ck-content img.float-left {
  float: left;
  padding-right: 10px;
}
.ck-content img.float-right {
  float: right;
  padding-left: 10px;
}
.ck-content img.float-none {
  clear: both;
}
@media (max-width: 500px) {
  .ck-content img.float-left,
  .ck-content img.float-right,
  .ck-content img.float-none {
    display: block;
    float: none;
    padding: 0;
    margin: 10px auto;
  }
}
.ck-content a:not([class]) {
  color: #2563eb;
  text-decoration: underline;
  font-weight: 500;
  transition: color 0.2s;
}
.ck-content a:not([class]):hover {
  color: #1d4ed8;
}
.ck-content iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  border: none;
}
.ck-content .embed-responsive {
  position: relative;
  width: 100%;
  max-width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}
.ck-content .embed-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.lesson-sidebar {
  transition: width 0.3s ease;
  width: 300px;
  min-width: 300px;
}
.lesson-sidebar.collapsed {
  width: 42px;
  min-width: 42px;
}
.lesson-sidebar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.course-title {
  margin-bottom: 1rem;
  width: 100%;
}
.course-progress {
  width: 100%;
}
.chapter-item {
  position: relative;
  margin-top: 1.5rem;
}
.lesson-item {
  position: relative;
  padding-left: 2rem;
  white-space: normal;
  word-break: break-word;
  width: 100%;
}
.lesson-progress-line {
  position: absolute;
  left: 12px;
  top: 30px;
  bottom: 0;
  width: 2px;
  background-color: #e5e7eb;
  z-index: 0;
}
.lesson-status-icon {
  position: relative;
  z-index: 1;
  background-color: white;
  flex-shrink: 0;
}
.chapter-number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  font-weight: 600;
  font-size: 14px;
  margin-right: 8px;
  position: relative;
  flex-shrink: 0;
}
.chapter-number.completed {
  border: 2px solid #10b981;
  background-color: #d1fae5;
  color: #10b981;
}
.chapter-number.incomplete {
  border: 2px solid #9ca3af;
  background-color: white;
  color: #6b7280;
}
.lesson-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}
.lesson-icon.completed {
  color: #10b981;
}
.lesson-icon.current {
  border-color: #3b82f6;
  color: #3b82f6;
}
.lesson-icon.incomplete {
  color: #9ca3af;
}
.lesson-item a {
  color: inherit;
  text-decoration: none;
}
.lesson-item a:hover {
  text-decoration: underline;
}
.lesson-item .current-lesson-text {
  font-weight: 700;
  color: #3b82f6;
}
.collapsed.lesson-sidebar .chapter-number {
  margin-top: 1rem;
  margin-bottom: 1rem;
  margin-right: 0;
}
.collapsed.lesson-sidebar .lesson-icon {
  margin-bottom: 0.9rem;
  margin-right: 0;
}
.collapsed.lesson-sidebar .flex.justify-center {
  align-items: center;
  justify-content: center;
}
.collapsed.lesson-sidebar .py-4 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.collapsed.lesson-sidebar .lesson-progress-line {
  display: none;
}
#toggle-sidebar {
  height: 100%;
  padding: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lesson-status-icon.completed {
  color: #10b981;
}
.lesson-status-icon.current {
  color: #3b82f6;
}
.lesson-status-icon.incomplete {
  color: #9ca3af;
}
.lesson-content-layout {
  display: flex;
  flex-direction: row;
  gap: 20px;
  transition: margin-left 0.3s ease;
  max-width: 100%;
}
.lesson-left {
  flex: 1;
  max-width: calc(100% - 370px);
}
.lesson-right {
  flex: 0 0 350px;
  width: 350px;
}
.lesson-content {
  overflow-y: visible;
  height: auto;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.lesson-header {
  margin-bottom: 2rem;
}
.lesson-body {
  flex: 1;
}
.lesson-footer {
  border-top: 1px solid #e5e7eb;
  padding-top: 1.5rem;
  margin-top: 2.5rem;
}
.back-btn {
  min-width: 50px;
  text-align: left;
}
.next-btn {
  min-width: 180px;
  max-width: 545px;
}
.nav-arrow {
  font-weight: bold;
}
.btn-text-desktop {
  display: inline-block;
}
.btn-text-mobile {
  display: none;
}
.mark-btn-text-mobile {
  display: none;
}
.mobile-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 50px;
  background-color: white;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  padding: 0 15px;
  z-index: 50;
}
.lesson-right-sidebar {
  width: 350px;
  flex-shrink: 0;
  background-color: #ebf5ff;
  border-radius: 0.5rem;
  align-self: flex-start;
  box-shadow: -2px 3px 6px 0px rgb(26 61 116 / 14%), -1px 0px 0px 7px rgb(77 102 142 / 0%);
}
.resources-content {
  margin-bottom: 1rem;
}
.resource-item {
  border-radius: 0.375rem;
  transition: all 0.2s ease;
  display: flex;
  align-items: flex-start;
}
.resource-icon {
  margin-top: 2px;
}
.resources-toggle {
  display: none;
}
.resources-chevron {
  transition: transform 0.3s ease;
}
.resources-chevron.open {
  transform: rotate(180deg);
}
.learning-style-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 1rem;
  border-radius: 9999px;
  font-size: 0.875rem;
  font-weight: 500;
  transition: all 0.2s ease;
  margin-bottom: 0.5rem;
  width: fit-content;
  align-self: flex-start;
}
.learning-styles .learning-style-badge {
  display: flex;
}
.learning-style-badge.active {
  background-color: #dbeafe;
  color: #1e40af;
}
.learning-style-badge.inactive {
  background-color: #f3f4f6;
  color: #6b7280;
}
.lesson-container {
  display: flex;
  width: 100%;
  min-height: auto;
  overflow: visible;
  position: relative;
}
@media (max-width: 1500px) {
  .learning-styles {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
  }
  .learning-styles .learning-style-badge {
    margin-bottom: 0;
  }
  .lesson-content-layout {
    flex-direction: column;
    transition: margin-left 0.3s ease;
  }
  .lesson-right {
    order: -1;
    width: 100%;
    flex: 0 0 auto;
    margin-bottom: 15px;
  }
  .lesson-right-sidebar {
    width: 100%;
    border-left: none;
    padding: 0.75rem 1rem;
    border-radius: 0.5rem;
  }
  .lesson-left {
    width: 100%;
    max-width: 100%;
  }
  .resources-toggle {
    display: block;
  }
  .desktop-heading {
    display: none;
  }
  .resources-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    margin-bottom: 0;
  }
  .resources-content.open {
    max-height: 250px;
    margin-top: 0.5rem;
  }
  .resource-item {
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    transition: all 0.2s ease;
  }
  .resource-icon {
    margin-right: 0.5rem;
    display: inline-block;
    vertical-align: middle;
  }
  .resource-text {
    display: inline-block;
    vertical-align: middle;
  }
}
@media (max-width: 1024px) {
  .lesson-content-layout {
    gap: 15px;
  }
}
@media (max-width: 768px) {
  .lesson-content-layout {
    margin-left: 50px !important;
    padding: 15px;
    width: 88% !important;
  }
  .btn-text-desktop {
    display: none;
  }
  .btn-text-mobile {
    display: inline-block;
    margin-right: 8px;
    font-weight: 500;
  }
  .mark-btn-text-mobile {
    display: inline-block;
    margin: 2px;
    font-weight: 500;
    white-space: nowrap;
  }
  .btn-text {
    display: none;
  }
  .lesson-footer {
    padding: 20px 15px 10px;
  }
  .lesson-footer .flex {
    display: flex;
    width: 98%;
    gap: 8px;
    box-sizing: border-box;
  }
  .back-btn {
    min-width: unset;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
  }
  .next-btn {
    flex: 0 0 calc(100% - 8px);
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 16px;
    box-sizing: border-box;
  }
  .nav-arrow {
    height: 24px;
    width: 24px;
    margin: 0 !important;
  }
  .lesson-right-sidebar {
    padding: 1rem;
  }
  .resource-item {
    padding: 0.3rem;
    padding-left: 0;
    margin-bottom: 0.25rem;
  }
  .learning-styles {
    gap: 0.5rem;
  }
  .learning-style-badge {
    padding: 0.3rem 0.7rem;
    font-size: 0.7rem;
  }
  .learning-style-badge svg {
    margin-right: 0.25rem;
  }
  .lesson-left {
    width: 100%;
    max-width: 100%;
  }
  .lesson-sidebar {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 40;
    overflow-y: auto;
  }
  body.modal-open .lesson-sidebar {
    z-index: 0;
  }
  .lesson-sidebar.collapsed {
    width: 50px;
    min-width: 50px;
  }
  .lesson-content {
    margin-left: 0 !important;
    max-width: 100%;
    height: auto;
    overflow-y: visible;
  }
  .sidebar-expanded .lesson-content-layout {
    margin-left: 300px !important;
  }
  .sidebar-collapsed .lesson-content-layout {
    margin-left: 50px !important;
  }
  .lesson-right-sidebar {
    border-left: none;
    border-bottom: none;
  }
}
@supports (-webkit-appearance: none) {
  select.safari-fix {
    appearance: menulist;
    -webkit-appearance: menulist;
    background-image: none !important;
  }
}
.last\:mb-12:last-child {
  margin-bottom: 3rem;
}
.last\:border-b-0:last-child {
  border-bottom-width: 0px;
}
.checked\:border-blue-500:checked {
  border-color: #3b82f6;
}
.checked\:bg-blue-500:checked {
  background-color: #3b82f6;
}
.checked\:bg-gray-500:checked {
  background-color: #6b7280;
}
.empty\:hidden:empty {
  display: none;
}
.hover\:-translate-y-0\.5:hover {
  --tw-translate-y: -0.125rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hover\:scale-110:hover {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hover\:scale-\[1\.02\]:hover {
  --tw-scale-x: 1.02;
  --tw-scale-y: 1.02;
  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\:rounded-lg:hover {
  border-radius: 0.5rem;
}
.hover\:border-accent-100:hover {
  border-color: #fceae9;
}
.hover\:border-accent-100\/0:hover {
  border-color: rgb(252 234 233 / 0);
}
.hover\:border-accent-100\/10:hover {
  border-color: rgb(252 234 233 / 0.1);
}
.hover\:border-accent-100\/100:hover {
  border-color: rgb(252 234 233 / 1);
}
.hover\:border-accent-100\/15:hover {
  border-color: rgb(252 234 233 / 0.15);
}
.hover\:border-accent-100\/20:hover {
  border-color: rgb(252 234 233 / 0.2);
}
.hover\:border-accent-100\/25:hover {
  border-color: rgb(252 234 233 / 0.25);
}
.hover\:border-accent-100\/30:hover {
  border-color: rgb(252 234 233 / 0.3);
}
.hover\:border-accent-100\/35:hover {
  border-color: rgb(252 234 233 / 0.35);
}
.hover\:border-accent-100\/40:hover {
  border-color: rgb(252 234 233 / 0.4);
}
.hover\:border-accent-100\/45:hover {
  border-color: rgb(252 234 233 / 0.45);
}
.hover\:border-accent-100\/5:hover {
  border-color: rgb(252 234 233 / 0.05);
}
.hover\:border-accent-100\/50:hover {
  border-color: rgb(252 234 233 / 0.5);
}
.hover\:border-accent-100\/55:hover {
  border-color: rgb(252 234 233 / 0.55);
}
.hover\:border-accent-100\/60:hover {
  border-color: rgb(252 234 233 / 0.6);
}
.hover\:border-accent-100\/65:hover {
  border-color: rgb(252 234 233 / 0.65);
}
.hover\:border-accent-100\/70:hover {
  border-color: rgb(252 234 233 / 0.7);
}
.hover\:border-accent-100\/75:hover {
  border-color: rgb(252 234 233 / 0.75);
}
.hover\:border-accent-100\/80:hover {
  border-color: rgb(252 234 233 / 0.8);
}
.hover\:border-accent-100\/85:hover {
  border-color: rgb(252 234 233 / 0.85);
}
.hover\:border-accent-100\/90:hover {
  border-color: rgb(252 234 233 / 0.9);
}
.hover\:border-accent-100\/95:hover {
  border-color: rgb(252 234 233 / 0.95);
}
.hover\:border-accent-200:hover {
  border-color: #f9d4d2;
}
.hover\:border-accent-200\/0:hover {
  border-color: rgb(249 212 210 / 0);
}
.hover\:border-accent-200\/10:hover {
  border-color: rgb(249 212 210 / 0.1);
}
.hover\:border-accent-200\/100:hover {
  border-color: rgb(249 212 210 / 1);
}
.hover\:border-accent-200\/15:hover {
  border-color: rgb(249 212 210 / 0.15);
}
.hover\:border-accent-200\/20:hover {
  border-color: rgb(249 212 210 / 0.2);
}
.hover\:border-accent-200\/25:hover {
  border-color: rgb(249 212 210 / 0.25);
}
.hover\:border-accent-200\/30:hover {
  border-color: rgb(249 212 210 / 0.3);
}
.hover\:border-accent-200\/35:hover {
  border-color: rgb(249 212 210 / 0.35);
}
.hover\:border-accent-200\/40:hover {
  border-color: rgb(249 212 210 / 0.4);
}
.hover\:border-accent-200\/45:hover {
  border-color: rgb(249 212 210 / 0.45);
}
.hover\:border-accent-200\/5:hover {
  border-color: rgb(249 212 210 / 0.05);
}
.hover\:border-accent-200\/50:hover {
  border-color: rgb(249 212 210 / 0.5);
}
.hover\:border-accent-200\/55:hover {
  border-color: rgb(249 212 210 / 0.55);
}
.hover\:border-accent-200\/60:hover {
  border-color: rgb(249 212 210 / 0.6);
}
.hover\:border-accent-200\/65:hover {
  border-color: rgb(249 212 210 / 0.65);
}
.hover\:border-accent-200\/70:hover {
  border-color: rgb(249 212 210 / 0.7);
}
.hover\:border-accent-200\/75:hover {
  border-color: rgb(249 212 210 / 0.75);
}
.hover\:border-accent-200\/80:hover {
  border-color: rgb(249 212 210 / 0.8);
}
.hover\:border-accent-200\/85:hover {
  border-color: rgb(249 212 210 / 0.85);
}
.hover\:border-accent-200\/90:hover {
  border-color: rgb(249 212 210 / 0.9);
}
.hover\:border-accent-200\/95:hover {
  border-color: rgb(249 212 210 / 0.95);
}
.hover\:border-accent-300:hover {
  border-color: #f4b5b3;
}
.hover\:border-accent-300\/0:hover {
  border-color: rgb(244 181 179 / 0);
}
.hover\:border-accent-300\/10:hover {
  border-color: rgb(244 181 179 / 0.1);
}
.hover\:border-accent-300\/100:hover {
  border-color: rgb(244 181 179 / 1);
}
.hover\:border-accent-300\/15:hover {
  border-color: rgb(244 181 179 / 0.15);
}
.hover\:border-accent-300\/20:hover {
  border-color: rgb(244 181 179 / 0.2);
}
.hover\:border-accent-300\/25:hover {
  border-color: rgb(244 181 179 / 0.25);
}
.hover\:border-accent-300\/30:hover {
  border-color: rgb(244 181 179 / 0.3);
}
.hover\:border-accent-300\/35:hover {
  border-color: rgb(244 181 179 / 0.35);
}
.hover\:border-accent-300\/40:hover {
  border-color: rgb(244 181 179 / 0.4);
}
.hover\:border-accent-300\/45:hover {
  border-color: rgb(244 181 179 / 0.45);
}
.hover\:border-accent-300\/5:hover {
  border-color: rgb(244 181 179 / 0.05);
}
.hover\:border-accent-300\/50:hover {
  border-color: rgb(244 181 179 / 0.5);
}
.hover\:border-accent-300\/55:hover {
  border-color: rgb(244 181 179 / 0.55);
}
.hover\:border-accent-300\/60:hover {
  border-color: rgb(244 181 179 / 0.6);
}
.hover\:border-accent-300\/65:hover {
  border-color: rgb(244 181 179 / 0.65);
}
.hover\:border-accent-300\/70:hover {
  border-color: rgb(244 181 179 / 0.7);
}
.hover\:border-accent-300\/75:hover {
  border-color: rgb(244 181 179 / 0.75);
}
.hover\:border-accent-300\/80:hover {
  border-color: rgb(244 181 179 / 0.8);
}
.hover\:border-accent-300\/85:hover {
  border-color: rgb(244 181 179 / 0.85);
}
.hover\:border-accent-300\/90:hover {
  border-color: rgb(244 181 179 / 0.9);
}
.hover\:border-accent-300\/95:hover {
  border-color: rgb(244 181 179 / 0.95);
}
.hover\:border-accent-400:hover {
  border-color: #ee8e8b;
}
.hover\:border-accent-400\/0:hover {
  border-color: rgb(238 142 139 / 0);
}
.hover\:border-accent-400\/10:hover {
  border-color: rgb(238 142 139 / 0.1);
}
.hover\:border-accent-400\/100:hover {
  border-color: rgb(238 142 139 / 1);
}
.hover\:border-accent-400\/15:hover {
  border-color: rgb(238 142 139 / 0.15);
}
.hover\:border-accent-400\/20:hover {
  border-color: rgb(238 142 139 / 0.2);
}
.hover\:border-accent-400\/25:hover {
  border-color: rgb(238 142 139 / 0.25);
}
.hover\:border-accent-400\/30:hover {
  border-color: rgb(238 142 139 / 0.3);
}
.hover\:border-accent-400\/35:hover {
  border-color: rgb(238 142 139 / 0.35);
}
.hover\:border-accent-400\/40:hover {
  border-color: rgb(238 142 139 / 0.4);
}
.hover\:border-accent-400\/45:hover {
  border-color: rgb(238 142 139 / 0.45);
}
.hover\:border-accent-400\/5:hover {
  border-color: rgb(238 142 139 / 0.05);
}
.hover\:border-accent-400\/50:hover {
  border-color: rgb(238 142 139 / 0.5);
}
.hover\:border-accent-400\/55:hover {
  border-color: rgb(238 142 139 / 0.55);
}
.hover\:border-accent-400\/60:hover {
  border-color: rgb(238 142 139 / 0.6);
}
.hover\:border-accent-400\/65:hover {
  border-color: rgb(238 142 139 / 0.65);
}
.hover\:border-accent-400\/70:hover {
  border-color: rgb(238 142 139 / 0.7);
}
.hover\:border-accent-400\/75:hover {
  border-color: rgb(238 142 139 / 0.75);
}
.hover\:border-accent-400\/80:hover {
  border-color: rgb(238 142 139 / 0.8);
}
.hover\:border-accent-400\/85:hover {
  border-color: rgb(238 142 139 / 0.85);
}
.hover\:border-accent-400\/90:hover {
  border-color: rgb(238 142 139 / 0.9);
}
.hover\:border-accent-400\/95:hover {
  border-color: rgb(238 142 139 / 0.95);
}
.hover\:border-accent-500:hover {
  border-color: #e57373;
}
.hover\:border-accent-500\/0:hover {
  border-color: rgb(229 115 115 / 0);
}
.hover\:border-accent-500\/10:hover {
  border-color: rgb(229 115 115 / 0.1);
}
.hover\:border-accent-500\/100:hover {
  border-color: rgb(229 115 115 / 1);
}
.hover\:border-accent-500\/15:hover {
  border-color: rgb(229 115 115 / 0.15);
}
.hover\:border-accent-500\/20:hover {
  border-color: rgb(229 115 115 / 0.2);
}
.hover\:border-accent-500\/25:hover {
  border-color: rgb(229 115 115 / 0.25);
}
.hover\:border-accent-500\/30:hover {
  border-color: rgb(229 115 115 / 0.3);
}
.hover\:border-accent-500\/35:hover {
  border-color: rgb(229 115 115 / 0.35);
}
.hover\:border-accent-500\/40:hover {
  border-color: rgb(229 115 115 / 0.4);
}
.hover\:border-accent-500\/45:hover {
  border-color: rgb(229 115 115 / 0.45);
}
.hover\:border-accent-500\/5:hover {
  border-color: rgb(229 115 115 / 0.05);
}
.hover\:border-accent-500\/50:hover {
  border-color: rgb(229 115 115 / 0.5);
}
.hover\:border-accent-500\/55:hover {
  border-color: rgb(229 115 115 / 0.55);
}
.hover\:border-accent-500\/60:hover {
  border-color: rgb(229 115 115 / 0.6);
}
.hover\:border-accent-500\/65:hover {
  border-color: rgb(229 115 115 / 0.65);
}
.hover\:border-accent-500\/70:hover {
  border-color: rgb(229 115 115 / 0.7);
}
.hover\:border-accent-500\/75:hover {
  border-color: rgb(229 115 115 / 0.75);
}
.hover\:border-accent-500\/80:hover {
  border-color: rgb(229 115 115 / 0.8);
}
.hover\:border-accent-500\/85:hover {
  border-color: rgb(229 115 115 / 0.85);
}
.hover\:border-accent-500\/90:hover {
  border-color: rgb(229 115 115 / 0.9);
}
.hover\:border-accent-500\/95:hover {
  border-color: rgb(229 115 115 / 0.95);
}
.hover\:border-accent-600:hover {
  border-color: #d95f5f;
}
.hover\:border-accent-600\/0:hover {
  border-color: rgb(217 95 95 / 0);
}
.hover\:border-accent-600\/10:hover {
  border-color: rgb(217 95 95 / 0.1);
}
.hover\:border-accent-600\/100:hover {
  border-color: rgb(217 95 95 / 1);
}
.hover\:border-accent-600\/15:hover {
  border-color: rgb(217 95 95 / 0.15);
}
.hover\:border-accent-600\/20:hover {
  border-color: rgb(217 95 95 / 0.2);
}
.hover\:border-accent-600\/25:hover {
  border-color: rgb(217 95 95 / 0.25);
}
.hover\:border-accent-600\/30:hover {
  border-color: rgb(217 95 95 / 0.3);
}
.hover\:border-accent-600\/35:hover {
  border-color: rgb(217 95 95 / 0.35);
}
.hover\:border-accent-600\/40:hover {
  border-color: rgb(217 95 95 / 0.4);
}
.hover\:border-accent-600\/45:hover {
  border-color: rgb(217 95 95 / 0.45);
}
.hover\:border-accent-600\/5:hover {
  border-color: rgb(217 95 95 / 0.05);
}
.hover\:border-accent-600\/50:hover {
  border-color: rgb(217 95 95 / 0.5);
}
.hover\:border-accent-600\/55:hover {
  border-color: rgb(217 95 95 / 0.55);
}
.hover\:border-accent-600\/60:hover {
  border-color: rgb(217 95 95 / 0.6);
}
.hover\:border-accent-600\/65:hover {
  border-color: rgb(217 95 95 / 0.65);
}
.hover\:border-accent-600\/70:hover {
  border-color: rgb(217 95 95 / 0.7);
}
.hover\:border-accent-600\/75:hover {
  border-color: rgb(217 95 95 / 0.75);
}
.hover\:border-accent-600\/80:hover {
  border-color: rgb(217 95 95 / 0.8);
}
.hover\:border-accent-600\/85:hover {
  border-color: rgb(217 95 95 / 0.85);
}
.hover\:border-accent-600\/90:hover {
  border-color: rgb(217 95 95 / 0.9);
}
.hover\:border-accent-600\/95:hover {
  border-color: rgb(217 95 95 / 0.95);
}
.hover\:border-accent-700:hover {
  border-color: #c94a4a;
}
.hover\:border-accent-700\/0:hover {
  border-color: rgb(201 74 74 / 0);
}
.hover\:border-accent-700\/10:hover {
  border-color: rgb(201 74 74 / 0.1);
}
.hover\:border-accent-700\/100:hover {
  border-color: rgb(201 74 74 / 1);
}
.hover\:border-accent-700\/15:hover {
  border-color: rgb(201 74 74 / 0.15);
}
.hover\:border-accent-700\/20:hover {
  border-color: rgb(201 74 74 / 0.2);
}
.hover\:border-accent-700\/25:hover {
  border-color: rgb(201 74 74 / 0.25);
}
.hover\:border-accent-700\/30:hover {
  border-color: rgb(201 74 74 / 0.3);
}
.hover\:border-accent-700\/35:hover {
  border-color: rgb(201 74 74 / 0.35);
}
.hover\:border-accent-700\/40:hover {
  border-color: rgb(201 74 74 / 0.4);
}
.hover\:border-accent-700\/45:hover {
  border-color: rgb(201 74 74 / 0.45);
}
.hover\:border-accent-700\/5:hover {
  border-color: rgb(201 74 74 / 0.05);
}
.hover\:border-accent-700\/50:hover {
  border-color: rgb(201 74 74 / 0.5);
}
.hover\:border-accent-700\/55:hover {
  border-color: rgb(201 74 74 / 0.55);
}
.hover\:border-accent-700\/60:hover {
  border-color: rgb(201 74 74 / 0.6);
}
.hover\:border-accent-700\/65:hover {
  border-color: rgb(201 74 74 / 0.65);
}
.hover\:border-accent-700\/70:hover {
  border-color: rgb(201 74 74 / 0.7);
}
.hover\:border-accent-700\/75:hover {
  border-color: rgb(201 74 74 / 0.75);
}
.hover\:border-accent-700\/80:hover {
  border-color: rgb(201 74 74 / 0.8);
}
.hover\:border-accent-700\/85:hover {
  border-color: rgb(201 74 74 / 0.85);
}
.hover\:border-accent-700\/90:hover {
  border-color: rgb(201 74 74 / 0.9);
}
.hover\:border-accent-700\/95:hover {
  border-color: rgb(201 74 74 / 0.95);
}
.hover\:border-accent-800:hover {
  border-color: #a83c3c;
}
.hover\:border-accent-800\/0:hover {
  border-color: rgb(168 60 60 / 0);
}
.hover\:border-accent-800\/10:hover {
  border-color: rgb(168 60 60 / 0.1);
}
.hover\:border-accent-800\/100:hover {
  border-color: rgb(168 60 60 / 1);
}
.hover\:border-accent-800\/15:hover {
  border-color: rgb(168 60 60 / 0.15);
}
.hover\:border-accent-800\/20:hover {
  border-color: rgb(168 60 60 / 0.2);
}
.hover\:border-accent-800\/25:hover {
  border-color: rgb(168 60 60 / 0.25);
}
.hover\:border-accent-800\/30:hover {
  border-color: rgb(168 60 60 / 0.3);
}
.hover\:border-accent-800\/35:hover {
  border-color: rgb(168 60 60 / 0.35);
}
.hover\:border-accent-800\/40:hover {
  border-color: rgb(168 60 60 / 0.4);
}
.hover\:border-accent-800\/45:hover {
  border-color: rgb(168 60 60 / 0.45);
}
.hover\:border-accent-800\/5:hover {
  border-color: rgb(168 60 60 / 0.05);
}
.hover\:border-accent-800\/50:hover {
  border-color: rgb(168 60 60 / 0.5);
}
.hover\:border-accent-800\/55:hover {
  border-color: rgb(168 60 60 / 0.55);
}
.hover\:border-accent-800\/60:hover {
  border-color: rgb(168 60 60 / 0.6);
}
.hover\:border-accent-800\/65:hover {
  border-color: rgb(168 60 60 / 0.65);
}
.hover\:border-accent-800\/70:hover {
  border-color: rgb(168 60 60 / 0.7);
}
.hover\:border-accent-800\/75:hover {
  border-color: rgb(168 60 60 / 0.75);
}
.hover\:border-accent-800\/80:hover {
  border-color: rgb(168 60 60 / 0.8);
}
.hover\:border-accent-800\/85:hover {
  border-color: rgb(168 60 60 / 0.85);
}
.hover\:border-accent-800\/90:hover {
  border-color: rgb(168 60 60 / 0.9);
}
.hover\:border-accent-800\/95:hover {
  border-color: rgb(168 60 60 / 0.95);
}
.hover\:border-accent-900:hover {
  border-color: #8c3434;
}
.hover\:border-accent-900\/0:hover {
  border-color: rgb(140 52 52 / 0);
}
.hover\:border-accent-900\/10:hover {
  border-color: rgb(140 52 52 / 0.1);
}
.hover\:border-accent-900\/100:hover {
  border-color: rgb(140 52 52 / 1);
}
.hover\:border-accent-900\/15:hover {
  border-color: rgb(140 52 52 / 0.15);
}
.hover\:border-accent-900\/20:hover {
  border-color: rgb(140 52 52 / 0.2);
}
.hover\:border-accent-900\/25:hover {
  border-color: rgb(140 52 52 / 0.25);
}
.hover\:border-accent-900\/30:hover {
  border-color: rgb(140 52 52 / 0.3);
}
.hover\:border-accent-900\/35:hover {
  border-color: rgb(140 52 52 / 0.35);
}
.hover\:border-accent-900\/40:hover {
  border-color: rgb(140 52 52 / 0.4);
}
.hover\:border-accent-900\/45:hover {
  border-color: rgb(140 52 52 / 0.45);
}
.hover\:border-accent-900\/5:hover {
  border-color: rgb(140 52 52 / 0.05);
}
.hover\:border-accent-900\/50:hover {
  border-color: rgb(140 52 52 / 0.5);
}
.hover\:border-accent-900\/55:hover {
  border-color: rgb(140 52 52 / 0.55);
}
.hover\:border-accent-900\/60:hover {
  border-color: rgb(140 52 52 / 0.6);
}
.hover\:border-accent-900\/65:hover {
  border-color: rgb(140 52 52 / 0.65);
}
.hover\:border-accent-900\/70:hover {
  border-color: rgb(140 52 52 / 0.7);
}
.hover\:border-accent-900\/75:hover {
  border-color: rgb(140 52 52 / 0.75);
}
.hover\:border-accent-900\/80:hover {
  border-color: rgb(140 52 52 / 0.8);
}
.hover\:border-accent-900\/85:hover {
  border-color: rgb(140 52 52 / 0.85);
}
.hover\:border-accent-900\/90:hover {
  border-color: rgb(140 52 52 / 0.9);
}
.hover\:border-accent-900\/95:hover {
  border-color: rgb(140 52 52 / 0.95);
}
.hover\:border-blue-400:hover {
  border-color: #60a5fa;
}
.hover\:border-gray-100:hover {
  border-color: #f3f4f6;
}
.hover\:border-gray-100\/0:hover {
  border-color: rgb(243 244 246 / 0);
}
.hover\:border-gray-100\/10:hover {
  border-color: rgb(243 244 246 / 0.1);
}
.hover\:border-gray-100\/100:hover {
  border-color: rgb(243 244 246 / 1);
}
.hover\:border-gray-100\/15:hover {
  border-color: rgb(243 244 246 / 0.15);
}
.hover\:border-gray-100\/20:hover {
  border-color: rgb(243 244 246 / 0.2);
}
.hover\:border-gray-100\/25:hover {
  border-color: rgb(243 244 246 / 0.25);
}
.hover\:border-gray-100\/30:hover {
  border-color: rgb(243 244 246 / 0.3);
}
.hover\:border-gray-100\/35:hover {
  border-color: rgb(243 244 246 / 0.35);
}
.hover\:border-gray-100\/40:hover {
  border-color: rgb(243 244 246 / 0.4);
}
.hover\:border-gray-100\/45:hover {
  border-color: rgb(243 244 246 / 0.45);
}
.hover\:border-gray-100\/5:hover {
  border-color: rgb(243 244 246 / 0.05);
}
.hover\:border-gray-100\/50:hover {
  border-color: rgb(243 244 246 / 0.5);
}
.hover\:border-gray-100\/55:hover {
  border-color: rgb(243 244 246 / 0.55);
}
.hover\:border-gray-100\/60:hover {
  border-color: rgb(243 244 246 / 0.6);
}
.hover\:border-gray-100\/65:hover {
  border-color: rgb(243 244 246 / 0.65);
}
.hover\:border-gray-100\/70:hover {
  border-color: rgb(243 244 246 / 0.7);
}
.hover\:border-gray-100\/75:hover {
  border-color: rgb(243 244 246 / 0.75);
}
.hover\:border-gray-100\/80:hover {
  border-color: rgb(243 244 246 / 0.8);
}
.hover\:border-gray-100\/85:hover {
  border-color: rgb(243 244 246 / 0.85);
}
.hover\:border-gray-100\/90:hover {
  border-color: rgb(243 244 246 / 0.9);
}
.hover\:border-gray-100\/95:hover {
  border-color: rgb(243 244 246 / 0.95);
}
.hover\:border-gray-200:hover {
  border-color: #e5e7eb;
}
.hover\:border-gray-200\/0:hover {
  border-color: rgb(229 231 235 / 0);
}
.hover\:border-gray-200\/10:hover {
  border-color: rgb(229 231 235 / 0.1);
}
.hover\:border-gray-200\/100:hover {
  border-color: rgb(229 231 235 / 1);
}
.hover\:border-gray-200\/15:hover {
  border-color: rgb(229 231 235 / 0.15);
}
.hover\:border-gray-200\/20:hover {
  border-color: rgb(229 231 235 / 0.2);
}
.hover\:border-gray-200\/25:hover {
  border-color: rgb(229 231 235 / 0.25);
}
.hover\:border-gray-200\/30:hover {
  border-color: rgb(229 231 235 / 0.3);
}
.hover\:border-gray-200\/35:hover {
  border-color: rgb(229 231 235 / 0.35);
}
.hover\:border-gray-200\/40:hover {
  border-color: rgb(229 231 235 / 0.4);
}
.hover\:border-gray-200\/45:hover {
  border-color: rgb(229 231 235 / 0.45);
}
.hover\:border-gray-200\/5:hover {
  border-color: rgb(229 231 235 / 0.05);
}
.hover\:border-gray-200\/50:hover {
  border-color: rgb(229 231 235 / 0.5);
}
.hover\:border-gray-200\/55:hover {
  border-color: rgb(229 231 235 / 0.55);
}
.hover\:border-gray-200\/60:hover {
  border-color: rgb(229 231 235 / 0.6);
}
.hover\:border-gray-200\/65:hover {
  border-color: rgb(229 231 235 / 0.65);
}
.hover\:border-gray-200\/70:hover {
  border-color: rgb(229 231 235 / 0.7);
}
.hover\:border-gray-200\/75:hover {
  border-color: rgb(229 231 235 / 0.75);
}
.hover\:border-gray-200\/80:hover {
  border-color: rgb(229 231 235 / 0.8);
}
.hover\:border-gray-200\/85:hover {
  border-color: rgb(229 231 235 / 0.85);
}
.hover\:border-gray-200\/90:hover {
  border-color: rgb(229 231 235 / 0.9);
}
.hover\:border-gray-200\/95:hover {
  border-color: rgb(229 231 235 / 0.95);
}
.hover\:border-gray-300:hover {
  border-color: #d1d5db;
}
.hover\:border-gray-300\/0:hover {
  border-color: rgb(209 213 219 / 0);
}
.hover\:border-gray-300\/10:hover {
  border-color: rgb(209 213 219 / 0.1);
}
.hover\:border-gray-300\/100:hover {
  border-color: rgb(209 213 219 / 1);
}
.hover\:border-gray-300\/15:hover {
  border-color: rgb(209 213 219 / 0.15);
}
.hover\:border-gray-300\/20:hover {
  border-color: rgb(209 213 219 / 0.2);
}
.hover\:border-gray-300\/25:hover {
  border-color: rgb(209 213 219 / 0.25);
}
.hover\:border-gray-300\/30:hover {
  border-color: rgb(209 213 219 / 0.3);
}
.hover\:border-gray-300\/35:hover {
  border-color: rgb(209 213 219 / 0.35);
}
.hover\:border-gray-300\/40:hover {
  border-color: rgb(209 213 219 / 0.4);
}
.hover\:border-gray-300\/45:hover {
  border-color: rgb(209 213 219 / 0.45);
}
.hover\:border-gray-300\/5:hover {
  border-color: rgb(209 213 219 / 0.05);
}
.hover\:border-gray-300\/50:hover {
  border-color: rgb(209 213 219 / 0.5);
}
.hover\:border-gray-300\/55:hover {
  border-color: rgb(209 213 219 / 0.55);
}
.hover\:border-gray-300\/60:hover {
  border-color: rgb(209 213 219 / 0.6);
}
.hover\:border-gray-300\/65:hover {
  border-color: rgb(209 213 219 / 0.65);
}
.hover\:border-gray-300\/70:hover {
  border-color: rgb(209 213 219 / 0.7);
}
.hover\:border-gray-300\/75:hover {
  border-color: rgb(209 213 219 / 0.75);
}
.hover\:border-gray-300\/80:hover {
  border-color: rgb(209 213 219 / 0.8);
}
.hover\:border-gray-300\/85:hover {
  border-color: rgb(209 213 219 / 0.85);
}
.hover\:border-gray-300\/90:hover {
  border-color: rgb(209 213 219 / 0.9);
}
.hover\:border-gray-300\/95:hover {
  border-color: rgb(209 213 219 / 0.95);
}
.hover\:border-gray-400:hover {
  border-color: #9ca3af;
}
.hover\:border-gray-400\/0:hover {
  border-color: rgb(156 163 175 / 0);
}
.hover\:border-gray-400\/10:hover {
  border-color: rgb(156 163 175 / 0.1);
}
.hover\:border-gray-400\/100:hover {
  border-color: rgb(156 163 175 / 1);
}
.hover\:border-gray-400\/15:hover {
  border-color: rgb(156 163 175 / 0.15);
}
.hover\:border-gray-400\/20:hover {
  border-color: rgb(156 163 175 / 0.2);
}
.hover\:border-gray-400\/25:hover {
  border-color: rgb(156 163 175 / 0.25);
}
.hover\:border-gray-400\/30:hover {
  border-color: rgb(156 163 175 / 0.3);
}
.hover\:border-gray-400\/35:hover {
  border-color: rgb(156 163 175 / 0.35);
}
.hover\:border-gray-400\/40:hover {
  border-color: rgb(156 163 175 / 0.4);
}
.hover\:border-gray-400\/45:hover {
  border-color: rgb(156 163 175 / 0.45);
}
.hover\:border-gray-400\/5:hover {
  border-color: rgb(156 163 175 / 0.05);
}
.hover\:border-gray-400\/50:hover {
  border-color: rgb(156 163 175 / 0.5);
}
.hover\:border-gray-400\/55:hover {
  border-color: rgb(156 163 175 / 0.55);
}
.hover\:border-gray-400\/60:hover {
  border-color: rgb(156 163 175 / 0.6);
}
.hover\:border-gray-400\/65:hover {
  border-color: rgb(156 163 175 / 0.65);
}
.hover\:border-gray-400\/70:hover {
  border-color: rgb(156 163 175 / 0.7);
}
.hover\:border-gray-400\/75:hover {
  border-color: rgb(156 163 175 / 0.75);
}
.hover\:border-gray-400\/80:hover {
  border-color: rgb(156 163 175 / 0.8);
}
.hover\:border-gray-400\/85:hover {
  border-color: rgb(156 163 175 / 0.85);
}
.hover\:border-gray-400\/90:hover {
  border-color: rgb(156 163 175 / 0.9);
}
.hover\:border-gray-400\/95:hover {
  border-color: rgb(156 163 175 / 0.95);
}
.hover\:border-gray-500:hover {
  border-color: #6b7280;
}
.hover\:border-gray-500\/0:hover {
  border-color: rgb(107 114 128 / 0);
}
.hover\:border-gray-500\/10:hover {
  border-color: rgb(107 114 128 / 0.1);
}
.hover\:border-gray-500\/100:hover {
  border-color: rgb(107 114 128 / 1);
}
.hover\:border-gray-500\/15:hover {
  border-color: rgb(107 114 128 / 0.15);
}
.hover\:border-gray-500\/20:hover {
  border-color: rgb(107 114 128 / 0.2);
}
.hover\:border-gray-500\/25:hover {
  border-color: rgb(107 114 128 / 0.25);
}
.hover\:border-gray-500\/30:hover {
  border-color: rgb(107 114 128 / 0.3);
}
.hover\:border-gray-500\/35:hover {
  border-color: rgb(107 114 128 / 0.35);
}
.hover\:border-gray-500\/40:hover {
  border-color: rgb(107 114 128 / 0.4);
}
.hover\:border-gray-500\/45:hover {
  border-color: rgb(107 114 128 / 0.45);
}
.hover\:border-gray-500\/5:hover {
  border-color: rgb(107 114 128 / 0.05);
}
.hover\:border-gray-500\/50:hover {
  border-color: rgb(107 114 128 / 0.5);
}
.hover\:border-gray-500\/55:hover {
  border-color: rgb(107 114 128 / 0.55);
}
.hover\:border-gray-500\/60:hover {
  border-color: rgb(107 114 128 / 0.6);
}
.hover\:border-gray-500\/65:hover {
  border-color: rgb(107 114 128 / 0.65);
}
.hover\:border-gray-500\/70:hover {
  border-color: rgb(107 114 128 / 0.7);
}
.hover\:border-gray-500\/75:hover {
  border-color: rgb(107 114 128 / 0.75);
}
.hover\:border-gray-500\/80:hover {
  border-color: rgb(107 114 128 / 0.8);
}
.hover\:border-gray-500\/85:hover {
  border-color: rgb(107 114 128 / 0.85);
}
.hover\:border-gray-500\/90:hover {
  border-color: rgb(107 114 128 / 0.9);
}
.hover\:border-gray-500\/95:hover {
  border-color: rgb(107 114 128 / 0.95);
}
.hover\:border-gray-600:hover {
  border-color: #4b5563;
}
.hover\:border-gray-600\/0:hover {
  border-color: rgb(75 85 99 / 0);
}
.hover\:border-gray-600\/10:hover {
  border-color: rgb(75 85 99 / 0.1);
}
.hover\:border-gray-600\/100:hover {
  border-color: rgb(75 85 99 / 1);
}
.hover\:border-gray-600\/15:hover {
  border-color: rgb(75 85 99 / 0.15);
}
.hover\:border-gray-600\/20:hover {
  border-color: rgb(75 85 99 / 0.2);
}
.hover\:border-gray-600\/25:hover {
  border-color: rgb(75 85 99 / 0.25);
}
.hover\:border-gray-600\/30:hover {
  border-color: rgb(75 85 99 / 0.3);
}
.hover\:border-gray-600\/35:hover {
  border-color: rgb(75 85 99 / 0.35);
}
.hover\:border-gray-600\/40:hover {
  border-color: rgb(75 85 99 / 0.4);
}
.hover\:border-gray-600\/45:hover {
  border-color: rgb(75 85 99 / 0.45);
}
.hover\:border-gray-600\/5:hover {
  border-color: rgb(75 85 99 / 0.05);
}
.hover\:border-gray-600\/50:hover {
  border-color: rgb(75 85 99 / 0.5);
}
.hover\:border-gray-600\/55:hover {
  border-color: rgb(75 85 99 / 0.55);
}
.hover\:border-gray-600\/60:hover {
  border-color: rgb(75 85 99 / 0.6);
}
.hover\:border-gray-600\/65:hover {
  border-color: rgb(75 85 99 / 0.65);
}
.hover\:border-gray-600\/70:hover {
  border-color: rgb(75 85 99 / 0.7);
}
.hover\:border-gray-600\/75:hover {
  border-color: rgb(75 85 99 / 0.75);
}
.hover\:border-gray-600\/80:hover {
  border-color: rgb(75 85 99 / 0.8);
}
.hover\:border-gray-600\/85:hover {
  border-color: rgb(75 85 99 / 0.85);
}
.hover\:border-gray-600\/90:hover {
  border-color: rgb(75 85 99 / 0.9);
}
.hover\:border-gray-600\/95:hover {
  border-color: rgb(75 85 99 / 0.95);
}
.hover\:border-gray-700:hover {
  border-color: #374151;
}
.hover\:border-gray-700\/0:hover {
  border-color: rgb(55 65 81 / 0);
}
.hover\:border-gray-700\/10:hover {
  border-color: rgb(55 65 81 / 0.1);
}
.hover\:border-gray-700\/100:hover {
  border-color: rgb(55 65 81 / 1);
}
.hover\:border-gray-700\/15:hover {
  border-color: rgb(55 65 81 / 0.15);
}
.hover\:border-gray-700\/20:hover {
  border-color: rgb(55 65 81 / 0.2);
}
.hover\:border-gray-700\/25:hover {
  border-color: rgb(55 65 81 / 0.25);
}
.hover\:border-gray-700\/30:hover {
  border-color: rgb(55 65 81 / 0.3);
}
.hover\:border-gray-700\/35:hover {
  border-color: rgb(55 65 81 / 0.35);
}
.hover\:border-gray-700\/40:hover {
  border-color: rgb(55 65 81 / 0.4);
}
.hover\:border-gray-700\/45:hover {
  border-color: rgb(55 65 81 / 0.45);
}
.hover\:border-gray-700\/5:hover {
  border-color: rgb(55 65 81 / 0.05);
}
.hover\:border-gray-700\/50:hover {
  border-color: rgb(55 65 81 / 0.5);
}
.hover\:border-gray-700\/55:hover {
  border-color: rgb(55 65 81 / 0.55);
}
.hover\:border-gray-700\/60:hover {
  border-color: rgb(55 65 81 / 0.6);
}
.hover\:border-gray-700\/65:hover {
  border-color: rgb(55 65 81 / 0.65);
}
.hover\:border-gray-700\/70:hover {
  border-color: rgb(55 65 81 / 0.7);
}
.hover\:border-gray-700\/75:hover {
  border-color: rgb(55 65 81 / 0.75);
}
.hover\:border-gray-700\/80:hover {
  border-color: rgb(55 65 81 / 0.8);
}
.hover\:border-gray-700\/85:hover {
  border-color: rgb(55 65 81 / 0.85);
}
.hover\:border-gray-700\/90:hover {
  border-color: rgb(55 65 81 / 0.9);
}
.hover\:border-gray-700\/95:hover {
  border-color: rgb(55 65 81 / 0.95);
}
.hover\:border-gray-800:hover {
  border-color: #1f2937;
}
.hover\:border-gray-800\/0:hover {
  border-color: rgb(31 41 55 / 0);
}
.hover\:border-gray-800\/10:hover {
  border-color: rgb(31 41 55 / 0.1);
}
.hover\:border-gray-800\/100:hover {
  border-color: rgb(31 41 55 / 1);
}
.hover\:border-gray-800\/15:hover {
  border-color: rgb(31 41 55 / 0.15);
}
.hover\:border-gray-800\/20:hover {
  border-color: rgb(31 41 55 / 0.2);
}
.hover\:border-gray-800\/25:hover {
  border-color: rgb(31 41 55 / 0.25);
}
.hover\:border-gray-800\/30:hover {
  border-color: rgb(31 41 55 / 0.3);
}
.hover\:border-gray-800\/35:hover {
  border-color: rgb(31 41 55 / 0.35);
}
.hover\:border-gray-800\/40:hover {
  border-color: rgb(31 41 55 / 0.4);
}
.hover\:border-gray-800\/45:hover {
  border-color: rgb(31 41 55 / 0.45);
}
.hover\:border-gray-800\/5:hover {
  border-color: rgb(31 41 55 / 0.05);
}
.hover\:border-gray-800\/50:hover {
  border-color: rgb(31 41 55 / 0.5);
}
.hover\:border-gray-800\/55:hover {
  border-color: rgb(31 41 55 / 0.55);
}
.hover\:border-gray-800\/60:hover {
  border-color: rgb(31 41 55 / 0.6);
}
.hover\:border-gray-800\/65:hover {
  border-color: rgb(31 41 55 / 0.65);
}
.hover\:border-gray-800\/70:hover {
  border-color: rgb(31 41 55 / 0.7);
}
.hover\:border-gray-800\/75:hover {
  border-color: rgb(31 41 55 / 0.75);
}
.hover\:border-gray-800\/80:hover {
  border-color: rgb(31 41 55 / 0.8);
}
.hover\:border-gray-800\/85:hover {
  border-color: rgb(31 41 55 / 0.85);
}
.hover\:border-gray-800\/90:hover {
  border-color: rgb(31 41 55 / 0.9);
}
.hover\:border-gray-800\/95:hover {
  border-color: rgb(31 41 55 / 0.95);
}
.hover\:border-gray-900:hover {
  border-color: #111827;
}
.hover\:border-gray-900\/0:hover {
  border-color: rgb(17 24 39 / 0);
}
.hover\:border-gray-900\/10:hover {
  border-color: rgb(17 24 39 / 0.1);
}
.hover\:border-gray-900\/100:hover {
  border-color: rgb(17 24 39 / 1);
}
.hover\:border-gray-900\/15:hover {
  border-color: rgb(17 24 39 / 0.15);
}
.hover\:border-gray-900\/20:hover {
  border-color: rgb(17 24 39 / 0.2);
}
.hover\:border-gray-900\/25:hover {
  border-color: rgb(17 24 39 / 0.25);
}
.hover\:border-gray-900\/30:hover {
  border-color: rgb(17 24 39 / 0.3);
}
.hover\:border-gray-900\/35:hover {
  border-color: rgb(17 24 39 / 0.35);
}
.hover\:border-gray-900\/40:hover {
  border-color: rgb(17 24 39 / 0.4);
}
.hover\:border-gray-900\/45:hover {
  border-color: rgb(17 24 39 / 0.45);
}
.hover\:border-gray-900\/5:hover {
  border-color: rgb(17 24 39 / 0.05);
}
.hover\:border-gray-900\/50:hover {
  border-color: rgb(17 24 39 / 0.5);
}
.hover\:border-gray-900\/55:hover {
  border-color: rgb(17 24 39 / 0.55);
}
.hover\:border-gray-900\/60:hover {
  border-color: rgb(17 24 39 / 0.6);
}
.hover\:border-gray-900\/65:hover {
  border-color: rgb(17 24 39 / 0.65);
}
.hover\:border-gray-900\/70:hover {
  border-color: rgb(17 24 39 / 0.7);
}
.hover\:border-gray-900\/75:hover {
  border-color: rgb(17 24 39 / 0.75);
}
.hover\:border-gray-900\/80:hover {
  border-color: rgb(17 24 39 / 0.8);
}
.hover\:border-gray-900\/85:hover {
  border-color: rgb(17 24 39 / 0.85);
}
.hover\:border-gray-900\/90:hover {
  border-color: rgb(17 24 39 / 0.9);
}
.hover\:border-gray-900\/95:hover {
  border-color: rgb(17 24 39 / 0.95);
}
.hover\:border-primary-100:hover {
  border-color: #3965AC;
}
.hover\:border-primary-100\/0:hover {
  border-color: rgb(57 101 172 / 0);
}
.hover\:border-primary-100\/10:hover {
  border-color: rgb(57 101 172 / 0.1);
}
.hover\:border-primary-100\/100:hover {
  border-color: rgb(57 101 172 / 1);
}
.hover\:border-primary-100\/15:hover {
  border-color: rgb(57 101 172 / 0.15);
}
.hover\:border-primary-100\/20:hover {
  border-color: rgb(57 101 172 / 0.2);
}
.hover\:border-primary-100\/25:hover {
  border-color: rgb(57 101 172 / 0.25);
}
.hover\:border-primary-100\/30:hover {
  border-color: rgb(57 101 172 / 0.3);
}
.hover\:border-primary-100\/35:hover {
  border-color: rgb(57 101 172 / 0.35);
}
.hover\:border-primary-100\/40:hover {
  border-color: rgb(57 101 172 / 0.4);
}
.hover\:border-primary-100\/45:hover {
  border-color: rgb(57 101 172 / 0.45);
}
.hover\:border-primary-100\/5:hover {
  border-color: rgb(57 101 172 / 0.05);
}
.hover\:border-primary-100\/50:hover {
  border-color: rgb(57 101 172 / 0.5);
}
.hover\:border-primary-100\/55:hover {
  border-color: rgb(57 101 172 / 0.55);
}
.hover\:border-primary-100\/60:hover {
  border-color: rgb(57 101 172 / 0.6);
}
.hover\:border-primary-100\/65:hover {
  border-color: rgb(57 101 172 / 0.65);
}
.hover\:border-primary-100\/70:hover {
  border-color: rgb(57 101 172 / 0.7);
}
.hover\:border-primary-100\/75:hover {
  border-color: rgb(57 101 172 / 0.75);
}
.hover\:border-primary-100\/80:hover {
  border-color: rgb(57 101 172 / 0.8);
}
.hover\:border-primary-100\/85:hover {
  border-color: rgb(57 101 172 / 0.85);
}
.hover\:border-primary-100\/90:hover {
  border-color: rgb(57 101 172 / 0.9);
}
.hover\:border-primary-100\/95:hover {
  border-color: rgb(57 101 172 / 0.95);
}
.hover\:border-primary-200:hover {
  border-color: #365FA1;
}
.hover\:border-primary-200\/0:hover {
  border-color: rgb(54 95 161 / 0);
}
.hover\:border-primary-200\/10:hover {
  border-color: rgb(54 95 161 / 0.1);
}
.hover\:border-primary-200\/100:hover {
  border-color: rgb(54 95 161 / 1);
}
.hover\:border-primary-200\/15:hover {
  border-color: rgb(54 95 161 / 0.15);
}
.hover\:border-primary-200\/20:hover {
  border-color: rgb(54 95 161 / 0.2);
}
.hover\:border-primary-200\/25:hover {
  border-color: rgb(54 95 161 / 0.25);
}
.hover\:border-primary-200\/30:hover {
  border-color: rgb(54 95 161 / 0.3);
}
.hover\:border-primary-200\/35:hover {
  border-color: rgb(54 95 161 / 0.35);
}
.hover\:border-primary-200\/40:hover {
  border-color: rgb(54 95 161 / 0.4);
}
.hover\:border-primary-200\/45:hover {
  border-color: rgb(54 95 161 / 0.45);
}
.hover\:border-primary-200\/5:hover {
  border-color: rgb(54 95 161 / 0.05);
}
.hover\:border-primary-200\/50:hover {
  border-color: rgb(54 95 161 / 0.5);
}
.hover\:border-primary-200\/55:hover {
  border-color: rgb(54 95 161 / 0.55);
}
.hover\:border-primary-200\/60:hover {
  border-color: rgb(54 95 161 / 0.6);
}
.hover\:border-primary-200\/65:hover {
  border-color: rgb(54 95 161 / 0.65);
}
.hover\:border-primary-200\/70:hover {
  border-color: rgb(54 95 161 / 0.7);
}
.hover\:border-primary-200\/75:hover {
  border-color: rgb(54 95 161 / 0.75);
}
.hover\:border-primary-200\/80:hover {
  border-color: rgb(54 95 161 / 0.8);
}
.hover\:border-primary-200\/85:hover {
  border-color: rgb(54 95 161 / 0.85);
}
.hover\:border-primary-200\/90:hover {
  border-color: rgb(54 95 161 / 0.9);
}
.hover\:border-primary-200\/95:hover {
  border-color: rgb(54 95 161 / 0.95);
}
.hover\:border-primary-300:hover {
  border-color: #325895;
}
.hover\:border-primary-300\/0:hover {
  border-color: rgb(50 88 149 / 0);
}
.hover\:border-primary-300\/10:hover {
  border-color: rgb(50 88 149 / 0.1);
}
.hover\:border-primary-300\/100:hover {
  border-color: rgb(50 88 149 / 1);
}
.hover\:border-primary-300\/15:hover {
  border-color: rgb(50 88 149 / 0.15);
}
.hover\:border-primary-300\/20:hover {
  border-color: rgb(50 88 149 / 0.2);
}
.hover\:border-primary-300\/25:hover {
  border-color: rgb(50 88 149 / 0.25);
}
.hover\:border-primary-300\/30:hover {
  border-color: rgb(50 88 149 / 0.3);
}
.hover\:border-primary-300\/35:hover {
  border-color: rgb(50 88 149 / 0.35);
}
.hover\:border-primary-300\/40:hover {
  border-color: rgb(50 88 149 / 0.4);
}
.hover\:border-primary-300\/45:hover {
  border-color: rgb(50 88 149 / 0.45);
}
.hover\:border-primary-300\/5:hover {
  border-color: rgb(50 88 149 / 0.05);
}
.hover\:border-primary-300\/50:hover {
  border-color: rgb(50 88 149 / 0.5);
}
.hover\:border-primary-300\/55:hover {
  border-color: rgb(50 88 149 / 0.55);
}
.hover\:border-primary-300\/60:hover {
  border-color: rgb(50 88 149 / 0.6);
}
.hover\:border-primary-300\/65:hover {
  border-color: rgb(50 88 149 / 0.65);
}
.hover\:border-primary-300\/70:hover {
  border-color: rgb(50 88 149 / 0.7);
}
.hover\:border-primary-300\/75:hover {
  border-color: rgb(50 88 149 / 0.75);
}
.hover\:border-primary-300\/80:hover {
  border-color: rgb(50 88 149 / 0.8);
}
.hover\:border-primary-300\/85:hover {
  border-color: rgb(50 88 149 / 0.85);
}
.hover\:border-primary-300\/90:hover {
  border-color: rgb(50 88 149 / 0.9);
}
.hover\:border-primary-300\/95:hover {
  border-color: rgb(50 88 149 / 0.95);
}
.hover\:border-primary-400:hover {
  border-color: #305691;
}
.hover\:border-primary-400\/0:hover {
  border-color: rgb(48 86 145 / 0);
}
.hover\:border-primary-400\/10:hover {
  border-color: rgb(48 86 145 / 0.1);
}
.hover\:border-primary-400\/100:hover {
  border-color: rgb(48 86 145 / 1);
}
.hover\:border-primary-400\/15:hover {
  border-color: rgb(48 86 145 / 0.15);
}
.hover\:border-primary-400\/20:hover {
  border-color: rgb(48 86 145 / 0.2);
}
.hover\:border-primary-400\/25:hover {
  border-color: rgb(48 86 145 / 0.25);
}
.hover\:border-primary-400\/30:hover {
  border-color: rgb(48 86 145 / 0.3);
}
.hover\:border-primary-400\/35:hover {
  border-color: rgb(48 86 145 / 0.35);
}
.hover\:border-primary-400\/40:hover {
  border-color: rgb(48 86 145 / 0.4);
}
.hover\:border-primary-400\/45:hover {
  border-color: rgb(48 86 145 / 0.45);
}
.hover\:border-primary-400\/5:hover {
  border-color: rgb(48 86 145 / 0.05);
}
.hover\:border-primary-400\/50:hover {
  border-color: rgb(48 86 145 / 0.5);
}
.hover\:border-primary-400\/55:hover {
  border-color: rgb(48 86 145 / 0.55);
}
.hover\:border-primary-400\/60:hover {
  border-color: rgb(48 86 145 / 0.6);
}
.hover\:border-primary-400\/65:hover {
  border-color: rgb(48 86 145 / 0.65);
}
.hover\:border-primary-400\/70:hover {
  border-color: rgb(48 86 145 / 0.7);
}
.hover\:border-primary-400\/75:hover {
  border-color: rgb(48 86 145 / 0.75);
}
.hover\:border-primary-400\/80:hover {
  border-color: rgb(48 86 145 / 0.8);
}
.hover\:border-primary-400\/85:hover {
  border-color: rgb(48 86 145 / 0.85);
}
.hover\:border-primary-400\/90:hover {
  border-color: rgb(48 86 145 / 0.9);
}
.hover\:border-primary-400\/95:hover {
  border-color: rgb(48 86 145 / 0.95);
}
.hover\:border-primary-500:hover {
  border-color: #2d4b79;
}
.hover\:border-primary-500\/0:hover {
  border-color: rgb(45 75 121 / 0);
}
.hover\:border-primary-500\/10:hover {
  border-color: rgb(45 75 121 / 0.1);
}
.hover\:border-primary-500\/100:hover {
  border-color: rgb(45 75 121 / 1);
}
.hover\:border-primary-500\/15:hover {
  border-color: rgb(45 75 121 / 0.15);
}
.hover\:border-primary-500\/20:hover {
  border-color: rgb(45 75 121 / 0.2);
}
.hover\:border-primary-500\/25:hover {
  border-color: rgb(45 75 121 / 0.25);
}
.hover\:border-primary-500\/30:hover {
  border-color: rgb(45 75 121 / 0.3);
}
.hover\:border-primary-500\/35:hover {
  border-color: rgb(45 75 121 / 0.35);
}
.hover\:border-primary-500\/40:hover {
  border-color: rgb(45 75 121 / 0.4);
}
.hover\:border-primary-500\/45:hover {
  border-color: rgb(45 75 121 / 0.45);
}
.hover\:border-primary-500\/5:hover {
  border-color: rgb(45 75 121 / 0.05);
}
.hover\:border-primary-500\/50:hover {
  border-color: rgb(45 75 121 / 0.5);
}
.hover\:border-primary-500\/55:hover {
  border-color: rgb(45 75 121 / 0.55);
}
.hover\:border-primary-500\/60:hover {
  border-color: rgb(45 75 121 / 0.6);
}
.hover\:border-primary-500\/65:hover {
  border-color: rgb(45 75 121 / 0.65);
}
.hover\:border-primary-500\/70:hover {
  border-color: rgb(45 75 121 / 0.7);
}
.hover\:border-primary-500\/75:hover {
  border-color: rgb(45 75 121 / 0.75);
}
.hover\:border-primary-500\/80:hover {
  border-color: rgb(45 75 121 / 0.8);
}
.hover\:border-primary-500\/85:hover {
  border-color: rgb(45 75 121 / 0.85);
}
.hover\:border-primary-500\/90:hover {
  border-color: rgb(45 75 121 / 0.9);
}
.hover\:border-primary-500\/95:hover {
  border-color: rgb(45 75 121 / 0.95);
}
.hover\:border-primary-600:hover {
  border-color: #264473;
}
.hover\:border-primary-600\/0:hover {
  border-color: rgb(38 68 115 / 0);
}
.hover\:border-primary-600\/10:hover {
  border-color: rgb(38 68 115 / 0.1);
}
.hover\:border-primary-600\/100:hover {
  border-color: rgb(38 68 115 / 1);
}
.hover\:border-primary-600\/15:hover {
  border-color: rgb(38 68 115 / 0.15);
}
.hover\:border-primary-600\/20:hover {
  border-color: rgb(38 68 115 / 0.2);
}
.hover\:border-primary-600\/25:hover {
  border-color: rgb(38 68 115 / 0.25);
}
.hover\:border-primary-600\/30:hover {
  border-color: rgb(38 68 115 / 0.3);
}
.hover\:border-primary-600\/35:hover {
  border-color: rgb(38 68 115 / 0.35);
}
.hover\:border-primary-600\/40:hover {
  border-color: rgb(38 68 115 / 0.4);
}
.hover\:border-primary-600\/45:hover {
  border-color: rgb(38 68 115 / 0.45);
}
.hover\:border-primary-600\/5:hover {
  border-color: rgb(38 68 115 / 0.05);
}
.hover\:border-primary-600\/50:hover {
  border-color: rgb(38 68 115 / 0.5);
}
.hover\:border-primary-600\/55:hover {
  border-color: rgb(38 68 115 / 0.55);
}
.hover\:border-primary-600\/60:hover {
  border-color: rgb(38 68 115 / 0.6);
}
.hover\:border-primary-600\/65:hover {
  border-color: rgb(38 68 115 / 0.65);
}
.hover\:border-primary-600\/70:hover {
  border-color: rgb(38 68 115 / 0.7);
}
.hover\:border-primary-600\/75:hover {
  border-color: rgb(38 68 115 / 0.75);
}
.hover\:border-primary-600\/80:hover {
  border-color: rgb(38 68 115 / 0.8);
}
.hover\:border-primary-600\/85:hover {
  border-color: rgb(38 68 115 / 0.85);
}
.hover\:border-primary-600\/90:hover {
  border-color: rgb(38 68 115 / 0.9);
}
.hover\:border-primary-600\/95:hover {
  border-color: rgb(38 68 115 / 0.95);
}
.hover\:border-primary-700:hover {
  border-color: #233e68;
}
.hover\:border-primary-700\/0:hover {
  border-color: rgb(35 62 104 / 0);
}
.hover\:border-primary-700\/10:hover {
  border-color: rgb(35 62 104 / 0.1);
}
.hover\:border-primary-700\/100:hover {
  border-color: rgb(35 62 104 / 1);
}
.hover\:border-primary-700\/15:hover {
  border-color: rgb(35 62 104 / 0.15);
}
.hover\:border-primary-700\/20:hover {
  border-color: rgb(35 62 104 / 0.2);
}
.hover\:border-primary-700\/25:hover {
  border-color: rgb(35 62 104 / 0.25);
}
.hover\:border-primary-700\/30:hover {
  border-color: rgb(35 62 104 / 0.3);
}
.hover\:border-primary-700\/35:hover {
  border-color: rgb(35 62 104 / 0.35);
}
.hover\:border-primary-700\/40:hover {
  border-color: rgb(35 62 104 / 0.4);
}
.hover\:border-primary-700\/45:hover {
  border-color: rgb(35 62 104 / 0.45);
}
.hover\:border-primary-700\/5:hover {
  border-color: rgb(35 62 104 / 0.05);
}
.hover\:border-primary-700\/50:hover {
  border-color: rgb(35 62 104 / 0.5);
}
.hover\:border-primary-700\/55:hover {
  border-color: rgb(35 62 104 / 0.55);
}
.hover\:border-primary-700\/60:hover {
  border-color: rgb(35 62 104 / 0.6);
}
.hover\:border-primary-700\/65:hover {
  border-color: rgb(35 62 104 / 0.65);
}
.hover\:border-primary-700\/70:hover {
  border-color: rgb(35 62 104 / 0.7);
}
.hover\:border-primary-700\/75:hover {
  border-color: rgb(35 62 104 / 0.75);
}
.hover\:border-primary-700\/80:hover {
  border-color: rgb(35 62 104 / 0.8);
}
.hover\:border-primary-700\/85:hover {
  border-color: rgb(35 62 104 / 0.85);
}
.hover\:border-primary-700\/90:hover {
  border-color: rgb(35 62 104 / 0.9);
}
.hover\:border-primary-700\/95:hover {
  border-color: rgb(35 62 104 / 0.95);
}
.hover\:border-primary-800:hover {
  border-color: #1f375c;
}
.hover\:border-primary-800\/0:hover {
  border-color: rgb(31 55 92 / 0);
}
.hover\:border-primary-800\/10:hover {
  border-color: rgb(31 55 92 / 0.1);
}
.hover\:border-primary-800\/100:hover {
  border-color: rgb(31 55 92 / 1);
}
.hover\:border-primary-800\/15:hover {
  border-color: rgb(31 55 92 / 0.15);
}
.hover\:border-primary-800\/20:hover {
  border-color: rgb(31 55 92 / 0.2);
}
.hover\:border-primary-800\/25:hover {
  border-color: rgb(31 55 92 / 0.25);
}
.hover\:border-primary-800\/30:hover {
  border-color: rgb(31 55 92 / 0.3);
}
.hover\:border-primary-800\/35:hover {
  border-color: rgb(31 55 92 / 0.35);
}
.hover\:border-primary-800\/40:hover {
  border-color: rgb(31 55 92 / 0.4);
}
.hover\:border-primary-800\/45:hover {
  border-color: rgb(31 55 92 / 0.45);
}
.hover\:border-primary-800\/5:hover {
  border-color: rgb(31 55 92 / 0.05);
}
.hover\:border-primary-800\/50:hover {
  border-color: rgb(31 55 92 / 0.5);
}
.hover\:border-primary-800\/55:hover {
  border-color: rgb(31 55 92 / 0.55);
}
.hover\:border-primary-800\/60:hover {
  border-color: rgb(31 55 92 / 0.6);
}
.hover\:border-primary-800\/65:hover {
  border-color: rgb(31 55 92 / 0.65);
}
.hover\:border-primary-800\/70:hover {
  border-color: rgb(31 55 92 / 0.7);
}
.hover\:border-primary-800\/75:hover {
  border-color: rgb(31 55 92 / 0.75);
}
.hover\:border-primary-800\/80:hover {
  border-color: rgb(31 55 92 / 0.8);
}
.hover\:border-primary-800\/85:hover {
  border-color: rgb(31 55 92 / 0.85);
}
.hover\:border-primary-800\/90:hover {
  border-color: rgb(31 55 92 / 0.9);
}
.hover\:border-primary-800\/95:hover {
  border-color: rgb(31 55 92 / 0.95);
}
.hover\:border-primary-900:hover {
  border-color: #1b3051;
}
.hover\:border-primary-900\/0:hover {
  border-color: rgb(27 48 81 / 0);
}
.hover\:border-primary-900\/10:hover {
  border-color: rgb(27 48 81 / 0.1);
}
.hover\:border-primary-900\/100:hover {
  border-color: rgb(27 48 81 / 1);
}
.hover\:border-primary-900\/15:hover {
  border-color: rgb(27 48 81 / 0.15);
}
.hover\:border-primary-900\/20:hover {
  border-color: rgb(27 48 81 / 0.2);
}
.hover\:border-primary-900\/25:hover {
  border-color: rgb(27 48 81 / 0.25);
}
.hover\:border-primary-900\/30:hover {
  border-color: rgb(27 48 81 / 0.3);
}
.hover\:border-primary-900\/35:hover {
  border-color: rgb(27 48 81 / 0.35);
}
.hover\:border-primary-900\/40:hover {
  border-color: rgb(27 48 81 / 0.4);
}
.hover\:border-primary-900\/45:hover {
  border-color: rgb(27 48 81 / 0.45);
}
.hover\:border-primary-900\/5:hover {
  border-color: rgb(27 48 81 / 0.05);
}
.hover\:border-primary-900\/50:hover {
  border-color: rgb(27 48 81 / 0.5);
}
.hover\:border-primary-900\/55:hover {
  border-color: rgb(27 48 81 / 0.55);
}
.hover\:border-primary-900\/60:hover {
  border-color: rgb(27 48 81 / 0.6);
}
.hover\:border-primary-900\/65:hover {
  border-color: rgb(27 48 81 / 0.65);
}
.hover\:border-primary-900\/70:hover {
  border-color: rgb(27 48 81 / 0.7);
}
.hover\:border-primary-900\/75:hover {
  border-color: rgb(27 48 81 / 0.75);
}
.hover\:border-primary-900\/80:hover {
  border-color: rgb(27 48 81 / 0.8);
}
.hover\:border-primary-900\/85:hover {
  border-color: rgb(27 48 81 / 0.85);
}
.hover\:border-primary-900\/90:hover {
  border-color: rgb(27 48 81 / 0.9);
}
.hover\:border-primary-900\/95:hover {
  border-color: rgb(27 48 81 / 0.95);
}
.hover\:border-secondary-100:hover {
  border-color: #DAE5E7;
}
.hover\:border-secondary-100\/0:hover {
  border-color: rgb(218 229 231 / 0);
}
.hover\:border-secondary-100\/10:hover {
  border-color: rgb(218 229 231 / 0.1);
}
.hover\:border-secondary-100\/100:hover {
  border-color: rgb(218 229 231 / 1);
}
.hover\:border-secondary-100\/15:hover {
  border-color: rgb(218 229 231 / 0.15);
}
.hover\:border-secondary-100\/20:hover {
  border-color: rgb(218 229 231 / 0.2);
}
.hover\:border-secondary-100\/25:hover {
  border-color: rgb(218 229 231 / 0.25);
}
.hover\:border-secondary-100\/30:hover {
  border-color: rgb(218 229 231 / 0.3);
}
.hover\:border-secondary-100\/35:hover {
  border-color: rgb(218 229 231 / 0.35);
}
.hover\:border-secondary-100\/40:hover {
  border-color: rgb(218 229 231 / 0.4);
}
.hover\:border-secondary-100\/45:hover {
  border-color: rgb(218 229 231 / 0.45);
}
.hover\:border-secondary-100\/5:hover {
  border-color: rgb(218 229 231 / 0.05);
}
.hover\:border-secondary-100\/50:hover {
  border-color: rgb(218 229 231 / 0.5);
}
.hover\:border-secondary-100\/55:hover {
  border-color: rgb(218 229 231 / 0.55);
}
.hover\:border-secondary-100\/60:hover {
  border-color: rgb(218 229 231 / 0.6);
}
.hover\:border-secondary-100\/65:hover {
  border-color: rgb(218 229 231 / 0.65);
}
.hover\:border-secondary-100\/70:hover {
  border-color: rgb(218 229 231 / 0.7);
}
.hover\:border-secondary-100\/75:hover {
  border-color: rgb(218 229 231 / 0.75);
}
.hover\:border-secondary-100\/80:hover {
  border-color: rgb(218 229 231 / 0.8);
}
.hover\:border-secondary-100\/85:hover {
  border-color: rgb(218 229 231 / 0.85);
}
.hover\:border-secondary-100\/90:hover {
  border-color: rgb(218 229 231 / 0.9);
}
.hover\:border-secondary-100\/95:hover {
  border-color: rgb(218 229 231 / 0.95);
}
.hover\:border-secondary-200:hover {
  border-color: #C4D6D9;
}
.hover\:border-secondary-200\/0:hover {
  border-color: rgb(196 214 217 / 0);
}
.hover\:border-secondary-200\/10:hover {
  border-color: rgb(196 214 217 / 0.1);
}
.hover\:border-secondary-200\/100:hover {
  border-color: rgb(196 214 217 / 1);
}
.hover\:border-secondary-200\/15:hover {
  border-color: rgb(196 214 217 / 0.15);
}
.hover\:border-secondary-200\/20:hover {
  border-color: rgb(196 214 217 / 0.2);
}
.hover\:border-secondary-200\/25:hover {
  border-color: rgb(196 214 217 / 0.25);
}
.hover\:border-secondary-200\/30:hover {
  border-color: rgb(196 214 217 / 0.3);
}
.hover\:border-secondary-200\/35:hover {
  border-color: rgb(196 214 217 / 0.35);
}
.hover\:border-secondary-200\/40:hover {
  border-color: rgb(196 214 217 / 0.4);
}
.hover\:border-secondary-200\/45:hover {
  border-color: rgb(196 214 217 / 0.45);
}
.hover\:border-secondary-200\/5:hover {
  border-color: rgb(196 214 217 / 0.05);
}
.hover\:border-secondary-200\/50:hover {
  border-color: rgb(196 214 217 / 0.5);
}
.hover\:border-secondary-200\/55:hover {
  border-color: rgb(196 214 217 / 0.55);
}
.hover\:border-secondary-200\/60:hover {
  border-color: rgb(196 214 217 / 0.6);
}
.hover\:border-secondary-200\/65:hover {
  border-color: rgb(196 214 217 / 0.65);
}
.hover\:border-secondary-200\/70:hover {
  border-color: rgb(196 214 217 / 0.7);
}
.hover\:border-secondary-200\/75:hover {
  border-color: rgb(196 214 217 / 0.75);
}
.hover\:border-secondary-200\/80:hover {
  border-color: rgb(196 214 217 / 0.8);
}
.hover\:border-secondary-200\/85:hover {
  border-color: rgb(196 214 217 / 0.85);
}
.hover\:border-secondary-200\/90:hover {
  border-color: rgb(196 214 217 / 0.9);
}
.hover\:border-secondary-200\/95:hover {
  border-color: rgb(196 214 217 / 0.95);
}
.hover\:border-secondary-300:hover {
  border-color: #AEC7CC;
}
.hover\:border-secondary-300\/0:hover {
  border-color: rgb(174 199 204 / 0);
}
.hover\:border-secondary-300\/10:hover {
  border-color: rgb(174 199 204 / 0.1);
}
.hover\:border-secondary-300\/100:hover {
  border-color: rgb(174 199 204 / 1);
}
.hover\:border-secondary-300\/15:hover {
  border-color: rgb(174 199 204 / 0.15);
}
.hover\:border-secondary-300\/20:hover {
  border-color: rgb(174 199 204 / 0.2);
}
.hover\:border-secondary-300\/25:hover {
  border-color: rgb(174 199 204 / 0.25);
}
.hover\:border-secondary-300\/30:hover {
  border-color: rgb(174 199 204 / 0.3);
}
.hover\:border-secondary-300\/35:hover {
  border-color: rgb(174 199 204 / 0.35);
}
.hover\:border-secondary-300\/40:hover {
  border-color: rgb(174 199 204 / 0.4);
}
.hover\:border-secondary-300\/45:hover {
  border-color: rgb(174 199 204 / 0.45);
}
.hover\:border-secondary-300\/5:hover {
  border-color: rgb(174 199 204 / 0.05);
}
.hover\:border-secondary-300\/50:hover {
  border-color: rgb(174 199 204 / 0.5);
}
.hover\:border-secondary-300\/55:hover {
  border-color: rgb(174 199 204 / 0.55);
}
.hover\:border-secondary-300\/60:hover {
  border-color: rgb(174 199 204 / 0.6);
}
.hover\:border-secondary-300\/65:hover {
  border-color: rgb(174 199 204 / 0.65);
}
.hover\:border-secondary-300\/70:hover {
  border-color: rgb(174 199 204 / 0.7);
}
.hover\:border-secondary-300\/75:hover {
  border-color: rgb(174 199 204 / 0.75);
}
.hover\:border-secondary-300\/80:hover {
  border-color: rgb(174 199 204 / 0.8);
}
.hover\:border-secondary-300\/85:hover {
  border-color: rgb(174 199 204 / 0.85);
}
.hover\:border-secondary-300\/90:hover {
  border-color: rgb(174 199 204 / 0.9);
}
.hover\:border-secondary-300\/95:hover {
  border-color: rgb(174 199 204 / 0.95);
}
.hover\:border-secondary-400:hover {
  border-color: #98B8BE;
}
.hover\:border-secondary-400\/0:hover {
  border-color: rgb(152 184 190 / 0);
}
.hover\:border-secondary-400\/10:hover {
  border-color: rgb(152 184 190 / 0.1);
}
.hover\:border-secondary-400\/100:hover {
  border-color: rgb(152 184 190 / 1);
}
.hover\:border-secondary-400\/15:hover {
  border-color: rgb(152 184 190 / 0.15);
}
.hover\:border-secondary-400\/20:hover {
  border-color: rgb(152 184 190 / 0.2);
}
.hover\:border-secondary-400\/25:hover {
  border-color: rgb(152 184 190 / 0.25);
}
.hover\:border-secondary-400\/30:hover {
  border-color: rgb(152 184 190 / 0.3);
}
.hover\:border-secondary-400\/35:hover {
  border-color: rgb(152 184 190 / 0.35);
}
.hover\:border-secondary-400\/40:hover {
  border-color: rgb(152 184 190 / 0.4);
}
.hover\:border-secondary-400\/45:hover {
  border-color: rgb(152 184 190 / 0.45);
}
.hover\:border-secondary-400\/5:hover {
  border-color: rgb(152 184 190 / 0.05);
}
.hover\:border-secondary-400\/50:hover {
  border-color: rgb(152 184 190 / 0.5);
}
.hover\:border-secondary-400\/55:hover {
  border-color: rgb(152 184 190 / 0.55);
}
.hover\:border-secondary-400\/60:hover {
  border-color: rgb(152 184 190 / 0.6);
}
.hover\:border-secondary-400\/65:hover {
  border-color: rgb(152 184 190 / 0.65);
}
.hover\:border-secondary-400\/70:hover {
  border-color: rgb(152 184 190 / 0.7);
}
.hover\:border-secondary-400\/75:hover {
  border-color: rgb(152 184 190 / 0.75);
}
.hover\:border-secondary-400\/80:hover {
  border-color: rgb(152 184 190 / 0.8);
}
.hover\:border-secondary-400\/85:hover {
  border-color: rgb(152 184 190 / 0.85);
}
.hover\:border-secondary-400\/90:hover {
  border-color: rgb(152 184 190 / 0.9);
}
.hover\:border-secondary-400\/95:hover {
  border-color: rgb(152 184 190 / 0.95);
}
.hover\:border-secondary-500:hover {
  border-color: #82A9B0;
}
.hover\:border-secondary-500\/0:hover {
  border-color: rgb(130 169 176 / 0);
}
.hover\:border-secondary-500\/10:hover {
  border-color: rgb(130 169 176 / 0.1);
}
.hover\:border-secondary-500\/100:hover {
  border-color: rgb(130 169 176 / 1);
}
.hover\:border-secondary-500\/15:hover {
  border-color: rgb(130 169 176 / 0.15);
}
.hover\:border-secondary-500\/20:hover {
  border-color: rgb(130 169 176 / 0.2);
}
.hover\:border-secondary-500\/25:hover {
  border-color: rgb(130 169 176 / 0.25);
}
.hover\:border-secondary-500\/30:hover {
  border-color: rgb(130 169 176 / 0.3);
}
.hover\:border-secondary-500\/35:hover {
  border-color: rgb(130 169 176 / 0.35);
}
.hover\:border-secondary-500\/40:hover {
  border-color: rgb(130 169 176 / 0.4);
}
.hover\:border-secondary-500\/45:hover {
  border-color: rgb(130 169 176 / 0.45);
}
.hover\:border-secondary-500\/5:hover {
  border-color: rgb(130 169 176 / 0.05);
}
.hover\:border-secondary-500\/50:hover {
  border-color: rgb(130 169 176 / 0.5);
}
.hover\:border-secondary-500\/55:hover {
  border-color: rgb(130 169 176 / 0.55);
}
.hover\:border-secondary-500\/60:hover {
  border-color: rgb(130 169 176 / 0.6);
}
.hover\:border-secondary-500\/65:hover {
  border-color: rgb(130 169 176 / 0.65);
}
.hover\:border-secondary-500\/70:hover {
  border-color: rgb(130 169 176 / 0.7);
}
.hover\:border-secondary-500\/75:hover {
  border-color: rgb(130 169 176 / 0.75);
}
.hover\:border-secondary-500\/80:hover {
  border-color: rgb(130 169 176 / 0.8);
}
.hover\:border-secondary-500\/85:hover {
  border-color: rgb(130 169 176 / 0.85);
}
.hover\:border-secondary-500\/90:hover {
  border-color: rgb(130 169 176 / 0.9);
}
.hover\:border-secondary-500\/95:hover {
  border-color: rgb(130 169 176 / 0.95);
}
.hover\:border-secondary-600:hover {
  border-color: #66969E;
}
.hover\:border-secondary-600\/0:hover {
  border-color: rgb(102 150 158 / 0);
}
.hover\:border-secondary-600\/10:hover {
  border-color: rgb(102 150 158 / 0.1);
}
.hover\:border-secondary-600\/100:hover {
  border-color: rgb(102 150 158 / 1);
}
.hover\:border-secondary-600\/15:hover {
  border-color: rgb(102 150 158 / 0.15);
}
.hover\:border-secondary-600\/20:hover {
  border-color: rgb(102 150 158 / 0.2);
}
.hover\:border-secondary-600\/25:hover {
  border-color: rgb(102 150 158 / 0.25);
}
.hover\:border-secondary-600\/30:hover {
  border-color: rgb(102 150 158 / 0.3);
}
.hover\:border-secondary-600\/35:hover {
  border-color: rgb(102 150 158 / 0.35);
}
.hover\:border-secondary-600\/40:hover {
  border-color: rgb(102 150 158 / 0.4);
}
.hover\:border-secondary-600\/45:hover {
  border-color: rgb(102 150 158 / 0.45);
}
.hover\:border-secondary-600\/5:hover {
  border-color: rgb(102 150 158 / 0.05);
}
.hover\:border-secondary-600\/50:hover {
  border-color: rgb(102 150 158 / 0.5);
}
.hover\:border-secondary-600\/55:hover {
  border-color: rgb(102 150 158 / 0.55);
}
.hover\:border-secondary-600\/60:hover {
  border-color: rgb(102 150 158 / 0.6);
}
.hover\:border-secondary-600\/65:hover {
  border-color: rgb(102 150 158 / 0.65);
}
.hover\:border-secondary-600\/70:hover {
  border-color: rgb(102 150 158 / 0.7);
}
.hover\:border-secondary-600\/75:hover {
  border-color: rgb(102 150 158 / 0.75);
}
.hover\:border-secondary-600\/80:hover {
  border-color: rgb(102 150 158 / 0.8);
}
.hover\:border-secondary-600\/85:hover {
  border-color: rgb(102 150 158 / 0.85);
}
.hover\:border-secondary-600\/90:hover {
  border-color: rgb(102 150 158 / 0.9);
}
.hover\:border-secondary-600\/95:hover {
  border-color: rgb(102 150 158 / 0.95);
}
.hover\:border-secondary-700:hover {
  border-color: #537C83;
}
.hover\:border-secondary-700\/0:hover {
  border-color: rgb(83 124 131 / 0);
}
.hover\:border-secondary-700\/10:hover {
  border-color: rgb(83 124 131 / 0.1);
}
.hover\:border-secondary-700\/100:hover {
  border-color: rgb(83 124 131 / 1);
}
.hover\:border-secondary-700\/15:hover {
  border-color: rgb(83 124 131 / 0.15);
}
.hover\:border-secondary-700\/20:hover {
  border-color: rgb(83 124 131 / 0.2);
}
.hover\:border-secondary-700\/25:hover {
  border-color: rgb(83 124 131 / 0.25);
}
.hover\:border-secondary-700\/30:hover {
  border-color: rgb(83 124 131 / 0.3);
}
.hover\:border-secondary-700\/35:hover {
  border-color: rgb(83 124 131 / 0.35);
}
.hover\:border-secondary-700\/40:hover {
  border-color: rgb(83 124 131 / 0.4);
}
.hover\:border-secondary-700\/45:hover {
  border-color: rgb(83 124 131 / 0.45);
}
.hover\:border-secondary-700\/5:hover {
  border-color: rgb(83 124 131 / 0.05);
}
.hover\:border-secondary-700\/50:hover {
  border-color: rgb(83 124 131 / 0.5);
}
.hover\:border-secondary-700\/55:hover {
  border-color: rgb(83 124 131 / 0.55);
}
.hover\:border-secondary-700\/60:hover {
  border-color: rgb(83 124 131 / 0.6);
}
.hover\:border-secondary-700\/65:hover {
  border-color: rgb(83 124 131 / 0.65);
}
.hover\:border-secondary-700\/70:hover {
  border-color: rgb(83 124 131 / 0.7);
}
.hover\:border-secondary-700\/75:hover {
  border-color: rgb(83 124 131 / 0.75);
}
.hover\:border-secondary-700\/80:hover {
  border-color: rgb(83 124 131 / 0.8);
}
.hover\:border-secondary-700\/85:hover {
  border-color: rgb(83 124 131 / 0.85);
}
.hover\:border-secondary-700\/90:hover {
  border-color: rgb(83 124 131 / 0.9);
}
.hover\:border-secondary-700\/95:hover {
  border-color: rgb(83 124 131 / 0.95);
}
.hover\:border-secondary-800:hover {
  border-color: #416167;
}
.hover\:border-secondary-800\/0:hover {
  border-color: rgb(65 97 103 / 0);
}
.hover\:border-secondary-800\/10:hover {
  border-color: rgb(65 97 103 / 0.1);
}
.hover\:border-secondary-800\/100:hover {
  border-color: rgb(65 97 103 / 1);
}
.hover\:border-secondary-800\/15:hover {
  border-color: rgb(65 97 103 / 0.15);
}
.hover\:border-secondary-800\/20:hover {
  border-color: rgb(65 97 103 / 0.2);
}
.hover\:border-secondary-800\/25:hover {
  border-color: rgb(65 97 103 / 0.25);
}
.hover\:border-secondary-800\/30:hover {
  border-color: rgb(65 97 103 / 0.3);
}
.hover\:border-secondary-800\/35:hover {
  border-color: rgb(65 97 103 / 0.35);
}
.hover\:border-secondary-800\/40:hover {
  border-color: rgb(65 97 103 / 0.4);
}
.hover\:border-secondary-800\/45:hover {
  border-color: rgb(65 97 103 / 0.45);
}
.hover\:border-secondary-800\/5:hover {
  border-color: rgb(65 97 103 / 0.05);
}
.hover\:border-secondary-800\/50:hover {
  border-color: rgb(65 97 103 / 0.5);
}
.hover\:border-secondary-800\/55:hover {
  border-color: rgb(65 97 103 / 0.55);
}
.hover\:border-secondary-800\/60:hover {
  border-color: rgb(65 97 103 / 0.6);
}
.hover\:border-secondary-800\/65:hover {
  border-color: rgb(65 97 103 / 0.65);
}
.hover\:border-secondary-800\/70:hover {
  border-color: rgb(65 97 103 / 0.7);
}
.hover\:border-secondary-800\/75:hover {
  border-color: rgb(65 97 103 / 0.75);
}
.hover\:border-secondary-800\/80:hover {
  border-color: rgb(65 97 103 / 0.8);
}
.hover\:border-secondary-800\/85:hover {
  border-color: rgb(65 97 103 / 0.85);
}
.hover\:border-secondary-800\/90:hover {
  border-color: rgb(65 97 103 / 0.9);
}
.hover\:border-secondary-800\/95:hover {
  border-color: rgb(65 97 103 / 0.95);
}
.hover\:border-secondary-900:hover {
  border-color: #2F474B;
}
.hover\:border-secondary-900\/0:hover {
  border-color: rgb(47 71 75 / 0);
}
.hover\:border-secondary-900\/10:hover {
  border-color: rgb(47 71 75 / 0.1);
}
.hover\:border-secondary-900\/100:hover {
  border-color: rgb(47 71 75 / 1);
}
.hover\:border-secondary-900\/15:hover {
  border-color: rgb(47 71 75 / 0.15);
}
.hover\:border-secondary-900\/20:hover {
  border-color: rgb(47 71 75 / 0.2);
}
.hover\:border-secondary-900\/25:hover {
  border-color: rgb(47 71 75 / 0.25);
}
.hover\:border-secondary-900\/30:hover {
  border-color: rgb(47 71 75 / 0.3);
}
.hover\:border-secondary-900\/35:hover {
  border-color: rgb(47 71 75 / 0.35);
}
.hover\:border-secondary-900\/40:hover {
  border-color: rgb(47 71 75 / 0.4);
}
.hover\:border-secondary-900\/45:hover {
  border-color: rgb(47 71 75 / 0.45);
}
.hover\:border-secondary-900\/5:hover {
  border-color: rgb(47 71 75 / 0.05);
}
.hover\:border-secondary-900\/50:hover {
  border-color: rgb(47 71 75 / 0.5);
}
.hover\:border-secondary-900\/55:hover {
  border-color: rgb(47 71 75 / 0.55);
}
.hover\:border-secondary-900\/60:hover {
  border-color: rgb(47 71 75 / 0.6);
}
.hover\:border-secondary-900\/65:hover {
  border-color: rgb(47 71 75 / 0.65);
}
.hover\:border-secondary-900\/70:hover {
  border-color: rgb(47 71 75 / 0.7);
}
.hover\:border-secondary-900\/75:hover {
  border-color: rgb(47 71 75 / 0.75);
}
.hover\:border-secondary-900\/80:hover {
  border-color: rgb(47 71 75 / 0.8);
}
.hover\:border-secondary-900\/85:hover {
  border-color: rgb(47 71 75 / 0.85);
}
.hover\:border-secondary-900\/90:hover {
  border-color: rgb(47 71 75 / 0.9);
}
.hover\:border-secondary-900\/95:hover {
  border-color: rgb(47 71 75 / 0.95);
}
.hover\:bg-\[\#172d4a\]:hover {
  background-color: #172d4a;
}
.hover\:bg-accent-100:hover {
  background-color: #fceae9;
}
.hover\:bg-accent-100\/0:hover {
  background-color: rgb(252 234 233 / 0);
}
.hover\:bg-accent-100\/10:hover {
  background-color: rgb(252 234 233 / 0.1);
}
.hover\:bg-accent-100\/100:hover {
  background-color: rgb(252 234 233 / 1);
}
.hover\:bg-accent-100\/15:hover {
  background-color: rgb(252 234 233 / 0.15);
}
.hover\:bg-accent-100\/20:hover {
  background-color: rgb(252 234 233 / 0.2);
}
.hover\:bg-accent-100\/25:hover {
  background-color: rgb(252 234 233 / 0.25);
}
.hover\:bg-accent-100\/30:hover {
  background-color: rgb(252 234 233 / 0.3);
}
.hover\:bg-accent-100\/35:hover {
  background-color: rgb(252 234 233 / 0.35);
}
.hover\:bg-accent-100\/40:hover {
  background-color: rgb(252 234 233 / 0.4);
}
.hover\:bg-accent-100\/45:hover {
  background-color: rgb(252 234 233 / 0.45);
}
.hover\:bg-accent-100\/5:hover {
  background-color: rgb(252 234 233 / 0.05);
}
.hover\:bg-accent-100\/50:hover {
  background-color: rgb(252 234 233 / 0.5);
}
.hover\:bg-accent-100\/55:hover {
  background-color: rgb(252 234 233 / 0.55);
}
.hover\:bg-accent-100\/60:hover {
  background-color: rgb(252 234 233 / 0.6);
}
.hover\:bg-accent-100\/65:hover {
  background-color: rgb(252 234 233 / 0.65);
}
.hover\:bg-accent-100\/70:hover {
  background-color: rgb(252 234 233 / 0.7);
}
.hover\:bg-accent-100\/75:hover {
  background-color: rgb(252 234 233 / 0.75);
}
.hover\:bg-accent-100\/80:hover {
  background-color: rgb(252 234 233 / 0.8);
}
.hover\:bg-accent-100\/85:hover {
  background-color: rgb(252 234 233 / 0.85);
}
.hover\:bg-accent-100\/90:hover {
  background-color: rgb(252 234 233 / 0.9);
}
.hover\:bg-accent-100\/95:hover {
  background-color: rgb(252 234 233 / 0.95);
}
.hover\:bg-accent-200:hover {
  background-color: #f9d4d2;
}
.hover\:bg-accent-200\/0:hover {
  background-color: rgb(249 212 210 / 0);
}
.hover\:bg-accent-200\/10:hover {
  background-color: rgb(249 212 210 / 0.1);
}
.hover\:bg-accent-200\/100:hover {
  background-color: rgb(249 212 210 / 1);
}
.hover\:bg-accent-200\/15:hover {
  background-color: rgb(249 212 210 / 0.15);
}
.hover\:bg-accent-200\/20:hover {
  background-color: rgb(249 212 210 / 0.2);
}
.hover\:bg-accent-200\/25:hover {
  background-color: rgb(249 212 210 / 0.25);
}
.hover\:bg-accent-200\/30:hover {
  background-color: rgb(249 212 210 / 0.3);
}
.hover\:bg-accent-200\/35:hover {
  background-color: rgb(249 212 210 / 0.35);
}
.hover\:bg-accent-200\/40:hover {
  background-color: rgb(249 212 210 / 0.4);
}
.hover\:bg-accent-200\/45:hover {
  background-color: rgb(249 212 210 / 0.45);
}
.hover\:bg-accent-200\/5:hover {
  background-color: rgb(249 212 210 / 0.05);
}
.hover\:bg-accent-200\/50:hover {
  background-color: rgb(249 212 210 / 0.5);
}
.hover\:bg-accent-200\/55:hover {
  background-color: rgb(249 212 210 / 0.55);
}
.hover\:bg-accent-200\/60:hover {
  background-color: rgb(249 212 210 / 0.6);
}
.hover\:bg-accent-200\/65:hover {
  background-color: rgb(249 212 210 / 0.65);
}
.hover\:bg-accent-200\/70:hover {
  background-color: rgb(249 212 210 / 0.7);
}
.hover\:bg-accent-200\/75:hover {
  background-color: rgb(249 212 210 / 0.75);
}
.hover\:bg-accent-200\/80:hover {
  background-color: rgb(249 212 210 / 0.8);
}
.hover\:bg-accent-200\/85:hover {
  background-color: rgb(249 212 210 / 0.85);
}
.hover\:bg-accent-200\/90:hover {
  background-color: rgb(249 212 210 / 0.9);
}
.hover\:bg-accent-200\/95:hover {
  background-color: rgb(249 212 210 / 0.95);
}
.hover\:bg-accent-300:hover {
  background-color: #f4b5b3;
}
.hover\:bg-accent-300\/0:hover {
  background-color: rgb(244 181 179 / 0);
}
.hover\:bg-accent-300\/10:hover {
  background-color: rgb(244 181 179 / 0.1);
}
.hover\:bg-accent-300\/100:hover {
  background-color: rgb(244 181 179 / 1);
}
.hover\:bg-accent-300\/15:hover {
  background-color: rgb(244 181 179 / 0.15);
}
.hover\:bg-accent-300\/20:hover {
  background-color: rgb(244 181 179 / 0.2);
}
.hover\:bg-accent-300\/25:hover {
  background-color: rgb(244 181 179 / 0.25);
}
.hover\:bg-accent-300\/30:hover {
  background-color: rgb(244 181 179 / 0.3);
}
.hover\:bg-accent-300\/35:hover {
  background-color: rgb(244 181 179 / 0.35);
}
.hover\:bg-accent-300\/40:hover {
  background-color: rgb(244 181 179 / 0.4);
}
.hover\:bg-accent-300\/45:hover {
  background-color: rgb(244 181 179 / 0.45);
}
.hover\:bg-accent-300\/5:hover {
  background-color: rgb(244 181 179 / 0.05);
}
.hover\:bg-accent-300\/50:hover {
  background-color: rgb(244 181 179 / 0.5);
}
.hover\:bg-accent-300\/55:hover {
  background-color: rgb(244 181 179 / 0.55);
}
.hover\:bg-accent-300\/60:hover {
  background-color: rgb(244 181 179 / 0.6);
}
.hover\:bg-accent-300\/65:hover {
  background-color: rgb(244 181 179 / 0.65);
}
.hover\:bg-accent-300\/70:hover {
  background-color: rgb(244 181 179 / 0.7);
}
.hover\:bg-accent-300\/75:hover {
  background-color: rgb(244 181 179 / 0.75);
}
.hover\:bg-accent-300\/80:hover {
  background-color: rgb(244 181 179 / 0.8);
}
.hover\:bg-accent-300\/85:hover {
  background-color: rgb(244 181 179 / 0.85);
}
.hover\:bg-accent-300\/90:hover {
  background-color: rgb(244 181 179 / 0.9);
}
.hover\:bg-accent-300\/95:hover {
  background-color: rgb(244 181 179 / 0.95);
}
.hover\:bg-accent-400:hover {
  background-color: #ee8e8b;
}
.hover\:bg-accent-400\/0:hover {
  background-color: rgb(238 142 139 / 0);
}
.hover\:bg-accent-400\/10:hover {
  background-color: rgb(238 142 139 / 0.1);
}
.hover\:bg-accent-400\/100:hover {
  background-color: rgb(238 142 139 / 1);
}
.hover\:bg-accent-400\/15:hover {
  background-color: rgb(238 142 139 / 0.15);
}
.hover\:bg-accent-400\/20:hover {
  background-color: rgb(238 142 139 / 0.2);
}
.hover\:bg-accent-400\/25:hover {
  background-color: rgb(238 142 139 / 0.25);
}
.hover\:bg-accent-400\/30:hover {
  background-color: rgb(238 142 139 / 0.3);
}
.hover\:bg-accent-400\/35:hover {
  background-color: rgb(238 142 139 / 0.35);
}
.hover\:bg-accent-400\/40:hover {
  background-color: rgb(238 142 139 / 0.4);
}
.hover\:bg-accent-400\/45:hover {
  background-color: rgb(238 142 139 / 0.45);
}
.hover\:bg-accent-400\/5:hover {
  background-color: rgb(238 142 139 / 0.05);
}
.hover\:bg-accent-400\/50:hover {
  background-color: rgb(238 142 139 / 0.5);
}
.hover\:bg-accent-400\/55:hover {
  background-color: rgb(238 142 139 / 0.55);
}
.hover\:bg-accent-400\/60:hover {
  background-color: rgb(238 142 139 / 0.6);
}
.hover\:bg-accent-400\/65:hover {
  background-color: rgb(238 142 139 / 0.65);
}
.hover\:bg-accent-400\/70:hover {
  background-color: rgb(238 142 139 / 0.7);
}
.hover\:bg-accent-400\/75:hover {
  background-color: rgb(238 142 139 / 0.75);
}
.hover\:bg-accent-400\/80:hover {
  background-color: rgb(238 142 139 / 0.8);
}
.hover\:bg-accent-400\/85:hover {
  background-color: rgb(238 142 139 / 0.85);
}
.hover\:bg-accent-400\/90:hover {
  background-color: rgb(238 142 139 / 0.9);
}
.hover\:bg-accent-400\/95:hover {
  background-color: rgb(238 142 139 / 0.95);
}
.hover\:bg-accent-500:hover {
  background-color: #e57373;
}
.hover\:bg-accent-500\/0:hover {
  background-color: rgb(229 115 115 / 0);
}
.hover\:bg-accent-500\/10:hover {
  background-color: rgb(229 115 115 / 0.1);
}
.hover\:bg-accent-500\/100:hover {
  background-color: rgb(229 115 115 / 1);
}
.hover\:bg-accent-500\/15:hover {
  background-color: rgb(229 115 115 / 0.15);
}
.hover\:bg-accent-500\/20:hover {
  background-color: rgb(229 115 115 / 0.2);
}
.hover\:bg-accent-500\/25:hover {
  background-color: rgb(229 115 115 / 0.25);
}
.hover\:bg-accent-500\/30:hover {
  background-color: rgb(229 115 115 / 0.3);
}
.hover\:bg-accent-500\/35:hover {
  background-color: rgb(229 115 115 / 0.35);
}
.hover\:bg-accent-500\/40:hover {
  background-color: rgb(229 115 115 / 0.4);
}
.hover\:bg-accent-500\/45:hover {
  background-color: rgb(229 115 115 / 0.45);
}
.hover\:bg-accent-500\/5:hover {
  background-color: rgb(229 115 115 / 0.05);
}
.hover\:bg-accent-500\/50:hover {
  background-color: rgb(229 115 115 / 0.5);
}
.hover\:bg-accent-500\/55:hover {
  background-color: rgb(229 115 115 / 0.55);
}
.hover\:bg-accent-500\/60:hover {
  background-color: rgb(229 115 115 / 0.6);
}
.hover\:bg-accent-500\/65:hover {
  background-color: rgb(229 115 115 / 0.65);
}
.hover\:bg-accent-500\/70:hover {
  background-color: rgb(229 115 115 / 0.7);
}
.hover\:bg-accent-500\/75:hover {
  background-color: rgb(229 115 115 / 0.75);
}
.hover\:bg-accent-500\/80:hover {
  background-color: rgb(229 115 115 / 0.8);
}
.hover\:bg-accent-500\/85:hover {
  background-color: rgb(229 115 115 / 0.85);
}
.hover\:bg-accent-500\/90:hover {
  background-color: rgb(229 115 115 / 0.9);
}
.hover\:bg-accent-500\/95:hover {
  background-color: rgb(229 115 115 / 0.95);
}
.hover\:bg-accent-600:hover {
  background-color: #d95f5f;
}
.hover\:bg-accent-600\/0:hover {
  background-color: rgb(217 95 95 / 0);
}
.hover\:bg-accent-600\/10:hover {
  background-color: rgb(217 95 95 / 0.1);
}
.hover\:bg-accent-600\/100:hover {
  background-color: rgb(217 95 95 / 1);
}
.hover\:bg-accent-600\/15:hover {
  background-color: rgb(217 95 95 / 0.15);
}
.hover\:bg-accent-600\/20:hover {
  background-color: rgb(217 95 95 / 0.2);
}
.hover\:bg-accent-600\/25:hover {
  background-color: rgb(217 95 95 / 0.25);
}
.hover\:bg-accent-600\/30:hover {
  background-color: rgb(217 95 95 / 0.3);
}
.hover\:bg-accent-600\/35:hover {
  background-color: rgb(217 95 95 / 0.35);
}
.hover\:bg-accent-600\/40:hover {
  background-color: rgb(217 95 95 / 0.4);
}
.hover\:bg-accent-600\/45:hover {
  background-color: rgb(217 95 95 / 0.45);
}
.hover\:bg-accent-600\/5:hover {
  background-color: rgb(217 95 95 / 0.05);
}
.hover\:bg-accent-600\/50:hover {
  background-color: rgb(217 95 95 / 0.5);
}
.hover\:bg-accent-600\/55:hover {
  background-color: rgb(217 95 95 / 0.55);
}
.hover\:bg-accent-600\/60:hover {
  background-color: rgb(217 95 95 / 0.6);
}
.hover\:bg-accent-600\/65:hover {
  background-color: rgb(217 95 95 / 0.65);
}
.hover\:bg-accent-600\/70:hover {
  background-color: rgb(217 95 95 / 0.7);
}
.hover\:bg-accent-600\/75:hover {
  background-color: rgb(217 95 95 / 0.75);
}
.hover\:bg-accent-600\/80:hover {
  background-color: rgb(217 95 95 / 0.8);
}
.hover\:bg-accent-600\/85:hover {
  background-color: rgb(217 95 95 / 0.85);
}
.hover\:bg-accent-600\/90:hover {
  background-color: rgb(217 95 95 / 0.9);
}
.hover\:bg-accent-600\/95:hover {
  background-color: rgb(217 95 95 / 0.95);
}
.hover\:bg-accent-700:hover {
  background-color: #c94a4a;
}
.hover\:bg-accent-700\/0:hover {
  background-color: rgb(201 74 74 / 0);
}
.hover\:bg-accent-700\/10:hover {
  background-color: rgb(201 74 74 / 0.1);
}
.hover\:bg-accent-700\/100:hover {
  background-color: rgb(201 74 74 / 1);
}
.hover\:bg-accent-700\/15:hover {
  background-color: rgb(201 74 74 / 0.15);
}
.hover\:bg-accent-700\/20:hover {
  background-color: rgb(201 74 74 / 0.2);
}
.hover\:bg-accent-700\/25:hover {
  background-color: rgb(201 74 74 / 0.25);
}
.hover\:bg-accent-700\/30:hover {
  background-color: rgb(201 74 74 / 0.3);
}
.hover\:bg-accent-700\/35:hover {
  background-color: rgb(201 74 74 / 0.35);
}
.hover\:bg-accent-700\/40:hover {
  background-color: rgb(201 74 74 / 0.4);
}
.hover\:bg-accent-700\/45:hover {
  background-color: rgb(201 74 74 / 0.45);
}
.hover\:bg-accent-700\/5:hover {
  background-color: rgb(201 74 74 / 0.05);
}
.hover\:bg-accent-700\/50:hover {
  background-color: rgb(201 74 74 / 0.5);
}
.hover\:bg-accent-700\/55:hover {
  background-color: rgb(201 74 74 / 0.55);
}
.hover\:bg-accent-700\/60:hover {
  background-color: rgb(201 74 74 / 0.6);
}
.hover\:bg-accent-700\/65:hover {
  background-color: rgb(201 74 74 / 0.65);
}
.hover\:bg-accent-700\/70:hover {
  background-color: rgb(201 74 74 / 0.7);
}
.hover\:bg-accent-700\/75:hover {
  background-color: rgb(201 74 74 / 0.75);
}
.hover\:bg-accent-700\/80:hover {
  background-color: rgb(201 74 74 / 0.8);
}
.hover\:bg-accent-700\/85:hover {
  background-color: rgb(201 74 74 / 0.85);
}
.hover\:bg-accent-700\/90:hover {
  background-color: rgb(201 74 74 / 0.9);
}
.hover\:bg-accent-700\/95:hover {
  background-color: rgb(201 74 74 / 0.95);
}
.hover\:bg-accent-800:hover {
  background-color: #a83c3c;
}
.hover\:bg-accent-800\/0:hover {
  background-color: rgb(168 60 60 / 0);
}
.hover\:bg-accent-800\/10:hover {
  background-color: rgb(168 60 60 / 0.1);
}
.hover\:bg-accent-800\/100:hover {
  background-color: rgb(168 60 60 / 1);
}
.hover\:bg-accent-800\/15:hover {
  background-color: rgb(168 60 60 / 0.15);
}
.hover\:bg-accent-800\/20:hover {
  background-color: rgb(168 60 60 / 0.2);
}
.hover\:bg-accent-800\/25:hover {
  background-color: rgb(168 60 60 / 0.25);
}
.hover\:bg-accent-800\/30:hover {
  background-color: rgb(168 60 60 / 0.3);
}
.hover\:bg-accent-800\/35:hover {
  background-color: rgb(168 60 60 / 0.35);
}
.hover\:bg-accent-800\/40:hover {
  background-color: rgb(168 60 60 / 0.4);
}
.hover\:bg-accent-800\/45:hover {
  background-color: rgb(168 60 60 / 0.45);
}
.hover\:bg-accent-800\/5:hover {
  background-color: rgb(168 60 60 / 0.05);
}
.hover\:bg-accent-800\/50:hover {
  background-color: rgb(168 60 60 / 0.5);
}
.hover\:bg-accent-800\/55:hover {
  background-color: rgb(168 60 60 / 0.55);
}
.hover\:bg-accent-800\/60:hover {
  background-color: rgb(168 60 60 / 0.6);
}
.hover\:bg-accent-800\/65:hover {
  background-color: rgb(168 60 60 / 0.65);
}
.hover\:bg-accent-800\/70:hover {
  background-color: rgb(168 60 60 / 0.7);
}
.hover\:bg-accent-800\/75:hover {
  background-color: rgb(168 60 60 / 0.75);
}
.hover\:bg-accent-800\/80:hover {
  background-color: rgb(168 60 60 / 0.8);
}
.hover\:bg-accent-800\/85:hover {
  background-color: rgb(168 60 60 / 0.85);
}
.hover\:bg-accent-800\/90:hover {
  background-color: rgb(168 60 60 / 0.9);
}
.hover\:bg-accent-800\/95:hover {
  background-color: rgb(168 60 60 / 0.95);
}
.hover\:bg-accent-900:hover {
  background-color: #8c3434;
}
.hover\:bg-accent-900\/0:hover {
  background-color: rgb(140 52 52 / 0);
}
.hover\:bg-accent-900\/10:hover {
  background-color: rgb(140 52 52 / 0.1);
}
.hover\:bg-accent-900\/100:hover {
  background-color: rgb(140 52 52 / 1);
}
.hover\:bg-accent-900\/15:hover {
  background-color: rgb(140 52 52 / 0.15);
}
.hover\:bg-accent-900\/20:hover {
  background-color: rgb(140 52 52 / 0.2);
}
.hover\:bg-accent-900\/25:hover {
  background-color: rgb(140 52 52 / 0.25);
}
.hover\:bg-accent-900\/30:hover {
  background-color: rgb(140 52 52 / 0.3);
}
.hover\:bg-accent-900\/35:hover {
  background-color: rgb(140 52 52 / 0.35);
}
.hover\:bg-accent-900\/40:hover {
  background-color: rgb(140 52 52 / 0.4);
}
.hover\:bg-accent-900\/45:hover {
  background-color: rgb(140 52 52 / 0.45);
}
.hover\:bg-accent-900\/5:hover {
  background-color: rgb(140 52 52 / 0.05);
}
.hover\:bg-accent-900\/50:hover {
  background-color: rgb(140 52 52 / 0.5);
}
.hover\:bg-accent-900\/55:hover {
  background-color: rgb(140 52 52 / 0.55);
}
.hover\:bg-accent-900\/60:hover {
  background-color: rgb(140 52 52 / 0.6);
}
.hover\:bg-accent-900\/65:hover {
  background-color: rgb(140 52 52 / 0.65);
}
.hover\:bg-accent-900\/70:hover {
  background-color: rgb(140 52 52 / 0.7);
}
.hover\:bg-accent-900\/75:hover {
  background-color: rgb(140 52 52 / 0.75);
}
.hover\:bg-accent-900\/80:hover {
  background-color: rgb(140 52 52 / 0.8);
}
.hover\:bg-accent-900\/85:hover {
  background-color: rgb(140 52 52 / 0.85);
}
.hover\:bg-accent-900\/90:hover {
  background-color: rgb(140 52 52 / 0.9);
}
.hover\:bg-accent-900\/95:hover {
  background-color: rgb(140 52 52 / 0.95);
}
.hover\:bg-black:hover {
  background-color: #000;
}
.hover\:bg-blue-50:hover {
  background-color: #eff6ff;
}
.hover\:bg-blue-500:hover {
  background-color: #3b82f6;
}
.hover\:bg-blue-600:hover {
  background-color: #2563eb;
}
.hover\:bg-blue-700:hover {
  background-color: #1d4ed8;
}
.hover\:bg-gray-100:hover {
  background-color: #f3f4f6;
}
.hover\:bg-gray-100\/0:hover {
  background-color: rgb(243 244 246 / 0);
}
.hover\:bg-gray-100\/10:hover {
  background-color: rgb(243 244 246 / 0.1);
}
.hover\:bg-gray-100\/100:hover {
  background-color: rgb(243 244 246 / 1);
}
.hover\:bg-gray-100\/15:hover {
  background-color: rgb(243 244 246 / 0.15);
}
.hover\:bg-gray-100\/20:hover {
  background-color: rgb(243 244 246 / 0.2);
}
.hover\:bg-gray-100\/25:hover {
  background-color: rgb(243 244 246 / 0.25);
}
.hover\:bg-gray-100\/30:hover {
  background-color: rgb(243 244 246 / 0.3);
}
.hover\:bg-gray-100\/35:hover {
  background-color: rgb(243 244 246 / 0.35);
}
.hover\:bg-gray-100\/40:hover {
  background-color: rgb(243 244 246 / 0.4);
}
.hover\:bg-gray-100\/45:hover {
  background-color: rgb(243 244 246 / 0.45);
}
.hover\:bg-gray-100\/5:hover {
  background-color: rgb(243 244 246 / 0.05);
}
.hover\:bg-gray-100\/50:hover {
  background-color: rgb(243 244 246 / 0.5);
}
.hover\:bg-gray-100\/55:hover {
  background-color: rgb(243 244 246 / 0.55);
}
.hover\:bg-gray-100\/60:hover {
  background-color: rgb(243 244 246 / 0.6);
}
.hover\:bg-gray-100\/65:hover {
  background-color: rgb(243 244 246 / 0.65);
}
.hover\:bg-gray-100\/70:hover {
  background-color: rgb(243 244 246 / 0.7);
}
.hover\:bg-gray-100\/75:hover {
  background-color: rgb(243 244 246 / 0.75);
}
.hover\:bg-gray-100\/80:hover {
  background-color: rgb(243 244 246 / 0.8);
}
.hover\:bg-gray-100\/85:hover {
  background-color: rgb(243 244 246 / 0.85);
}
.hover\:bg-gray-100\/90:hover {
  background-color: rgb(243 244 246 / 0.9);
}
.hover\:bg-gray-100\/95:hover {
  background-color: rgb(243 244 246 / 0.95);
}
.hover\:bg-gray-200:hover {
  background-color: #e5e7eb;
}
.hover\:bg-gray-200\/0:hover {
  background-color: rgb(229 231 235 / 0);
}
.hover\:bg-gray-200\/10:hover {
  background-color: rgb(229 231 235 / 0.1);
}
.hover\:bg-gray-200\/100:hover {
  background-color: rgb(229 231 235 / 1);
}
.hover\:bg-gray-200\/15:hover {
  background-color: rgb(229 231 235 / 0.15);
}
.hover\:bg-gray-200\/20:hover {
  background-color: rgb(229 231 235 / 0.2);
}
.hover\:bg-gray-200\/25:hover {
  background-color: rgb(229 231 235 / 0.25);
}
.hover\:bg-gray-200\/30:hover {
  background-color: rgb(229 231 235 / 0.3);
}
.hover\:bg-gray-200\/35:hover {
  background-color: rgb(229 231 235 / 0.35);
}
.hover\:bg-gray-200\/40:hover {
  background-color: rgb(229 231 235 / 0.4);
}
.hover\:bg-gray-200\/45:hover {
  background-color: rgb(229 231 235 / 0.45);
}
.hover\:bg-gray-200\/5:hover {
  background-color: rgb(229 231 235 / 0.05);
}
.hover\:bg-gray-200\/50:hover {
  background-color: rgb(229 231 235 / 0.5);
}
.hover\:bg-gray-200\/55:hover {
  background-color: rgb(229 231 235 / 0.55);
}
.hover\:bg-gray-200\/60:hover {
  background-color: rgb(229 231 235 / 0.6);
}
.hover\:bg-gray-200\/65:hover {
  background-color: rgb(229 231 235 / 0.65);
}
.hover\:bg-gray-200\/70:hover {
  background-color: rgb(229 231 235 / 0.7);
}
.hover\:bg-gray-200\/75:hover {
  background-color: rgb(229 231 235 / 0.75);
}
.hover\:bg-gray-200\/80:hover {
  background-color: rgb(229 231 235 / 0.8);
}
.hover\:bg-gray-200\/85:hover {
  background-color: rgb(229 231 235 / 0.85);
}
.hover\:bg-gray-200\/90:hover {
  background-color: rgb(229 231 235 / 0.9);
}
.hover\:bg-gray-200\/95:hover {
  background-color: rgb(229 231 235 / 0.95);
}
.hover\:bg-gray-300:hover {
  background-color: #d1d5db;
}
.hover\:bg-gray-300\/0:hover {
  background-color: rgb(209 213 219 / 0);
}
.hover\:bg-gray-300\/10:hover {
  background-color: rgb(209 213 219 / 0.1);
}
.hover\:bg-gray-300\/100:hover {
  background-color: rgb(209 213 219 / 1);
}
.hover\:bg-gray-300\/15:hover {
  background-color: rgb(209 213 219 / 0.15);
}
.hover\:bg-gray-300\/20:hover {
  background-color: rgb(209 213 219 / 0.2);
}
.hover\:bg-gray-300\/25:hover {
  background-color: rgb(209 213 219 / 0.25);
}
.hover\:bg-gray-300\/30:hover {
  background-color: rgb(209 213 219 / 0.3);
}
.hover\:bg-gray-300\/35:hover {
  background-color: rgb(209 213 219 / 0.35);
}
.hover\:bg-gray-300\/40:hover {
  background-color: rgb(209 213 219 / 0.4);
}
.hover\:bg-gray-300\/45:hover {
  background-color: rgb(209 213 219 / 0.45);
}
.hover\:bg-gray-300\/5:hover {
  background-color: rgb(209 213 219 / 0.05);
}
.hover\:bg-gray-300\/50:hover {
  background-color: rgb(209 213 219 / 0.5);
}
.hover\:bg-gray-300\/55:hover {
  background-color: rgb(209 213 219 / 0.55);
}
.hover\:bg-gray-300\/60:hover {
  background-color: rgb(209 213 219 / 0.6);
}
.hover\:bg-gray-300\/65:hover {
  background-color: rgb(209 213 219 / 0.65);
}
.hover\:bg-gray-300\/70:hover {
  background-color: rgb(209 213 219 / 0.7);
}
.hover\:bg-gray-300\/75:hover {
  background-color: rgb(209 213 219 / 0.75);
}
.hover\:bg-gray-300\/80:hover {
  background-color: rgb(209 213 219 / 0.8);
}
.hover\:bg-gray-300\/85:hover {
  background-color: rgb(209 213 219 / 0.85);
}
.hover\:bg-gray-300\/90:hover {
  background-color: rgb(209 213 219 / 0.9);
}
.hover\:bg-gray-300\/95:hover {
  background-color: rgb(209 213 219 / 0.95);
}
.hover\:bg-gray-400:hover {
  background-color: #9ca3af;
}
.hover\:bg-gray-400\/0:hover {
  background-color: rgb(156 163 175 / 0);
}
.hover\:bg-gray-400\/10:hover {
  background-color: rgb(156 163 175 / 0.1);
}
.hover\:bg-gray-400\/100:hover {
  background-color: rgb(156 163 175 / 1);
}
.hover\:bg-gray-400\/15:hover {
  background-color: rgb(156 163 175 / 0.15);
}
.hover\:bg-gray-400\/20:hover {
  background-color: rgb(156 163 175 / 0.2);
}
.hover\:bg-gray-400\/25:hover {
  background-color: rgb(156 163 175 / 0.25);
}
.hover\:bg-gray-400\/30:hover {
  background-color: rgb(156 163 175 / 0.3);
}
.hover\:bg-gray-400\/35:hover {
  background-color: rgb(156 163 175 / 0.35);
}
.hover\:bg-gray-400\/40:hover {
  background-color: rgb(156 163 175 / 0.4);
}
.hover\:bg-gray-400\/45:hover {
  background-color: rgb(156 163 175 / 0.45);
}
.hover\:bg-gray-400\/5:hover {
  background-color: rgb(156 163 175 / 0.05);
}
.hover\:bg-gray-400\/50:hover {
  background-color: rgb(156 163 175 / 0.5);
}
.hover\:bg-gray-400\/55:hover {
  background-color: rgb(156 163 175 / 0.55);
}
.hover\:bg-gray-400\/60:hover {
  background-color: rgb(156 163 175 / 0.6);
}
.hover\:bg-gray-400\/65:hover {
  background-color: rgb(156 163 175 / 0.65);
}
.hover\:bg-gray-400\/70:hover {
  background-color: rgb(156 163 175 / 0.7);
}
.hover\:bg-gray-400\/75:hover {
  background-color: rgb(156 163 175 / 0.75);
}
.hover\:bg-gray-400\/80:hover {
  background-color: rgb(156 163 175 / 0.8);
}
.hover\:bg-gray-400\/85:hover {
  background-color: rgb(156 163 175 / 0.85);
}
.hover\:bg-gray-400\/90:hover {
  background-color: rgb(156 163 175 / 0.9);
}
.hover\:bg-gray-400\/95:hover {
  background-color: rgb(156 163 175 / 0.95);
}
.hover\:bg-gray-500:hover {
  background-color: #6b7280;
}
.hover\:bg-gray-500\/0:hover {
  background-color: rgb(107 114 128 / 0);
}
.hover\:bg-gray-500\/10:hover {
  background-color: rgb(107 114 128 / 0.1);
}
.hover\:bg-gray-500\/100:hover {
  background-color: rgb(107 114 128 / 1);
}
.hover\:bg-gray-500\/15:hover {
  background-color: rgb(107 114 128 / 0.15);
}
.hover\:bg-gray-500\/20:hover {
  background-color: rgb(107 114 128 / 0.2);
}
.hover\:bg-gray-500\/25:hover {
  background-color: rgb(107 114 128 / 0.25);
}
.hover\:bg-gray-500\/30:hover {
  background-color: rgb(107 114 128 / 0.3);
}
.hover\:bg-gray-500\/35:hover {
  background-color: rgb(107 114 128 / 0.35);
}
.hover\:bg-gray-500\/40:hover {
  background-color: rgb(107 114 128 / 0.4);
}
.hover\:bg-gray-500\/45:hover {
  background-color: rgb(107 114 128 / 0.45);
}
.hover\:bg-gray-500\/5:hover {
  background-color: rgb(107 114 128 / 0.05);
}
.hover\:bg-gray-500\/50:hover {
  background-color: rgb(107 114 128 / 0.5);
}
.hover\:bg-gray-500\/55:hover {
  background-color: rgb(107 114 128 / 0.55);
}
.hover\:bg-gray-500\/60:hover {
  background-color: rgb(107 114 128 / 0.6);
}
.hover\:bg-gray-500\/65:hover {
  background-color: rgb(107 114 128 / 0.65);
}
.hover\:bg-gray-500\/70:hover {
  background-color: rgb(107 114 128 / 0.7);
}
.hover\:bg-gray-500\/75:hover {
  background-color: rgb(107 114 128 / 0.75);
}
.hover\:bg-gray-500\/80:hover {
  background-color: rgb(107 114 128 / 0.8);
}
.hover\:bg-gray-500\/85:hover {
  background-color: rgb(107 114 128 / 0.85);
}
.hover\:bg-gray-500\/90:hover {
  background-color: rgb(107 114 128 / 0.9);
}
.hover\:bg-gray-500\/95:hover {
  background-color: rgb(107 114 128 / 0.95);
}
.hover\:bg-gray-600:hover {
  background-color: #4b5563;
}
.hover\:bg-gray-600\/0:hover {
  background-color: rgb(75 85 99 / 0);
}
.hover\:bg-gray-600\/10:hover {
  background-color: rgb(75 85 99 / 0.1);
}
.hover\:bg-gray-600\/100:hover {
  background-color: rgb(75 85 99 / 1);
}
.hover\:bg-gray-600\/15:hover {
  background-color: rgb(75 85 99 / 0.15);
}
.hover\:bg-gray-600\/20:hover {
  background-color: rgb(75 85 99 / 0.2);
}
.hover\:bg-gray-600\/25:hover {
  background-color: rgb(75 85 99 / 0.25);
}
.hover\:bg-gray-600\/30:hover {
  background-color: rgb(75 85 99 / 0.3);
}
.hover\:bg-gray-600\/35:hover {
  background-color: rgb(75 85 99 / 0.35);
}
.hover\:bg-gray-600\/40:hover {
  background-color: rgb(75 85 99 / 0.4);
}
.hover\:bg-gray-600\/45:hover {
  background-color: rgb(75 85 99 / 0.45);
}
.hover\:bg-gray-600\/5:hover {
  background-color: rgb(75 85 99 / 0.05);
}
.hover\:bg-gray-600\/50:hover {
  background-color: rgb(75 85 99 / 0.5);
}
.hover\:bg-gray-600\/55:hover {
  background-color: rgb(75 85 99 / 0.55);
}
.hover\:bg-gray-600\/60:hover {
  background-color: rgb(75 85 99 / 0.6);
}
.hover\:bg-gray-600\/65:hover {
  background-color: rgb(75 85 99 / 0.65);
}
.hover\:bg-gray-600\/70:hover {
  background-color: rgb(75 85 99 / 0.7);
}
.hover\:bg-gray-600\/75:hover {
  background-color: rgb(75 85 99 / 0.75);
}
.hover\:bg-gray-600\/80:hover {
  background-color: rgb(75 85 99 / 0.8);
}
.hover\:bg-gray-600\/85:hover {
  background-color: rgb(75 85 99 / 0.85);
}
.hover\:bg-gray-600\/90:hover {
  background-color: rgb(75 85 99 / 0.9);
}
.hover\:bg-gray-600\/95:hover {
  background-color: rgb(75 85 99 / 0.95);
}
.hover\:bg-gray-700:hover {
  background-color: #374151;
}
.hover\:bg-gray-700\/0:hover {
  background-color: rgb(55 65 81 / 0);
}
.hover\:bg-gray-700\/10:hover {
  background-color: rgb(55 65 81 / 0.1);
}
.hover\:bg-gray-700\/100:hover {
  background-color: rgb(55 65 81 / 1);
}
.hover\:bg-gray-700\/15:hover {
  background-color: rgb(55 65 81 / 0.15);
}
.hover\:bg-gray-700\/20:hover {
  background-color: rgb(55 65 81 / 0.2);
}
.hover\:bg-gray-700\/25:hover {
  background-color: rgb(55 65 81 / 0.25);
}
.hover\:bg-gray-700\/30:hover {
  background-color: rgb(55 65 81 / 0.3);
}
.hover\:bg-gray-700\/35:hover {
  background-color: rgb(55 65 81 / 0.35);
}
.hover\:bg-gray-700\/40:hover {
  background-color: rgb(55 65 81 / 0.4);
}
.hover\:bg-gray-700\/45:hover {
  background-color: rgb(55 65 81 / 0.45);
}
.hover\:bg-gray-700\/5:hover {
  background-color: rgb(55 65 81 / 0.05);
}
.hover\:bg-gray-700\/50:hover {
  background-color: rgb(55 65 81 / 0.5);
}
.hover\:bg-gray-700\/55:hover {
  background-color: rgb(55 65 81 / 0.55);
}
.hover\:bg-gray-700\/60:hover {
  background-color: rgb(55 65 81 / 0.6);
}
.hover\:bg-gray-700\/65:hover {
  background-color: rgb(55 65 81 / 0.65);
}
.hover\:bg-gray-700\/70:hover {
  background-color: rgb(55 65 81 / 0.7);
}
.hover\:bg-gray-700\/75:hover {
  background-color: rgb(55 65 81 / 0.75);
}
.hover\:bg-gray-700\/80:hover {
  background-color: rgb(55 65 81 / 0.8);
}
.hover\:bg-gray-700\/85:hover {
  background-color: rgb(55 65 81 / 0.85);
}
.hover\:bg-gray-700\/90:hover {
  background-color: rgb(55 65 81 / 0.9);
}
.hover\:bg-gray-700\/95:hover {
  background-color: rgb(55 65 81 / 0.95);
}
.hover\:bg-gray-800:hover {
  background-color: #1f2937;
}
.hover\:bg-gray-800\/0:hover {
  background-color: rgb(31 41 55 / 0);
}
.hover\:bg-gray-800\/10:hover {
  background-color: rgb(31 41 55 / 0.1);
}
.hover\:bg-gray-800\/100:hover {
  background-color: rgb(31 41 55 / 1);
}
.hover\:bg-gray-800\/15:hover {
  background-color: rgb(31 41 55 / 0.15);
}
.hover\:bg-gray-800\/20:hover {
  background-color: rgb(31 41 55 / 0.2);
}
.hover\:bg-gray-800\/25:hover {
  background-color: rgb(31 41 55 / 0.25);
}
.hover\:bg-gray-800\/30:hover {
  background-color: rgb(31 41 55 / 0.3);
}
.hover\:bg-gray-800\/35:hover {
  background-color: rgb(31 41 55 / 0.35);
}
.hover\:bg-gray-800\/40:hover {
  background-color: rgb(31 41 55 / 0.4);
}
.hover\:bg-gray-800\/45:hover {
  background-color: rgb(31 41 55 / 0.45);
}
.hover\:bg-gray-800\/5:hover {
  background-color: rgb(31 41 55 / 0.05);
}
.hover\:bg-gray-800\/50:hover {
  background-color: rgb(31 41 55 / 0.5);
}
.hover\:bg-gray-800\/55:hover {
  background-color: rgb(31 41 55 / 0.55);
}
.hover\:bg-gray-800\/60:hover {
  background-color: rgb(31 41 55 / 0.6);
}
.hover\:bg-gray-800\/65:hover {
  background-color: rgb(31 41 55 / 0.65);
}
.hover\:bg-gray-800\/70:hover {
  background-color: rgb(31 41 55 / 0.7);
}
.hover\:bg-gray-800\/75:hover {
  background-color: rgb(31 41 55 / 0.75);
}
.hover\:bg-gray-800\/80:hover {
  background-color: rgb(31 41 55 / 0.8);
}
.hover\:bg-gray-800\/85:hover {
  background-color: rgb(31 41 55 / 0.85);
}
.hover\:bg-gray-800\/90:hover {
  background-color: rgb(31 41 55 / 0.9);
}
.hover\:bg-gray-800\/95:hover {
  background-color: rgb(31 41 55 / 0.95);
}
.hover\:bg-gray-900:hover {
  background-color: #111827;
}
.hover\:bg-gray-900\/0:hover {
  background-color: rgb(17 24 39 / 0);
}
.hover\:bg-gray-900\/10:hover {
  background-color: rgb(17 24 39 / 0.1);
}
.hover\:bg-gray-900\/100:hover {
  background-color: rgb(17 24 39 / 1);
}
.hover\:bg-gray-900\/15:hover {
  background-color: rgb(17 24 39 / 0.15);
}
.hover\:bg-gray-900\/20:hover {
  background-color: rgb(17 24 39 / 0.2);
}
.hover\:bg-gray-900\/25:hover {
  background-color: rgb(17 24 39 / 0.25);
}
.hover\:bg-gray-900\/30:hover {
  background-color: rgb(17 24 39 / 0.3);
}
.hover\:bg-gray-900\/35:hover {
  background-color: rgb(17 24 39 / 0.35);
}
.hover\:bg-gray-900\/40:hover {
  background-color: rgb(17 24 39 / 0.4);
}
.hover\:bg-gray-900\/45:hover {
  background-color: rgb(17 24 39 / 0.45);
}
.hover\:bg-gray-900\/5:hover {
  background-color: rgb(17 24 39 / 0.05);
}
.hover\:bg-gray-900\/50:hover {
  background-color: rgb(17 24 39 / 0.5);
}
.hover\:bg-gray-900\/55:hover {
  background-color: rgb(17 24 39 / 0.55);
}
.hover\:bg-gray-900\/60:hover {
  background-color: rgb(17 24 39 / 0.6);
}
.hover\:bg-gray-900\/65:hover {
  background-color: rgb(17 24 39 / 0.65);
}
.hover\:bg-gray-900\/70:hover {
  background-color: rgb(17 24 39 / 0.7);
}
.hover\:bg-gray-900\/75:hover {
  background-color: rgb(17 24 39 / 0.75);
}
.hover\:bg-gray-900\/80:hover {
  background-color: rgb(17 24 39 / 0.8);
}
.hover\:bg-gray-900\/85:hover {
  background-color: rgb(17 24 39 / 0.85);
}
.hover\:bg-gray-900\/90:hover {
  background-color: rgb(17 24 39 / 0.9);
}
.hover\:bg-gray-900\/95:hover {
  background-color: rgb(17 24 39 / 0.95);
}
.hover\:bg-green-500:hover {
  background-color: #22c55e;
}
.hover\:bg-green-600:hover {
  background-color: #16a34a;
}
.hover\:bg-primary-100:hover {
  background-color: #3965AC;
}
.hover\:bg-primary-100\/0:hover {
  background-color: rgb(57 101 172 / 0);
}
.hover\:bg-primary-100\/10:hover {
  background-color: rgb(57 101 172 / 0.1);
}
.hover\:bg-primary-100\/100:hover {
  background-color: rgb(57 101 172 / 1);
}
.hover\:bg-primary-100\/15:hover {
  background-color: rgb(57 101 172 / 0.15);
}
.hover\:bg-primary-100\/20:hover {
  background-color: rgb(57 101 172 / 0.2);
}
.hover\:bg-primary-100\/25:hover {
  background-color: rgb(57 101 172 / 0.25);
}
.hover\:bg-primary-100\/30:hover {
  background-color: rgb(57 101 172 / 0.3);
}
.hover\:bg-primary-100\/35:hover {
  background-color: rgb(57 101 172 / 0.35);
}
.hover\:bg-primary-100\/40:hover {
  background-color: rgb(57 101 172 / 0.4);
}
.hover\:bg-primary-100\/45:hover {
  background-color: rgb(57 101 172 / 0.45);
}
.hover\:bg-primary-100\/5:hover {
  background-color: rgb(57 101 172 / 0.05);
}
.hover\:bg-primary-100\/50:hover {
  background-color: rgb(57 101 172 / 0.5);
}
.hover\:bg-primary-100\/55:hover {
  background-color: rgb(57 101 172 / 0.55);
}
.hover\:bg-primary-100\/60:hover {
  background-color: rgb(57 101 172 / 0.6);
}
.hover\:bg-primary-100\/65:hover {
  background-color: rgb(57 101 172 / 0.65);
}
.hover\:bg-primary-100\/70:hover {
  background-color: rgb(57 101 172 / 0.7);
}
.hover\:bg-primary-100\/75:hover {
  background-color: rgb(57 101 172 / 0.75);
}
.hover\:bg-primary-100\/80:hover {
  background-color: rgb(57 101 172 / 0.8);
}
.hover\:bg-primary-100\/85:hover {
  background-color: rgb(57 101 172 / 0.85);
}
.hover\:bg-primary-100\/90:hover {
  background-color: rgb(57 101 172 / 0.9);
}
.hover\:bg-primary-100\/95:hover {
  background-color: rgb(57 101 172 / 0.95);
}
.hover\:bg-primary-200:hover {
  background-color: #365FA1;
}
.hover\:bg-primary-200\/0:hover {
  background-color: rgb(54 95 161 / 0);
}
.hover\:bg-primary-200\/10:hover {
  background-color: rgb(54 95 161 / 0.1);
}
.hover\:bg-primary-200\/100:hover {
  background-color: rgb(54 95 161 / 1);
}
.hover\:bg-primary-200\/15:hover {
  background-color: rgb(54 95 161 / 0.15);
}
.hover\:bg-primary-200\/20:hover {
  background-color: rgb(54 95 161 / 0.2);
}
.hover\:bg-primary-200\/25:hover {
  background-color: rgb(54 95 161 / 0.25);
}
.hover\:bg-primary-200\/30:hover {
  background-color: rgb(54 95 161 / 0.3);
}
.hover\:bg-primary-200\/35:hover {
  background-color: rgb(54 95 161 / 0.35);
}
.hover\:bg-primary-200\/40:hover {
  background-color: rgb(54 95 161 / 0.4);
}
.hover\:bg-primary-200\/45:hover {
  background-color: rgb(54 95 161 / 0.45);
}
.hover\:bg-primary-200\/5:hover {
  background-color: rgb(54 95 161 / 0.05);
}
.hover\:bg-primary-200\/50:hover {
  background-color: rgb(54 95 161 / 0.5);
}
.hover\:bg-primary-200\/55:hover {
  background-color: rgb(54 95 161 / 0.55);
}
.hover\:bg-primary-200\/60:hover {
  background-color: rgb(54 95 161 / 0.6);
}
.hover\:bg-primary-200\/65:hover {
  background-color: rgb(54 95 161 / 0.65);
}
.hover\:bg-primary-200\/70:hover {
  background-color: rgb(54 95 161 / 0.7);
}
.hover\:bg-primary-200\/75:hover {
  background-color: rgb(54 95 161 / 0.75);
}
.hover\:bg-primary-200\/80:hover {
  background-color: rgb(54 95 161 / 0.8);
}
.hover\:bg-primary-200\/85:hover {
  background-color: rgb(54 95 161 / 0.85);
}
.hover\:bg-primary-200\/90:hover {
  background-color: rgb(54 95 161 / 0.9);
}
.hover\:bg-primary-200\/95:hover {
  background-color: rgb(54 95 161 / 0.95);
}
.hover\:bg-primary-300:hover {
  background-color: #325895;
}
.hover\:bg-primary-300\/0:hover {
  background-color: rgb(50 88 149 / 0);
}
.hover\:bg-primary-300\/10:hover {
  background-color: rgb(50 88 149 / 0.1);
}
.hover\:bg-primary-300\/100:hover {
  background-color: rgb(50 88 149 / 1);
}
.hover\:bg-primary-300\/15:hover {
  background-color: rgb(50 88 149 / 0.15);
}
.hover\:bg-primary-300\/20:hover {
  background-color: rgb(50 88 149 / 0.2);
}
.hover\:bg-primary-300\/25:hover {
  background-color: rgb(50 88 149 / 0.25);
}
.hover\:bg-primary-300\/30:hover {
  background-color: rgb(50 88 149 / 0.3);
}
.hover\:bg-primary-300\/35:hover {
  background-color: rgb(50 88 149 / 0.35);
}
.hover\:bg-primary-300\/40:hover {
  background-color: rgb(50 88 149 / 0.4);
}
.hover\:bg-primary-300\/45:hover {
  background-color: rgb(50 88 149 / 0.45);
}
.hover\:bg-primary-300\/5:hover {
  background-color: rgb(50 88 149 / 0.05);
}
.hover\:bg-primary-300\/50:hover {
  background-color: rgb(50 88 149 / 0.5);
}
.hover\:bg-primary-300\/55:hover {
  background-color: rgb(50 88 149 / 0.55);
}
.hover\:bg-primary-300\/60:hover {
  background-color: rgb(50 88 149 / 0.6);
}
.hover\:bg-primary-300\/65:hover {
  background-color: rgb(50 88 149 / 0.65);
}
.hover\:bg-primary-300\/70:hover {
  background-color: rgb(50 88 149 / 0.7);
}
.hover\:bg-primary-300\/75:hover {
  background-color: rgb(50 88 149 / 0.75);
}
.hover\:bg-primary-300\/80:hover {
  background-color: rgb(50 88 149 / 0.8);
}
.hover\:bg-primary-300\/85:hover {
  background-color: rgb(50 88 149 / 0.85);
}
.hover\:bg-primary-300\/90:hover {
  background-color: rgb(50 88 149 / 0.9);
}
.hover\:bg-primary-300\/95:hover {
  background-color: rgb(50 88 149 / 0.95);
}
.hover\:bg-primary-400:hover {
  background-color: #305691;
}
.hover\:bg-primary-400\/0:hover {
  background-color: rgb(48 86 145 / 0);
}
.hover\:bg-primary-400\/10:hover {
  background-color: rgb(48 86 145 / 0.1);
}
.hover\:bg-primary-400\/100:hover {
  background-color: rgb(48 86 145 / 1);
}
.hover\:bg-primary-400\/15:hover {
  background-color: rgb(48 86 145 / 0.15);
}
.hover\:bg-primary-400\/20:hover {
  background-color: rgb(48 86 145 / 0.2);
}
.hover\:bg-primary-400\/25:hover {
  background-color: rgb(48 86 145 / 0.25);
}
.hover\:bg-primary-400\/30:hover {
  background-color: rgb(48 86 145 / 0.3);
}
.hover\:bg-primary-400\/35:hover {
  background-color: rgb(48 86 145 / 0.35);
}
.hover\:bg-primary-400\/40:hover {
  background-color: rgb(48 86 145 / 0.4);
}
.hover\:bg-primary-400\/45:hover {
  background-color: rgb(48 86 145 / 0.45);
}
.hover\:bg-primary-400\/5:hover {
  background-color: rgb(48 86 145 / 0.05);
}
.hover\:bg-primary-400\/50:hover {
  background-color: rgb(48 86 145 / 0.5);
}
.hover\:bg-primary-400\/55:hover {
  background-color: rgb(48 86 145 / 0.55);
}
.hover\:bg-primary-400\/60:hover {
  background-color: rgb(48 86 145 / 0.6);
}
.hover\:bg-primary-400\/65:hover {
  background-color: rgb(48 86 145 / 0.65);
}
.hover\:bg-primary-400\/70:hover {
  background-color: rgb(48 86 145 / 0.7);
}
.hover\:bg-primary-400\/75:hover {
  background-color: rgb(48 86 145 / 0.75);
}
.hover\:bg-primary-400\/80:hover {
  background-color: rgb(48 86 145 / 0.8);
}
.hover\:bg-primary-400\/85:hover {
  background-color: rgb(48 86 145 / 0.85);
}
.hover\:bg-primary-400\/90:hover {
  background-color: rgb(48 86 145 / 0.9);
}
.hover\:bg-primary-400\/95:hover {
  background-color: rgb(48 86 145 / 0.95);
}
.hover\:bg-primary-50:hover {
  background-color: #3D6BB3;
}
.hover\:bg-primary-500:hover {
  background-color: #2d4b79;
}
.hover\:bg-primary-500\/0:hover {
  background-color: rgb(45 75 121 / 0);
}
.hover\:bg-primary-500\/10:hover {
  background-color: rgb(45 75 121 / 0.1);
}
.hover\:bg-primary-500\/100:hover {
  background-color: rgb(45 75 121 / 1);
}
.hover\:bg-primary-500\/15:hover {
  background-color: rgb(45 75 121 / 0.15);
}
.hover\:bg-primary-500\/20:hover {
  background-color: rgb(45 75 121 / 0.2);
}
.hover\:bg-primary-500\/25:hover {
  background-color: rgb(45 75 121 / 0.25);
}
.hover\:bg-primary-500\/30:hover {
  background-color: rgb(45 75 121 / 0.3);
}
.hover\:bg-primary-500\/35:hover {
  background-color: rgb(45 75 121 / 0.35);
}
.hover\:bg-primary-500\/40:hover {
  background-color: rgb(45 75 121 / 0.4);
}
.hover\:bg-primary-500\/45:hover {
  background-color: rgb(45 75 121 / 0.45);
}
.hover\:bg-primary-500\/5:hover {
  background-color: rgb(45 75 121 / 0.05);
}
.hover\:bg-primary-500\/50:hover {
  background-color: rgb(45 75 121 / 0.5);
}
.hover\:bg-primary-500\/55:hover {
  background-color: rgb(45 75 121 / 0.55);
}
.hover\:bg-primary-500\/60:hover {
  background-color: rgb(45 75 121 / 0.6);
}
.hover\:bg-primary-500\/65:hover {
  background-color: rgb(45 75 121 / 0.65);
}
.hover\:bg-primary-500\/70:hover {
  background-color: rgb(45 75 121 / 0.7);
}
.hover\:bg-primary-500\/75:hover {
  background-color: rgb(45 75 121 / 0.75);
}
.hover\:bg-primary-500\/80:hover {
  background-color: rgb(45 75 121 / 0.8);
}
.hover\:bg-primary-500\/85:hover {
  background-color: rgb(45 75 121 / 0.85);
}
.hover\:bg-primary-500\/90:hover {
  background-color: rgb(45 75 121 / 0.9);
}
.hover\:bg-primary-500\/95:hover {
  background-color: rgb(45 75 121 / 0.95);
}
.hover\:bg-primary-600:hover {
  background-color: #264473;
}
.hover\:bg-primary-600\/0:hover {
  background-color: rgb(38 68 115 / 0);
}
.hover\:bg-primary-600\/10:hover {
  background-color: rgb(38 68 115 / 0.1);
}
.hover\:bg-primary-600\/100:hover {
  background-color: rgb(38 68 115 / 1);
}
.hover\:bg-primary-600\/15:hover {
  background-color: rgb(38 68 115 / 0.15);
}
.hover\:bg-primary-600\/20:hover {
  background-color: rgb(38 68 115 / 0.2);
}
.hover\:bg-primary-600\/25:hover {
  background-color: rgb(38 68 115 / 0.25);
}
.hover\:bg-primary-600\/30:hover {
  background-color: rgb(38 68 115 / 0.3);
}
.hover\:bg-primary-600\/35:hover {
  background-color: rgb(38 68 115 / 0.35);
}
.hover\:bg-primary-600\/40:hover {
  background-color: rgb(38 68 115 / 0.4);
}
.hover\:bg-primary-600\/45:hover {
  background-color: rgb(38 68 115 / 0.45);
}
.hover\:bg-primary-600\/5:hover {
  background-color: rgb(38 68 115 / 0.05);
}
.hover\:bg-primary-600\/50:hover {
  background-color: rgb(38 68 115 / 0.5);
}
.hover\:bg-primary-600\/55:hover {
  background-color: rgb(38 68 115 / 0.55);
}
.hover\:bg-primary-600\/60:hover {
  background-color: rgb(38 68 115 / 0.6);
}
.hover\:bg-primary-600\/65:hover {
  background-color: rgb(38 68 115 / 0.65);
}
.hover\:bg-primary-600\/70:hover {
  background-color: rgb(38 68 115 / 0.7);
}
.hover\:bg-primary-600\/75:hover {
  background-color: rgb(38 68 115 / 0.75);
}
.hover\:bg-primary-600\/80:hover {
  background-color: rgb(38 68 115 / 0.8);
}
.hover\:bg-primary-600\/85:hover {
  background-color: rgb(38 68 115 / 0.85);
}
.hover\:bg-primary-600\/90:hover {
  background-color: rgb(38 68 115 / 0.9);
}
.hover\:bg-primary-600\/95:hover {
  background-color: rgb(38 68 115 / 0.95);
}
.hover\:bg-primary-700:hover {
  background-color: #233e68;
}
.hover\:bg-primary-700\/0:hover {
  background-color: rgb(35 62 104 / 0);
}
.hover\:bg-primary-700\/10:hover {
  background-color: rgb(35 62 104 / 0.1);
}
.hover\:bg-primary-700\/100:hover {
  background-color: rgb(35 62 104 / 1);
}
.hover\:bg-primary-700\/15:hover {
  background-color: rgb(35 62 104 / 0.15);
}
.hover\:bg-primary-700\/20:hover {
  background-color: rgb(35 62 104 / 0.2);
}
.hover\:bg-primary-700\/25:hover {
  background-color: rgb(35 62 104 / 0.25);
}
.hover\:bg-primary-700\/30:hover {
  background-color: rgb(35 62 104 / 0.3);
}
.hover\:bg-primary-700\/35:hover {
  background-color: rgb(35 62 104 / 0.35);
}
.hover\:bg-primary-700\/40:hover {
  background-color: rgb(35 62 104 / 0.4);
}
.hover\:bg-primary-700\/45:hover {
  background-color: rgb(35 62 104 / 0.45);
}
.hover\:bg-primary-700\/5:hover {
  background-color: rgb(35 62 104 / 0.05);
}
.hover\:bg-primary-700\/50:hover {
  background-color: rgb(35 62 104 / 0.5);
}
.hover\:bg-primary-700\/55:hover {
  background-color: rgb(35 62 104 / 0.55);
}
.hover\:bg-primary-700\/60:hover {
  background-color: rgb(35 62 104 / 0.6);
}
.hover\:bg-primary-700\/65:hover {
  background-color: rgb(35 62 104 / 0.65);
}
.hover\:bg-primary-700\/70:hover {
  background-color: rgb(35 62 104 / 0.7);
}
.hover\:bg-primary-700\/75:hover {
  background-color: rgb(35 62 104 / 0.75);
}
.hover\:bg-primary-700\/80:hover {
  background-color: rgb(35 62 104 / 0.8);
}
.hover\:bg-primary-700\/85:hover {
  background-color: rgb(35 62 104 / 0.85);
}
.hover\:bg-primary-700\/90:hover {
  background-color: rgb(35 62 104 / 0.9);
}
.hover\:bg-primary-700\/95:hover {
  background-color: rgb(35 62 104 / 0.95);
}
.hover\:bg-primary-800:hover {
  background-color: #1f375c;
}
.hover\:bg-primary-800\/0:hover {
  background-color: rgb(31 55 92 / 0);
}
.hover\:bg-primary-800\/10:hover {
  background-color: rgb(31 55 92 / 0.1);
}
.hover\:bg-primary-800\/100:hover {
  background-color: rgb(31 55 92 / 1);
}
.hover\:bg-primary-800\/15:hover {
  background-color: rgb(31 55 92 / 0.15);
}
.hover\:bg-primary-800\/20:hover {
  background-color: rgb(31 55 92 / 0.2);
}
.hover\:bg-primary-800\/25:hover {
  background-color: rgb(31 55 92 / 0.25);
}
.hover\:bg-primary-800\/30:hover {
  background-color: rgb(31 55 92 / 0.3);
}
.hover\:bg-primary-800\/35:hover {
  background-color: rgb(31 55 92 / 0.35);
}
.hover\:bg-primary-800\/40:hover {
  background-color: rgb(31 55 92 / 0.4);
}
.hover\:bg-primary-800\/45:hover {
  background-color: rgb(31 55 92 / 0.45);
}
.hover\:bg-primary-800\/5:hover {
  background-color: rgb(31 55 92 / 0.05);
}
.hover\:bg-primary-800\/50:hover {
  background-color: rgb(31 55 92 / 0.5);
}
.hover\:bg-primary-800\/55:hover {
  background-color: rgb(31 55 92 / 0.55);
}
.hover\:bg-primary-800\/60:hover {
  background-color: rgb(31 55 92 / 0.6);
}
.hover\:bg-primary-800\/65:hover {
  background-color: rgb(31 55 92 / 0.65);
}
.hover\:bg-primary-800\/70:hover {
  background-color: rgb(31 55 92 / 0.7);
}
.hover\:bg-primary-800\/75:hover {
  background-color: rgb(31 55 92 / 0.75);
}
.hover\:bg-primary-800\/80:hover {
  background-color: rgb(31 55 92 / 0.8);
}
.hover\:bg-primary-800\/85:hover {
  background-color: rgb(31 55 92 / 0.85);
}
.hover\:bg-primary-800\/90:hover {
  background-color: rgb(31 55 92 / 0.9);
}
.hover\:bg-primary-800\/95:hover {
  background-color: rgb(31 55 92 / 0.95);
}
.hover\:bg-primary-900:hover {
  background-color: #1b3051;
}
.hover\:bg-primary-900\/0:hover {
  background-color: rgb(27 48 81 / 0);
}
.hover\:bg-primary-900\/10:hover {
  background-color: rgb(27 48 81 / 0.1);
}
.hover\:bg-primary-900\/100:hover {
  background-color: rgb(27 48 81 / 1);
}
.hover\:bg-primary-900\/15:hover {
  background-color: rgb(27 48 81 / 0.15);
}
.hover\:bg-primary-900\/20:hover {
  background-color: rgb(27 48 81 / 0.2);
}
.hover\:bg-primary-900\/25:hover {
  background-color: rgb(27 48 81 / 0.25);
}
.hover\:bg-primary-900\/30:hover {
  background-color: rgb(27 48 81 / 0.3);
}
.hover\:bg-primary-900\/35:hover {
  background-color: rgb(27 48 81 / 0.35);
}
.hover\:bg-primary-900\/40:hover {
  background-color: rgb(27 48 81 / 0.4);
}
.hover\:bg-primary-900\/45:hover {
  background-color: rgb(27 48 81 / 0.45);
}
.hover\:bg-primary-900\/5:hover {
  background-color: rgb(27 48 81 / 0.05);
}
.hover\:bg-primary-900\/50:hover {
  background-color: rgb(27 48 81 / 0.5);
}
.hover\:bg-primary-900\/55:hover {
  background-color: rgb(27 48 81 / 0.55);
}
.hover\:bg-primary-900\/60:hover {
  background-color: rgb(27 48 81 / 0.6);
}
.hover\:bg-primary-900\/65:hover {
  background-color: rgb(27 48 81 / 0.65);
}
.hover\:bg-primary-900\/70:hover {
  background-color: rgb(27 48 81 / 0.7);
}
.hover\:bg-primary-900\/75:hover {
  background-color: rgb(27 48 81 / 0.75);
}
.hover\:bg-primary-900\/80:hover {
  background-color: rgb(27 48 81 / 0.8);
}
.hover\:bg-primary-900\/85:hover {
  background-color: rgb(27 48 81 / 0.85);
}
.hover\:bg-primary-900\/90:hover {
  background-color: rgb(27 48 81 / 0.9);
}
.hover\:bg-primary-900\/95:hover {
  background-color: rgb(27 48 81 / 0.95);
}
.hover\:bg-purple-600:hover {
  background-color: #9333ea;
}
.hover\:bg-red-100:hover {
  background-color: #fee2e2;
}
.hover\:bg-red-700:hover {
  background-color: #b91c1c;
}
.hover\:bg-secondary-100:hover {
  background-color: #DAE5E7;
}
.hover\:bg-secondary-100\/0:hover {
  background-color: rgb(218 229 231 / 0);
}
.hover\:bg-secondary-100\/10:hover {
  background-color: rgb(218 229 231 / 0.1);
}
.hover\:bg-secondary-100\/100:hover {
  background-color: rgb(218 229 231 / 1);
}
.hover\:bg-secondary-100\/15:hover {
  background-color: rgb(218 229 231 / 0.15);
}
.hover\:bg-secondary-100\/20:hover {
  background-color: rgb(218 229 231 / 0.2);
}
.hover\:bg-secondary-100\/25:hover {
  background-color: rgb(218 229 231 / 0.25);
}
.hover\:bg-secondary-100\/30:hover {
  background-color: rgb(218 229 231 / 0.3);
}
.hover\:bg-secondary-100\/35:hover {
  background-color: rgb(218 229 231 / 0.35);
}
.hover\:bg-secondary-100\/40:hover {
  background-color: rgb(218 229 231 / 0.4);
}
.hover\:bg-secondary-100\/45:hover {
  background-color: rgb(218 229 231 / 0.45);
}
.hover\:bg-secondary-100\/5:hover {
  background-color: rgb(218 229 231 / 0.05);
}
.hover\:bg-secondary-100\/50:hover {
  background-color: rgb(218 229 231 / 0.5);
}
.hover\:bg-secondary-100\/55:hover {
  background-color: rgb(218 229 231 / 0.55);
}
.hover\:bg-secondary-100\/60:hover {
  background-color: rgb(218 229 231 / 0.6);
}
.hover\:bg-secondary-100\/65:hover {
  background-color: rgb(218 229 231 / 0.65);
}
.hover\:bg-secondary-100\/70:hover {
  background-color: rgb(218 229 231 / 0.7);
}
.hover\:bg-secondary-100\/75:hover {
  background-color: rgb(218 229 231 / 0.75);
}
.hover\:bg-secondary-100\/80:hover {
  background-color: rgb(218 229 231 / 0.8);
}
.hover\:bg-secondary-100\/85:hover {
  background-color: rgb(218 229 231 / 0.85);
}
.hover\:bg-secondary-100\/90:hover {
  background-color: rgb(218 229 231 / 0.9);
}
.hover\:bg-secondary-100\/95:hover {
  background-color: rgb(218 229 231 / 0.95);
}
.hover\:bg-secondary-200:hover {
  background-color: #C4D6D9;
}
.hover\:bg-secondary-200\/0:hover {
  background-color: rgb(196 214 217 / 0);
}
.hover\:bg-secondary-200\/10:hover {
  background-color: rgb(196 214 217 / 0.1);
}
.hover\:bg-secondary-200\/100:hover {
  background-color: rgb(196 214 217 / 1);
}
.hover\:bg-secondary-200\/15:hover {
  background-color: rgb(196 214 217 / 0.15);
}
.hover\:bg-secondary-200\/20:hover {
  background-color: rgb(196 214 217 / 0.2);
}
.hover\:bg-secondary-200\/25:hover {
  background-color: rgb(196 214 217 / 0.25);
}
.hover\:bg-secondary-200\/30:hover {
  background-color: rgb(196 214 217 / 0.3);
}
.hover\:bg-secondary-200\/35:hover {
  background-color: rgb(196 214 217 / 0.35);
}
.hover\:bg-secondary-200\/40:hover {
  background-color: rgb(196 214 217 / 0.4);
}
.hover\:bg-secondary-200\/45:hover {
  background-color: rgb(196 214 217 / 0.45);
}
.hover\:bg-secondary-200\/5:hover {
  background-color: rgb(196 214 217 / 0.05);
}
.hover\:bg-secondary-200\/50:hover {
  background-color: rgb(196 214 217 / 0.5);
}
.hover\:bg-secondary-200\/55:hover {
  background-color: rgb(196 214 217 / 0.55);
}
.hover\:bg-secondary-200\/60:hover {
  background-color: rgb(196 214 217 / 0.6);
}
.hover\:bg-secondary-200\/65:hover {
  background-color: rgb(196 214 217 / 0.65);
}
.hover\:bg-secondary-200\/70:hover {
  background-color: rgb(196 214 217 / 0.7);
}
.hover\:bg-secondary-200\/75:hover {
  background-color: rgb(196 214 217 / 0.75);
}
.hover\:bg-secondary-200\/80:hover {
  background-color: rgb(196 214 217 / 0.8);
}
.hover\:bg-secondary-200\/85:hover {
  background-color: rgb(196 214 217 / 0.85);
}
.hover\:bg-secondary-200\/90:hover {
  background-color: rgb(196 214 217 / 0.9);
}
.hover\:bg-secondary-200\/95:hover {
  background-color: rgb(196 214 217 / 0.95);
}
.hover\:bg-secondary-300:hover {
  background-color: #AEC7CC;
}
.hover\:bg-secondary-300\/0:hover {
  background-color: rgb(174 199 204 / 0);
}
.hover\:bg-secondary-300\/10:hover {
  background-color: rgb(174 199 204 / 0.1);
}
.hover\:bg-secondary-300\/100:hover {
  background-color: rgb(174 199 204 / 1);
}
.hover\:bg-secondary-300\/15:hover {
  background-color: rgb(174 199 204 / 0.15);
}
.hover\:bg-secondary-300\/20:hover {
  background-color: rgb(174 199 204 / 0.2);
}
.hover\:bg-secondary-300\/25:hover {
  background-color: rgb(174 199 204 / 0.25);
}
.hover\:bg-secondary-300\/30:hover {
  background-color: rgb(174 199 204 / 0.3);
}
.hover\:bg-secondary-300\/35:hover {
  background-color: rgb(174 199 204 / 0.35);
}
.hover\:bg-secondary-300\/40:hover {
  background-color: rgb(174 199 204 / 0.4);
}
.hover\:bg-secondary-300\/45:hover {
  background-color: rgb(174 199 204 / 0.45);
}
.hover\:bg-secondary-300\/5:hover {
  background-color: rgb(174 199 204 / 0.05);
}
.hover\:bg-secondary-300\/50:hover {
  background-color: rgb(174 199 204 / 0.5);
}
.hover\:bg-secondary-300\/55:hover {
  background-color: rgb(174 199 204 / 0.55);
}
.hover\:bg-secondary-300\/60:hover {
  background-color: rgb(174 199 204 / 0.6);
}
.hover\:bg-secondary-300\/65:hover {
  background-color: rgb(174 199 204 / 0.65);
}
.hover\:bg-secondary-300\/70:hover {
  background-color: rgb(174 199 204 / 0.7);
}
.hover\:bg-secondary-300\/75:hover {
  background-color: rgb(174 199 204 / 0.75);
}
.hover\:bg-secondary-300\/80:hover {
  background-color: rgb(174 199 204 / 0.8);
}
.hover\:bg-secondary-300\/85:hover {
  background-color: rgb(174 199 204 / 0.85);
}
.hover\:bg-secondary-300\/90:hover {
  background-color: rgb(174 199 204 / 0.9);
}
.hover\:bg-secondary-300\/95:hover {
  background-color: rgb(174 199 204 / 0.95);
}
.hover\:bg-secondary-400:hover {
  background-color: #98B8BE;
}
.hover\:bg-secondary-400\/0:hover {
  background-color: rgb(152 184 190 / 0);
}
.hover\:bg-secondary-400\/10:hover {
  background-color: rgb(152 184 190 / 0.1);
}
.hover\:bg-secondary-400\/100:hover {
  background-color: rgb(152 184 190 / 1);
}
.hover\:bg-secondary-400\/15:hover {
  background-color: rgb(152 184 190 / 0.15);
}
.hover\:bg-secondary-400\/20:hover {
  background-color: rgb(152 184 190 / 0.2);
}
.hover\:bg-secondary-400\/25:hover {
  background-color: rgb(152 184 190 / 0.25);
}
.hover\:bg-secondary-400\/30:hover {
  background-color: rgb(152 184 190 / 0.3);
}
.hover\:bg-secondary-400\/35:hover {
  background-color: rgb(152 184 190 / 0.35);
}
.hover\:bg-secondary-400\/40:hover {
  background-color: rgb(152 184 190 / 0.4);
}
.hover\:bg-secondary-400\/45:hover {
  background-color: rgb(152 184 190 / 0.45);
}
.hover\:bg-secondary-400\/5:hover {
  background-color: rgb(152 184 190 / 0.05);
}
.hover\:bg-secondary-400\/50:hover {
  background-color: rgb(152 184 190 / 0.5);
}
.hover\:bg-secondary-400\/55:hover {
  background-color: rgb(152 184 190 / 0.55);
}
.hover\:bg-secondary-400\/60:hover {
  background-color: rgb(152 184 190 / 0.6);
}
.hover\:bg-secondary-400\/65:hover {
  background-color: rgb(152 184 190 / 0.65);
}
.hover\:bg-secondary-400\/70:hover {
  background-color: rgb(152 184 190 / 0.7);
}
.hover\:bg-secondary-400\/75:hover {
  background-color: rgb(152 184 190 / 0.75);
}
.hover\:bg-secondary-400\/80:hover {
  background-color: rgb(152 184 190 / 0.8);
}
.hover\:bg-secondary-400\/85:hover {
  background-color: rgb(152 184 190 / 0.85);
}
.hover\:bg-secondary-400\/90:hover {
  background-color: rgb(152 184 190 / 0.9);
}
.hover\:bg-secondary-400\/95:hover {
  background-color: rgb(152 184 190 / 0.95);
}
.hover\:bg-secondary-500:hover {
  background-color: #82A9B0;
}
.hover\:bg-secondary-500\/0:hover {
  background-color: rgb(130 169 176 / 0);
}
.hover\:bg-secondary-500\/10:hover {
  background-color: rgb(130 169 176 / 0.1);
}
.hover\:bg-secondary-500\/100:hover {
  background-color: rgb(130 169 176 / 1);
}
.hover\:bg-secondary-500\/15:hover {
  background-color: rgb(130 169 176 / 0.15);
}
.hover\:bg-secondary-500\/20:hover {
  background-color: rgb(130 169 176 / 0.2);
}
.hover\:bg-secondary-500\/25:hover {
  background-color: rgb(130 169 176 / 0.25);
}
.hover\:bg-secondary-500\/30:hover {
  background-color: rgb(130 169 176 / 0.3);
}
.hover\:bg-secondary-500\/35:hover {
  background-color: rgb(130 169 176 / 0.35);
}
.hover\:bg-secondary-500\/40:hover {
  background-color: rgb(130 169 176 / 0.4);
}
.hover\:bg-secondary-500\/45:hover {
  background-color: rgb(130 169 176 / 0.45);
}
.hover\:bg-secondary-500\/5:hover {
  background-color: rgb(130 169 176 / 0.05);
}
.hover\:bg-secondary-500\/50:hover {
  background-color: rgb(130 169 176 / 0.5);
}
.hover\:bg-secondary-500\/55:hover {
  background-color: rgb(130 169 176 / 0.55);
}
.hover\:bg-secondary-500\/60:hover {
  background-color: rgb(130 169 176 / 0.6);
}
.hover\:bg-secondary-500\/65:hover {
  background-color: rgb(130 169 176 / 0.65);
}
.hover\:bg-secondary-500\/70:hover {
  background-color: rgb(130 169 176 / 0.7);
}
.hover\:bg-secondary-500\/75:hover {
  background-color: rgb(130 169 176 / 0.75);
}
.hover\:bg-secondary-500\/80:hover {
  background-color: rgb(130 169 176 / 0.8);
}
.hover\:bg-secondary-500\/85:hover {
  background-color: rgb(130 169 176 / 0.85);
}
.hover\:bg-secondary-500\/90:hover {
  background-color: rgb(130 169 176 / 0.9);
}
.hover\:bg-secondary-500\/95:hover {
  background-color: rgb(130 169 176 / 0.95);
}
.hover\:bg-secondary-600:hover {
  background-color: #66969E;
}
.hover\:bg-secondary-600\/0:hover {
  background-color: rgb(102 150 158 / 0);
}
.hover\:bg-secondary-600\/10:hover {
  background-color: rgb(102 150 158 / 0.1);
}
.hover\:bg-secondary-600\/100:hover {
  background-color: rgb(102 150 158 / 1);
}
.hover\:bg-secondary-600\/15:hover {
  background-color: rgb(102 150 158 / 0.15);
}
.hover\:bg-secondary-600\/20:hover {
  background-color: rgb(102 150 158 / 0.2);
}
.hover\:bg-secondary-600\/25:hover {
  background-color: rgb(102 150 158 / 0.25);
}
.hover\:bg-secondary-600\/30:hover {
  background-color: rgb(102 150 158 / 0.3);
}
.hover\:bg-secondary-600\/35:hover {
  background-color: rgb(102 150 158 / 0.35);
}
.hover\:bg-secondary-600\/40:hover {
  background-color: rgb(102 150 158 / 0.4);
}
.hover\:bg-secondary-600\/45:hover {
  background-color: rgb(102 150 158 / 0.45);
}
.hover\:bg-secondary-600\/5:hover {
  background-color: rgb(102 150 158 / 0.05);
}
.hover\:bg-secondary-600\/50:hover {
  background-color: rgb(102 150 158 / 0.5);
}
.hover\:bg-secondary-600\/55:hover {
  background-color: rgb(102 150 158 / 0.55);
}
.hover\:bg-secondary-600\/60:hover {
  background-color: rgb(102 150 158 / 0.6);
}
.hover\:bg-secondary-600\/65:hover {
  background-color: rgb(102 150 158 / 0.65);
}
.hover\:bg-secondary-600\/70:hover {
  background-color: rgb(102 150 158 / 0.7);
}
.hover\:bg-secondary-600\/75:hover {
  background-color: rgb(102 150 158 / 0.75);
}
.hover\:bg-secondary-600\/80:hover {
  background-color: rgb(102 150 158 / 0.8);
}
.hover\:bg-secondary-600\/85:hover {
  background-color: rgb(102 150 158 / 0.85);
}
.hover\:bg-secondary-600\/90:hover {
  background-color: rgb(102 150 158 / 0.9);
}
.hover\:bg-secondary-600\/95:hover {
  background-color: rgb(102 150 158 / 0.95);
}
.hover\:bg-secondary-700:hover {
  background-color: #537C83;
}
.hover\:bg-secondary-700\/0:hover {
  background-color: rgb(83 124 131 / 0);
}
.hover\:bg-secondary-700\/10:hover {
  background-color: rgb(83 124 131 / 0.1);
}
.hover\:bg-secondary-700\/100:hover {
  background-color: rgb(83 124 131 / 1);
}
.hover\:bg-secondary-700\/15:hover {
  background-color: rgb(83 124 131 / 0.15);
}
.hover\:bg-secondary-700\/20:hover {
  background-color: rgb(83 124 131 / 0.2);
}
.hover\:bg-secondary-700\/25:hover {
  background-color: rgb(83 124 131 / 0.25);
}
.hover\:bg-secondary-700\/30:hover {
  background-color: rgb(83 124 131 / 0.3);
}
.hover\:bg-secondary-700\/35:hover {
  background-color: rgb(83 124 131 / 0.35);
}
.hover\:bg-secondary-700\/40:hover {
  background-color: rgb(83 124 131 / 0.4);
}
.hover\:bg-secondary-700\/45:hover {
  background-color: rgb(83 124 131 / 0.45);
}
.hover\:bg-secondary-700\/5:hover {
  background-color: rgb(83 124 131 / 0.05);
}
.hover\:bg-secondary-700\/50:hover {
  background-color: rgb(83 124 131 / 0.5);
}
.hover\:bg-secondary-700\/55:hover {
  background-color: rgb(83 124 131 / 0.55);
}
.hover\:bg-secondary-700\/60:hover {
  background-color: rgb(83 124 131 / 0.6);
}
.hover\:bg-secondary-700\/65:hover {
  background-color: rgb(83 124 131 / 0.65);
}
.hover\:bg-secondary-700\/70:hover {
  background-color: rgb(83 124 131 / 0.7);
}
.hover\:bg-secondary-700\/75:hover {
  background-color: rgb(83 124 131 / 0.75);
}
.hover\:bg-secondary-700\/80:hover {
  background-color: rgb(83 124 131 / 0.8);
}
.hover\:bg-secondary-700\/85:hover {
  background-color: rgb(83 124 131 / 0.85);
}
.hover\:bg-secondary-700\/90:hover {
  background-color: rgb(83 124 131 / 0.9);
}
.hover\:bg-secondary-700\/95:hover {
  background-color: rgb(83 124 131 / 0.95);
}
.hover\:bg-secondary-800:hover {
  background-color: #416167;
}
.hover\:bg-secondary-800\/0:hover {
  background-color: rgb(65 97 103 / 0);
}
.hover\:bg-secondary-800\/10:hover {
  background-color: rgb(65 97 103 / 0.1);
}
.hover\:bg-secondary-800\/100:hover {
  background-color: rgb(65 97 103 / 1);
}
.hover\:bg-secondary-800\/15:hover {
  background-color: rgb(65 97 103 / 0.15);
}
.hover\:bg-secondary-800\/20:hover {
  background-color: rgb(65 97 103 / 0.2);
}
.hover\:bg-secondary-800\/25:hover {
  background-color: rgb(65 97 103 / 0.25);
}
.hover\:bg-secondary-800\/30:hover {
  background-color: rgb(65 97 103 / 0.3);
}
.hover\:bg-secondary-800\/35:hover {
  background-color: rgb(65 97 103 / 0.35);
}
.hover\:bg-secondary-800\/40:hover {
  background-color: rgb(65 97 103 / 0.4);
}
.hover\:bg-secondary-800\/45:hover {
  background-color: rgb(65 97 103 / 0.45);
}
.hover\:bg-secondary-800\/5:hover {
  background-color: rgb(65 97 103 / 0.05);
}
.hover\:bg-secondary-800\/50:hover {
  background-color: rgb(65 97 103 / 0.5);
}
.hover\:bg-secondary-800\/55:hover {
  background-color: rgb(65 97 103 / 0.55);
}
.hover\:bg-secondary-800\/60:hover {
  background-color: rgb(65 97 103 / 0.6);
}
.hover\:bg-secondary-800\/65:hover {
  background-color: rgb(65 97 103 / 0.65);
}
.hover\:bg-secondary-800\/70:hover {
  background-color: rgb(65 97 103 / 0.7);
}
.hover\:bg-secondary-800\/75:hover {
  background-color: rgb(65 97 103 / 0.75);
}
.hover\:bg-secondary-800\/80:hover {
  background-color: rgb(65 97 103 / 0.8);
}
.hover\:bg-secondary-800\/85:hover {
  background-color: rgb(65 97 103 / 0.85);
}
.hover\:bg-secondary-800\/90:hover {
  background-color: rgb(65 97 103 / 0.9);
}
.hover\:bg-secondary-800\/95:hover {
  background-color: rgb(65 97 103 / 0.95);
}
.hover\:bg-secondary-900:hover {
  background-color: #2F474B;
}
.hover\:bg-secondary-900\/0:hover {
  background-color: rgb(47 71 75 / 0);
}
.hover\:bg-secondary-900\/10:hover {
  background-color: rgb(47 71 75 / 0.1);
}
.hover\:bg-secondary-900\/100:hover {
  background-color: rgb(47 71 75 / 1);
}
.hover\:bg-secondary-900\/15:hover {
  background-color: rgb(47 71 75 / 0.15);
}
.hover\:bg-secondary-900\/20:hover {
  background-color: rgb(47 71 75 / 0.2);
}
.hover\:bg-secondary-900\/25:hover {
  background-color: rgb(47 71 75 / 0.25);
}
.hover\:bg-secondary-900\/30:hover {
  background-color: rgb(47 71 75 / 0.3);
}
.hover\:bg-secondary-900\/35:hover {
  background-color: rgb(47 71 75 / 0.35);
}
.hover\:bg-secondary-900\/40:hover {
  background-color: rgb(47 71 75 / 0.4);
}
.hover\:bg-secondary-900\/45:hover {
  background-color: rgb(47 71 75 / 0.45);
}
.hover\:bg-secondary-900\/5:hover {
  background-color: rgb(47 71 75 / 0.05);
}
.hover\:bg-secondary-900\/50:hover {
  background-color: rgb(47 71 75 / 0.5);
}
.hover\:bg-secondary-900\/55:hover {
  background-color: rgb(47 71 75 / 0.55);
}
.hover\:bg-secondary-900\/60:hover {
  background-color: rgb(47 71 75 / 0.6);
}
.hover\:bg-secondary-900\/65:hover {
  background-color: rgb(47 71 75 / 0.65);
}
.hover\:bg-secondary-900\/70:hover {
  background-color: rgb(47 71 75 / 0.7);
}
.hover\:bg-secondary-900\/75:hover {
  background-color: rgb(47 71 75 / 0.75);
}
.hover\:bg-secondary-900\/80:hover {
  background-color: rgb(47 71 75 / 0.8);
}
.hover\:bg-secondary-900\/85:hover {
  background-color: rgb(47 71 75 / 0.85);
}
.hover\:bg-secondary-900\/90:hover {
  background-color: rgb(47 71 75 / 0.9);
}
.hover\:bg-secondary-900\/95:hover {
  background-color: rgb(47 71 75 / 0.95);
}
.hover\:bg-sky-300:hover {
  background-color: #7dd3fc;
}
.hover\:bg-slate-50:hover {
  background-color: #f8fafc;
}
.hover\:bg-white:hover {
  background-color: #fff;
}
.hover\:bg-white\/10:hover {
  background-color: rgb(255 255 255 / 0.1);
}
.hover\:bg-yellow-100:hover {
  background-color: #fef9c3;
}
.hover\:from-sky-600:hover {
  --tw-gradient-from: #0284c7 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(2 132 199 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.hover\:via-sky-400:hover {
  --tw-gradient-to: rgb(56 189 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    #38bdf8 var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.hover\:to-sky-600:hover {
  --tw-gradient-to: #0284c7 var(--tw-gradient-to-position);
}
.hover\:text-accent-100:hover {
  color: #fceae9;
}
.hover\:text-accent-100\/0:hover {
  color: rgb(252 234 233 / 0);
}
.hover\:text-accent-100\/10:hover {
  color: rgb(252 234 233 / 0.1);
}
.hover\:text-accent-100\/100:hover {
  color: rgb(252 234 233 / 1);
}
.hover\:text-accent-100\/15:hover {
  color: rgb(252 234 233 / 0.15);
}
.hover\:text-accent-100\/20:hover {
  color: rgb(252 234 233 / 0.2);
}
.hover\:text-accent-100\/25:hover {
  color: rgb(252 234 233 / 0.25);
}
.hover\:text-accent-100\/30:hover {
  color: rgb(252 234 233 / 0.3);
}
.hover\:text-accent-100\/35:hover {
  color: rgb(252 234 233 / 0.35);
}
.hover\:text-accent-100\/40:hover {
  color: rgb(252 234 233 / 0.4);
}
.hover\:text-accent-100\/45:hover {
  color: rgb(252 234 233 / 0.45);
}
.hover\:text-accent-100\/5:hover {
  color: rgb(252 234 233 / 0.05);
}
.hover\:text-accent-100\/50:hover {
  color: rgb(252 234 233 / 0.5);
}
.hover\:text-accent-100\/55:hover {
  color: rgb(252 234 233 / 0.55);
}
.hover\:text-accent-100\/60:hover {
  color: rgb(252 234 233 / 0.6);
}
.hover\:text-accent-100\/65:hover {
  color: rgb(252 234 233 / 0.65);
}
.hover\:text-accent-100\/70:hover {
  color: rgb(252 234 233 / 0.7);
}
.hover\:text-accent-100\/75:hover {
  color: rgb(252 234 233 / 0.75);
}
.hover\:text-accent-100\/80:hover {
  color: rgb(252 234 233 / 0.8);
}
.hover\:text-accent-100\/85:hover {
  color: rgb(252 234 233 / 0.85);
}
.hover\:text-accent-100\/90:hover {
  color: rgb(252 234 233 / 0.9);
}
.hover\:text-accent-100\/95:hover {
  color: rgb(252 234 233 / 0.95);
}
.hover\:text-accent-200:hover {
  color: #f9d4d2;
}
.hover\:text-accent-200\/0:hover {
  color: rgb(249 212 210 / 0);
}
.hover\:text-accent-200\/10:hover {
  color: rgb(249 212 210 / 0.1);
}
.hover\:text-accent-200\/100:hover {
  color: rgb(249 212 210 / 1);
}
.hover\:text-accent-200\/15:hover {
  color: rgb(249 212 210 / 0.15);
}
.hover\:text-accent-200\/20:hover {
  color: rgb(249 212 210 / 0.2);
}
.hover\:text-accent-200\/25:hover {
  color: rgb(249 212 210 / 0.25);
}
.hover\:text-accent-200\/30:hover {
  color: rgb(249 212 210 / 0.3);
}
.hover\:text-accent-200\/35:hover {
  color: rgb(249 212 210 / 0.35);
}
.hover\:text-accent-200\/40:hover {
  color: rgb(249 212 210 / 0.4);
}
.hover\:text-accent-200\/45:hover {
  color: rgb(249 212 210 / 0.45);
}
.hover\:text-accent-200\/5:hover {
  color: rgb(249 212 210 / 0.05);
}
.hover\:text-accent-200\/50:hover {
  color: rgb(249 212 210 / 0.5);
}
.hover\:text-accent-200\/55:hover {
  color: rgb(249 212 210 / 0.55);
}
.hover\:text-accent-200\/60:hover {
  color: rgb(249 212 210 / 0.6);
}
.hover\:text-accent-200\/65:hover {
  color: rgb(249 212 210 / 0.65);
}
.hover\:text-accent-200\/70:hover {
  color: rgb(249 212 210 / 0.7);
}
.hover\:text-accent-200\/75:hover {
  color: rgb(249 212 210 / 0.75);
}
.hover\:text-accent-200\/80:hover {
  color: rgb(249 212 210 / 0.8);
}
.hover\:text-accent-200\/85:hover {
  color: rgb(249 212 210 / 0.85);
}
.hover\:text-accent-200\/90:hover {
  color: rgb(249 212 210 / 0.9);
}
.hover\:text-accent-200\/95:hover {
  color: rgb(249 212 210 / 0.95);
}
.hover\:text-accent-300:hover {
  color: #f4b5b3;
}
.hover\:text-accent-300\/0:hover {
  color: rgb(244 181 179 / 0);
}
.hover\:text-accent-300\/10:hover {
  color: rgb(244 181 179 / 0.1);
}
.hover\:text-accent-300\/100:hover {
  color: rgb(244 181 179 / 1);
}
.hover\:text-accent-300\/15:hover {
  color: rgb(244 181 179 / 0.15);
}
.hover\:text-accent-300\/20:hover {
  color: rgb(244 181 179 / 0.2);
}
.hover\:text-accent-300\/25:hover {
  color: rgb(244 181 179 / 0.25);
}
.hover\:text-accent-300\/30:hover {
  color: rgb(244 181 179 / 0.3);
}
.hover\:text-accent-300\/35:hover {
  color: rgb(244 181 179 / 0.35);
}
.hover\:text-accent-300\/40:hover {
  color: rgb(244 181 179 / 0.4);
}
.hover\:text-accent-300\/45:hover {
  color: rgb(244 181 179 / 0.45);
}
.hover\:text-accent-300\/5:hover {
  color: rgb(244 181 179 / 0.05);
}
.hover\:text-accent-300\/50:hover {
  color: rgb(244 181 179 / 0.5);
}
.hover\:text-accent-300\/55:hover {
  color: rgb(244 181 179 / 0.55);
}
.hover\:text-accent-300\/60:hover {
  color: rgb(244 181 179 / 0.6);
}
.hover\:text-accent-300\/65:hover {
  color: rgb(244 181 179 / 0.65);
}
.hover\:text-accent-300\/70:hover {
  color: rgb(244 181 179 / 0.7);
}
.hover\:text-accent-300\/75:hover {
  color: rgb(244 181 179 / 0.75);
}
.hover\:text-accent-300\/80:hover {
  color: rgb(244 181 179 / 0.8);
}
.hover\:text-accent-300\/85:hover {
  color: rgb(244 181 179 / 0.85);
}
.hover\:text-accent-300\/90:hover {
  color: rgb(244 181 179 / 0.9);
}
.hover\:text-accent-300\/95:hover {
  color: rgb(244 181 179 / 0.95);
}
.hover\:text-accent-400:hover {
  color: #ee8e8b;
}
.hover\:text-accent-400\/0:hover {
  color: rgb(238 142 139 / 0);
}
.hover\:text-accent-400\/10:hover {
  color: rgb(238 142 139 / 0.1);
}
.hover\:text-accent-400\/100:hover {
  color: rgb(238 142 139 / 1);
}
.hover\:text-accent-400\/15:hover {
  color: rgb(238 142 139 / 0.15);
}
.hover\:text-accent-400\/20:hover {
  color: rgb(238 142 139 / 0.2);
}
.hover\:text-accent-400\/25:hover {
  color: rgb(238 142 139 / 0.25);
}
.hover\:text-accent-400\/30:hover {
  color: rgb(238 142 139 / 0.3);
}
.hover\:text-accent-400\/35:hover {
  color: rgb(238 142 139 / 0.35);
}
.hover\:text-accent-400\/40:hover {
  color: rgb(238 142 139 / 0.4);
}
.hover\:text-accent-400\/45:hover {
  color: rgb(238 142 139 / 0.45);
}
.hover\:text-accent-400\/5:hover {
  color: rgb(238 142 139 / 0.05);
}
.hover\:text-accent-400\/50:hover {
  color: rgb(238 142 139 / 0.5);
}
.hover\:text-accent-400\/55:hover {
  color: rgb(238 142 139 / 0.55);
}
.hover\:text-accent-400\/60:hover {
  color: rgb(238 142 139 / 0.6);
}
.hover\:text-accent-400\/65:hover {
  color: rgb(238 142 139 / 0.65);
}
.hover\:text-accent-400\/70:hover {
  color: rgb(238 142 139 / 0.7);
}
.hover\:text-accent-400\/75:hover {
  color: rgb(238 142 139 / 0.75);
}
.hover\:text-accent-400\/80:hover {
  color: rgb(238 142 139 / 0.8);
}
.hover\:text-accent-400\/85:hover {
  color: rgb(238 142 139 / 0.85);
}
.hover\:text-accent-400\/90:hover {
  color: rgb(238 142 139 / 0.9);
}
.hover\:text-accent-400\/95:hover {
  color: rgb(238 142 139 / 0.95);
}
.hover\:text-accent-500:hover {
  color: #e57373;
}
.hover\:text-accent-500\/0:hover {
  color: rgb(229 115 115 / 0);
}
.hover\:text-accent-500\/10:hover {
  color: rgb(229 115 115 / 0.1);
}
.hover\:text-accent-500\/100:hover {
  color: rgb(229 115 115 / 1);
}
.hover\:text-accent-500\/15:hover {
  color: rgb(229 115 115 / 0.15);
}
.hover\:text-accent-500\/20:hover {
  color: rgb(229 115 115 / 0.2);
}
.hover\:text-accent-500\/25:hover {
  color: rgb(229 115 115 / 0.25);
}
.hover\:text-accent-500\/30:hover {
  color: rgb(229 115 115 / 0.3);
}
.hover\:text-accent-500\/35:hover {
  color: rgb(229 115 115 / 0.35);
}
.hover\:text-accent-500\/40:hover {
  color: rgb(229 115 115 / 0.4);
}
.hover\:text-accent-500\/45:hover {
  color: rgb(229 115 115 / 0.45);
}
.hover\:text-accent-500\/5:hover {
  color: rgb(229 115 115 / 0.05);
}
.hover\:text-accent-500\/50:hover {
  color: rgb(229 115 115 / 0.5);
}
.hover\:text-accent-500\/55:hover {
  color: rgb(229 115 115 / 0.55);
}
.hover\:text-accent-500\/60:hover {
  color: rgb(229 115 115 / 0.6);
}
.hover\:text-accent-500\/65:hover {
  color: rgb(229 115 115 / 0.65);
}
.hover\:text-accent-500\/70:hover {
  color: rgb(229 115 115 / 0.7);
}
.hover\:text-accent-500\/75:hover {
  color: rgb(229 115 115 / 0.75);
}
.hover\:text-accent-500\/80:hover {
  color: rgb(229 115 115 / 0.8);
}
.hover\:text-accent-500\/85:hover {
  color: rgb(229 115 115 / 0.85);
}
.hover\:text-accent-500\/90:hover {
  color: rgb(229 115 115 / 0.9);
}
.hover\:text-accent-500\/95:hover {
  color: rgb(229 115 115 / 0.95);
}
.hover\:text-accent-600:hover {
  color: #d95f5f;
}
.hover\:text-accent-600\/0:hover {
  color: rgb(217 95 95 / 0);
}
.hover\:text-accent-600\/10:hover {
  color: rgb(217 95 95 / 0.1);
}
.hover\:text-accent-600\/100:hover {
  color: rgb(217 95 95 / 1);
}
.hover\:text-accent-600\/15:hover {
  color: rgb(217 95 95 / 0.15);
}
.hover\:text-accent-600\/20:hover {
  color: rgb(217 95 95 / 0.2);
}
.hover\:text-accent-600\/25:hover {
  color: rgb(217 95 95 / 0.25);
}
.hover\:text-accent-600\/30:hover {
  color: rgb(217 95 95 / 0.3);
}
.hover\:text-accent-600\/35:hover {
  color: rgb(217 95 95 / 0.35);
}
.hover\:text-accent-600\/40:hover {
  color: rgb(217 95 95 / 0.4);
}
.hover\:text-accent-600\/45:hover {
  color: rgb(217 95 95 / 0.45);
}
.hover\:text-accent-600\/5:hover {
  color: rgb(217 95 95 / 0.05);
}
.hover\:text-accent-600\/50:hover {
  color: rgb(217 95 95 / 0.5);
}
.hover\:text-accent-600\/55:hover {
  color: rgb(217 95 95 / 0.55);
}
.hover\:text-accent-600\/60:hover {
  color: rgb(217 95 95 / 0.6);
}
.hover\:text-accent-600\/65:hover {
  color: rgb(217 95 95 / 0.65);
}
.hover\:text-accent-600\/70:hover {
  color: rgb(217 95 95 / 0.7);
}
.hover\:text-accent-600\/75:hover {
  color: rgb(217 95 95 / 0.75);
}
.hover\:text-accent-600\/80:hover {
  color: rgb(217 95 95 / 0.8);
}
.hover\:text-accent-600\/85:hover {
  color: rgb(217 95 95 / 0.85);
}
.hover\:text-accent-600\/90:hover {
  color: rgb(217 95 95 / 0.9);
}
.hover\:text-accent-600\/95:hover {
  color: rgb(217 95 95 / 0.95);
}
.hover\:text-accent-700:hover {
  color: #c94a4a;
}
.hover\:text-accent-700\/0:hover {
  color: rgb(201 74 74 / 0);
}
.hover\:text-accent-700\/10:hover {
  color: rgb(201 74 74 / 0.1);
}
.hover\:text-accent-700\/100:hover {
  color: rgb(201 74 74 / 1);
}
.hover\:text-accent-700\/15:hover {
  color: rgb(201 74 74 / 0.15);
}
.hover\:text-accent-700\/20:hover {
  color: rgb(201 74 74 / 0.2);
}
.hover\:text-accent-700\/25:hover {
  color: rgb(201 74 74 / 0.25);
}
.hover\:text-accent-700\/30:hover {
  color: rgb(201 74 74 / 0.3);
}
.hover\:text-accent-700\/35:hover {
  color: rgb(201 74 74 / 0.35);
}
.hover\:text-accent-700\/40:hover {
  color: rgb(201 74 74 / 0.4);
}
.hover\:text-accent-700\/45:hover {
  color: rgb(201 74 74 / 0.45);
}
.hover\:text-accent-700\/5:hover {
  color: rgb(201 74 74 / 0.05);
}
.hover\:text-accent-700\/50:hover {
  color: rgb(201 74 74 / 0.5);
}
.hover\:text-accent-700\/55:hover {
  color: rgb(201 74 74 / 0.55);
}
.hover\:text-accent-700\/60:hover {
  color: rgb(201 74 74 / 0.6);
}
.hover\:text-accent-700\/65:hover {
  color: rgb(201 74 74 / 0.65);
}
.hover\:text-accent-700\/70:hover {
  color: rgb(201 74 74 / 0.7);
}
.hover\:text-accent-700\/75:hover {
  color: rgb(201 74 74 / 0.75);
}
.hover\:text-accent-700\/80:hover {
  color: rgb(201 74 74 / 0.8);
}
.hover\:text-accent-700\/85:hover {
  color: rgb(201 74 74 / 0.85);
}
.hover\:text-accent-700\/90:hover {
  color: rgb(201 74 74 / 0.9);
}
.hover\:text-accent-700\/95:hover {
  color: rgb(201 74 74 / 0.95);
}
.hover\:text-accent-800:hover {
  color: #a83c3c;
}
.hover\:text-accent-800\/0:hover {
  color: rgb(168 60 60 / 0);
}
.hover\:text-accent-800\/10:hover {
  color: rgb(168 60 60 / 0.1);
}
.hover\:text-accent-800\/100:hover {
  color: rgb(168 60 60 / 1);
}
.hover\:text-accent-800\/15:hover {
  color: rgb(168 60 60 / 0.15);
}
.hover\:text-accent-800\/20:hover {
  color: rgb(168 60 60 / 0.2);
}
.hover\:text-accent-800\/25:hover {
  color: rgb(168 60 60 / 0.25);
}
.hover\:text-accent-800\/30:hover {
  color: rgb(168 60 60 / 0.3);
}
.hover\:text-accent-800\/35:hover {
  color: rgb(168 60 60 / 0.35);
}
.hover\:text-accent-800\/40:hover {
  color: rgb(168 60 60 / 0.4);
}
.hover\:text-accent-800\/45:hover {
  color: rgb(168 60 60 / 0.45);
}
.hover\:text-accent-800\/5:hover {
  color: rgb(168 60 60 / 0.05);
}
.hover\:text-accent-800\/50:hover {
  color: rgb(168 60 60 / 0.5);
}
.hover\:text-accent-800\/55:hover {
  color: rgb(168 60 60 / 0.55);
}
.hover\:text-accent-800\/60:hover {
  color: rgb(168 60 60 / 0.6);
}
.hover\:text-accent-800\/65:hover {
  color: rgb(168 60 60 / 0.65);
}
.hover\:text-accent-800\/70:hover {
  color: rgb(168 60 60 / 0.7);
}
.hover\:text-accent-800\/75:hover {
  color: rgb(168 60 60 / 0.75);
}
.hover\:text-accent-800\/80:hover {
  color: rgb(168 60 60 / 0.8);
}
.hover\:text-accent-800\/85:hover {
  color: rgb(168 60 60 / 0.85);
}
.hover\:text-accent-800\/90:hover {
  color: rgb(168 60 60 / 0.9);
}
.hover\:text-accent-800\/95:hover {
  color: rgb(168 60 60 / 0.95);
}
.hover\:text-accent-900:hover {
  color: #8c3434;
}
.hover\:text-accent-900\/0:hover {
  color: rgb(140 52 52 / 0);
}
.hover\:text-accent-900\/10:hover {
  color: rgb(140 52 52 / 0.1);
}
.hover\:text-accent-900\/100:hover {
  color: rgb(140 52 52 / 1);
}
.hover\:text-accent-900\/15:hover {
  color: rgb(140 52 52 / 0.15);
}
.hover\:text-accent-900\/20:hover {
  color: rgb(140 52 52 / 0.2);
}
.hover\:text-accent-900\/25:hover {
  color: rgb(140 52 52 / 0.25);
}
.hover\:text-accent-900\/30:hover {
  color: rgb(140 52 52 / 0.3);
}
.hover\:text-accent-900\/35:hover {
  color: rgb(140 52 52 / 0.35);
}
.hover\:text-accent-900\/40:hover {
  color: rgb(140 52 52 / 0.4);
}
.hover\:text-accent-900\/45:hover {
  color: rgb(140 52 52 / 0.45);
}
.hover\:text-accent-900\/5:hover {
  color: rgb(140 52 52 / 0.05);
}
.hover\:text-accent-900\/50:hover {
  color: rgb(140 52 52 / 0.5);
}
.hover\:text-accent-900\/55:hover {
  color: rgb(140 52 52 / 0.55);
}
.hover\:text-accent-900\/60:hover {
  color: rgb(140 52 52 / 0.6);
}
.hover\:text-accent-900\/65:hover {
  color: rgb(140 52 52 / 0.65);
}
.hover\:text-accent-900\/70:hover {
  color: rgb(140 52 52 / 0.7);
}
.hover\:text-accent-900\/75:hover {
  color: rgb(140 52 52 / 0.75);
}
.hover\:text-accent-900\/80:hover {
  color: rgb(140 52 52 / 0.8);
}
.hover\:text-accent-900\/85:hover {
  color: rgb(140 52 52 / 0.85);
}
.hover\:text-accent-900\/90:hover {
  color: rgb(140 52 52 / 0.9);
}
.hover\:text-accent-900\/95:hover {
  color: rgb(140 52 52 / 0.95);
}
.hover\:text-blue-300:hover {
  color: #93c5fd;
}
.hover\:text-blue-600:hover {
  color: #2563eb;
}
.hover\:text-blue-700:hover {
  color: #1d4ed8;
}
.hover\:text-gray-100:hover {
  color: #f3f4f6;
}
.hover\:text-gray-100\/0:hover {
  color: rgb(243 244 246 / 0);
}
.hover\:text-gray-100\/10:hover {
  color: rgb(243 244 246 / 0.1);
}
.hover\:text-gray-100\/100:hover {
  color: rgb(243 244 246 / 1);
}
.hover\:text-gray-100\/15:hover {
  color: rgb(243 244 246 / 0.15);
}
.hover\:text-gray-100\/20:hover {
  color: rgb(243 244 246 / 0.2);
}
.hover\:text-gray-100\/25:hover {
  color: rgb(243 244 246 / 0.25);
}
.hover\:text-gray-100\/30:hover {
  color: rgb(243 244 246 / 0.3);
}
.hover\:text-gray-100\/35:hover {
  color: rgb(243 244 246 / 0.35);
}
.hover\:text-gray-100\/40:hover {
  color: rgb(243 244 246 / 0.4);
}
.hover\:text-gray-100\/45:hover {
  color: rgb(243 244 246 / 0.45);
}
.hover\:text-gray-100\/5:hover {
  color: rgb(243 244 246 / 0.05);
}
.hover\:text-gray-100\/50:hover {
  color: rgb(243 244 246 / 0.5);
}
.hover\:text-gray-100\/55:hover {
  color: rgb(243 244 246 / 0.55);
}
.hover\:text-gray-100\/60:hover {
  color: rgb(243 244 246 / 0.6);
}
.hover\:text-gray-100\/65:hover {
  color: rgb(243 244 246 / 0.65);
}
.hover\:text-gray-100\/70:hover {
  color: rgb(243 244 246 / 0.7);
}
.hover\:text-gray-100\/75:hover {
  color: rgb(243 244 246 / 0.75);
}
.hover\:text-gray-100\/80:hover {
  color: rgb(243 244 246 / 0.8);
}
.hover\:text-gray-100\/85:hover {
  color: rgb(243 244 246 / 0.85);
}
.hover\:text-gray-100\/90:hover {
  color: rgb(243 244 246 / 0.9);
}
.hover\:text-gray-100\/95:hover {
  color: rgb(243 244 246 / 0.95);
}
.hover\:text-gray-200:hover {
  color: #e5e7eb;
}
.hover\:text-gray-200\/0:hover {
  color: rgb(229 231 235 / 0);
}
.hover\:text-gray-200\/10:hover {
  color: rgb(229 231 235 / 0.1);
}
.hover\:text-gray-200\/100:hover {
  color: rgb(229 231 235 / 1);
}
.hover\:text-gray-200\/15:hover {
  color: rgb(229 231 235 / 0.15);
}
.hover\:text-gray-200\/20:hover {
  color: rgb(229 231 235 / 0.2);
}
.hover\:text-gray-200\/25:hover {
  color: rgb(229 231 235 / 0.25);
}
.hover\:text-gray-200\/30:hover {
  color: rgb(229 231 235 / 0.3);
}
.hover\:text-gray-200\/35:hover {
  color: rgb(229 231 235 / 0.35);
}
.hover\:text-gray-200\/40:hover {
  color: rgb(229 231 235 / 0.4);
}
.hover\:text-gray-200\/45:hover {
  color: rgb(229 231 235 / 0.45);
}
.hover\:text-gray-200\/5:hover {
  color: rgb(229 231 235 / 0.05);
}
.hover\:text-gray-200\/50:hover {
  color: rgb(229 231 235 / 0.5);
}
.hover\:text-gray-200\/55:hover {
  color: rgb(229 231 235 / 0.55);
}
.hover\:text-gray-200\/60:hover {
  color: rgb(229 231 235 / 0.6);
}
.hover\:text-gray-200\/65:hover {
  color: rgb(229 231 235 / 0.65);
}
.hover\:text-gray-200\/70:hover {
  color: rgb(229 231 235 / 0.7);
}
.hover\:text-gray-200\/75:hover {
  color: rgb(229 231 235 / 0.75);
}
.hover\:text-gray-200\/80:hover {
  color: rgb(229 231 235 / 0.8);
}
.hover\:text-gray-200\/85:hover {
  color: rgb(229 231 235 / 0.85);
}
.hover\:text-gray-200\/90:hover {
  color: rgb(229 231 235 / 0.9);
}
.hover\:text-gray-200\/95:hover {
  color: rgb(229 231 235 / 0.95);
}
.hover\:text-gray-300:hover {
  color: #d1d5db;
}
.hover\:text-gray-300\/0:hover {
  color: rgb(209 213 219 / 0);
}
.hover\:text-gray-300\/10:hover {
  color: rgb(209 213 219 / 0.1);
}
.hover\:text-gray-300\/100:hover {
  color: rgb(209 213 219 / 1);
}
.hover\:text-gray-300\/15:hover {
  color: rgb(209 213 219 / 0.15);
}
.hover\:text-gray-300\/20:hover {
  color: rgb(209 213 219 / 0.2);
}
.hover\:text-gray-300\/25:hover {
  color: rgb(209 213 219 / 0.25);
}
.hover\:text-gray-300\/30:hover {
  color: rgb(209 213 219 / 0.3);
}
.hover\:text-gray-300\/35:hover {
  color: rgb(209 213 219 / 0.35);
}
.hover\:text-gray-300\/40:hover {
  color: rgb(209 213 219 / 0.4);
}
.hover\:text-gray-300\/45:hover {
  color: rgb(209 213 219 / 0.45);
}
.hover\:text-gray-300\/5:hover {
  color: rgb(209 213 219 / 0.05);
}
.hover\:text-gray-300\/50:hover {
  color: rgb(209 213 219 / 0.5);
}
.hover\:text-gray-300\/55:hover {
  color: rgb(209 213 219 / 0.55);
}
.hover\:text-gray-300\/60:hover {
  color: rgb(209 213 219 / 0.6);
}
.hover\:text-gray-300\/65:hover {
  color: rgb(209 213 219 / 0.65);
}
.hover\:text-gray-300\/70:hover {
  color: rgb(209 213 219 / 0.7);
}
.hover\:text-gray-300\/75:hover {
  color: rgb(209 213 219 / 0.75);
}
.hover\:text-gray-300\/80:hover {
  color: rgb(209 213 219 / 0.8);
}
.hover\:text-gray-300\/85:hover {
  color: rgb(209 213 219 / 0.85);
}
.hover\:text-gray-300\/90:hover {
  color: rgb(209 213 219 / 0.9);
}
.hover\:text-gray-300\/95:hover {
  color: rgb(209 213 219 / 0.95);
}
.hover\:text-gray-400:hover {
  color: #9ca3af;
}
.hover\:text-gray-400\/0:hover {
  color: rgb(156 163 175 / 0);
}
.hover\:text-gray-400\/10:hover {
  color: rgb(156 163 175 / 0.1);
}
.hover\:text-gray-400\/100:hover {
  color: rgb(156 163 175 / 1);
}
.hover\:text-gray-400\/15:hover {
  color: rgb(156 163 175 / 0.15);
}
.hover\:text-gray-400\/20:hover {
  color: rgb(156 163 175 / 0.2);
}
.hover\:text-gray-400\/25:hover {
  color: rgb(156 163 175 / 0.25);
}
.hover\:text-gray-400\/30:hover {
  color: rgb(156 163 175 / 0.3);
}
.hover\:text-gray-400\/35:hover {
  color: rgb(156 163 175 / 0.35);
}
.hover\:text-gray-400\/40:hover {
  color: rgb(156 163 175 / 0.4);
}
.hover\:text-gray-400\/45:hover {
  color: rgb(156 163 175 / 0.45);
}
.hover\:text-gray-400\/5:hover {
  color: rgb(156 163 175 / 0.05);
}
.hover\:text-gray-400\/50:hover {
  color: rgb(156 163 175 / 0.5);
}
.hover\:text-gray-400\/55:hover {
  color: rgb(156 163 175 / 0.55);
}
.hover\:text-gray-400\/60:hover {
  color: rgb(156 163 175 / 0.6);
}
.hover\:text-gray-400\/65:hover {
  color: rgb(156 163 175 / 0.65);
}
.hover\:text-gray-400\/70:hover {
  color: rgb(156 163 175 / 0.7);
}
.hover\:text-gray-400\/75:hover {
  color: rgb(156 163 175 / 0.75);
}
.hover\:text-gray-400\/80:hover {
  color: rgb(156 163 175 / 0.8);
}
.hover\:text-gray-400\/85:hover {
  color: rgb(156 163 175 / 0.85);
}
.hover\:text-gray-400\/90:hover {
  color: rgb(156 163 175 / 0.9);
}
.hover\:text-gray-400\/95:hover {
  color: rgb(156 163 175 / 0.95);
}
.hover\:text-gray-500:hover {
  color: #6b7280;
}
.hover\:text-gray-500\/0:hover {
  color: rgb(107 114 128 / 0);
}
.hover\:text-gray-500\/10:hover {
  color: rgb(107 114 128 / 0.1);
}
.hover\:text-gray-500\/100:hover {
  color: rgb(107 114 128 / 1);
}
.hover\:text-gray-500\/15:hover {
  color: rgb(107 114 128 / 0.15);
}
.hover\:text-gray-500\/20:hover {
  color: rgb(107 114 128 / 0.2);
}
.hover\:text-gray-500\/25:hover {
  color: rgb(107 114 128 / 0.25);
}
.hover\:text-gray-500\/30:hover {
  color: rgb(107 114 128 / 0.3);
}
.hover\:text-gray-500\/35:hover {
  color: rgb(107 114 128 / 0.35);
}
.hover\:text-gray-500\/40:hover {
  color: rgb(107 114 128 / 0.4);
}
.hover\:text-gray-500\/45:hover {
  color: rgb(107 114 128 / 0.45);
}
.hover\:text-gray-500\/5:hover {
  color: rgb(107 114 128 / 0.05);
}
.hover\:text-gray-500\/50:hover {
  color: rgb(107 114 128 / 0.5);
}
.hover\:text-gray-500\/55:hover {
  color: rgb(107 114 128 / 0.55);
}
.hover\:text-gray-500\/60:hover {
  color: rgb(107 114 128 / 0.6);
}
.hover\:text-gray-500\/65:hover {
  color: rgb(107 114 128 / 0.65);
}
.hover\:text-gray-500\/70:hover {
  color: rgb(107 114 128 / 0.7);
}
.hover\:text-gray-500\/75:hover {
  color: rgb(107 114 128 / 0.75);
}
.hover\:text-gray-500\/80:hover {
  color: rgb(107 114 128 / 0.8);
}
.hover\:text-gray-500\/85:hover {
  color: rgb(107 114 128 / 0.85);
}
.hover\:text-gray-500\/90:hover {
  color: rgb(107 114 128 / 0.9);
}
.hover\:text-gray-500\/95:hover {
  color: rgb(107 114 128 / 0.95);
}
.hover\:text-gray-600:hover {
  color: #4b5563;
}
.hover\:text-gray-600\/0:hover {
  color: rgb(75 85 99 / 0);
}
.hover\:text-gray-600\/10:hover {
  color: rgb(75 85 99 / 0.1);
}
.hover\:text-gray-600\/100:hover {
  color: rgb(75 85 99 / 1);
}
.hover\:text-gray-600\/15:hover {
  color: rgb(75 85 99 / 0.15);
}
.hover\:text-gray-600\/20:hover {
  color: rgb(75 85 99 / 0.2);
}
.hover\:text-gray-600\/25:hover {
  color: rgb(75 85 99 / 0.25);
}
.hover\:text-gray-600\/30:hover {
  color: rgb(75 85 99 / 0.3);
}
.hover\:text-gray-600\/35:hover {
  color: rgb(75 85 99 / 0.35);
}
.hover\:text-gray-600\/40:hover {
  color: rgb(75 85 99 / 0.4);
}
.hover\:text-gray-600\/45:hover {
  color: rgb(75 85 99 / 0.45);
}
.hover\:text-gray-600\/5:hover {
  color: rgb(75 85 99 / 0.05);
}
.hover\:text-gray-600\/50:hover {
  color: rgb(75 85 99 / 0.5);
}
.hover\:text-gray-600\/55:hover {
  color: rgb(75 85 99 / 0.55);
}
.hover\:text-gray-600\/60:hover {
  color: rgb(75 85 99 / 0.6);
}
.hover\:text-gray-600\/65:hover {
  color: rgb(75 85 99 / 0.65);
}
.hover\:text-gray-600\/70:hover {
  color: rgb(75 85 99 / 0.7);
}
.hover\:text-gray-600\/75:hover {
  color: rgb(75 85 99 / 0.75);
}
.hover\:text-gray-600\/80:hover {
  color: rgb(75 85 99 / 0.8);
}
.hover\:text-gray-600\/85:hover {
  color: rgb(75 85 99 / 0.85);
}
.hover\:text-gray-600\/90:hover {
  color: rgb(75 85 99 / 0.9);
}
.hover\:text-gray-600\/95:hover {
  color: rgb(75 85 99 / 0.95);
}
.hover\:text-gray-700:hover {
  color: #374151;
}
.hover\:text-gray-700\/0:hover {
  color: rgb(55 65 81 / 0);
}
.hover\:text-gray-700\/10:hover {
  color: rgb(55 65 81 / 0.1);
}
.hover\:text-gray-700\/100:hover {
  color: rgb(55 65 81 / 1);
}
.hover\:text-gray-700\/15:hover {
  color: rgb(55 65 81 / 0.15);
}
.hover\:text-gray-700\/20:hover {
  color: rgb(55 65 81 / 0.2);
}
.hover\:text-gray-700\/25:hover {
  color: rgb(55 65 81 / 0.25);
}
.hover\:text-gray-700\/30:hover {
  color: rgb(55 65 81 / 0.3);
}
.hover\:text-gray-700\/35:hover {
  color: rgb(55 65 81 / 0.35);
}
.hover\:text-gray-700\/40:hover {
  color: rgb(55 65 81 / 0.4);
}
.hover\:text-gray-700\/45:hover {
  color: rgb(55 65 81 / 0.45);
}
.hover\:text-gray-700\/5:hover {
  color: rgb(55 65 81 / 0.05);
}
.hover\:text-gray-700\/50:hover {
  color: rgb(55 65 81 / 0.5);
}
.hover\:text-gray-700\/55:hover {
  color: rgb(55 65 81 / 0.55);
}
.hover\:text-gray-700\/60:hover {
  color: rgb(55 65 81 / 0.6);
}
.hover\:text-gray-700\/65:hover {
  color: rgb(55 65 81 / 0.65);
}
.hover\:text-gray-700\/70:hover {
  color: rgb(55 65 81 / 0.7);
}
.hover\:text-gray-700\/75:hover {
  color: rgb(55 65 81 / 0.75);
}
.hover\:text-gray-700\/80:hover {
  color: rgb(55 65 81 / 0.8);
}
.hover\:text-gray-700\/85:hover {
  color: rgb(55 65 81 / 0.85);
}
.hover\:text-gray-700\/90:hover {
  color: rgb(55 65 81 / 0.9);
}
.hover\:text-gray-700\/95:hover {
  color: rgb(55 65 81 / 0.95);
}
.hover\:text-gray-800:hover {
  color: #1f2937;
}
.hover\:text-gray-800\/0:hover {
  color: rgb(31 41 55 / 0);
}
.hover\:text-gray-800\/10:hover {
  color: rgb(31 41 55 / 0.1);
}
.hover\:text-gray-800\/100:hover {
  color: rgb(31 41 55 / 1);
}
.hover\:text-gray-800\/15:hover {
  color: rgb(31 41 55 / 0.15);
}
.hover\:text-gray-800\/20:hover {
  color: rgb(31 41 55 / 0.2);
}
.hover\:text-gray-800\/25:hover {
  color: rgb(31 41 55 / 0.25);
}
.hover\:text-gray-800\/30:hover {
  color: rgb(31 41 55 / 0.3);
}
.hover\:text-gray-800\/35:hover {
  color: rgb(31 41 55 / 0.35);
}
.hover\:text-gray-800\/40:hover {
  color: rgb(31 41 55 / 0.4);
}
.hover\:text-gray-800\/45:hover {
  color: rgb(31 41 55 / 0.45);
}
.hover\:text-gray-800\/5:hover {
  color: rgb(31 41 55 / 0.05);
}
.hover\:text-gray-800\/50:hover {
  color: rgb(31 41 55 / 0.5);
}
.hover\:text-gray-800\/55:hover {
  color: rgb(31 41 55 / 0.55);
}
.hover\:text-gray-800\/60:hover {
  color: rgb(31 41 55 / 0.6);
}
.hover\:text-gray-800\/65:hover {
  color: rgb(31 41 55 / 0.65);
}
.hover\:text-gray-800\/70:hover {
  color: rgb(31 41 55 / 0.7);
}
.hover\:text-gray-800\/75:hover {
  color: rgb(31 41 55 / 0.75);
}
.hover\:text-gray-800\/80:hover {
  color: rgb(31 41 55 / 0.8);
}
.hover\:text-gray-800\/85:hover {
  color: rgb(31 41 55 / 0.85);
}
.hover\:text-gray-800\/90:hover {
  color: rgb(31 41 55 / 0.9);
}
.hover\:text-gray-800\/95:hover {
  color: rgb(31 41 55 / 0.95);
}
.hover\:text-gray-900:hover {
  color: #111827;
}
.hover\:text-gray-900\/0:hover {
  color: rgb(17 24 39 / 0);
}
.hover\:text-gray-900\/10:hover {
  color: rgb(17 24 39 / 0.1);
}
.hover\:text-gray-900\/100:hover {
  color: rgb(17 24 39 / 1);
}
.hover\:text-gray-900\/15:hover {
  color: rgb(17 24 39 / 0.15);
}
.hover\:text-gray-900\/20:hover {
  color: rgb(17 24 39 / 0.2);
}
.hover\:text-gray-900\/25:hover {
  color: rgb(17 24 39 / 0.25);
}
.hover\:text-gray-900\/30:hover {
  color: rgb(17 24 39 / 0.3);
}
.hover\:text-gray-900\/35:hover {
  color: rgb(17 24 39 / 0.35);
}
.hover\:text-gray-900\/40:hover {
  color: rgb(17 24 39 / 0.4);
}
.hover\:text-gray-900\/45:hover {
  color: rgb(17 24 39 / 0.45);
}
.hover\:text-gray-900\/5:hover {
  color: rgb(17 24 39 / 0.05);
}
.hover\:text-gray-900\/50:hover {
  color: rgb(17 24 39 / 0.5);
}
.hover\:text-gray-900\/55:hover {
  color: rgb(17 24 39 / 0.55);
}
.hover\:text-gray-900\/60:hover {
  color: rgb(17 24 39 / 0.6);
}
.hover\:text-gray-900\/65:hover {
  color: rgb(17 24 39 / 0.65);
}
.hover\:text-gray-900\/70:hover {
  color: rgb(17 24 39 / 0.7);
}
.hover\:text-gray-900\/75:hover {
  color: rgb(17 24 39 / 0.75);
}
.hover\:text-gray-900\/80:hover {
  color: rgb(17 24 39 / 0.8);
}
.hover\:text-gray-900\/85:hover {
  color: rgb(17 24 39 / 0.85);
}
.hover\:text-gray-900\/90:hover {
  color: rgb(17 24 39 / 0.9);
}
.hover\:text-gray-900\/95:hover {
  color: rgb(17 24 39 / 0.95);
}
.hover\:text-primary-100:hover {
  color: #3965AC;
}
.hover\:text-primary-100\/0:hover {
  color: rgb(57 101 172 / 0);
}
.hover\:text-primary-100\/10:hover {
  color: rgb(57 101 172 / 0.1);
}
.hover\:text-primary-100\/100:hover {
  color: rgb(57 101 172 / 1);
}
.hover\:text-primary-100\/15:hover {
  color: rgb(57 101 172 / 0.15);
}
.hover\:text-primary-100\/20:hover {
  color: rgb(57 101 172 / 0.2);
}
.hover\:text-primary-100\/25:hover {
  color: rgb(57 101 172 / 0.25);
}
.hover\:text-primary-100\/30:hover {
  color: rgb(57 101 172 / 0.3);
}
.hover\:text-primary-100\/35:hover {
  color: rgb(57 101 172 / 0.35);
}
.hover\:text-primary-100\/40:hover {
  color: rgb(57 101 172 / 0.4);
}
.hover\:text-primary-100\/45:hover {
  color: rgb(57 101 172 / 0.45);
}
.hover\:text-primary-100\/5:hover {
  color: rgb(57 101 172 / 0.05);
}
.hover\:text-primary-100\/50:hover {
  color: rgb(57 101 172 / 0.5);
}
.hover\:text-primary-100\/55:hover {
  color: rgb(57 101 172 / 0.55);
}
.hover\:text-primary-100\/60:hover {
  color: rgb(57 101 172 / 0.6);
}
.hover\:text-primary-100\/65:hover {
  color: rgb(57 101 172 / 0.65);
}
.hover\:text-primary-100\/70:hover {
  color: rgb(57 101 172 / 0.7);
}
.hover\:text-primary-100\/75:hover {
  color: rgb(57 101 172 / 0.75);
}
.hover\:text-primary-100\/80:hover {
  color: rgb(57 101 172 / 0.8);
}
.hover\:text-primary-100\/85:hover {
  color: rgb(57 101 172 / 0.85);
}
.hover\:text-primary-100\/90:hover {
  color: rgb(57 101 172 / 0.9);
}
.hover\:text-primary-100\/95:hover {
  color: rgb(57 101 172 / 0.95);
}
.hover\:text-primary-200:hover {
  color: #365FA1;
}
.hover\:text-primary-200\/0:hover {
  color: rgb(54 95 161 / 0);
}
.hover\:text-primary-200\/10:hover {
  color: rgb(54 95 161 / 0.1);
}
.hover\:text-primary-200\/100:hover {
  color: rgb(54 95 161 / 1);
}
.hover\:text-primary-200\/15:hover {
  color: rgb(54 95 161 / 0.15);
}
.hover\:text-primary-200\/20:hover {
  color: rgb(54 95 161 / 0.2);
}
.hover\:text-primary-200\/25:hover {
  color: rgb(54 95 161 / 0.25);
}
.hover\:text-primary-200\/30:hover {
  color: rgb(54 95 161 / 0.3);
}
.hover\:text-primary-200\/35:hover {
  color: rgb(54 95 161 / 0.35);
}
.hover\:text-primary-200\/40:hover {
  color: rgb(54 95 161 / 0.4);
}
.hover\:text-primary-200\/45:hover {
  color: rgb(54 95 161 / 0.45);
}
.hover\:text-primary-200\/5:hover {
  color: rgb(54 95 161 / 0.05);
}
.hover\:text-primary-200\/50:hover {
  color: rgb(54 95 161 / 0.5);
}
.hover\:text-primary-200\/55:hover {
  color: rgb(54 95 161 / 0.55);
}
.hover\:text-primary-200\/60:hover {
  color: rgb(54 95 161 / 0.6);
}
.hover\:text-primary-200\/65:hover {
  color: rgb(54 95 161 / 0.65);
}
.hover\:text-primary-200\/70:hover {
  color: rgb(54 95 161 / 0.7);
}
.hover\:text-primary-200\/75:hover {
  color: rgb(54 95 161 / 0.75);
}
.hover\:text-primary-200\/80:hover {
  color: rgb(54 95 161 / 0.8);
}
.hover\:text-primary-200\/85:hover {
  color: rgb(54 95 161 / 0.85);
}
.hover\:text-primary-200\/90:hover {
  color: rgb(54 95 161 / 0.9);
}
.hover\:text-primary-200\/95:hover {
  color: rgb(54 95 161 / 0.95);
}
.hover\:text-primary-300:hover {
  color: #325895;
}
.hover\:text-primary-300\/0:hover {
  color: rgb(50 88 149 / 0);
}
.hover\:text-primary-300\/10:hover {
  color: rgb(50 88 149 / 0.1);
}
.hover\:text-primary-300\/100:hover {
  color: rgb(50 88 149 / 1);
}
.hover\:text-primary-300\/15:hover {
  color: rgb(50 88 149 / 0.15);
}
.hover\:text-primary-300\/20:hover {
  color: rgb(50 88 149 / 0.2);
}
.hover\:text-primary-300\/25:hover {
  color: rgb(50 88 149 / 0.25);
}
.hover\:text-primary-300\/30:hover {
  color: rgb(50 88 149 / 0.3);
}
.hover\:text-primary-300\/35:hover {
  color: rgb(50 88 149 / 0.35);
}
.hover\:text-primary-300\/40:hover {
  color: rgb(50 88 149 / 0.4);
}
.hover\:text-primary-300\/45:hover {
  color: rgb(50 88 149 / 0.45);
}
.hover\:text-primary-300\/5:hover {
  color: rgb(50 88 149 / 0.05);
}
.hover\:text-primary-300\/50:hover {
  color: rgb(50 88 149 / 0.5);
}
.hover\:text-primary-300\/55:hover {
  color: rgb(50 88 149 / 0.55);
}
.hover\:text-primary-300\/60:hover {
  color: rgb(50 88 149 / 0.6);
}
.hover\:text-primary-300\/65:hover {
  color: rgb(50 88 149 / 0.65);
}
.hover\:text-primary-300\/70:hover {
  color: rgb(50 88 149 / 0.7);
}
.hover\:text-primary-300\/75:hover {
  color: rgb(50 88 149 / 0.75);
}
.hover\:text-primary-300\/80:hover {
  color: rgb(50 88 149 / 0.8);
}
.hover\:text-primary-300\/85:hover {
  color: rgb(50 88 149 / 0.85);
}
.hover\:text-primary-300\/90:hover {
  color: rgb(50 88 149 / 0.9);
}
.hover\:text-primary-300\/95:hover {
  color: rgb(50 88 149 / 0.95);
}
.hover\:text-primary-400:hover {
  color: #305691;
}
.hover\:text-primary-400\/0:hover {
  color: rgb(48 86 145 / 0);
}
.hover\:text-primary-400\/10:hover {
  color: rgb(48 86 145 / 0.1);
}
.hover\:text-primary-400\/100:hover {
  color: rgb(48 86 145 / 1);
}
.hover\:text-primary-400\/15:hover {
  color: rgb(48 86 145 / 0.15);
}
.hover\:text-primary-400\/20:hover {
  color: rgb(48 86 145 / 0.2);
}
.hover\:text-primary-400\/25:hover {
  color: rgb(48 86 145 / 0.25);
}
.hover\:text-primary-400\/30:hover {
  color: rgb(48 86 145 / 0.3);
}
.hover\:text-primary-400\/35:hover {
  color: rgb(48 86 145 / 0.35);
}
.hover\:text-primary-400\/40:hover {
  color: rgb(48 86 145 / 0.4);
}
.hover\:text-primary-400\/45:hover {
  color: rgb(48 86 145 / 0.45);
}
.hover\:text-primary-400\/5:hover {
  color: rgb(48 86 145 / 0.05);
}
.hover\:text-primary-400\/50:hover {
  color: rgb(48 86 145 / 0.5);
}
.hover\:text-primary-400\/55:hover {
  color: rgb(48 86 145 / 0.55);
}
.hover\:text-primary-400\/60:hover {
  color: rgb(48 86 145 / 0.6);
}
.hover\:text-primary-400\/65:hover {
  color: rgb(48 86 145 / 0.65);
}
.hover\:text-primary-400\/70:hover {
  color: rgb(48 86 145 / 0.7);
}
.hover\:text-primary-400\/75:hover {
  color: rgb(48 86 145 / 0.75);
}
.hover\:text-primary-400\/80:hover {
  color: rgb(48 86 145 / 0.8);
}
.hover\:text-primary-400\/85:hover {
  color: rgb(48 86 145 / 0.85);
}
.hover\:text-primary-400\/90:hover {
  color: rgb(48 86 145 / 0.9);
}
.hover\:text-primary-400\/95:hover {
  color: rgb(48 86 145 / 0.95);
}
.hover\:text-primary-500:hover {
  color: #2d4b79;
}
.hover\:text-primary-500\/0:hover {
  color: rgb(45 75 121 / 0);
}
.hover\:text-primary-500\/10:hover {
  color: rgb(45 75 121 / 0.1);
}
.hover\:text-primary-500\/100:hover {
  color: rgb(45 75 121 / 1);
}
.hover\:text-primary-500\/15:hover {
  color: rgb(45 75 121 / 0.15);
}
.hover\:text-primary-500\/20:hover {
  color: rgb(45 75 121 / 0.2);
}
.hover\:text-primary-500\/25:hover {
  color: rgb(45 75 121 / 0.25);
}
.hover\:text-primary-500\/30:hover {
  color: rgb(45 75 121 / 0.3);
}
.hover\:text-primary-500\/35:hover {
  color: rgb(45 75 121 / 0.35);
}
.hover\:text-primary-500\/40:hover {
  color: rgb(45 75 121 / 0.4);
}
.hover\:text-primary-500\/45:hover {
  color: rgb(45 75 121 / 0.45);
}
.hover\:text-primary-500\/5:hover {
  color: rgb(45 75 121 / 0.05);
}
.hover\:text-primary-500\/50:hover {
  color: rgb(45 75 121 / 0.5);
}
.hover\:text-primary-500\/55:hover {
  color: rgb(45 75 121 / 0.55);
}
.hover\:text-primary-500\/60:hover {
  color: rgb(45 75 121 / 0.6);
}
.hover\:text-primary-500\/65:hover {
  color: rgb(45 75 121 / 0.65);
}
.hover\:text-primary-500\/70:hover {
  color: rgb(45 75 121 / 0.7);
}
.hover\:text-primary-500\/75:hover {
  color: rgb(45 75 121 / 0.75);
}
.hover\:text-primary-500\/80:hover {
  color: rgb(45 75 121 / 0.8);
}
.hover\:text-primary-500\/85:hover {
  color: rgb(45 75 121 / 0.85);
}
.hover\:text-primary-500\/90:hover {
  color: rgb(45 75 121 / 0.9);
}
.hover\:text-primary-500\/95:hover {
  color: rgb(45 75 121 / 0.95);
}
.hover\:text-primary-600:hover {
  color: #264473;
}
.hover\:text-primary-600\/0:hover {
  color: rgb(38 68 115 / 0);
}
.hover\:text-primary-600\/10:hover {
  color: rgb(38 68 115 / 0.1);
}
.hover\:text-primary-600\/100:hover {
  color: rgb(38 68 115 / 1);
}
.hover\:text-primary-600\/15:hover {
  color: rgb(38 68 115 / 0.15);
}
.hover\:text-primary-600\/20:hover {
  color: rgb(38 68 115 / 0.2);
}
.hover\:text-primary-600\/25:hover {
  color: rgb(38 68 115 / 0.25);
}
.hover\:text-primary-600\/30:hover {
  color: rgb(38 68 115 / 0.3);
}
.hover\:text-primary-600\/35:hover {
  color: rgb(38 68 115 / 0.35);
}
.hover\:text-primary-600\/40:hover {
  color: rgb(38 68 115 / 0.4);
}
.hover\:text-primary-600\/45:hover {
  color: rgb(38 68 115 / 0.45);
}
.hover\:text-primary-600\/5:hover {
  color: rgb(38 68 115 / 0.05);
}
.hover\:text-primary-600\/50:hover {
  color: rgb(38 68 115 / 0.5);
}
.hover\:text-primary-600\/55:hover {
  color: rgb(38 68 115 / 0.55);
}
.hover\:text-primary-600\/60:hover {
  color: rgb(38 68 115 / 0.6);
}
.hover\:text-primary-600\/65:hover {
  color: rgb(38 68 115 / 0.65);
}
.hover\:text-primary-600\/70:hover {
  color: rgb(38 68 115 / 0.7);
}
.hover\:text-primary-600\/75:hover {
  color: rgb(38 68 115 / 0.75);
}
.hover\:text-primary-600\/80:hover {
  color: rgb(38 68 115 / 0.8);
}
.hover\:text-primary-600\/85:hover {
  color: rgb(38 68 115 / 0.85);
}
.hover\:text-primary-600\/90:hover {
  color: rgb(38 68 115 / 0.9);
}
.hover\:text-primary-600\/95:hover {
  color: rgb(38 68 115 / 0.95);
}
.hover\:text-primary-700:hover {
  color: #233e68;
}
.hover\:text-primary-700\/0:hover {
  color: rgb(35 62 104 / 0);
}
.hover\:text-primary-700\/10:hover {
  color: rgb(35 62 104 / 0.1);
}
.hover\:text-primary-700\/100:hover {
  color: rgb(35 62 104 / 1);
}
.hover\:text-primary-700\/15:hover {
  color: rgb(35 62 104 / 0.15);
}
.hover\:text-primary-700\/20:hover {
  color: rgb(35 62 104 / 0.2);
}
.hover\:text-primary-700\/25:hover {
  color: rgb(35 62 104 / 0.25);
}
.hover\:text-primary-700\/30:hover {
  color: rgb(35 62 104 / 0.3);
}
.hover\:text-primary-700\/35:hover {
  color: rgb(35 62 104 / 0.35);
}
.hover\:text-primary-700\/40:hover {
  color: rgb(35 62 104 / 0.4);
}
.hover\:text-primary-700\/45:hover {
  color: rgb(35 62 104 / 0.45);
}
.hover\:text-primary-700\/5:hover {
  color: rgb(35 62 104 / 0.05);
}
.hover\:text-primary-700\/50:hover {
  color: rgb(35 62 104 / 0.5);
}
.hover\:text-primary-700\/55:hover {
  color: rgb(35 62 104 / 0.55);
}
.hover\:text-primary-700\/60:hover {
  color: rgb(35 62 104 / 0.6);
}
.hover\:text-primary-700\/65:hover {
  color: rgb(35 62 104 / 0.65);
}
.hover\:text-primary-700\/70:hover {
  color: rgb(35 62 104 / 0.7);
}
.hover\:text-primary-700\/75:hover {
  color: rgb(35 62 104 / 0.75);
}
.hover\:text-primary-700\/80:hover {
  color: rgb(35 62 104 / 0.8);
}
.hover\:text-primary-700\/85:hover {
  color: rgb(35 62 104 / 0.85);
}
.hover\:text-primary-700\/90:hover {
  color: rgb(35 62 104 / 0.9);
}
.hover\:text-primary-700\/95:hover {
  color: rgb(35 62 104 / 0.95);
}
.hover\:text-primary-800:hover {
  color: #1f375c;
}
.hover\:text-primary-800\/0:hover {
  color: rgb(31 55 92 / 0);
}
.hover\:text-primary-800\/10:hover {
  color: rgb(31 55 92 / 0.1);
}
.hover\:text-primary-800\/100:hover {
  color: rgb(31 55 92 / 1);
}
.hover\:text-primary-800\/15:hover {
  color: rgb(31 55 92 / 0.15);
}
.hover\:text-primary-800\/20:hover {
  color: rgb(31 55 92 / 0.2);
}
.hover\:text-primary-800\/25:hover {
  color: rgb(31 55 92 / 0.25);
}
.hover\:text-primary-800\/30:hover {
  color: rgb(31 55 92 / 0.3);
}
.hover\:text-primary-800\/35:hover {
  color: rgb(31 55 92 / 0.35);
}
.hover\:text-primary-800\/40:hover {
  color: rgb(31 55 92 / 0.4);
}
.hover\:text-primary-800\/45:hover {
  color: rgb(31 55 92 / 0.45);
}
.hover\:text-primary-800\/5:hover {
  color: rgb(31 55 92 / 0.05);
}
.hover\:text-primary-800\/50:hover {
  color: rgb(31 55 92 / 0.5);
}
.hover\:text-primary-800\/55:hover {
  color: rgb(31 55 92 / 0.55);
}
.hover\:text-primary-800\/60:hover {
  color: rgb(31 55 92 / 0.6);
}
.hover\:text-primary-800\/65:hover {
  color: rgb(31 55 92 / 0.65);
}
.hover\:text-primary-800\/70:hover {
  color: rgb(31 55 92 / 0.7);
}
.hover\:text-primary-800\/75:hover {
  color: rgb(31 55 92 / 0.75);
}
.hover\:text-primary-800\/80:hover {
  color: rgb(31 55 92 / 0.8);
}
.hover\:text-primary-800\/85:hover {
  color: rgb(31 55 92 / 0.85);
}
.hover\:text-primary-800\/90:hover {
  color: rgb(31 55 92 / 0.9);
}
.hover\:text-primary-800\/95:hover {
  color: rgb(31 55 92 / 0.95);
}
.hover\:text-primary-900:hover {
  color: #1b3051;
}
.hover\:text-primary-900\/0:hover {
  color: rgb(27 48 81 / 0);
}
.hover\:text-primary-900\/10:hover {
  color: rgb(27 48 81 / 0.1);
}
.hover\:text-primary-900\/100:hover {
  color: rgb(27 48 81 / 1);
}
.hover\:text-primary-900\/15:hover {
  color: rgb(27 48 81 / 0.15);
}
.hover\:text-primary-900\/20:hover {
  color: rgb(27 48 81 / 0.2);
}
.hover\:text-primary-900\/25:hover {
  color: rgb(27 48 81 / 0.25);
}
.hover\:text-primary-900\/30:hover {
  color: rgb(27 48 81 / 0.3);
}
.hover\:text-primary-900\/35:hover {
  color: rgb(27 48 81 / 0.35);
}
.hover\:text-primary-900\/40:hover {
  color: rgb(27 48 81 / 0.4);
}
.hover\:text-primary-900\/45:hover {
  color: rgb(27 48 81 / 0.45);
}
.hover\:text-primary-900\/5:hover {
  color: rgb(27 48 81 / 0.05);
}
.hover\:text-primary-900\/50:hover {
  color: rgb(27 48 81 / 0.5);
}
.hover\:text-primary-900\/55:hover {
  color: rgb(27 48 81 / 0.55);
}
.hover\:text-primary-900\/60:hover {
  color: rgb(27 48 81 / 0.6);
}
.hover\:text-primary-900\/65:hover {
  color: rgb(27 48 81 / 0.65);
}
.hover\:text-primary-900\/70:hover {
  color: rgb(27 48 81 / 0.7);
}
.hover\:text-primary-900\/75:hover {
  color: rgb(27 48 81 / 0.75);
}
.hover\:text-primary-900\/80:hover {
  color: rgb(27 48 81 / 0.8);
}
.hover\:text-primary-900\/85:hover {
  color: rgb(27 48 81 / 0.85);
}
.hover\:text-primary-900\/90:hover {
  color: rgb(27 48 81 / 0.9);
}
.hover\:text-primary-900\/95:hover {
  color: rgb(27 48 81 / 0.95);
}
.hover\:text-secondary-100:hover {
  color: #DAE5E7;
}
.hover\:text-secondary-100\/0:hover {
  color: rgb(218 229 231 / 0);
}
.hover\:text-secondary-100\/10:hover {
  color: rgb(218 229 231 / 0.1);
}
.hover\:text-secondary-100\/100:hover {
  color: rgb(218 229 231 / 1);
}
.hover\:text-secondary-100\/15:hover {
  color: rgb(218 229 231 / 0.15);
}
.hover\:text-secondary-100\/20:hover {
  color: rgb(218 229 231 / 0.2);
}
.hover\:text-secondary-100\/25:hover {
  color: rgb(218 229 231 / 0.25);
}
.hover\:text-secondary-100\/30:hover {
  color: rgb(218 229 231 / 0.3);
}
.hover\:text-secondary-100\/35:hover {
  color: rgb(218 229 231 / 0.35);
}
.hover\:text-secondary-100\/40:hover {
  color: rgb(218 229 231 / 0.4);
}
.hover\:text-secondary-100\/45:hover {
  color: rgb(218 229 231 / 0.45);
}
.hover\:text-secondary-100\/5:hover {
  color: rgb(218 229 231 / 0.05);
}
.hover\:text-secondary-100\/50:hover {
  color: rgb(218 229 231 / 0.5);
}
.hover\:text-secondary-100\/55:hover {
  color: rgb(218 229 231 / 0.55);
}
.hover\:text-secondary-100\/60:hover {
  color: rgb(218 229 231 / 0.6);
}
.hover\:text-secondary-100\/65:hover {
  color: rgb(218 229 231 / 0.65);
}
.hover\:text-secondary-100\/70:hover {
  color: rgb(218 229 231 / 0.7);
}
.hover\:text-secondary-100\/75:hover {
  color: rgb(218 229 231 / 0.75);
}
.hover\:text-secondary-100\/80:hover {
  color: rgb(218 229 231 / 0.8);
}
.hover\:text-secondary-100\/85:hover {
  color: rgb(218 229 231 / 0.85);
}
.hover\:text-secondary-100\/90:hover {
  color: rgb(218 229 231 / 0.9);
}
.hover\:text-secondary-100\/95:hover {
  color: rgb(218 229 231 / 0.95);
}
.hover\:text-secondary-200:hover {
  color: #C4D6D9;
}
.hover\:text-secondary-200\/0:hover {
  color: rgb(196 214 217 / 0);
}
.hover\:text-secondary-200\/10:hover {
  color: rgb(196 214 217 / 0.1);
}
.hover\:text-secondary-200\/100:hover {
  color: rgb(196 214 217 / 1);
}
.hover\:text-secondary-200\/15:hover {
  color: rgb(196 214 217 / 0.15);
}
.hover\:text-secondary-200\/20:hover {
  color: rgb(196 214 217 / 0.2);
}
.hover\:text-secondary-200\/25:hover {
  color: rgb(196 214 217 / 0.25);
}
.hover\:text-secondary-200\/30:hover {
  color: rgb(196 214 217 / 0.3);
}
.hover\:text-secondary-200\/35:hover {
  color: rgb(196 214 217 / 0.35);
}
.hover\:text-secondary-200\/40:hover {
  color: rgb(196 214 217 / 0.4);
}
.hover\:text-secondary-200\/45:hover {
  color: rgb(196 214 217 / 0.45);
}
.hover\:text-secondary-200\/5:hover {
  color: rgb(196 214 217 / 0.05);
}
.hover\:text-secondary-200\/50:hover {
  color: rgb(196 214 217 / 0.5);
}
.hover\:text-secondary-200\/55:hover {
  color: rgb(196 214 217 / 0.55);
}
.hover\:text-secondary-200\/60:hover {
  color: rgb(196 214 217 / 0.6);
}
.hover\:text-secondary-200\/65:hover {
  color: rgb(196 214 217 / 0.65);
}
.hover\:text-secondary-200\/70:hover {
  color: rgb(196 214 217 / 0.7);
}
.hover\:text-secondary-200\/75:hover {
  color: rgb(196 214 217 / 0.75);
}
.hover\:text-secondary-200\/80:hover {
  color: rgb(196 214 217 / 0.8);
}
.hover\:text-secondary-200\/85:hover {
  color: rgb(196 214 217 / 0.85);
}
.hover\:text-secondary-200\/90:hover {
  color: rgb(196 214 217 / 0.9);
}
.hover\:text-secondary-200\/95:hover {
  color: rgb(196 214 217 / 0.95);
}
.hover\:text-secondary-300:hover {
  color: #AEC7CC;
}
.hover\:text-secondary-300\/0:hover {
  color: rgb(174 199 204 / 0);
}
.hover\:text-secondary-300\/10:hover {
  color: rgb(174 199 204 / 0.1);
}
.hover\:text-secondary-300\/100:hover {
  color: rgb(174 199 204 / 1);
}
.hover\:text-secondary-300\/15:hover {
  color: rgb(174 199 204 / 0.15);
}
.hover\:text-secondary-300\/20:hover {
  color: rgb(174 199 204 / 0.2);
}
.hover\:text-secondary-300\/25:hover {
  color: rgb(174 199 204 / 0.25);
}
.hover\:text-secondary-300\/30:hover {
  color: rgb(174 199 204 / 0.3);
}
.hover\:text-secondary-300\/35:hover {
  color: rgb(174 199 204 / 0.35);
}
.hover\:text-secondary-300\/40:hover {
  color: rgb(174 199 204 / 0.4);
}
.hover\:text-secondary-300\/45:hover {
  color: rgb(174 199 204 / 0.45);
}
.hover\:text-secondary-300\/5:hover {
  color: rgb(174 199 204 / 0.05);
}
.hover\:text-secondary-300\/50:hover {
  color: rgb(174 199 204 / 0.5);
}
.hover\:text-secondary-300\/55:hover {
  color: rgb(174 199 204 / 0.55);
}
.hover\:text-secondary-300\/60:hover {
  color: rgb(174 199 204 / 0.6);
}
.hover\:text-secondary-300\/65:hover {
  color: rgb(174 199 204 / 0.65);
}
.hover\:text-secondary-300\/70:hover {
  color: rgb(174 199 204 / 0.7);
}
.hover\:text-secondary-300\/75:hover {
  color: rgb(174 199 204 / 0.75);
}
.hover\:text-secondary-300\/80:hover {
  color: rgb(174 199 204 / 0.8);
}
.hover\:text-secondary-300\/85:hover {
  color: rgb(174 199 204 / 0.85);
}
.hover\:text-secondary-300\/90:hover {
  color: rgb(174 199 204 / 0.9);
}
.hover\:text-secondary-300\/95:hover {
  color: rgb(174 199 204 / 0.95);
}
.hover\:text-secondary-400:hover {
  color: #98B8BE;
}
.hover\:text-secondary-400\/0:hover {
  color: rgb(152 184 190 / 0);
}
.hover\:text-secondary-400\/10:hover {
  color: rgb(152 184 190 / 0.1);
}
.hover\:text-secondary-400\/100:hover {
  color: rgb(152 184 190 / 1);
}
.hover\:text-secondary-400\/15:hover {
  color: rgb(152 184 190 / 0.15);
}
.hover\:text-secondary-400\/20:hover {
  color: rgb(152 184 190 / 0.2);
}
.hover\:text-secondary-400\/25:hover {
  color: rgb(152 184 190 / 0.25);
}
.hover\:text-secondary-400\/30:hover {
  color: rgb(152 184 190 / 0.3);
}
.hover\:text-secondary-400\/35:hover {
  color: rgb(152 184 190 / 0.35);
}
.hover\:text-secondary-400\/40:hover {
  color: rgb(152 184 190 / 0.4);
}
.hover\:text-secondary-400\/45:hover {
  color: rgb(152 184 190 / 0.45);
}
.hover\:text-secondary-400\/5:hover {
  color: rgb(152 184 190 / 0.05);
}
.hover\:text-secondary-400\/50:hover {
  color: rgb(152 184 190 / 0.5);
}
.hover\:text-secondary-400\/55:hover {
  color: rgb(152 184 190 / 0.55);
}
.hover\:text-secondary-400\/60:hover {
  color: rgb(152 184 190 / 0.6);
}
.hover\:text-secondary-400\/65:hover {
  color: rgb(152 184 190 / 0.65);
}
.hover\:text-secondary-400\/70:hover {
  color: rgb(152 184 190 / 0.7);
}
.hover\:text-secondary-400\/75:hover {
  color: rgb(152 184 190 / 0.75);
}
.hover\:text-secondary-400\/80:hover {
  color: rgb(152 184 190 / 0.8);
}
.hover\:text-secondary-400\/85:hover {
  color: rgb(152 184 190 / 0.85);
}
.hover\:text-secondary-400\/90:hover {
  color: rgb(152 184 190 / 0.9);
}
.hover\:text-secondary-400\/95:hover {
  color: rgb(152 184 190 / 0.95);
}
.hover\:text-secondary-500:hover {
  color: #82A9B0;
}
.hover\:text-secondary-500\/0:hover {
  color: rgb(130 169 176 / 0);
}
.hover\:text-secondary-500\/10:hover {
  color: rgb(130 169 176 / 0.1);
}
.hover\:text-secondary-500\/100:hover {
  color: rgb(130 169 176 / 1);
}
.hover\:text-secondary-500\/15:hover {
  color: rgb(130 169 176 / 0.15);
}
.hover\:text-secondary-500\/20:hover {
  color: rgb(130 169 176 / 0.2);
}
.hover\:text-secondary-500\/25:hover {
  color: rgb(130 169 176 / 0.25);
}
.hover\:text-secondary-500\/30:hover {
  color: rgb(130 169 176 / 0.3);
}
.hover\:text-secondary-500\/35:hover {
  color: rgb(130 169 176 / 0.35);
}
.hover\:text-secondary-500\/40:hover {
  color: rgb(130 169 176 / 0.4);
}
.hover\:text-secondary-500\/45:hover {
  color: rgb(130 169 176 / 0.45);
}
.hover\:text-secondary-500\/5:hover {
  color: rgb(130 169 176 / 0.05);
}
.hover\:text-secondary-500\/50:hover {
  color: rgb(130 169 176 / 0.5);
}
.hover\:text-secondary-500\/55:hover {
  color: rgb(130 169 176 / 0.55);
}
.hover\:text-secondary-500\/60:hover {
  color: rgb(130 169 176 / 0.6);
}
.hover\:text-secondary-500\/65:hover {
  color: rgb(130 169 176 / 0.65);
}
.hover\:text-secondary-500\/70:hover {
  color: rgb(130 169 176 / 0.7);
}
.hover\:text-secondary-500\/75:hover {
  color: rgb(130 169 176 / 0.75);
}
.hover\:text-secondary-500\/80:hover {
  color: rgb(130 169 176 / 0.8);
}
.hover\:text-secondary-500\/85:hover {
  color: rgb(130 169 176 / 0.85);
}
.hover\:text-secondary-500\/90:hover {
  color: rgb(130 169 176 / 0.9);
}
.hover\:text-secondary-500\/95:hover {
  color: rgb(130 169 176 / 0.95);
}
.hover\:text-secondary-600:hover {
  color: #66969E;
}
.hover\:text-secondary-600\/0:hover {
  color: rgb(102 150 158 / 0);
}
.hover\:text-secondary-600\/10:hover {
  color: rgb(102 150 158 / 0.1);
}
.hover\:text-secondary-600\/100:hover {
  color: rgb(102 150 158 / 1);
}
.hover\:text-secondary-600\/15:hover {
  color: rgb(102 150 158 / 0.15);
}
.hover\:text-secondary-600\/20:hover {
  color: rgb(102 150 158 / 0.2);
}
.hover\:text-secondary-600\/25:hover {
  color: rgb(102 150 158 / 0.25);
}
.hover\:text-secondary-600\/30:hover {
  color: rgb(102 150 158 / 0.3);
}
.hover\:text-secondary-600\/35:hover {
  color: rgb(102 150 158 / 0.35);
}
.hover\:text-secondary-600\/40:hover {
  color: rgb(102 150 158 / 0.4);
}
.hover\:text-secondary-600\/45:hover {
  color: rgb(102 150 158 / 0.45);
}
.hover\:text-secondary-600\/5:hover {
  color: rgb(102 150 158 / 0.05);
}
.hover\:text-secondary-600\/50:hover {
  color: rgb(102 150 158 / 0.5);
}
.hover\:text-secondary-600\/55:hover {
  color: rgb(102 150 158 / 0.55);
}
.hover\:text-secondary-600\/60:hover {
  color: rgb(102 150 158 / 0.6);
}
.hover\:text-secondary-600\/65:hover {
  color: rgb(102 150 158 / 0.65);
}
.hover\:text-secondary-600\/70:hover {
  color: rgb(102 150 158 / 0.7);
}
.hover\:text-secondary-600\/75:hover {
  color: rgb(102 150 158 / 0.75);
}
.hover\:text-secondary-600\/80:hover {
  color: rgb(102 150 158 / 0.8);
}
.hover\:text-secondary-600\/85:hover {
  color: rgb(102 150 158 / 0.85);
}
.hover\:text-secondary-600\/90:hover {
  color: rgb(102 150 158 / 0.9);
}
.hover\:text-secondary-600\/95:hover {
  color: rgb(102 150 158 / 0.95);
}
.hover\:text-secondary-700:hover {
  color: #537C83;
}
.hover\:text-secondary-700\/0:hover {
  color: rgb(83 124 131 / 0);
}
.hover\:text-secondary-700\/10:hover {
  color: rgb(83 124 131 / 0.1);
}
.hover\:text-secondary-700\/100:hover {
  color: rgb(83 124 131 / 1);
}
.hover\:text-secondary-700\/15:hover {
  color: rgb(83 124 131 / 0.15);
}
.hover\:text-secondary-700\/20:hover {
  color: rgb(83 124 131 / 0.2);
}
.hover\:text-secondary-700\/25:hover {
  color: rgb(83 124 131 / 0.25);
}
.hover\:text-secondary-700\/30:hover {
  color: rgb(83 124 131 / 0.3);
}
.hover\:text-secondary-700\/35:hover {
  color: rgb(83 124 131 / 0.35);
}
.hover\:text-secondary-700\/40:hover {
  color: rgb(83 124 131 / 0.4);
}
.hover\:text-secondary-700\/45:hover {
  color: rgb(83 124 131 / 0.45);
}
.hover\:text-secondary-700\/5:hover {
  color: rgb(83 124 131 / 0.05);
}
.hover\:text-secondary-700\/50:hover {
  color: rgb(83 124 131 / 0.5);
}
.hover\:text-secondary-700\/55:hover {
  color: rgb(83 124 131 / 0.55);
}
.hover\:text-secondary-700\/60:hover {
  color: rgb(83 124 131 / 0.6);
}
.hover\:text-secondary-700\/65:hover {
  color: rgb(83 124 131 / 0.65);
}
.hover\:text-secondary-700\/70:hover {
  color: rgb(83 124 131 / 0.7);
}
.hover\:text-secondary-700\/75:hover {
  color: rgb(83 124 131 / 0.75);
}
.hover\:text-secondary-700\/80:hover {
  color: rgb(83 124 131 / 0.8);
}
.hover\:text-secondary-700\/85:hover {
  color: rgb(83 124 131 / 0.85);
}
.hover\:text-secondary-700\/90:hover {
  color: rgb(83 124 131 / 0.9);
}
.hover\:text-secondary-700\/95:hover {
  color: rgb(83 124 131 / 0.95);
}
.hover\:text-secondary-800:hover {
  color: #416167;
}
.hover\:text-secondary-800\/0:hover {
  color: rgb(65 97 103 / 0);
}
.hover\:text-secondary-800\/10:hover {
  color: rgb(65 97 103 / 0.1);
}
.hover\:text-secondary-800\/100:hover {
  color: rgb(65 97 103 / 1);
}
.hover\:text-secondary-800\/15:hover {
  color: rgb(65 97 103 / 0.15);
}
.hover\:text-secondary-800\/20:hover {
  color: rgb(65 97 103 / 0.2);
}
.hover\:text-secondary-800\/25:hover {
  color: rgb(65 97 103 / 0.25);
}
.hover\:text-secondary-800\/30:hover {
  color: rgb(65 97 103 / 0.3);
}
.hover\:text-secondary-800\/35:hover {
  color: rgb(65 97 103 / 0.35);
}
.hover\:text-secondary-800\/40:hover {
  color: rgb(65 97 103 / 0.4);
}
.hover\:text-secondary-800\/45:hover {
  color: rgb(65 97 103 / 0.45);
}
.hover\:text-secondary-800\/5:hover {
  color: rgb(65 97 103 / 0.05);
}
.hover\:text-secondary-800\/50:hover {
  color: rgb(65 97 103 / 0.5);
}
.hover\:text-secondary-800\/55:hover {
  color: rgb(65 97 103 / 0.55);
}
.hover\:text-secondary-800\/60:hover {
  color: rgb(65 97 103 / 0.6);
}
.hover\:text-secondary-800\/65:hover {
  color: rgb(65 97 103 / 0.65);
}
.hover\:text-secondary-800\/70:hover {
  color: rgb(65 97 103 / 0.7);
}
.hover\:text-secondary-800\/75:hover {
  color: rgb(65 97 103 / 0.75);
}
.hover\:text-secondary-800\/80:hover {
  color: rgb(65 97 103 / 0.8);
}
.hover\:text-secondary-800\/85:hover {
  color: rgb(65 97 103 / 0.85);
}
.hover\:text-secondary-800\/90:hover {
  color: rgb(65 97 103 / 0.9);
}
.hover\:text-secondary-800\/95:hover {
  color: rgb(65 97 103 / 0.95);
}
.hover\:text-secondary-900:hover {
  color: #2F474B;
}
.hover\:text-secondary-900\/0:hover {
  color: rgb(47 71 75 / 0);
}
.hover\:text-secondary-900\/10:hover {
  color: rgb(47 71 75 / 0.1);
}
.hover\:text-secondary-900\/100:hover {
  color: rgb(47 71 75 / 1);
}
.hover\:text-secondary-900\/15:hover {
  color: rgb(47 71 75 / 0.15);
}
.hover\:text-secondary-900\/20:hover {
  color: rgb(47 71 75 / 0.2);
}
.hover\:text-secondary-900\/25:hover {
  color: rgb(47 71 75 / 0.25);
}
.hover\:text-secondary-900\/30:hover {
  color: rgb(47 71 75 / 0.3);
}
.hover\:text-secondary-900\/35:hover {
  color: rgb(47 71 75 / 0.35);
}
.hover\:text-secondary-900\/40:hover {
  color: rgb(47 71 75 / 0.4);
}
.hover\:text-secondary-900\/45:hover {
  color: rgb(47 71 75 / 0.45);
}
.hover\:text-secondary-900\/5:hover {
  color: rgb(47 71 75 / 0.05);
}
.hover\:text-secondary-900\/50:hover {
  color: rgb(47 71 75 / 0.5);
}
.hover\:text-secondary-900\/55:hover {
  color: rgb(47 71 75 / 0.55);
}
.hover\:text-secondary-900\/60:hover {
  color: rgb(47 71 75 / 0.6);
}
.hover\:text-secondary-900\/65:hover {
  color: rgb(47 71 75 / 0.65);
}
.hover\:text-secondary-900\/70:hover {
  color: rgb(47 71 75 / 0.7);
}
.hover\:text-secondary-900\/75:hover {
  color: rgb(47 71 75 / 0.75);
}
.hover\:text-secondary-900\/80:hover {
  color: rgb(47 71 75 / 0.8);
}
.hover\:text-secondary-900\/85:hover {
  color: rgb(47 71 75 / 0.85);
}
.hover\:text-secondary-900\/90:hover {
  color: rgb(47 71 75 / 0.9);
}
.hover\:text-secondary-900\/95:hover {
  color: rgb(47 71 75 / 0.95);
}
.hover\:text-slate-600:hover {
  color: #475569;
}
.hover\:text-white:hover {
  color: #fff;
}
.hover\:no-underline:hover {
  text-decoration-line: none;
}
.hover\: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);
}
.hover\:shadow-xl:hover {
  --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);
}
.focus\:not-sr-only:focus {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
.focus\:fixed:focus {
  position: fixed;
}
.focus\:left-0:focus {
  left: 0px;
}
.focus\:top-0:focus {
  top: 0px;
}
.focus\:z-\[9999\]:focus {
  z-index: 9999;
}
.focus\:border-\[\#2c5f99\]:focus {
  border-color: #2c5f99;
}
.focus\:border-accent-100:focus {
  border-color: #fceae9;
}
.focus\:border-accent-100\/0:focus {
  border-color: rgb(252 234 233 / 0);
}
.focus\:border-accent-100\/10:focus {
  border-color: rgb(252 234 233 / 0.1);
}
.focus\:border-accent-100\/100:focus {
  border-color: rgb(252 234 233 / 1);
}
.focus\:border-accent-100\/15:focus {
  border-color: rgb(252 234 233 / 0.15);
}
.focus\:border-accent-100\/20:focus {
  border-color: rgb(252 234 233 / 0.2);
}
.focus\:border-accent-100\/25:focus {
  border-color: rgb(252 234 233 / 0.25);
}
.focus\:border-accent-100\/30:focus {
  border-color: rgb(252 234 233 / 0.3);
}
.focus\:border-accent-100\/35:focus {
  border-color: rgb(252 234 233 / 0.35);
}
.focus\:border-accent-100\/40:focus {
  border-color: rgb(252 234 233 / 0.4);
}
.focus\:border-accent-100\/45:focus {
  border-color: rgb(252 234 233 / 0.45);
}
.focus\:border-accent-100\/5:focus {
  border-color: rgb(252 234 233 / 0.05);
}
.focus\:border-accent-100\/50:focus {
  border-color: rgb(252 234 233 / 0.5);
}
.focus\:border-accent-100\/55:focus {
  border-color: rgb(252 234 233 / 0.55);
}
.focus\:border-accent-100\/60:focus {
  border-color: rgb(252 234 233 / 0.6);
}
.focus\:border-accent-100\/65:focus {
  border-color: rgb(252 234 233 / 0.65);
}
.focus\:border-accent-100\/70:focus {
  border-color: rgb(252 234 233 / 0.7);
}
.focus\:border-accent-100\/75:focus {
  border-color: rgb(252 234 233 / 0.75);
}
.focus\:border-accent-100\/80:focus {
  border-color: rgb(252 234 233 / 0.8);
}
.focus\:border-accent-100\/85:focus {
  border-color: rgb(252 234 233 / 0.85);
}
.focus\:border-accent-100\/90:focus {
  border-color: rgb(252 234 233 / 0.9);
}
.focus\:border-accent-100\/95:focus {
  border-color: rgb(252 234 233 / 0.95);
}
.focus\:border-accent-200:focus {
  border-color: #f9d4d2;
}
.focus\:border-accent-200\/0:focus {
  border-color: rgb(249 212 210 / 0);
}
.focus\:border-accent-200\/10:focus {
  border-color: rgb(249 212 210 / 0.1);
}
.focus\:border-accent-200\/100:focus {
  border-color: rgb(249 212 210 / 1);
}
.focus\:border-accent-200\/15:focus {
  border-color: rgb(249 212 210 / 0.15);
}
.focus\:border-accent-200\/20:focus {
  border-color: rgb(249 212 210 / 0.2);
}
.focus\:border-accent-200\/25:focus {
  border-color: rgb(249 212 210 / 0.25);
}
.focus\:border-accent-200\/30:focus {
  border-color: rgb(249 212 210 / 0.3);
}
.focus\:border-accent-200\/35:focus {
  border-color: rgb(249 212 210 / 0.35);
}
.focus\:border-accent-200\/40:focus {
  border-color: rgb(249 212 210 / 0.4);
}
.focus\:border-accent-200\/45:focus {
  border-color: rgb(249 212 210 / 0.45);
}
.focus\:border-accent-200\/5:focus {
  border-color: rgb(249 212 210 / 0.05);
}
.focus\:border-accent-200\/50:focus {
  border-color: rgb(249 212 210 / 0.5);
}
.focus\:border-accent-200\/55:focus {
  border-color: rgb(249 212 210 / 0.55);
}
.focus\:border-accent-200\/60:focus {
  border-color: rgb(249 212 210 / 0.6);
}
.focus\:border-accent-200\/65:focus {
  border-color: rgb(249 212 210 / 0.65);
}
.focus\:border-accent-200\/70:focus {
  border-color: rgb(249 212 210 / 0.7);
}
.focus\:border-accent-200\/75:focus {
  border-color: rgb(249 212 210 / 0.75);
}
.focus\:border-accent-200\/80:focus {
  border-color: rgb(249 212 210 / 0.8);
}
.focus\:border-accent-200\/85:focus {
  border-color: rgb(249 212 210 / 0.85);
}
.focus\:border-accent-200\/90:focus {
  border-color: rgb(249 212 210 / 0.9);
}
.focus\:border-accent-200\/95:focus {
  border-color: rgb(249 212 210 / 0.95);
}
.focus\:border-accent-300:focus {
  border-color: #f4b5b3;
}
.focus\:border-accent-300\/0:focus {
  border-color: rgb(244 181 179 / 0);
}
.focus\:border-accent-300\/10:focus {
  border-color: rgb(244 181 179 / 0.1);
}
.focus\:border-accent-300\/100:focus {
  border-color: rgb(244 181 179 / 1);
}
.focus\:border-accent-300\/15:focus {
  border-color: rgb(244 181 179 / 0.15);
}
.focus\:border-accent-300\/20:focus {
  border-color: rgb(244 181 179 / 0.2);
}
.focus\:border-accent-300\/25:focus {
  border-color: rgb(244 181 179 / 0.25);
}
.focus\:border-accent-300\/30:focus {
  border-color: rgb(244 181 179 / 0.3);
}
.focus\:border-accent-300\/35:focus {
  border-color: rgb(244 181 179 / 0.35);
}
.focus\:border-accent-300\/40:focus {
  border-color: rgb(244 181 179 / 0.4);
}
.focus\:border-accent-300\/45:focus {
  border-color: rgb(244 181 179 / 0.45);
}
.focus\:border-accent-300\/5:focus {
  border-color: rgb(244 181 179 / 0.05);
}
.focus\:border-accent-300\/50:focus {
  border-color: rgb(244 181 179 / 0.5);
}
.focus\:border-accent-300\/55:focus {
  border-color: rgb(244 181 179 / 0.55);
}
.focus\:border-accent-300\/60:focus {
  border-color: rgb(244 181 179 / 0.6);
}
.focus\:border-accent-300\/65:focus {
  border-color: rgb(244 181 179 / 0.65);
}
.focus\:border-accent-300\/70:focus {
  border-color: rgb(244 181 179 / 0.7);
}
.focus\:border-accent-300\/75:focus {
  border-color: rgb(244 181 179 / 0.75);
}
.focus\:border-accent-300\/80:focus {
  border-color: rgb(244 181 179 / 0.8);
}
.focus\:border-accent-300\/85:focus {
  border-color: rgb(244 181 179 / 0.85);
}
.focus\:border-accent-300\/90:focus {
  border-color: rgb(244 181 179 / 0.9);
}
.focus\:border-accent-300\/95:focus {
  border-color: rgb(244 181 179 / 0.95);
}
.focus\:border-accent-400:focus {
  border-color: #ee8e8b;
}
.focus\:border-accent-400\/0:focus {
  border-color: rgb(238 142 139 / 0);
}
.focus\:border-accent-400\/10:focus {
  border-color: rgb(238 142 139 / 0.1);
}
.focus\:border-accent-400\/100:focus {
  border-color: rgb(238 142 139 / 1);
}
.focus\:border-accent-400\/15:focus {
  border-color: rgb(238 142 139 / 0.15);
}
.focus\:border-accent-400\/20:focus {
  border-color: rgb(238 142 139 / 0.2);
}
.focus\:border-accent-400\/25:focus {
  border-color: rgb(238 142 139 / 0.25);
}
.focus\:border-accent-400\/30:focus {
  border-color: rgb(238 142 139 / 0.3);
}
.focus\:border-accent-400\/35:focus {
  border-color: rgb(238 142 139 / 0.35);
}
.focus\:border-accent-400\/40:focus {
  border-color: rgb(238 142 139 / 0.4);
}
.focus\:border-accent-400\/45:focus {
  border-color: rgb(238 142 139 / 0.45);
}
.focus\:border-accent-400\/5:focus {
  border-color: rgb(238 142 139 / 0.05);
}
.focus\:border-accent-400\/50:focus {
  border-color: rgb(238 142 139 / 0.5);
}
.focus\:border-accent-400\/55:focus {
  border-color: rgb(238 142 139 / 0.55);
}
.focus\:border-accent-400\/60:focus {
  border-color: rgb(238 142 139 / 0.6);
}
.focus\:border-accent-400\/65:focus {
  border-color: rgb(238 142 139 / 0.65);
}
.focus\:border-accent-400\/70:focus {
  border-color: rgb(238 142 139 / 0.7);
}
.focus\:border-accent-400\/75:focus {
  border-color: rgb(238 142 139 / 0.75);
}
.focus\:border-accent-400\/80:focus {
  border-color: rgb(238 142 139 / 0.8);
}
.focus\:border-accent-400\/85:focus {
  border-color: rgb(238 142 139 / 0.85);
}
.focus\:border-accent-400\/90:focus {
  border-color: rgb(238 142 139 / 0.9);
}
.focus\:border-accent-400\/95:focus {
  border-color: rgb(238 142 139 / 0.95);
}
.focus\:border-accent-500:focus {
  border-color: #e57373;
}
.focus\:border-accent-500\/0:focus {
  border-color: rgb(229 115 115 / 0);
}
.focus\:border-accent-500\/10:focus {
  border-color: rgb(229 115 115 / 0.1);
}
.focus\:border-accent-500\/100:focus {
  border-color: rgb(229 115 115 / 1);
}
.focus\:border-accent-500\/15:focus {
  border-color: rgb(229 115 115 / 0.15);
}
.focus\:border-accent-500\/20:focus {
  border-color: rgb(229 115 115 / 0.2);
}
.focus\:border-accent-500\/25:focus {
  border-color: rgb(229 115 115 / 0.25);
}
.focus\:border-accent-500\/30:focus {
  border-color: rgb(229 115 115 / 0.3);
}
.focus\:border-accent-500\/35:focus {
  border-color: rgb(229 115 115 / 0.35);
}
.focus\:border-accent-500\/40:focus {
  border-color: rgb(229 115 115 / 0.4);
}
.focus\:border-accent-500\/45:focus {
  border-color: rgb(229 115 115 / 0.45);
}
.focus\:border-accent-500\/5:focus {
  border-color: rgb(229 115 115 / 0.05);
}
.focus\:border-accent-500\/50:focus {
  border-color: rgb(229 115 115 / 0.5);
}
.focus\:border-accent-500\/55:focus {
  border-color: rgb(229 115 115 / 0.55);
}
.focus\:border-accent-500\/60:focus {
  border-color: rgb(229 115 115 / 0.6);
}
.focus\:border-accent-500\/65:focus {
  border-color: rgb(229 115 115 / 0.65);
}
.focus\:border-accent-500\/70:focus {
  border-color: rgb(229 115 115 / 0.7);
}
.focus\:border-accent-500\/75:focus {
  border-color: rgb(229 115 115 / 0.75);
}
.focus\:border-accent-500\/80:focus {
  border-color: rgb(229 115 115 / 0.8);
}
.focus\:border-accent-500\/85:focus {
  border-color: rgb(229 115 115 / 0.85);
}
.focus\:border-accent-500\/90:focus {
  border-color: rgb(229 115 115 / 0.9);
}
.focus\:border-accent-500\/95:focus {
  border-color: rgb(229 115 115 / 0.95);
}
.focus\:border-accent-600:focus {
  border-color: #d95f5f;
}
.focus\:border-accent-600\/0:focus {
  border-color: rgb(217 95 95 / 0);
}
.focus\:border-accent-600\/10:focus {
  border-color: rgb(217 95 95 / 0.1);
}
.focus\:border-accent-600\/100:focus {
  border-color: rgb(217 95 95 / 1);
}
.focus\:border-accent-600\/15:focus {
  border-color: rgb(217 95 95 / 0.15);
}
.focus\:border-accent-600\/20:focus {
  border-color: rgb(217 95 95 / 0.2);
}
.focus\:border-accent-600\/25:focus {
  border-color: rgb(217 95 95 / 0.25);
}
.focus\:border-accent-600\/30:focus {
  border-color: rgb(217 95 95 / 0.3);
}
.focus\:border-accent-600\/35:focus {
  border-color: rgb(217 95 95 / 0.35);
}
.focus\:border-accent-600\/40:focus {
  border-color: rgb(217 95 95 / 0.4);
}
.focus\:border-accent-600\/45:focus {
  border-color: rgb(217 95 95 / 0.45);
}
.focus\:border-accent-600\/5:focus {
  border-color: rgb(217 95 95 / 0.05);
}
.focus\:border-accent-600\/50:focus {
  border-color: rgb(217 95 95 / 0.5);
}
.focus\:border-accent-600\/55:focus {
  border-color: rgb(217 95 95 / 0.55);
}
.focus\:border-accent-600\/60:focus {
  border-color: rgb(217 95 95 / 0.6);
}
.focus\:border-accent-600\/65:focus {
  border-color: rgb(217 95 95 / 0.65);
}
.focus\:border-accent-600\/70:focus {
  border-color: rgb(217 95 95 / 0.7);
}
.focus\:border-accent-600\/75:focus {
  border-color: rgb(217 95 95 / 0.75);
}
.focus\:border-accent-600\/80:focus {
  border-color: rgb(217 95 95 / 0.8);
}
.focus\:border-accent-600\/85:focus {
  border-color: rgb(217 95 95 / 0.85);
}
.focus\:border-accent-600\/90:focus {
  border-color: rgb(217 95 95 / 0.9);
}
.focus\:border-accent-600\/95:focus {
  border-color: rgb(217 95 95 / 0.95);
}
.focus\:border-accent-700:focus {
  border-color: #c94a4a;
}
.focus\:border-accent-700\/0:focus {
  border-color: rgb(201 74 74 / 0);
}
.focus\:border-accent-700\/10:focus {
  border-color: rgb(201 74 74 / 0.1);
}
.focus\:border-accent-700\/100:focus {
  border-color: rgb(201 74 74 / 1);
}
.focus\:border-accent-700\/15:focus {
  border-color: rgb(201 74 74 / 0.15);
}
.focus\:border-accent-700\/20:focus {
  border-color: rgb(201 74 74 / 0.2);
}
.focus\:border-accent-700\/25:focus {
  border-color: rgb(201 74 74 / 0.25);
}
.focus\:border-accent-700\/30:focus {
  border-color: rgb(201 74 74 / 0.3);
}
.focus\:border-accent-700\/35:focus {
  border-color: rgb(201 74 74 / 0.35);
}
.focus\:border-accent-700\/40:focus {
  border-color: rgb(201 74 74 / 0.4);
}
.focus\:border-accent-700\/45:focus {
  border-color: rgb(201 74 74 / 0.45);
}
.focus\:border-accent-700\/5:focus {
  border-color: rgb(201 74 74 / 0.05);
}
.focus\:border-accent-700\/50:focus {
  border-color: rgb(201 74 74 / 0.5);
}
.focus\:border-accent-700\/55:focus {
  border-color: rgb(201 74 74 / 0.55);
}
.focus\:border-accent-700\/60:focus {
  border-color: rgb(201 74 74 / 0.6);
}
.focus\:border-accent-700\/65:focus {
  border-color: rgb(201 74 74 / 0.65);
}
.focus\:border-accent-700\/70:focus {
  border-color: rgb(201 74 74 / 0.7);
}
.focus\:border-accent-700\/75:focus {
  border-color: rgb(201 74 74 / 0.75);
}
.focus\:border-accent-700\/80:focus {
  border-color: rgb(201 74 74 / 0.8);
}
.focus\:border-accent-700\/85:focus {
  border-color: rgb(201 74 74 / 0.85);
}
.focus\:border-accent-700\/90:focus {
  border-color: rgb(201 74 74 / 0.9);
}
.focus\:border-accent-700\/95:focus {
  border-color: rgb(201 74 74 / 0.95);
}
.focus\:border-accent-800:focus {
  border-color: #a83c3c;
}
.focus\:border-accent-800\/0:focus {
  border-color: rgb(168 60 60 / 0);
}
.focus\:border-accent-800\/10:focus {
  border-color: rgb(168 60 60 / 0.1);
}
.focus\:border-accent-800\/100:focus {
  border-color: rgb(168 60 60 / 1);
}
.focus\:border-accent-800\/15:focus {
  border-color: rgb(168 60 60 / 0.15);
}
.focus\:border-accent-800\/20:focus {
  border-color: rgb(168 60 60 / 0.2);
}
.focus\:border-accent-800\/25:focus {
  border-color: rgb(168 60 60 / 0.25);
}
.focus\:border-accent-800\/30:focus {
  border-color: rgb(168 60 60 / 0.3);
}
.focus\:border-accent-800\/35:focus {
  border-color: rgb(168 60 60 / 0.35);
}
.focus\:border-accent-800\/40:focus {
  border-color: rgb(168 60 60 / 0.4);
}
.focus\:border-accent-800\/45:focus {
  border-color: rgb(168 60 60 / 0.45);
}
.focus\:border-accent-800\/5:focus {
  border-color: rgb(168 60 60 / 0.05);
}
.focus\:border-accent-800\/50:focus {
  border-color: rgb(168 60 60 / 0.5);
}
.focus\:border-accent-800\/55:focus {
  border-color: rgb(168 60 60 / 0.55);
}
.focus\:border-accent-800\/60:focus {
  border-color: rgb(168 60 60 / 0.6);
}
.focus\:border-accent-800\/65:focus {
  border-color: rgb(168 60 60 / 0.65);
}
.focus\:border-accent-800\/70:focus {
  border-color: rgb(168 60 60 / 0.7);
}
.focus\:border-accent-800\/75:focus {
  border-color: rgb(168 60 60 / 0.75);
}
.focus\:border-accent-800\/80:focus {
  border-color: rgb(168 60 60 / 0.8);
}
.focus\:border-accent-800\/85:focus {
  border-color: rgb(168 60 60 / 0.85);
}
.focus\:border-accent-800\/90:focus {
  border-color: rgb(168 60 60 / 0.9);
}
.focus\:border-accent-800\/95:focus {
  border-color: rgb(168 60 60 / 0.95);
}
.focus\:border-accent-900:focus {
  border-color: #8c3434;
}
.focus\:border-accent-900\/0:focus {
  border-color: rgb(140 52 52 / 0);
}
.focus\:border-accent-900\/10:focus {
  border-color: rgb(140 52 52 / 0.1);
}
.focus\:border-accent-900\/100:focus {
  border-color: rgb(140 52 52 / 1);
}
.focus\:border-accent-900\/15:focus {
  border-color: rgb(140 52 52 / 0.15);
}
.focus\:border-accent-900\/20:focus {
  border-color: rgb(140 52 52 / 0.2);
}
.focus\:border-accent-900\/25:focus {
  border-color: rgb(140 52 52 / 0.25);
}
.focus\:border-accent-900\/30:focus {
  border-color: rgb(140 52 52 / 0.3);
}
.focus\:border-accent-900\/35:focus {
  border-color: rgb(140 52 52 / 0.35);
}
.focus\:border-accent-900\/40:focus {
  border-color: rgb(140 52 52 / 0.4);
}
.focus\:border-accent-900\/45:focus {
  border-color: rgb(140 52 52 / 0.45);
}
.focus\:border-accent-900\/5:focus {
  border-color: rgb(140 52 52 / 0.05);
}
.focus\:border-accent-900\/50:focus {
  border-color: rgb(140 52 52 / 0.5);
}
.focus\:border-accent-900\/55:focus {
  border-color: rgb(140 52 52 / 0.55);
}
.focus\:border-accent-900\/60:focus {
  border-color: rgb(140 52 52 / 0.6);
}
.focus\:border-accent-900\/65:focus {
  border-color: rgb(140 52 52 / 0.65);
}
.focus\:border-accent-900\/70:focus {
  border-color: rgb(140 52 52 / 0.7);
}
.focus\:border-accent-900\/75:focus {
  border-color: rgb(140 52 52 / 0.75);
}
.focus\:border-accent-900\/80:focus {
  border-color: rgb(140 52 52 / 0.8);
}
.focus\:border-accent-900\/85:focus {
  border-color: rgb(140 52 52 / 0.85);
}
.focus\:border-accent-900\/90:focus {
  border-color: rgb(140 52 52 / 0.9);
}
.focus\:border-accent-900\/95:focus {
  border-color: rgb(140 52 52 / 0.95);
}
.focus\:border-blue-500:focus {
  border-color: #3b82f6;
}
.focus\:border-gray-100:focus {
  border-color: #f3f4f6;
}
.focus\:border-gray-100\/0:focus {
  border-color: rgb(243 244 246 / 0);
}
.focus\:border-gray-100\/10:focus {
  border-color: rgb(243 244 246 / 0.1);
}
.focus\:border-gray-100\/100:focus {
  border-color: rgb(243 244 246 / 1);
}
.focus\:border-gray-100\/15:focus {
  border-color: rgb(243 244 246 / 0.15);
}
.focus\:border-gray-100\/20:focus {
  border-color: rgb(243 244 246 / 0.2);
}
.focus\:border-gray-100\/25:focus {
  border-color: rgb(243 244 246 / 0.25);
}
.focus\:border-gray-100\/30:focus {
  border-color: rgb(243 244 246 / 0.3);
}
.focus\:border-gray-100\/35:focus {
  border-color: rgb(243 244 246 / 0.35);
}
.focus\:border-gray-100\/40:focus {
  border-color: rgb(243 244 246 / 0.4);
}
.focus\:border-gray-100\/45:focus {
  border-color: rgb(243 244 246 / 0.45);
}
.focus\:border-gray-100\/5:focus {
  border-color: rgb(243 244 246 / 0.05);
}
.focus\:border-gray-100\/50:focus {
  border-color: rgb(243 244 246 / 0.5);
}
.focus\:border-gray-100\/55:focus {
  border-color: rgb(243 244 246 / 0.55);
}
.focus\:border-gray-100\/60:focus {
  border-color: rgb(243 244 246 / 0.6);
}
.focus\:border-gray-100\/65:focus {
  border-color: rgb(243 244 246 / 0.65);
}
.focus\:border-gray-100\/70:focus {
  border-color: rgb(243 244 246 / 0.7);
}
.focus\:border-gray-100\/75:focus {
  border-color: rgb(243 244 246 / 0.75);
}
.focus\:border-gray-100\/80:focus {
  border-color: rgb(243 244 246 / 0.8);
}
.focus\:border-gray-100\/85:focus {
  border-color: rgb(243 244 246 / 0.85);
}
.focus\:border-gray-100\/90:focus {
  border-color: rgb(243 244 246 / 0.9);
}
.focus\:border-gray-100\/95:focus {
  border-color: rgb(243 244 246 / 0.95);
}
.focus\:border-gray-200:focus {
  border-color: #e5e7eb;
}
.focus\:border-gray-200\/0:focus {
  border-color: rgb(229 231 235 / 0);
}
.focus\:border-gray-200\/10:focus {
  border-color: rgb(229 231 235 / 0.1);
}
.focus\:border-gray-200\/100:focus {
  border-color: rgb(229 231 235 / 1);
}
.focus\:border-gray-200\/15:focus {
  border-color: rgb(229 231 235 / 0.15);
}
.focus\:border-gray-200\/20:focus {
  border-color: rgb(229 231 235 / 0.2);
}
.focus\:border-gray-200\/25:focus {
  border-color: rgb(229 231 235 / 0.25);
}
.focus\:border-gray-200\/30:focus {
  border-color: rgb(229 231 235 / 0.3);
}
.focus\:border-gray-200\/35:focus {
  border-color: rgb(229 231 235 / 0.35);
}
.focus\:border-gray-200\/40:focus {
  border-color: rgb(229 231 235 / 0.4);
}
.focus\:border-gray-200\/45:focus {
  border-color: rgb(229 231 235 / 0.45);
}
.focus\:border-gray-200\/5:focus {
  border-color: rgb(229 231 235 / 0.05);
}
.focus\:border-gray-200\/50:focus {
  border-color: rgb(229 231 235 / 0.5);
}
.focus\:border-gray-200\/55:focus {
  border-color: rgb(229 231 235 / 0.55);
}
.focus\:border-gray-200\/60:focus {
  border-color: rgb(229 231 235 / 0.6);
}
.focus\:border-gray-200\/65:focus {
  border-color: rgb(229 231 235 / 0.65);
}
.focus\:border-gray-200\/70:focus {
  border-color: rgb(229 231 235 / 0.7);
}
.focus\:border-gray-200\/75:focus {
  border-color: rgb(229 231 235 / 0.75);
}
.focus\:border-gray-200\/80:focus {
  border-color: rgb(229 231 235 / 0.8);
}
.focus\:border-gray-200\/85:focus {
  border-color: rgb(229 231 235 / 0.85);
}
.focus\:border-gray-200\/90:focus {
  border-color: rgb(229 231 235 / 0.9);
}
.focus\:border-gray-200\/95:focus {
  border-color: rgb(229 231 235 / 0.95);
}
.focus\:border-gray-300:focus {
  border-color: #d1d5db;
}
.focus\:border-gray-300\/0:focus {
  border-color: rgb(209 213 219 / 0);
}
.focus\:border-gray-300\/10:focus {
  border-color: rgb(209 213 219 / 0.1);
}
.focus\:border-gray-300\/100:focus {
  border-color: rgb(209 213 219 / 1);
}
.focus\:border-gray-300\/15:focus {
  border-color: rgb(209 213 219 / 0.15);
}
.focus\:border-gray-300\/20:focus {
  border-color: rgb(209 213 219 / 0.2);
}
.focus\:border-gray-300\/25:focus {
  border-color: rgb(209 213 219 / 0.25);
}
.focus\:border-gray-300\/30:focus {
  border-color: rgb(209 213 219 / 0.3);
}
.focus\:border-gray-300\/35:focus {
  border-color: rgb(209 213 219 / 0.35);
}
.focus\:border-gray-300\/40:focus {
  border-color: rgb(209 213 219 / 0.4);
}
.focus\:border-gray-300\/45:focus {
  border-color: rgb(209 213 219 / 0.45);
}
.focus\:border-gray-300\/5:focus {
  border-color: rgb(209 213 219 / 0.05);
}
.focus\:border-gray-300\/50:focus {
  border-color: rgb(209 213 219 / 0.5);
}
.focus\:border-gray-300\/55:focus {
  border-color: rgb(209 213 219 / 0.55);
}
.focus\:border-gray-300\/60:focus {
  border-color: rgb(209 213 219 / 0.6);
}
.focus\:border-gray-300\/65:focus {
  border-color: rgb(209 213 219 / 0.65);
}
.focus\:border-gray-300\/70:focus {
  border-color: rgb(209 213 219 / 0.7);
}
.focus\:border-gray-300\/75:focus {
  border-color: rgb(209 213 219 / 0.75);
}
.focus\:border-gray-300\/80:focus {
  border-color: rgb(209 213 219 / 0.8);
}
.focus\:border-gray-300\/85:focus {
  border-color: rgb(209 213 219 / 0.85);
}
.focus\:border-gray-300\/90:focus {
  border-color: rgb(209 213 219 / 0.9);
}
.focus\:border-gray-300\/95:focus {
  border-color: rgb(209 213 219 / 0.95);
}
.focus\:border-gray-400:focus {
  border-color: #9ca3af;
}
.focus\:border-gray-400\/0:focus {
  border-color: rgb(156 163 175 / 0);
}
.focus\:border-gray-400\/10:focus {
  border-color: rgb(156 163 175 / 0.1);
}
.focus\:border-gray-400\/100:focus {
  border-color: rgb(156 163 175 / 1);
}
.focus\:border-gray-400\/15:focus {
  border-color: rgb(156 163 175 / 0.15);
}
.focus\:border-gray-400\/20:focus {
  border-color: rgb(156 163 175 / 0.2);
}
.focus\:border-gray-400\/25:focus {
  border-color: rgb(156 163 175 / 0.25);
}
.focus\:border-gray-400\/30:focus {
  border-color: rgb(156 163 175 / 0.3);
}
.focus\:border-gray-400\/35:focus {
  border-color: rgb(156 163 175 / 0.35);
}
.focus\:border-gray-400\/40:focus {
  border-color: rgb(156 163 175 / 0.4);
}
.focus\:border-gray-400\/45:focus {
  border-color: rgb(156 163 175 / 0.45);
}
.focus\:border-gray-400\/5:focus {
  border-color: rgb(156 163 175 / 0.05);
}
.focus\:border-gray-400\/50:focus {
  border-color: rgb(156 163 175 / 0.5);
}
.focus\:border-gray-400\/55:focus {
  border-color: rgb(156 163 175 / 0.55);
}
.focus\:border-gray-400\/60:focus {
  border-color: rgb(156 163 175 / 0.6);
}
.focus\:border-gray-400\/65:focus {
  border-color: rgb(156 163 175 / 0.65);
}
.focus\:border-gray-400\/70:focus {
  border-color: rgb(156 163 175 / 0.7);
}
.focus\:border-gray-400\/75:focus {
  border-color: rgb(156 163 175 / 0.75);
}
.focus\:border-gray-400\/80:focus {
  border-color: rgb(156 163 175 / 0.8);
}
.focus\:border-gray-400\/85:focus {
  border-color: rgb(156 163 175 / 0.85);
}
.focus\:border-gray-400\/90:focus {
  border-color: rgb(156 163 175 / 0.9);
}
.focus\:border-gray-400\/95:focus {
  border-color: rgb(156 163 175 / 0.95);
}
.focus\:border-gray-500:focus {
  border-color: #6b7280;
}
.focus\:border-gray-500\/0:focus {
  border-color: rgb(107 114 128 / 0);
}
.focus\:border-gray-500\/10:focus {
  border-color: rgb(107 114 128 / 0.1);
}
.focus\:border-gray-500\/100:focus {
  border-color: rgb(107 114 128 / 1);
}
.focus\:border-gray-500\/15:focus {
  border-color: rgb(107 114 128 / 0.15);
}
.focus\:border-gray-500\/20:focus {
  border-color: rgb(107 114 128 / 0.2);
}
.focus\:border-gray-500\/25:focus {
  border-color: rgb(107 114 128 / 0.25);
}
.focus\:border-gray-500\/30:focus {
  border-color: rgb(107 114 128 / 0.3);
}
.focus\:border-gray-500\/35:focus {
  border-color: rgb(107 114 128 / 0.35);
}
.focus\:border-gray-500\/40:focus {
  border-color: rgb(107 114 128 / 0.4);
}
.focus\:border-gray-500\/45:focus {
  border-color: rgb(107 114 128 / 0.45);
}
.focus\:border-gray-500\/5:focus {
  border-color: rgb(107 114 128 / 0.05);
}
.focus\:border-gray-500\/50:focus {
  border-color: rgb(107 114 128 / 0.5);
}
.focus\:border-gray-500\/55:focus {
  border-color: rgb(107 114 128 / 0.55);
}
.focus\:border-gray-500\/60:focus {
  border-color: rgb(107 114 128 / 0.6);
}
.focus\:border-gray-500\/65:focus {
  border-color: rgb(107 114 128 / 0.65);
}
.focus\:border-gray-500\/70:focus {
  border-color: rgb(107 114 128 / 0.7);
}
.focus\:border-gray-500\/75:focus {
  border-color: rgb(107 114 128 / 0.75);
}
.focus\:border-gray-500\/80:focus {
  border-color: rgb(107 114 128 / 0.8);
}
.focus\:border-gray-500\/85:focus {
  border-color: rgb(107 114 128 / 0.85);
}
.focus\:border-gray-500\/90:focus {
  border-color: rgb(107 114 128 / 0.9);
}
.focus\:border-gray-500\/95:focus {
  border-color: rgb(107 114 128 / 0.95);
}
.focus\:border-gray-600:focus {
  border-color: #4b5563;
}
.focus\:border-gray-600\/0:focus {
  border-color: rgb(75 85 99 / 0);
}
.focus\:border-gray-600\/10:focus {
  border-color: rgb(75 85 99 / 0.1);
}
.focus\:border-gray-600\/100:focus {
  border-color: rgb(75 85 99 / 1);
}
.focus\:border-gray-600\/15:focus {
  border-color: rgb(75 85 99 / 0.15);
}
.focus\:border-gray-600\/20:focus {
  border-color: rgb(75 85 99 / 0.2);
}
.focus\:border-gray-600\/25:focus {
  border-color: rgb(75 85 99 / 0.25);
}
.focus\:border-gray-600\/30:focus {
  border-color: rgb(75 85 99 / 0.3);
}
.focus\:border-gray-600\/35:focus {
  border-color: rgb(75 85 99 / 0.35);
}
.focus\:border-gray-600\/40:focus {
  border-color: rgb(75 85 99 / 0.4);
}
.focus\:border-gray-600\/45:focus {
  border-color: rgb(75 85 99 / 0.45);
}
.focus\:border-gray-600\/5:focus {
  border-color: rgb(75 85 99 / 0.05);
}
.focus\:border-gray-600\/50:focus {
  border-color: rgb(75 85 99 / 0.5);
}
.focus\:border-gray-600\/55:focus {
  border-color: rgb(75 85 99 / 0.55);
}
.focus\:border-gray-600\/60:focus {
  border-color: rgb(75 85 99 / 0.6);
}
.focus\:border-gray-600\/65:focus {
  border-color: rgb(75 85 99 / 0.65);
}
.focus\:border-gray-600\/70:focus {
  border-color: rgb(75 85 99 / 0.7);
}
.focus\:border-gray-600\/75:focus {
  border-color: rgb(75 85 99 / 0.75);
}
.focus\:border-gray-600\/80:focus {
  border-color: rgb(75 85 99 / 0.8);
}
.focus\:border-gray-600\/85:focus {
  border-color: rgb(75 85 99 / 0.85);
}
.focus\:border-gray-600\/90:focus {
  border-color: rgb(75 85 99 / 0.9);
}
.focus\:border-gray-600\/95:focus {
  border-color: rgb(75 85 99 / 0.95);
}
.focus\:border-gray-700:focus {
  border-color: #374151;
}
.focus\:border-gray-700\/0:focus {
  border-color: rgb(55 65 81 / 0);
}
.focus\:border-gray-700\/10:focus {
  border-color: rgb(55 65 81 / 0.1);
}
.focus\:border-gray-700\/100:focus {
  border-color: rgb(55 65 81 / 1);
}
.focus\:border-gray-700\/15:focus {
  border-color: rgb(55 65 81 / 0.15);
}
.focus\:border-gray-700\/20:focus {
  border-color: rgb(55 65 81 / 0.2);
}
.focus\:border-gray-700\/25:focus {
  border-color: rgb(55 65 81 / 0.25);
}
.focus\:border-gray-700\/30:focus {
  border-color: rgb(55 65 81 / 0.3);
}
.focus\:border-gray-700\/35:focus {
  border-color: rgb(55 65 81 / 0.35);
}
.focus\:border-gray-700\/40:focus {
  border-color: rgb(55 65 81 / 0.4);
}
.focus\:border-gray-700\/45:focus {
  border-color: rgb(55 65 81 / 0.45);
}
.focus\:border-gray-700\/5:focus {
  border-color: rgb(55 65 81 / 0.05);
}
.focus\:border-gray-700\/50:focus {
  border-color: rgb(55 65 81 / 0.5);
}
.focus\:border-gray-700\/55:focus {
  border-color: rgb(55 65 81 / 0.55);
}
.focus\:border-gray-700\/60:focus {
  border-color: rgb(55 65 81 / 0.6);
}
.focus\:border-gray-700\/65:focus {
  border-color: rgb(55 65 81 / 0.65);
}
.focus\:border-gray-700\/70:focus {
  border-color: rgb(55 65 81 / 0.7);
}
.focus\:border-gray-700\/75:focus {
  border-color: rgb(55 65 81 / 0.75);
}
.focus\:border-gray-700\/80:focus {
  border-color: rgb(55 65 81 / 0.8);
}
.focus\:border-gray-700\/85:focus {
  border-color: rgb(55 65 81 / 0.85);
}
.focus\:border-gray-700\/90:focus {
  border-color: rgb(55 65 81 / 0.9);
}
.focus\:border-gray-700\/95:focus {
  border-color: rgb(55 65 81 / 0.95);
}
.focus\:border-gray-800:focus {
  border-color: #1f2937;
}
.focus\:border-gray-800\/0:focus {
  border-color: rgb(31 41 55 / 0);
}
.focus\:border-gray-800\/10:focus {
  border-color: rgb(31 41 55 / 0.1);
}
.focus\:border-gray-800\/100:focus {
  border-color: rgb(31 41 55 / 1);
}
.focus\:border-gray-800\/15:focus {
  border-color: rgb(31 41 55 / 0.15);
}
.focus\:border-gray-800\/20:focus {
  border-color: rgb(31 41 55 / 0.2);
}
.focus\:border-gray-800\/25:focus {
  border-color: rgb(31 41 55 / 0.25);
}
.focus\:border-gray-800\/30:focus {
  border-color: rgb(31 41 55 / 0.3);
}
.focus\:border-gray-800\/35:focus {
  border-color: rgb(31 41 55 / 0.35);
}
.focus\:border-gray-800\/40:focus {
  border-color: rgb(31 41 55 / 0.4);
}
.focus\:border-gray-800\/45:focus {
  border-color: rgb(31 41 55 / 0.45);
}
.focus\:border-gray-800\/5:focus {
  border-color: rgb(31 41 55 / 0.05);
}
.focus\:border-gray-800\/50:focus {
  border-color: rgb(31 41 55 / 0.5);
}
.focus\:border-gray-800\/55:focus {
  border-color: rgb(31 41 55 / 0.55);
}
.focus\:border-gray-800\/60:focus {
  border-color: rgb(31 41 55 / 0.6);
}
.focus\:border-gray-800\/65:focus {
  border-color: rgb(31 41 55 / 0.65);
}
.focus\:border-gray-800\/70:focus {
  border-color: rgb(31 41 55 / 0.7);
}
.focus\:border-gray-800\/75:focus {
  border-color: rgb(31 41 55 / 0.75);
}
.focus\:border-gray-800\/80:focus {
  border-color: rgb(31 41 55 / 0.8);
}
.focus\:border-gray-800\/85:focus {
  border-color: rgb(31 41 55 / 0.85);
}
.focus\:border-gray-800\/90:focus {
  border-color: rgb(31 41 55 / 0.9);
}
.focus\:border-gray-800\/95:focus {
  border-color: rgb(31 41 55 / 0.95);
}
.focus\:border-gray-900:focus {
  border-color: #111827;
}
.focus\:border-gray-900\/0:focus {
  border-color: rgb(17 24 39 / 0);
}
.focus\:border-gray-900\/10:focus {
  border-color: rgb(17 24 39 / 0.1);
}
.focus\:border-gray-900\/100:focus {
  border-color: rgb(17 24 39 / 1);
}
.focus\:border-gray-900\/15:focus {
  border-color: rgb(17 24 39 / 0.15);
}
.focus\:border-gray-900\/20:focus {
  border-color: rgb(17 24 39 / 0.2);
}
.focus\:border-gray-900\/25:focus {
  border-color: rgb(17 24 39 / 0.25);
}
.focus\:border-gray-900\/30:focus {
  border-color: rgb(17 24 39 / 0.3);
}
.focus\:border-gray-900\/35:focus {
  border-color: rgb(17 24 39 / 0.35);
}
.focus\:border-gray-900\/40:focus {
  border-color: rgb(17 24 39 / 0.4);
}
.focus\:border-gray-900\/45:focus {
  border-color: rgb(17 24 39 / 0.45);
}
.focus\:border-gray-900\/5:focus {
  border-color: rgb(17 24 39 / 0.05);
}
.focus\:border-gray-900\/50:focus {
  border-color: rgb(17 24 39 / 0.5);
}
.focus\:border-gray-900\/55:focus {
  border-color: rgb(17 24 39 / 0.55);
}
.focus\:border-gray-900\/60:focus {
  border-color: rgb(17 24 39 / 0.6);
}
.focus\:border-gray-900\/65:focus {
  border-color: rgb(17 24 39 / 0.65);
}
.focus\:border-gray-900\/70:focus {
  border-color: rgb(17 24 39 / 0.7);
}
.focus\:border-gray-900\/75:focus {
  border-color: rgb(17 24 39 / 0.75);
}
.focus\:border-gray-900\/80:focus {
  border-color: rgb(17 24 39 / 0.8);
}
.focus\:border-gray-900\/85:focus {
  border-color: rgb(17 24 39 / 0.85);
}
.focus\:border-gray-900\/90:focus {
  border-color: rgb(17 24 39 / 0.9);
}
.focus\:border-gray-900\/95:focus {
  border-color: rgb(17 24 39 / 0.95);
}
.focus\:border-primary-100:focus {
  border-color: #3965AC;
}
.focus\:border-primary-100\/0:focus {
  border-color: rgb(57 101 172 / 0);
}
.focus\:border-primary-100\/10:focus {
  border-color: rgb(57 101 172 / 0.1);
}
.focus\:border-primary-100\/100:focus {
  border-color: rgb(57 101 172 / 1);
}
.focus\:border-primary-100\/15:focus {
  border-color: rgb(57 101 172 / 0.15);
}
.focus\:border-primary-100\/20:focus {
  border-color: rgb(57 101 172 / 0.2);
}
.focus\:border-primary-100\/25:focus {
  border-color: rgb(57 101 172 / 0.25);
}
.focus\:border-primary-100\/30:focus {
  border-color: rgb(57 101 172 / 0.3);
}
.focus\:border-primary-100\/35:focus {
  border-color: rgb(57 101 172 / 0.35);
}
.focus\:border-primary-100\/40:focus {
  border-color: rgb(57 101 172 / 0.4);
}
.focus\:border-primary-100\/45:focus {
  border-color: rgb(57 101 172 / 0.45);
}
.focus\:border-primary-100\/5:focus {
  border-color: rgb(57 101 172 / 0.05);
}
.focus\:border-primary-100\/50:focus {
  border-color: rgb(57 101 172 / 0.5);
}
.focus\:border-primary-100\/55:focus {
  border-color: rgb(57 101 172 / 0.55);
}
.focus\:border-primary-100\/60:focus {
  border-color: rgb(57 101 172 / 0.6);
}
.focus\:border-primary-100\/65:focus {
  border-color: rgb(57 101 172 / 0.65);
}
.focus\:border-primary-100\/70:focus {
  border-color: rgb(57 101 172 / 0.7);
}
.focus\:border-primary-100\/75:focus {
  border-color: rgb(57 101 172 / 0.75);
}
.focus\:border-primary-100\/80:focus {
  border-color: rgb(57 101 172 / 0.8);
}
.focus\:border-primary-100\/85:focus {
  border-color: rgb(57 101 172 / 0.85);
}
.focus\:border-primary-100\/90:focus {
  border-color: rgb(57 101 172 / 0.9);
}
.focus\:border-primary-100\/95:focus {
  border-color: rgb(57 101 172 / 0.95);
}
.focus\:border-primary-200:focus {
  border-color: #365FA1;
}
.focus\:border-primary-200\/0:focus {
  border-color: rgb(54 95 161 / 0);
}
.focus\:border-primary-200\/10:focus {
  border-color: rgb(54 95 161 / 0.1);
}
.focus\:border-primary-200\/100:focus {
  border-color: rgb(54 95 161 / 1);
}
.focus\:border-primary-200\/15:focus {
  border-color: rgb(54 95 161 / 0.15);
}
.focus\:border-primary-200\/20:focus {
  border-color: rgb(54 95 161 / 0.2);
}
.focus\:border-primary-200\/25:focus {
  border-color: rgb(54 95 161 / 0.25);
}
.focus\:border-primary-200\/30:focus {
  border-color: rgb(54 95 161 / 0.3);
}
.focus\:border-primary-200\/35:focus {
  border-color: rgb(54 95 161 / 0.35);
}
.focus\:border-primary-200\/40:focus {
  border-color: rgb(54 95 161 / 0.4);
}
.focus\:border-primary-200\/45:focus {
  border-color: rgb(54 95 161 / 0.45);
}
.focus\:border-primary-200\/5:focus {
  border-color: rgb(54 95 161 / 0.05);
}
.focus\:border-primary-200\/50:focus {
  border-color: rgb(54 95 161 / 0.5);
}
.focus\:border-primary-200\/55:focus {
  border-color: rgb(54 95 161 / 0.55);
}
.focus\:border-primary-200\/60:focus {
  border-color: rgb(54 95 161 / 0.6);
}
.focus\:border-primary-200\/65:focus {
  border-color: rgb(54 95 161 / 0.65);
}
.focus\:border-primary-200\/70:focus {
  border-color: rgb(54 95 161 / 0.7);
}
.focus\:border-primary-200\/75:focus {
  border-color: rgb(54 95 161 / 0.75);
}
.focus\:border-primary-200\/80:focus {
  border-color: rgb(54 95 161 / 0.8);
}
.focus\:border-primary-200\/85:focus {
  border-color: rgb(54 95 161 / 0.85);
}
.focus\:border-primary-200\/90:focus {
  border-color: rgb(54 95 161 / 0.9);
}
.focus\:border-primary-200\/95:focus {
  border-color: rgb(54 95 161 / 0.95);
}
.focus\:border-primary-300:focus {
  border-color: #325895;
}
.focus\:border-primary-300\/0:focus {
  border-color: rgb(50 88 149 / 0);
}
.focus\:border-primary-300\/10:focus {
  border-color: rgb(50 88 149 / 0.1);
}
.focus\:border-primary-300\/100:focus {
  border-color: rgb(50 88 149 / 1);
}
.focus\:border-primary-300\/15:focus {
  border-color: rgb(50 88 149 / 0.15);
}
.focus\:border-primary-300\/20:focus {
  border-color: rgb(50 88 149 / 0.2);
}
.focus\:border-primary-300\/25:focus {
  border-color: rgb(50 88 149 / 0.25);
}
.focus\:border-primary-300\/30:focus {
  border-color: rgb(50 88 149 / 0.3);
}
.focus\:border-primary-300\/35:focus {
  border-color: rgb(50 88 149 / 0.35);
}
.focus\:border-primary-300\/40:focus {
  border-color: rgb(50 88 149 / 0.4);
}
.focus\:border-primary-300\/45:focus {
  border-color: rgb(50 88 149 / 0.45);
}
.focus\:border-primary-300\/5:focus {
  border-color: rgb(50 88 149 / 0.05);
}
.focus\:border-primary-300\/50:focus {
  border-color: rgb(50 88 149 / 0.5);
}
.focus\:border-primary-300\/55:focus {
  border-color: rgb(50 88 149 / 0.55);
}
.focus\:border-primary-300\/60:focus {
  border-color: rgb(50 88 149 / 0.6);
}
.focus\:border-primary-300\/65:focus {
  border-color: rgb(50 88 149 / 0.65);
}
.focus\:border-primary-300\/70:focus {
  border-color: rgb(50 88 149 / 0.7);
}
.focus\:border-primary-300\/75:focus {
  border-color: rgb(50 88 149 / 0.75);
}
.focus\:border-primary-300\/80:focus {
  border-color: rgb(50 88 149 / 0.8);
}
.focus\:border-primary-300\/85:focus {
  border-color: rgb(50 88 149 / 0.85);
}
.focus\:border-primary-300\/90:focus {
  border-color: rgb(50 88 149 / 0.9);
}
.focus\:border-primary-300\/95:focus {
  border-color: rgb(50 88 149 / 0.95);
}
.focus\:border-primary-400:focus {
  border-color: #305691;
}
.focus\:border-primary-400\/0:focus {
  border-color: rgb(48 86 145 / 0);
}
.focus\:border-primary-400\/10:focus {
  border-color: rgb(48 86 145 / 0.1);
}
.focus\:border-primary-400\/100:focus {
  border-color: rgb(48 86 145 / 1);
}
.focus\:border-primary-400\/15:focus {
  border-color: rgb(48 86 145 / 0.15);
}
.focus\:border-primary-400\/20:focus {
  border-color: rgb(48 86 145 / 0.2);
}
.focus\:border-primary-400\/25:focus {
  border-color: rgb(48 86 145 / 0.25);
}
.focus\:border-primary-400\/30:focus {
  border-color: rgb(48 86 145 / 0.3);
}
.focus\:border-primary-400\/35:focus {
  border-color: rgb(48 86 145 / 0.35);
}
.focus\:border-primary-400\/40:focus {
  border-color: rgb(48 86 145 / 0.4);
}
.focus\:border-primary-400\/45:focus {
  border-color: rgb(48 86 145 / 0.45);
}
.focus\:border-primary-400\/5:focus {
  border-color: rgb(48 86 145 / 0.05);
}
.focus\:border-primary-400\/50:focus {
  border-color: rgb(48 86 145 / 0.5);
}
.focus\:border-primary-400\/55:focus {
  border-color: rgb(48 86 145 / 0.55);
}
.focus\:border-primary-400\/60:focus {
  border-color: rgb(48 86 145 / 0.6);
}
.focus\:border-primary-400\/65:focus {
  border-color: rgb(48 86 145 / 0.65);
}
.focus\:border-primary-400\/70:focus {
  border-color: rgb(48 86 145 / 0.7);
}
.focus\:border-primary-400\/75:focus {
  border-color: rgb(48 86 145 / 0.75);
}
.focus\:border-primary-400\/80:focus {
  border-color: rgb(48 86 145 / 0.8);
}
.focus\:border-primary-400\/85:focus {
  border-color: rgb(48 86 145 / 0.85);
}
.focus\:border-primary-400\/90:focus {
  border-color: rgb(48 86 145 / 0.9);
}
.focus\:border-primary-400\/95:focus {
  border-color: rgb(48 86 145 / 0.95);
}
.focus\:border-primary-500:focus {
  border-color: #2d4b79;
}
.focus\:border-primary-500\/0:focus {
  border-color: rgb(45 75 121 / 0);
}
.focus\:border-primary-500\/10:focus {
  border-color: rgb(45 75 121 / 0.1);
}
.focus\:border-primary-500\/100:focus {
  border-color: rgb(45 75 121 / 1);
}
.focus\:border-primary-500\/15:focus {
  border-color: rgb(45 75 121 / 0.15);
}
.focus\:border-primary-500\/20:focus {
  border-color: rgb(45 75 121 / 0.2);
}
.focus\:border-primary-500\/25:focus {
  border-color: rgb(45 75 121 / 0.25);
}
.focus\:border-primary-500\/30:focus {
  border-color: rgb(45 75 121 / 0.3);
}
.focus\:border-primary-500\/35:focus {
  border-color: rgb(45 75 121 / 0.35);
}
.focus\:border-primary-500\/40:focus {
  border-color: rgb(45 75 121 / 0.4);
}
.focus\:border-primary-500\/45:focus {
  border-color: rgb(45 75 121 / 0.45);
}
.focus\:border-primary-500\/5:focus {
  border-color: rgb(45 75 121 / 0.05);
}
.focus\:border-primary-500\/50:focus {
  border-color: rgb(45 75 121 / 0.5);
}
.focus\:border-primary-500\/55:focus {
  border-color: rgb(45 75 121 / 0.55);
}
.focus\:border-primary-500\/60:focus {
  border-color: rgb(45 75 121 / 0.6);
}
.focus\:border-primary-500\/65:focus {
  border-color: rgb(45 75 121 / 0.65);
}
.focus\:border-primary-500\/70:focus {
  border-color: rgb(45 75 121 / 0.7);
}
.focus\:border-primary-500\/75:focus {
  border-color: rgb(45 75 121 / 0.75);
}
.focus\:border-primary-500\/80:focus {
  border-color: rgb(45 75 121 / 0.8);
}
.focus\:border-primary-500\/85:focus {
  border-color: rgb(45 75 121 / 0.85);
}
.focus\:border-primary-500\/90:focus {
  border-color: rgb(45 75 121 / 0.9);
}
.focus\:border-primary-500\/95:focus {
  border-color: rgb(45 75 121 / 0.95);
}
.focus\:border-primary-600:focus {
  border-color: #264473;
}
.focus\:border-primary-600\/0:focus {
  border-color: rgb(38 68 115 / 0);
}
.focus\:border-primary-600\/10:focus {
  border-color: rgb(38 68 115 / 0.1);
}
.focus\:border-primary-600\/100:focus {
  border-color: rgb(38 68 115 / 1);
}
.focus\:border-primary-600\/15:focus {
  border-color: rgb(38 68 115 / 0.15);
}
.focus\:border-primary-600\/20:focus {
  border-color: rgb(38 68 115 / 0.2);
}
.focus\:border-primary-600\/25:focus {
  border-color: rgb(38 68 115 / 0.25);
}
.focus\:border-primary-600\/30:focus {
  border-color: rgb(38 68 115 / 0.3);
}
.focus\:border-primary-600\/35:focus {
  border-color: rgb(38 68 115 / 0.35);
}
.focus\:border-primary-600\/40:focus {
  border-color: rgb(38 68 115 / 0.4);
}
.focus\:border-primary-600\/45:focus {
  border-color: rgb(38 68 115 / 0.45);
}
.focus\:border-primary-600\/5:focus {
  border-color: rgb(38 68 115 / 0.05);
}
.focus\:border-primary-600\/50:focus {
  border-color: rgb(38 68 115 / 0.5);
}
.focus\:border-primary-600\/55:focus {
  border-color: rgb(38 68 115 / 0.55);
}
.focus\:border-primary-600\/60:focus {
  border-color: rgb(38 68 115 / 0.6);
}
.focus\:border-primary-600\/65:focus {
  border-color: rgb(38 68 115 / 0.65);
}
.focus\:border-primary-600\/70:focus {
  border-color: rgb(38 68 115 / 0.7);
}
.focus\:border-primary-600\/75:focus {
  border-color: rgb(38 68 115 / 0.75);
}
.focus\:border-primary-600\/80:focus {
  border-color: rgb(38 68 115 / 0.8);
}
.focus\:border-primary-600\/85:focus {
  border-color: rgb(38 68 115 / 0.85);
}
.focus\:border-primary-600\/90:focus {
  border-color: rgb(38 68 115 / 0.9);
}
.focus\:border-primary-600\/95:focus {
  border-color: rgb(38 68 115 / 0.95);
}
.focus\:border-primary-700:focus {
  border-color: #233e68;
}
.focus\:border-primary-700\/0:focus {
  border-color: rgb(35 62 104 / 0);
}
.focus\:border-primary-700\/10:focus {
  border-color: rgb(35 62 104 / 0.1);
}
.focus\:border-primary-700\/100:focus {
  border-color: rgb(35 62 104 / 1);
}
.focus\:border-primary-700\/15:focus {
  border-color: rgb(35 62 104 / 0.15);
}
.focus\:border-primary-700\/20:focus {
  border-color: rgb(35 62 104 / 0.2);
}
.focus\:border-primary-700\/25:focus {
  border-color: rgb(35 62 104 / 0.25);
}
.focus\:border-primary-700\/30:focus {
  border-color: rgb(35 62 104 / 0.3);
}
.focus\:border-primary-700\/35:focus {
  border-color: rgb(35 62 104 / 0.35);
}
.focus\:border-primary-700\/40:focus {
  border-color: rgb(35 62 104 / 0.4);
}
.focus\:border-primary-700\/45:focus {
  border-color: rgb(35 62 104 / 0.45);
}
.focus\:border-primary-700\/5:focus {
  border-color: rgb(35 62 104 / 0.05);
}
.focus\:border-primary-700\/50:focus {
  border-color: rgb(35 62 104 / 0.5);
}
.focus\:border-primary-700\/55:focus {
  border-color: rgb(35 62 104 / 0.55);
}
.focus\:border-primary-700\/60:focus {
  border-color: rgb(35 62 104 / 0.6);
}
.focus\:border-primary-700\/65:focus {
  border-color: rgb(35 62 104 / 0.65);
}
.focus\:border-primary-700\/70:focus {
  border-color: rgb(35 62 104 / 0.7);
}
.focus\:border-primary-700\/75:focus {
  border-color: rgb(35 62 104 / 0.75);
}
.focus\:border-primary-700\/80:focus {
  border-color: rgb(35 62 104 / 0.8);
}
.focus\:border-primary-700\/85:focus {
  border-color: rgb(35 62 104 / 0.85);
}
.focus\:border-primary-700\/90:focus {
  border-color: rgb(35 62 104 / 0.9);
}
.focus\:border-primary-700\/95:focus {
  border-color: rgb(35 62 104 / 0.95);
}
.focus\:border-primary-800:focus {
  border-color: #1f375c;
}
.focus\:border-primary-800\/0:focus {
  border-color: rgb(31 55 92 / 0);
}
.focus\:border-primary-800\/10:focus {
  border-color: rgb(31 55 92 / 0.1);
}
.focus\:border-primary-800\/100:focus {
  border-color: rgb(31 55 92 / 1);
}
.focus\:border-primary-800\/15:focus {
  border-color: rgb(31 55 92 / 0.15);
}
.focus\:border-primary-800\/20:focus {
  border-color: rgb(31 55 92 / 0.2);
}
.focus\:border-primary-800\/25:focus {
  border-color: rgb(31 55 92 / 0.25);
}
.focus\:border-primary-800\/30:focus {
  border-color: rgb(31 55 92 / 0.3);
}
.focus\:border-primary-800\/35:focus {
  border-color: rgb(31 55 92 / 0.35);
}
.focus\:border-primary-800\/40:focus {
  border-color: rgb(31 55 92 / 0.4);
}
.focus\:border-primary-800\/45:focus {
  border-color: rgb(31 55 92 / 0.45);
}
.focus\:border-primary-800\/5:focus {
  border-color: rgb(31 55 92 / 0.05);
}
.focus\:border-primary-800\/50:focus {
  border-color: rgb(31 55 92 / 0.5);
}
.focus\:border-primary-800\/55:focus {
  border-color: rgb(31 55 92 / 0.55);
}
.focus\:border-primary-800\/60:focus {
  border-color: rgb(31 55 92 / 0.6);
}
.focus\:border-primary-800\/65:focus {
  border-color: rgb(31 55 92 / 0.65);
}
.focus\:border-primary-800\/70:focus {
  border-color: rgb(31 55 92 / 0.7);
}
.focus\:border-primary-800\/75:focus {
  border-color: rgb(31 55 92 / 0.75);
}
.focus\:border-primary-800\/80:focus {
  border-color: rgb(31 55 92 / 0.8);
}
.focus\:border-primary-800\/85:focus {
  border-color: rgb(31 55 92 / 0.85);
}
.focus\:border-primary-800\/90:focus {
  border-color: rgb(31 55 92 / 0.9);
}
.focus\:border-primary-800\/95:focus {
  border-color: rgb(31 55 92 / 0.95);
}
.focus\:border-primary-900:focus {
  border-color: #1b3051;
}
.focus\:border-primary-900\/0:focus {
  border-color: rgb(27 48 81 / 0);
}
.focus\:border-primary-900\/10:focus {
  border-color: rgb(27 48 81 / 0.1);
}
.focus\:border-primary-900\/100:focus {
  border-color: rgb(27 48 81 / 1);
}
.focus\:border-primary-900\/15:focus {
  border-color: rgb(27 48 81 / 0.15);
}
.focus\:border-primary-900\/20:focus {
  border-color: rgb(27 48 81 / 0.2);
}
.focus\:border-primary-900\/25:focus {
  border-color: rgb(27 48 81 / 0.25);
}
.focus\:border-primary-900\/30:focus {
  border-color: rgb(27 48 81 / 0.3);
}
.focus\:border-primary-900\/35:focus {
  border-color: rgb(27 48 81 / 0.35);
}
.focus\:border-primary-900\/40:focus {
  border-color: rgb(27 48 81 / 0.4);
}
.focus\:border-primary-900\/45:focus {
  border-color: rgb(27 48 81 / 0.45);
}
.focus\:border-primary-900\/5:focus {
  border-color: rgb(27 48 81 / 0.05);
}
.focus\:border-primary-900\/50:focus {
  border-color: rgb(27 48 81 / 0.5);
}
.focus\:border-primary-900\/55:focus {
  border-color: rgb(27 48 81 / 0.55);
}
.focus\:border-primary-900\/60:focus {
  border-color: rgb(27 48 81 / 0.6);
}
.focus\:border-primary-900\/65:focus {
  border-color: rgb(27 48 81 / 0.65);
}
.focus\:border-primary-900\/70:focus {
  border-color: rgb(27 48 81 / 0.7);
}
.focus\:border-primary-900\/75:focus {
  border-color: rgb(27 48 81 / 0.75);
}
.focus\:border-primary-900\/80:focus {
  border-color: rgb(27 48 81 / 0.8);
}
.focus\:border-primary-900\/85:focus {
  border-color: rgb(27 48 81 / 0.85);
}
.focus\:border-primary-900\/90:focus {
  border-color: rgb(27 48 81 / 0.9);
}
.focus\:border-primary-900\/95:focus {
  border-color: rgb(27 48 81 / 0.95);
}
.focus\:border-secondary-100:focus {
  border-color: #DAE5E7;
}
.focus\:border-secondary-100\/0:focus {
  border-color: rgb(218 229 231 / 0);
}
.focus\:border-secondary-100\/10:focus {
  border-color: rgb(218 229 231 / 0.1);
}
.focus\:border-secondary-100\/100:focus {
  border-color: rgb(218 229 231 / 1);
}
.focus\:border-secondary-100\/15:focus {
  border-color: rgb(218 229 231 / 0.15);
}
.focus\:border-secondary-100\/20:focus {
  border-color: rgb(218 229 231 / 0.2);
}
.focus\:border-secondary-100\/25:focus {
  border-color: rgb(218 229 231 / 0.25);
}
.focus\:border-secondary-100\/30:focus {
  border-color: rgb(218 229 231 / 0.3);
}
.focus\:border-secondary-100\/35:focus {
  border-color: rgb(218 229 231 / 0.35);
}
.focus\:border-secondary-100\/40:focus {
  border-color: rgb(218 229 231 / 0.4);
}
.focus\:border-secondary-100\/45:focus {
  border-color: rgb(218 229 231 / 0.45);
}
.focus\:border-secondary-100\/5:focus {
  border-color: rgb(218 229 231 / 0.05);
}
.focus\:border-secondary-100\/50:focus {
  border-color: rgb(218 229 231 / 0.5);
}
.focus\:border-secondary-100\/55:focus {
  border-color: rgb(218 229 231 / 0.55);
}
.focus\:border-secondary-100\/60:focus {
  border-color: rgb(218 229 231 / 0.6);
}
.focus\:border-secondary-100\/65:focus {
  border-color: rgb(218 229 231 / 0.65);
}
.focus\:border-secondary-100\/70:focus {
  border-color: rgb(218 229 231 / 0.7);
}
.focus\:border-secondary-100\/75:focus {
  border-color: rgb(218 229 231 / 0.75);
}
.focus\:border-secondary-100\/80:focus {
  border-color: rgb(218 229 231 / 0.8);
}
.focus\:border-secondary-100\/85:focus {
  border-color: rgb(218 229 231 / 0.85);
}
.focus\:border-secondary-100\/90:focus {
  border-color: rgb(218 229 231 / 0.9);
}
.focus\:border-secondary-100\/95:focus {
  border-color: rgb(218 229 231 / 0.95);
}
.focus\:border-secondary-200:focus {
  border-color: #C4D6D9;
}
.focus\:border-secondary-200\/0:focus {
  border-color: rgb(196 214 217 / 0);
}
.focus\:border-secondary-200\/10:focus {
  border-color: rgb(196 214 217 / 0.1);
}
.focus\:border-secondary-200\/100:focus {
  border-color: rgb(196 214 217 / 1);
}
.focus\:border-secondary-200\/15:focus {
  border-color: rgb(196 214 217 / 0.15);
}
.focus\:border-secondary-200\/20:focus {
  border-color: rgb(196 214 217 / 0.2);
}
.focus\:border-secondary-200\/25:focus {
  border-color: rgb(196 214 217 / 0.25);
}
.focus\:border-secondary-200\/30:focus {
  border-color: rgb(196 214 217 / 0.3);
}
.focus\:border-secondary-200\/35:focus {
  border-color: rgb(196 214 217 / 0.35);
}
.focus\:border-secondary-200\/40:focus {
  border-color: rgb(196 214 217 / 0.4);
}
.focus\:border-secondary-200\/45:focus {
  border-color: rgb(196 214 217 / 0.45);
}
.focus\:border-secondary-200\/5:focus {
  border-color: rgb(196 214 217 / 0.05);
}
.focus\:border-secondary-200\/50:focus {
  border-color: rgb(196 214 217 / 0.5);
}
.focus\:border-secondary-200\/55:focus {
  border-color: rgb(196 214 217 / 0.55);
}
.focus\:border-secondary-200\/60:focus {
  border-color: rgb(196 214 217 / 0.6);
}
.focus\:border-secondary-200\/65:focus {
  border-color: rgb(196 214 217 / 0.65);
}
.focus\:border-secondary-200\/70:focus {
  border-color: rgb(196 214 217 / 0.7);
}
.focus\:border-secondary-200\/75:focus {
  border-color: rgb(196 214 217 / 0.75);
}
.focus\:border-secondary-200\/80:focus {
  border-color: rgb(196 214 217 / 0.8);
}
.focus\:border-secondary-200\/85:focus {
  border-color: rgb(196 214 217 / 0.85);
}
.focus\:border-secondary-200\/90:focus {
  border-color: rgb(196 214 217 / 0.9);
}
.focus\:border-secondary-200\/95:focus {
  border-color: rgb(196 214 217 / 0.95);
}
.focus\:border-secondary-300:focus {
  border-color: #AEC7CC;
}
.focus\:border-secondary-300\/0:focus {
  border-color: rgb(174 199 204 / 0);
}
.focus\:border-secondary-300\/10:focus {
  border-color: rgb(174 199 204 / 0.1);
}
.focus\:border-secondary-300\/100:focus {
  border-color: rgb(174 199 204 / 1);
}
.focus\:border-secondary-300\/15:focus {
  border-color: rgb(174 199 204 / 0.15);
}
.focus\:border-secondary-300\/20:focus {
  border-color: rgb(174 199 204 / 0.2);
}
.focus\:border-secondary-300\/25:focus {
  border-color: rgb(174 199 204 / 0.25);
}
.focus\:border-secondary-300\/30:focus {
  border-color: rgb(174 199 204 / 0.3);
}
.focus\:border-secondary-300\/35:focus {
  border-color: rgb(174 199 204 / 0.35);
}
.focus\:border-secondary-300\/40:focus {
  border-color: rgb(174 199 204 / 0.4);
}
.focus\:border-secondary-300\/45:focus {
  border-color: rgb(174 199 204 / 0.45);
}
.focus\:border-secondary-300\/5:focus {
  border-color: rgb(174 199 204 / 0.05);
}
.focus\:border-secondary-300\/50:focus {
  border-color: rgb(174 199 204 / 0.5);
}
.focus\:border-secondary-300\/55:focus {
  border-color: rgb(174 199 204 / 0.55);
}
.focus\:border-secondary-300\/60:focus {
  border-color: rgb(174 199 204 / 0.6);
}
.focus\:border-secondary-300\/65:focus {
  border-color: rgb(174 199 204 / 0.65);
}
.focus\:border-secondary-300\/70:focus {
  border-color: rgb(174 199 204 / 0.7);
}
.focus\:border-secondary-300\/75:focus {
  border-color: rgb(174 199 204 / 0.75);
}
.focus\:border-secondary-300\/80:focus {
  border-color: rgb(174 199 204 / 0.8);
}
.focus\:border-secondary-300\/85:focus {
  border-color: rgb(174 199 204 / 0.85);
}
.focus\:border-secondary-300\/90:focus {
  border-color: rgb(174 199 204 / 0.9);
}
.focus\:border-secondary-300\/95:focus {
  border-color: rgb(174 199 204 / 0.95);
}
.focus\:border-secondary-400:focus {
  border-color: #98B8BE;
}
.focus\:border-secondary-400\/0:focus {
  border-color: rgb(152 184 190 / 0);
}
.focus\:border-secondary-400\/10:focus {
  border-color: rgb(152 184 190 / 0.1);
}
.focus\:border-secondary-400\/100:focus {
  border-color: rgb(152 184 190 / 1);
}
.focus\:border-secondary-400\/15:focus {
  border-color: rgb(152 184 190 / 0.15);
}
.focus\:border-secondary-400\/20:focus {
  border-color: rgb(152 184 190 / 0.2);
}
.focus\:border-secondary-400\/25:focus {
  border-color: rgb(152 184 190 / 0.25);
}
.focus\:border-secondary-400\/30:focus {
  border-color: rgb(152 184 190 / 0.3);
}
.focus\:border-secondary-400\/35:focus {
  border-color: rgb(152 184 190 / 0.35);
}
.focus\:border-secondary-400\/40:focus {
  border-color: rgb(152 184 190 / 0.4);
}
.focus\:border-secondary-400\/45:focus {
  border-color: rgb(152 184 190 / 0.45);
}
.focus\:border-secondary-400\/5:focus {
  border-color: rgb(152 184 190 / 0.05);
}
.focus\:border-secondary-400\/50:focus {
  border-color: rgb(152 184 190 / 0.5);
}
.focus\:border-secondary-400\/55:focus {
  border-color: rgb(152 184 190 / 0.55);
}
.focus\:border-secondary-400\/60:focus {
  border-color: rgb(152 184 190 / 0.6);
}
.focus\:border-secondary-400\/65:focus {
  border-color: rgb(152 184 190 / 0.65);
}
.focus\:border-secondary-400\/70:focus {
  border-color: rgb(152 184 190 / 0.7);
}
.focus\:border-secondary-400\/75:focus {
  border-color: rgb(152 184 190 / 0.75);
}
.focus\:border-secondary-400\/80:focus {
  border-color: rgb(152 184 190 / 0.8);
}
.focus\:border-secondary-400\/85:focus {
  border-color: rgb(152 184 190 / 0.85);
}
.focus\:border-secondary-400\/90:focus {
  border-color: rgb(152 184 190 / 0.9);
}
.focus\:border-secondary-400\/95:focus {
  border-color: rgb(152 184 190 / 0.95);
}
.focus\:border-secondary-500:focus {
  border-color: #82A9B0;
}
.focus\:border-secondary-500\/0:focus {
  border-color: rgb(130 169 176 / 0);
}
.focus\:border-secondary-500\/10:focus {
  border-color: rgb(130 169 176 / 0.1);
}
.focus\:border-secondary-500\/100:focus {
  border-color: rgb(130 169 176 / 1);
}
.focus\:border-secondary-500\/15:focus {
  border-color: rgb(130 169 176 / 0.15);
}
.focus\:border-secondary-500\/20:focus {
  border-color: rgb(130 169 176 / 0.2);
}
.focus\:border-secondary-500\/25:focus {
  border-color: rgb(130 169 176 / 0.25);
}
.focus\:border-secondary-500\/30:focus {
  border-color: rgb(130 169 176 / 0.3);
}
.focus\:border-secondary-500\/35:focus {
  border-color: rgb(130 169 176 / 0.35);
}
.focus\:border-secondary-500\/40:focus {
  border-color: rgb(130 169 176 / 0.4);
}
.focus\:border-secondary-500\/45:focus {
  border-color: rgb(130 169 176 / 0.45);
}
.focus\:border-secondary-500\/5:focus {
  border-color: rgb(130 169 176 / 0.05);
}
.focus\:border-secondary-500\/50:focus {
  border-color: rgb(130 169 176 / 0.5);
}
.focus\:border-secondary-500\/55:focus {
  border-color: rgb(130 169 176 / 0.55);
}
.focus\:border-secondary-500\/60:focus {
  border-color: rgb(130 169 176 / 0.6);
}
.focus\:border-secondary-500\/65:focus {
  border-color: rgb(130 169 176 / 0.65);
}
.focus\:border-secondary-500\/70:focus {
  border-color: rgb(130 169 176 / 0.7);
}
.focus\:border-secondary-500\/75:focus {
  border-color: rgb(130 169 176 / 0.75);
}
.focus\:border-secondary-500\/80:focus {
  border-color: rgb(130 169 176 / 0.8);
}
.focus\:border-secondary-500\/85:focus {
  border-color: rgb(130 169 176 / 0.85);
}
.focus\:border-secondary-500\/90:focus {
  border-color: rgb(130 169 176 / 0.9);
}
.focus\:border-secondary-500\/95:focus {
  border-color: rgb(130 169 176 / 0.95);
}
.focus\:border-secondary-600:focus {
  border-color: #66969E;
}
.focus\:border-secondary-600\/0:focus {
  border-color: rgb(102 150 158 / 0);
}
.focus\:border-secondary-600\/10:focus {
  border-color: rgb(102 150 158 / 0.1);
}
.focus\:border-secondary-600\/100:focus {
  border-color: rgb(102 150 158 / 1);
}
.focus\:border-secondary-600\/15:focus {
  border-color: rgb(102 150 158 / 0.15);
}
.focus\:border-secondary-600\/20:focus {
  border-color: rgb(102 150 158 / 0.2);
}
.focus\:border-secondary-600\/25:focus {
  border-color: rgb(102 150 158 / 0.25);
}
.focus\:border-secondary-600\/30:focus {
  border-color: rgb(102 150 158 / 0.3);
}
.focus\:border-secondary-600\/35:focus {
  border-color: rgb(102 150 158 / 0.35);
}
.focus\:border-secondary-600\/40:focus {
  border-color: rgb(102 150 158 / 0.4);
}
.focus\:border-secondary-600\/45:focus {
  border-color: rgb(102 150 158 / 0.45);
}
.focus\:border-secondary-600\/5:focus {
  border-color: rgb(102 150 158 / 0.05);
}
.focus\:border-secondary-600\/50:focus {
  border-color: rgb(102 150 158 / 0.5);
}
.focus\:border-secondary-600\/55:focus {
  border-color: rgb(102 150 158 / 0.55);
}
.focus\:border-secondary-600\/60:focus {
  border-color: rgb(102 150 158 / 0.6);
}
.focus\:border-secondary-600\/65:focus {
  border-color: rgb(102 150 158 / 0.65);
}
.focus\:border-secondary-600\/70:focus {
  border-color: rgb(102 150 158 / 0.7);
}
.focus\:border-secondary-600\/75:focus {
  border-color: rgb(102 150 158 / 0.75);
}
.focus\:border-secondary-600\/80:focus {
  border-color: rgb(102 150 158 / 0.8);
}
.focus\:border-secondary-600\/85:focus {
  border-color: rgb(102 150 158 / 0.85);
}
.focus\:border-secondary-600\/90:focus {
  border-color: rgb(102 150 158 / 0.9);
}
.focus\:border-secondary-600\/95:focus {
  border-color: rgb(102 150 158 / 0.95);
}
.focus\:border-secondary-700:focus {
  border-color: #537C83;
}
.focus\:border-secondary-700\/0:focus {
  border-color: rgb(83 124 131 / 0);
}
.focus\:border-secondary-700\/10:focus {
  border-color: rgb(83 124 131 / 0.1);
}
.focus\:border-secondary-700\/100:focus {
  border-color: rgb(83 124 131 / 1);
}
.focus\:border-secondary-700\/15:focus {
  border-color: rgb(83 124 131 / 0.15);
}
.focus\:border-secondary-700\/20:focus {
  border-color: rgb(83 124 131 / 0.2);
}
.focus\:border-secondary-700\/25:focus {
  border-color: rgb(83 124 131 / 0.25);
}
.focus\:border-secondary-700\/30:focus {
  border-color: rgb(83 124 131 / 0.3);
}
.focus\:border-secondary-700\/35:focus {
  border-color: rgb(83 124 131 / 0.35);
}
.focus\:border-secondary-700\/40:focus {
  border-color: rgb(83 124 131 / 0.4);
}
.focus\:border-secondary-700\/45:focus {
  border-color: rgb(83 124 131 / 0.45);
}
.focus\:border-secondary-700\/5:focus {
  border-color: rgb(83 124 131 / 0.05);
}
.focus\:border-secondary-700\/50:focus {
  border-color: rgb(83 124 131 / 0.5);
}
.focus\:border-secondary-700\/55:focus {
  border-color: rgb(83 124 131 / 0.55);
}
.focus\:border-secondary-700\/60:focus {
  border-color: rgb(83 124 131 / 0.6);
}
.focus\:border-secondary-700\/65:focus {
  border-color: rgb(83 124 131 / 0.65);
}
.focus\:border-secondary-700\/70:focus {
  border-color: rgb(83 124 131 / 0.7);
}
.focus\:border-secondary-700\/75:focus {
  border-color: rgb(83 124 131 / 0.75);
}
.focus\:border-secondary-700\/80:focus {
  border-color: rgb(83 124 131 / 0.8);
}
.focus\:border-secondary-700\/85:focus {
  border-color: rgb(83 124 131 / 0.85);
}
.focus\:border-secondary-700\/90:focus {
  border-color: rgb(83 124 131 / 0.9);
}
.focus\:border-secondary-700\/95:focus {
  border-color: rgb(83 124 131 / 0.95);
}
.focus\:border-secondary-800:focus {
  border-color: #416167;
}
.focus\:border-secondary-800\/0:focus {
  border-color: rgb(65 97 103 / 0);
}
.focus\:border-secondary-800\/10:focus {
  border-color: rgb(65 97 103 / 0.1);
}
.focus\:border-secondary-800\/100:focus {
  border-color: rgb(65 97 103 / 1);
}
.focus\:border-secondary-800\/15:focus {
  border-color: rgb(65 97 103 / 0.15);
}
.focus\:border-secondary-800\/20:focus {
  border-color: rgb(65 97 103 / 0.2);
}
.focus\:border-secondary-800\/25:focus {
  border-color: rgb(65 97 103 / 0.25);
}
.focus\:border-secondary-800\/30:focus {
  border-color: rgb(65 97 103 / 0.3);
}
.focus\:border-secondary-800\/35:focus {
  border-color: rgb(65 97 103 / 0.35);
}
.focus\:border-secondary-800\/40:focus {
  border-color: rgb(65 97 103 / 0.4);
}
.focus\:border-secondary-800\/45:focus {
  border-color: rgb(65 97 103 / 0.45);
}
.focus\:border-secondary-800\/5:focus {
  border-color: rgb(65 97 103 / 0.05);
}
.focus\:border-secondary-800\/50:focus {
  border-color: rgb(65 97 103 / 0.5);
}
.focus\:border-secondary-800\/55:focus {
  border-color: rgb(65 97 103 / 0.55);
}
.focus\:border-secondary-800\/60:focus {
  border-color: rgb(65 97 103 / 0.6);
}
.focus\:border-secondary-800\/65:focus {
  border-color: rgb(65 97 103 / 0.65);
}
.focus\:border-secondary-800\/70:focus {
  border-color: rgb(65 97 103 / 0.7);
}
.focus\:border-secondary-800\/75:focus {
  border-color: rgb(65 97 103 / 0.75);
}
.focus\:border-secondary-800\/80:focus {
  border-color: rgb(65 97 103 / 0.8);
}
.focus\:border-secondary-800\/85:focus {
  border-color: rgb(65 97 103 / 0.85);
}
.focus\:border-secondary-800\/90:focus {
  border-color: rgb(65 97 103 / 0.9);
}
.focus\:border-secondary-800\/95:focus {
  border-color: rgb(65 97 103 / 0.95);
}
.focus\:border-secondary-900:focus {
  border-color: #2F474B;
}
.focus\:border-secondary-900\/0:focus {
  border-color: rgb(47 71 75 / 0);
}
.focus\:border-secondary-900\/10:focus {
  border-color: rgb(47 71 75 / 0.1);
}
.focus\:border-secondary-900\/100:focus {
  border-color: rgb(47 71 75 / 1);
}
.focus\:border-secondary-900\/15:focus {
  border-color: rgb(47 71 75 / 0.15);
}
.focus\:border-secondary-900\/20:focus {
  border-color: rgb(47 71 75 / 0.2);
}
.focus\:border-secondary-900\/25:focus {
  border-color: rgb(47 71 75 / 0.25);
}
.focus\:border-secondary-900\/30:focus {
  border-color: rgb(47 71 75 / 0.3);
}
.focus\:border-secondary-900\/35:focus {
  border-color: rgb(47 71 75 / 0.35);
}
.focus\:border-secondary-900\/40:focus {
  border-color: rgb(47 71 75 / 0.4);
}
.focus\:border-secondary-900\/45:focus {
  border-color: rgb(47 71 75 / 0.45);
}
.focus\:border-secondary-900\/5:focus {
  border-color: rgb(47 71 75 / 0.05);
}
.focus\:border-secondary-900\/50:focus {
  border-color: rgb(47 71 75 / 0.5);
}
.focus\:border-secondary-900\/55:focus {
  border-color: rgb(47 71 75 / 0.55);
}
.focus\:border-secondary-900\/60:focus {
  border-color: rgb(47 71 75 / 0.6);
}
.focus\:border-secondary-900\/65:focus {
  border-color: rgb(47 71 75 / 0.65);
}
.focus\:border-secondary-900\/70:focus {
  border-color: rgb(47 71 75 / 0.7);
}
.focus\:border-secondary-900\/75:focus {
  border-color: rgb(47 71 75 / 0.75);
}
.focus\:border-secondary-900\/80:focus {
  border-color: rgb(47 71 75 / 0.8);
}
.focus\:border-secondary-900\/85:focus {
  border-color: rgb(47 71 75 / 0.85);
}
.focus\:border-secondary-900\/90:focus {
  border-color: rgb(47 71 75 / 0.9);
}
.focus\:border-secondary-900\/95:focus {
  border-color: rgb(47 71 75 / 0.95);
}
.focus\:bg-accent-100:focus {
  background-color: #fceae9;
}
.focus\:bg-accent-100\/0:focus {
  background-color: rgb(252 234 233 / 0);
}
.focus\:bg-accent-100\/10:focus {
  background-color: rgb(252 234 233 / 0.1);
}
.focus\:bg-accent-100\/100:focus {
  background-color: rgb(252 234 233 / 1);
}
.focus\:bg-accent-100\/15:focus {
  background-color: rgb(252 234 233 / 0.15);
}
.focus\:bg-accent-100\/20:focus {
  background-color: rgb(252 234 233 / 0.2);
}
.focus\:bg-accent-100\/25:focus {
  background-color: rgb(252 234 233 / 0.25);
}
.focus\:bg-accent-100\/30:focus {
  background-color: rgb(252 234 233 / 0.3);
}
.focus\:bg-accent-100\/35:focus {
  background-color: rgb(252 234 233 / 0.35);
}
.focus\:bg-accent-100\/40:focus {
  background-color: rgb(252 234 233 / 0.4);
}
.focus\:bg-accent-100\/45:focus {
  background-color: rgb(252 234 233 / 0.45);
}
.focus\:bg-accent-100\/5:focus {
  background-color: rgb(252 234 233 / 0.05);
}
.focus\:bg-accent-100\/50:focus {
  background-color: rgb(252 234 233 / 0.5);
}
.focus\:bg-accent-100\/55:focus {
  background-color: rgb(252 234 233 / 0.55);
}
.focus\:bg-accent-100\/60:focus {
  background-color: rgb(252 234 233 / 0.6);
}
.focus\:bg-accent-100\/65:focus {
  background-color: rgb(252 234 233 / 0.65);
}
.focus\:bg-accent-100\/70:focus {
  background-color: rgb(252 234 233 / 0.7);
}
.focus\:bg-accent-100\/75:focus {
  background-color: rgb(252 234 233 / 0.75);
}
.focus\:bg-accent-100\/80:focus {
  background-color: rgb(252 234 233 / 0.8);
}
.focus\:bg-accent-100\/85:focus {
  background-color: rgb(252 234 233 / 0.85);
}
.focus\:bg-accent-100\/90:focus {
  background-color: rgb(252 234 233 / 0.9);
}
.focus\:bg-accent-100\/95:focus {
  background-color: rgb(252 234 233 / 0.95);
}
.focus\:bg-accent-200:focus {
  background-color: #f9d4d2;
}
.focus\:bg-accent-200\/0:focus {
  background-color: rgb(249 212 210 / 0);
}
.focus\:bg-accent-200\/10:focus {
  background-color: rgb(249 212 210 / 0.1);
}
.focus\:bg-accent-200\/100:focus {
  background-color: rgb(249 212 210 / 1);
}
.focus\:bg-accent-200\/15:focus {
  background-color: rgb(249 212 210 / 0.15);
}
.focus\:bg-accent-200\/20:focus {
  background-color: rgb(249 212 210 / 0.2);
}
.focus\:bg-accent-200\/25:focus {
  background-color: rgb(249 212 210 / 0.25);
}
.focus\:bg-accent-200\/30:focus {
  background-color: rgb(249 212 210 / 0.3);
}
.focus\:bg-accent-200\/35:focus {
  background-color: rgb(249 212 210 / 0.35);
}
.focus\:bg-accent-200\/40:focus {
  background-color: rgb(249 212 210 / 0.4);
}
.focus\:bg-accent-200\/45:focus {
  background-color: rgb(249 212 210 / 0.45);
}
.focus\:bg-accent-200\/5:focus {
  background-color: rgb(249 212 210 / 0.05);
}
.focus\:bg-accent-200\/50:focus {
  background-color: rgb(249 212 210 / 0.5);
}
.focus\:bg-accent-200\/55:focus {
  background-color: rgb(249 212 210 / 0.55);
}
.focus\:bg-accent-200\/60:focus {
  background-color: rgb(249 212 210 / 0.6);
}
.focus\:bg-accent-200\/65:focus {
  background-color: rgb(249 212 210 / 0.65);
}
.focus\:bg-accent-200\/70:focus {
  background-color: rgb(249 212 210 / 0.7);
}
.focus\:bg-accent-200\/75:focus {
  background-color: rgb(249 212 210 / 0.75);
}
.focus\:bg-accent-200\/80:focus {
  background-color: rgb(249 212 210 / 0.8);
}
.focus\:bg-accent-200\/85:focus {
  background-color: rgb(249 212 210 / 0.85);
}
.focus\:bg-accent-200\/90:focus {
  background-color: rgb(249 212 210 / 0.9);
}
.focus\:bg-accent-200\/95:focus {
  background-color: rgb(249 212 210 / 0.95);
}
.focus\:bg-accent-300:focus {
  background-color: #f4b5b3;
}
.focus\:bg-accent-300\/0:focus {
  background-color: rgb(244 181 179 / 0);
}
.focus\:bg-accent-300\/10:focus {
  background-color: rgb(244 181 179 / 0.1);
}
.focus\:bg-accent-300\/100:focus {
  background-color: rgb(244 181 179 / 1);
}
.focus\:bg-accent-300\/15:focus {
  background-color: rgb(244 181 179 / 0.15);
}
.focus\:bg-accent-300\/20:focus {
  background-color: rgb(244 181 179 / 0.2);
}
.focus\:bg-accent-300\/25:focus {
  background-color: rgb(244 181 179 / 0.25);
}
.focus\:bg-accent-300\/30:focus {
  background-color: rgb(244 181 179 / 0.3);
}
.focus\:bg-accent-300\/35:focus {
  background-color: rgb(244 181 179 / 0.35);
}
.focus\:bg-accent-300\/40:focus {
  background-color: rgb(244 181 179 / 0.4);
}
.focus\:bg-accent-300\/45:focus {
  background-color: rgb(244 181 179 / 0.45);
}
.focus\:bg-accent-300\/5:focus {
  background-color: rgb(244 181 179 / 0.05);
}
.focus\:bg-accent-300\/50:focus {
  background-color: rgb(244 181 179 / 0.5);
}
.focus\:bg-accent-300\/55:focus {
  background-color: rgb(244 181 179 / 0.55);
}
.focus\:bg-accent-300\/60:focus {
  background-color: rgb(244 181 179 / 0.6);
}
.focus\:bg-accent-300\/65:focus {
  background-color: rgb(244 181 179 / 0.65);
}
.focus\:bg-accent-300\/70:focus {
  background-color: rgb(244 181 179 / 0.7);
}
.focus\:bg-accent-300\/75:focus {
  background-color: rgb(244 181 179 / 0.75);
}
.focus\:bg-accent-300\/80:focus {
  background-color: rgb(244 181 179 / 0.8);
}
.focus\:bg-accent-300\/85:focus {
  background-color: rgb(244 181 179 / 0.85);
}
.focus\:bg-accent-300\/90:focus {
  background-color: rgb(244 181 179 / 0.9);
}
.focus\:bg-accent-300\/95:focus {
  background-color: rgb(244 181 179 / 0.95);
}
.focus\:bg-accent-400:focus {
  background-color: #ee8e8b;
}
.focus\:bg-accent-400\/0:focus {
  background-color: rgb(238 142 139 / 0);
}
.focus\:bg-accent-400\/10:focus {
  background-color: rgb(238 142 139 / 0.1);
}
.focus\:bg-accent-400\/100:focus {
  background-color: rgb(238 142 139 / 1);
}
.focus\:bg-accent-400\/15:focus {
  background-color: rgb(238 142 139 / 0.15);
}
.focus\:bg-accent-400\/20:focus {
  background-color: rgb(238 142 139 / 0.2);
}
.focus\:bg-accent-400\/25:focus {
  background-color: rgb(238 142 139 / 0.25);
}
.focus\:bg-accent-400\/30:focus {
  background-color: rgb(238 142 139 / 0.3);
}
.focus\:bg-accent-400\/35:focus {
  background-color: rgb(238 142 139 / 0.35);
}
.focus\:bg-accent-400\/40:focus {
  background-color: rgb(238 142 139 / 0.4);
}
.focus\:bg-accent-400\/45:focus {
  background-color: rgb(238 142 139 / 0.45);
}
.focus\:bg-accent-400\/5:focus {
  background-color: rgb(238 142 139 / 0.05);
}
.focus\:bg-accent-400\/50:focus {
  background-color: rgb(238 142 139 / 0.5);
}
.focus\:bg-accent-400\/55:focus {
  background-color: rgb(238 142 139 / 0.55);
}
.focus\:bg-accent-400\/60:focus {
  background-color: rgb(238 142 139 / 0.6);
}
.focus\:bg-accent-400\/65:focus {
  background-color: rgb(238 142 139 / 0.65);
}
.focus\:bg-accent-400\/70:focus {
  background-color: rgb(238 142 139 / 0.7);
}
.focus\:bg-accent-400\/75:focus {
  background-color: rgb(238 142 139 / 0.75);
}
.focus\:bg-accent-400\/80:focus {
  background-color: rgb(238 142 139 / 0.8);
}
.focus\:bg-accent-400\/85:focus {
  background-color: rgb(238 142 139 / 0.85);
}
.focus\:bg-accent-400\/90:focus {
  background-color: rgb(238 142 139 / 0.9);
}
.focus\:bg-accent-400\/95:focus {
  background-color: rgb(238 142 139 / 0.95);
}
.focus\:bg-accent-500:focus {
  background-color: #e57373;
}
.focus\:bg-accent-500\/0:focus {
  background-color: rgb(229 115 115 / 0);
}
.focus\:bg-accent-500\/10:focus {
  background-color: rgb(229 115 115 / 0.1);
}
.focus\:bg-accent-500\/100:focus {
  background-color: rgb(229 115 115 / 1);
}
.focus\:bg-accent-500\/15:focus {
  background-color: rgb(229 115 115 / 0.15);
}
.focus\:bg-accent-500\/20:focus {
  background-color: rgb(229 115 115 / 0.2);
}
.focus\:bg-accent-500\/25:focus {
  background-color: rgb(229 115 115 / 0.25);
}
.focus\:bg-accent-500\/30:focus {
  background-color: rgb(229 115 115 / 0.3);
}
.focus\:bg-accent-500\/35:focus {
  background-color: rgb(229 115 115 / 0.35);
}
.focus\:bg-accent-500\/40:focus {
  background-color: rgb(229 115 115 / 0.4);
}
.focus\:bg-accent-500\/45:focus {
  background-color: rgb(229 115 115 / 0.45);
}
.focus\:bg-accent-500\/5:focus {
  background-color: rgb(229 115 115 / 0.05);
}
.focus\:bg-accent-500\/50:focus {
  background-color: rgb(229 115 115 / 0.5);
}
.focus\:bg-accent-500\/55:focus {
  background-color: rgb(229 115 115 / 0.55);
}
.focus\:bg-accent-500\/60:focus {
  background-color: rgb(229 115 115 / 0.6);
}
.focus\:bg-accent-500\/65:focus {
  background-color: rgb(229 115 115 / 0.65);
}
.focus\:bg-accent-500\/70:focus {
  background-color: rgb(229 115 115 / 0.7);
}
.focus\:bg-accent-500\/75:focus {
  background-color: rgb(229 115 115 / 0.75);
}
.focus\:bg-accent-500\/80:focus {
  background-color: rgb(229 115 115 / 0.8);
}
.focus\:bg-accent-500\/85:focus {
  background-color: rgb(229 115 115 / 0.85);
}
.focus\:bg-accent-500\/90:focus {
  background-color: rgb(229 115 115 / 0.9);
}
.focus\:bg-accent-500\/95:focus {
  background-color: rgb(229 115 115 / 0.95);
}
.focus\:bg-accent-600:focus {
  background-color: #d95f5f;
}
.focus\:bg-accent-600\/0:focus {
  background-color: rgb(217 95 95 / 0);
}
.focus\:bg-accent-600\/10:focus {
  background-color: rgb(217 95 95 / 0.1);
}
.focus\:bg-accent-600\/100:focus {
  background-color: rgb(217 95 95 / 1);
}
.focus\:bg-accent-600\/15:focus {
  background-color: rgb(217 95 95 / 0.15);
}
.focus\:bg-accent-600\/20:focus {
  background-color: rgb(217 95 95 / 0.2);
}
.focus\:bg-accent-600\/25:focus {
  background-color: rgb(217 95 95 / 0.25);
}
.focus\:bg-accent-600\/30:focus {
  background-color: rgb(217 95 95 / 0.3);
}
.focus\:bg-accent-600\/35:focus {
  background-color: rgb(217 95 95 / 0.35);
}
.focus\:bg-accent-600\/40:focus {
  background-color: rgb(217 95 95 / 0.4);
}
.focus\:bg-accent-600\/45:focus {
  background-color: rgb(217 95 95 / 0.45);
}
.focus\:bg-accent-600\/5:focus {
  background-color: rgb(217 95 95 / 0.05);
}
.focus\:bg-accent-600\/50:focus {
  background-color: rgb(217 95 95 / 0.5);
}
.focus\:bg-accent-600\/55:focus {
  background-color: rgb(217 95 95 / 0.55);
}
.focus\:bg-accent-600\/60:focus {
  background-color: rgb(217 95 95 / 0.6);
}
.focus\:bg-accent-600\/65:focus {
  background-color: rgb(217 95 95 / 0.65);
}
.focus\:bg-accent-600\/70:focus {
  background-color: rgb(217 95 95 / 0.7);
}
.focus\:bg-accent-600\/75:focus {
  background-color: rgb(217 95 95 / 0.75);
}
.focus\:bg-accent-600\/80:focus {
  background-color: rgb(217 95 95 / 0.8);
}
.focus\:bg-accent-600\/85:focus {
  background-color: rgb(217 95 95 / 0.85);
}
.focus\:bg-accent-600\/90:focus {
  background-color: rgb(217 95 95 / 0.9);
}
.focus\:bg-accent-600\/95:focus {
  background-color: rgb(217 95 95 / 0.95);
}
.focus\:bg-accent-700:focus {
  background-color: #c94a4a;
}
.focus\:bg-accent-700\/0:focus {
  background-color: rgb(201 74 74 / 0);
}
.focus\:bg-accent-700\/10:focus {
  background-color: rgb(201 74 74 / 0.1);
}
.focus\:bg-accent-700\/100:focus {
  background-color: rgb(201 74 74 / 1);
}
.focus\:bg-accent-700\/15:focus {
  background-color: rgb(201 74 74 / 0.15);
}
.focus\:bg-accent-700\/20:focus {
  background-color: rgb(201 74 74 / 0.2);
}
.focus\:bg-accent-700\/25:focus {
  background-color: rgb(201 74 74 / 0.25);
}
.focus\:bg-accent-700\/30:focus {
  background-color: rgb(201 74 74 / 0.3);
}
.focus\:bg-accent-700\/35:focus {
  background-color: rgb(201 74 74 / 0.35);
}
.focus\:bg-accent-700\/40:focus {
  background-color: rgb(201 74 74 / 0.4);
}
.focus\:bg-accent-700\/45:focus {
  background-color: rgb(201 74 74 / 0.45);
}
.focus\:bg-accent-700\/5:focus {
  background-color: rgb(201 74 74 / 0.05);
}
.focus\:bg-accent-700\/50:focus {
  background-color: rgb(201 74 74 / 0.5);
}
.focus\:bg-accent-700\/55:focus {
  background-color: rgb(201 74 74 / 0.55);
}
.focus\:bg-accent-700\/60:focus {
  background-color: rgb(201 74 74 / 0.6);
}
.focus\:bg-accent-700\/65:focus {
  background-color: rgb(201 74 74 / 0.65);
}
.focus\:bg-accent-700\/70:focus {
  background-color: rgb(201 74 74 / 0.7);
}
.focus\:bg-accent-700\/75:focus {
  background-color: rgb(201 74 74 / 0.75);
}
.focus\:bg-accent-700\/80:focus {
  background-color: rgb(201 74 74 / 0.8);
}
.focus\:bg-accent-700\/85:focus {
  background-color: rgb(201 74 74 / 0.85);
}
.focus\:bg-accent-700\/90:focus {
  background-color: rgb(201 74 74 / 0.9);
}
.focus\:bg-accent-700\/95:focus {
  background-color: rgb(201 74 74 / 0.95);
}
.focus\:bg-accent-800:focus {
  background-color: #a83c3c;
}
.focus\:bg-accent-800\/0:focus {
  background-color: rgb(168 60 60 / 0);
}
.focus\:bg-accent-800\/10:focus {
  background-color: rgb(168 60 60 / 0.1);
}
.focus\:bg-accent-800\/100:focus {
  background-color: rgb(168 60 60 / 1);
}
.focus\:bg-accent-800\/15:focus {
  background-color: rgb(168 60 60 / 0.15);
}
.focus\:bg-accent-800\/20:focus {
  background-color: rgb(168 60 60 / 0.2);
}
.focus\:bg-accent-800\/25:focus {
  background-color: rgb(168 60 60 / 0.25);
}
.focus\:bg-accent-800\/30:focus {
  background-color: rgb(168 60 60 / 0.3);
}
.focus\:bg-accent-800\/35:focus {
  background-color: rgb(168 60 60 / 0.35);
}
.focus\:bg-accent-800\/40:focus {
  background-color: rgb(168 60 60 / 0.4);
}
.focus\:bg-accent-800\/45:focus {
  background-color: rgb(168 60 60 / 0.45);
}
.focus\:bg-accent-800\/5:focus {
  background-color: rgb(168 60 60 / 0.05);
}
.focus\:bg-accent-800\/50:focus {
  background-color: rgb(168 60 60 / 0.5);
}
.focus\:bg-accent-800\/55:focus {
  background-color: rgb(168 60 60 / 0.55);
}
.focus\:bg-accent-800\/60:focus {
  background-color: rgb(168 60 60 / 0.6);
}
.focus\:bg-accent-800\/65:focus {
  background-color: rgb(168 60 60 / 0.65);
}
.focus\:bg-accent-800\/70:focus {
  background-color: rgb(168 60 60 / 0.7);
}
.focus\:bg-accent-800\/75:focus {
  background-color: rgb(168 60 60 / 0.75);
}
.focus\:bg-accent-800\/80:focus {
  background-color: rgb(168 60 60 / 0.8);
}
.focus\:bg-accent-800\/85:focus {
  background-color: rgb(168 60 60 / 0.85);
}
.focus\:bg-accent-800\/90:focus {
  background-color: rgb(168 60 60 / 0.9);
}
.focus\:bg-accent-800\/95:focus {
  background-color: rgb(168 60 60 / 0.95);
}
.focus\:bg-accent-900:focus {
  background-color: #8c3434;
}
.focus\:bg-accent-900\/0:focus {
  background-color: rgb(140 52 52 / 0);
}
.focus\:bg-accent-900\/10:focus {
  background-color: rgb(140 52 52 / 0.1);
}
.focus\:bg-accent-900\/100:focus {
  background-color: rgb(140 52 52 / 1);
}
.focus\:bg-accent-900\/15:focus {
  background-color: rgb(140 52 52 / 0.15);
}
.focus\:bg-accent-900\/20:focus {
  background-color: rgb(140 52 52 / 0.2);
}
.focus\:bg-accent-900\/25:focus {
  background-color: rgb(140 52 52 / 0.25);
}
.focus\:bg-accent-900\/30:focus {
  background-color: rgb(140 52 52 / 0.3);
}
.focus\:bg-accent-900\/35:focus {
  background-color: rgb(140 52 52 / 0.35);
}
.focus\:bg-accent-900\/40:focus {
  background-color: rgb(140 52 52 / 0.4);
}
.focus\:bg-accent-900\/45:focus {
  background-color: rgb(140 52 52 / 0.45);
}
.focus\:bg-accent-900\/5:focus {
  background-color: rgb(140 52 52 / 0.05);
}
.focus\:bg-accent-900\/50:focus {
  background-color: rgb(140 52 52 / 0.5);
}
.focus\:bg-accent-900\/55:focus {
  background-color: rgb(140 52 52 / 0.55);
}
.focus\:bg-accent-900\/60:focus {
  background-color: rgb(140 52 52 / 0.6);
}
.focus\:bg-accent-900\/65:focus {
  background-color: rgb(140 52 52 / 0.65);
}
.focus\:bg-accent-900\/70:focus {
  background-color: rgb(140 52 52 / 0.7);
}
.focus\:bg-accent-900\/75:focus {
  background-color: rgb(140 52 52 / 0.75);
}
.focus\:bg-accent-900\/80:focus {
  background-color: rgb(140 52 52 / 0.8);
}
.focus\:bg-accent-900\/85:focus {
  background-color: rgb(140 52 52 / 0.85);
}
.focus\:bg-accent-900\/90:focus {
  background-color: rgb(140 52 52 / 0.9);
}
.focus\:bg-accent-900\/95:focus {
  background-color: rgb(140 52 52 / 0.95);
}
.focus\:bg-gray-100:focus {
  background-color: #f3f4f6;
}
.focus\:bg-gray-100\/0:focus {
  background-color: rgb(243 244 246 / 0);
}
.focus\:bg-gray-100\/10:focus {
  background-color: rgb(243 244 246 / 0.1);
}
.focus\:bg-gray-100\/100:focus {
  background-color: rgb(243 244 246 / 1);
}
.focus\:bg-gray-100\/15:focus {
  background-color: rgb(243 244 246 / 0.15);
}
.focus\:bg-gray-100\/20:focus {
  background-color: rgb(243 244 246 / 0.2);
}
.focus\:bg-gray-100\/25:focus {
  background-color: rgb(243 244 246 / 0.25);
}
.focus\:bg-gray-100\/30:focus {
  background-color: rgb(243 244 246 / 0.3);
}
.focus\:bg-gray-100\/35:focus {
  background-color: rgb(243 244 246 / 0.35);
}
.focus\:bg-gray-100\/40:focus {
  background-color: rgb(243 244 246 / 0.4);
}
.focus\:bg-gray-100\/45:focus {
  background-color: rgb(243 244 246 / 0.45);
}
.focus\:bg-gray-100\/5:focus {
  background-color: rgb(243 244 246 / 0.05);
}
.focus\:bg-gray-100\/50:focus {
  background-color: rgb(243 244 246 / 0.5);
}
.focus\:bg-gray-100\/55:focus {
  background-color: rgb(243 244 246 / 0.55);
}
.focus\:bg-gray-100\/60:focus {
  background-color: rgb(243 244 246 / 0.6);
}
.focus\:bg-gray-100\/65:focus {
  background-color: rgb(243 244 246 / 0.65);
}
.focus\:bg-gray-100\/70:focus {
  background-color: rgb(243 244 246 / 0.7);
}
.focus\:bg-gray-100\/75:focus {
  background-color: rgb(243 244 246 / 0.75);
}
.focus\:bg-gray-100\/80:focus {
  background-color: rgb(243 244 246 / 0.8);
}
.focus\:bg-gray-100\/85:focus {
  background-color: rgb(243 244 246 / 0.85);
}
.focus\:bg-gray-100\/90:focus {
  background-color: rgb(243 244 246 / 0.9);
}
.focus\:bg-gray-100\/95:focus {
  background-color: rgb(243 244 246 / 0.95);
}
.focus\:bg-gray-200:focus {
  background-color: #e5e7eb;
}
.focus\:bg-gray-200\/0:focus {
  background-color: rgb(229 231 235 / 0);
}
.focus\:bg-gray-200\/10:focus {
  background-color: rgb(229 231 235 / 0.1);
}
.focus\:bg-gray-200\/100:focus {
  background-color: rgb(229 231 235 / 1);
}
.focus\:bg-gray-200\/15:focus {
  background-color: rgb(229 231 235 / 0.15);
}
.focus\:bg-gray-200\/20:focus {
  background-color: rgb(229 231 235 / 0.2);
}
.focus\:bg-gray-200\/25:focus {
  background-color: rgb(229 231 235 / 0.25);
}
.focus\:bg-gray-200\/30:focus {
  background-color: rgb(229 231 235 / 0.3);
}
.focus\:bg-gray-200\/35:focus {
  background-color: rgb(229 231 235 / 0.35);
}
.focus\:bg-gray-200\/40:focus {
  background-color: rgb(229 231 235 / 0.4);
}
.focus\:bg-gray-200\/45:focus {
  background-color: rgb(229 231 235 / 0.45);
}
.focus\:bg-gray-200\/5:focus {
  background-color: rgb(229 231 235 / 0.05);
}
.focus\:bg-gray-200\/50:focus {
  background-color: rgb(229 231 235 / 0.5);
}
.focus\:bg-gray-200\/55:focus {
  background-color: rgb(229 231 235 / 0.55);
}
.focus\:bg-gray-200\/60:focus {
  background-color: rgb(229 231 235 / 0.6);
}
.focus\:bg-gray-200\/65:focus {
  background-color: rgb(229 231 235 / 0.65);
}
.focus\:bg-gray-200\/70:focus {
  background-color: rgb(229 231 235 / 0.7);
}
.focus\:bg-gray-200\/75:focus {
  background-color: rgb(229 231 235 / 0.75);
}
.focus\:bg-gray-200\/80:focus {
  background-color: rgb(229 231 235 / 0.8);
}
.focus\:bg-gray-200\/85:focus {
  background-color: rgb(229 231 235 / 0.85);
}
.focus\:bg-gray-200\/90:focus {
  background-color: rgb(229 231 235 / 0.9);
}
.focus\:bg-gray-200\/95:focus {
  background-color: rgb(229 231 235 / 0.95);
}
.focus\:bg-gray-300:focus {
  background-color: #d1d5db;
}
.focus\:bg-gray-300\/0:focus {
  background-color: rgb(209 213 219 / 0);
}
.focus\:bg-gray-300\/10:focus {
  background-color: rgb(209 213 219 / 0.1);
}
.focus\:bg-gray-300\/100:focus {
  background-color: rgb(209 213 219 / 1);
}
.focus\:bg-gray-300\/15:focus {
  background-color: rgb(209 213 219 / 0.15);
}
.focus\:bg-gray-300\/20:focus {
  background-color: rgb(209 213 219 / 0.2);
}
.focus\:bg-gray-300\/25:focus {
  background-color: rgb(209 213 219 / 0.25);
}
.focus\:bg-gray-300\/30:focus {
  background-color: rgb(209 213 219 / 0.3);
}
.focus\:bg-gray-300\/35:focus {
  background-color: rgb(209 213 219 / 0.35);
}
.focus\:bg-gray-300\/40:focus {
  background-color: rgb(209 213 219 / 0.4);
}
.focus\:bg-gray-300\/45:focus {
  background-color: rgb(209 213 219 / 0.45);
}
.focus\:bg-gray-300\/5:focus {
  background-color: rgb(209 213 219 / 0.05);
}
.focus\:bg-gray-300\/50:focus {
  background-color: rgb(209 213 219 / 0.5);
}
.focus\:bg-gray-300\/55:focus {
  background-color: rgb(209 213 219 / 0.55);
}
.focus\:bg-gray-300\/60:focus {
  background-color: rgb(209 213 219 / 0.6);
}
.focus\:bg-gray-300\/65:focus {
  background-color: rgb(209 213 219 / 0.65);
}
.focus\:bg-gray-300\/70:focus {
  background-color: rgb(209 213 219 / 0.7);
}
.focus\:bg-gray-300\/75:focus {
  background-color: rgb(209 213 219 / 0.75);
}
.focus\:bg-gray-300\/80:focus {
  background-color: rgb(209 213 219 / 0.8);
}
.focus\:bg-gray-300\/85:focus {
  background-color: rgb(209 213 219 / 0.85);
}
.focus\:bg-gray-300\/90:focus {
  background-color: rgb(209 213 219 / 0.9);
}
.focus\:bg-gray-300\/95:focus {
  background-color: rgb(209 213 219 / 0.95);
}
.focus\:bg-gray-400:focus {
  background-color: #9ca3af;
}
.focus\:bg-gray-400\/0:focus {
  background-color: rgb(156 163 175 / 0);
}
.focus\:bg-gray-400\/10:focus {
  background-color: rgb(156 163 175 / 0.1);
}
.focus\:bg-gray-400\/100:focus {
  background-color: rgb(156 163 175 / 1);
}
.focus\:bg-gray-400\/15:focus {
  background-color: rgb(156 163 175 / 0.15);
}
.focus\:bg-gray-400\/20:focus {
  background-color: rgb(156 163 175 / 0.2);
}
.focus\:bg-gray-400\/25:focus {
  background-color: rgb(156 163 175 / 0.25);
}
.focus\:bg-gray-400\/30:focus {
  background-color: rgb(156 163 175 / 0.3);
}
.focus\:bg-gray-400\/35:focus {
  background-color: rgb(156 163 175 / 0.35);
}
.focus\:bg-gray-400\/40:focus {
  background-color: rgb(156 163 175 / 0.4);
}
.focus\:bg-gray-400\/45:focus {
  background-color: rgb(156 163 175 / 0.45);
}
.focus\:bg-gray-400\/5:focus {
  background-color: rgb(156 163 175 / 0.05);
}
.focus\:bg-gray-400\/50:focus {
  background-color: rgb(156 163 175 / 0.5);
}
.focus\:bg-gray-400\/55:focus {
  background-color: rgb(156 163 175 / 0.55);
}
.focus\:bg-gray-400\/60:focus {
  background-color: rgb(156 163 175 / 0.6);
}
.focus\:bg-gray-400\/65:focus {
  background-color: rgb(156 163 175 / 0.65);
}
.focus\:bg-gray-400\/70:focus {
  background-color: rgb(156 163 175 / 0.7);
}
.focus\:bg-gray-400\/75:focus {
  background-color: rgb(156 163 175 / 0.75);
}
.focus\:bg-gray-400\/80:focus {
  background-color: rgb(156 163 175 / 0.8);
}
.focus\:bg-gray-400\/85:focus {
  background-color: rgb(156 163 175 / 0.85);
}
.focus\:bg-gray-400\/90:focus {
  background-color: rgb(156 163 175 / 0.9);
}
.focus\:bg-gray-400\/95:focus {
  background-color: rgb(156 163 175 / 0.95);
}
.focus\:bg-gray-500:focus {
  background-color: #6b7280;
}
.focus\:bg-gray-500\/0:focus {
  background-color: rgb(107 114 128 / 0);
}
.focus\:bg-gray-500\/10:focus {
  background-color: rgb(107 114 128 / 0.1);
}
.focus\:bg-gray-500\/100:focus {
  background-color: rgb(107 114 128 / 1);
}
.focus\:bg-gray-500\/15:focus {
  background-color: rgb(107 114 128 / 0.15);
}
.focus\:bg-gray-500\/20:focus {
  background-color: rgb(107 114 128 / 0.2);
}
.focus\:bg-gray-500\/25:focus {
  background-color: rgb(107 114 128 / 0.25);
}
.focus\:bg-gray-500\/30:focus {
  background-color: rgb(107 114 128 / 0.3);
}
.focus\:bg-gray-500\/35:focus {
  background-color: rgb(107 114 128 / 0.35);
}
.focus\:bg-gray-500\/40:focus {
  background-color: rgb(107 114 128 / 0.4);
}
.focus\:bg-gray-500\/45:focus {
  background-color: rgb(107 114 128 / 0.45);
}
.focus\:bg-gray-500\/5:focus {
  background-color: rgb(107 114 128 / 0.05);
}
.focus\:bg-gray-500\/50:focus {
  background-color: rgb(107 114 128 / 0.5);
}
.focus\:bg-gray-500\/55:focus {
  background-color: rgb(107 114 128 / 0.55);
}
.focus\:bg-gray-500\/60:focus {
  background-color: rgb(107 114 128 / 0.6);
}
.focus\:bg-gray-500\/65:focus {
  background-color: rgb(107 114 128 / 0.65);
}
.focus\:bg-gray-500\/70:focus {
  background-color: rgb(107 114 128 / 0.7);
}
.focus\:bg-gray-500\/75:focus {
  background-color: rgb(107 114 128 / 0.75);
}
.focus\:bg-gray-500\/80:focus {
  background-color: rgb(107 114 128 / 0.8);
}
.focus\:bg-gray-500\/85:focus {
  background-color: rgb(107 114 128 / 0.85);
}
.focus\:bg-gray-500\/90:focus {
  background-color: rgb(107 114 128 / 0.9);
}
.focus\:bg-gray-500\/95:focus {
  background-color: rgb(107 114 128 / 0.95);
}
.focus\:bg-gray-600:focus {
  background-color: #4b5563;
}
.focus\:bg-gray-600\/0:focus {
  background-color: rgb(75 85 99 / 0);
}
.focus\:bg-gray-600\/10:focus {
  background-color: rgb(75 85 99 / 0.1);
}
.focus\:bg-gray-600\/100:focus {
  background-color: rgb(75 85 99 / 1);
}
.focus\:bg-gray-600\/15:focus {
  background-color: rgb(75 85 99 / 0.15);
}
.focus\:bg-gray-600\/20:focus {
  background-color: rgb(75 85 99 / 0.2);
}
.focus\:bg-gray-600\/25:focus {
  background-color: rgb(75 85 99 / 0.25);
}
.focus\:bg-gray-600\/30:focus {
  background-color: rgb(75 85 99 / 0.3);
}
.focus\:bg-gray-600\/35:focus {
  background-color: rgb(75 85 99 / 0.35);
}
.focus\:bg-gray-600\/40:focus {
  background-color: rgb(75 85 99 / 0.4);
}
.focus\:bg-gray-600\/45:focus {
  background-color: rgb(75 85 99 / 0.45);
}
.focus\:bg-gray-600\/5:focus {
  background-color: rgb(75 85 99 / 0.05);
}
.focus\:bg-gray-600\/50:focus {
  background-color: rgb(75 85 99 / 0.5);
}
.focus\:bg-gray-600\/55:focus {
  background-color: rgb(75 85 99 / 0.55);
}
.focus\:bg-gray-600\/60:focus {
  background-color: rgb(75 85 99 / 0.6);
}
.focus\:bg-gray-600\/65:focus {
  background-color: rgb(75 85 99 / 0.65);
}
.focus\:bg-gray-600\/70:focus {
  background-color: rgb(75 85 99 / 0.7);
}
.focus\:bg-gray-600\/75:focus {
  background-color: rgb(75 85 99 / 0.75);
}
.focus\:bg-gray-600\/80:focus {
  background-color: rgb(75 85 99 / 0.8);
}
.focus\:bg-gray-600\/85:focus {
  background-color: rgb(75 85 99 / 0.85);
}
.focus\:bg-gray-600\/90:focus {
  background-color: rgb(75 85 99 / 0.9);
}
.focus\:bg-gray-600\/95:focus {
  background-color: rgb(75 85 99 / 0.95);
}
.focus\:bg-gray-700:focus {
  background-color: #374151;
}
.focus\:bg-gray-700\/0:focus {
  background-color: rgb(55 65 81 / 0);
}
.focus\:bg-gray-700\/10:focus {
  background-color: rgb(55 65 81 / 0.1);
}
.focus\:bg-gray-700\/100:focus {
  background-color: rgb(55 65 81 / 1);
}
.focus\:bg-gray-700\/15:focus {
  background-color: rgb(55 65 81 / 0.15);
}
.focus\:bg-gray-700\/20:focus {
  background-color: rgb(55 65 81 / 0.2);
}
.focus\:bg-gray-700\/25:focus {
  background-color: rgb(55 65 81 / 0.25);
}
.focus\:bg-gray-700\/30:focus {
  background-color: rgb(55 65 81 / 0.3);
}
.focus\:bg-gray-700\/35:focus {
  background-color: rgb(55 65 81 / 0.35);
}
.focus\:bg-gray-700\/40:focus {
  background-color: rgb(55 65 81 / 0.4);
}
.focus\:bg-gray-700\/45:focus {
  background-color: rgb(55 65 81 / 0.45);
}
.focus\:bg-gray-700\/5:focus {
  background-color: rgb(55 65 81 / 0.05);
}
.focus\:bg-gray-700\/50:focus {
  background-color: rgb(55 65 81 / 0.5);
}
.focus\:bg-gray-700\/55:focus {
  background-color: rgb(55 65 81 / 0.55);
}
.focus\:bg-gray-700\/60:focus {
  background-color: rgb(55 65 81 / 0.6);
}
.focus\:bg-gray-700\/65:focus {
  background-color: rgb(55 65 81 / 0.65);
}
.focus\:bg-gray-700\/70:focus {
  background-color: rgb(55 65 81 / 0.7);
}
.focus\:bg-gray-700\/75:focus {
  background-color: rgb(55 65 81 / 0.75);
}
.focus\:bg-gray-700\/80:focus {
  background-color: rgb(55 65 81 / 0.8);
}
.focus\:bg-gray-700\/85:focus {
  background-color: rgb(55 65 81 / 0.85);
}
.focus\:bg-gray-700\/90:focus {
  background-color: rgb(55 65 81 / 0.9);
}
.focus\:bg-gray-700\/95:focus {
  background-color: rgb(55 65 81 / 0.95);
}
.focus\:bg-gray-800:focus {
  background-color: #1f2937;
}
.focus\:bg-gray-800\/0:focus {
  background-color: rgb(31 41 55 / 0);
}
.focus\:bg-gray-800\/10:focus {
  background-color: rgb(31 41 55 / 0.1);
}
.focus\:bg-gray-800\/100:focus {
  background-color: rgb(31 41 55 / 1);
}
.focus\:bg-gray-800\/15:focus {
  background-color: rgb(31 41 55 / 0.15);
}
.focus\:bg-gray-800\/20:focus {
  background-color: rgb(31 41 55 / 0.2);
}
.focus\:bg-gray-800\/25:focus {
  background-color: rgb(31 41 55 / 0.25);
}
.focus\:bg-gray-800\/30:focus {
  background-color: rgb(31 41 55 / 0.3);
}
.focus\:bg-gray-800\/35:focus {
  background-color: rgb(31 41 55 / 0.35);
}
.focus\:bg-gray-800\/40:focus {
  background-color: rgb(31 41 55 / 0.4);
}
.focus\:bg-gray-800\/45:focus {
  background-color: rgb(31 41 55 / 0.45);
}
.focus\:bg-gray-800\/5:focus {
  background-color: rgb(31 41 55 / 0.05);
}
.focus\:bg-gray-800\/50:focus {
  background-color: rgb(31 41 55 / 0.5);
}
.focus\:bg-gray-800\/55:focus {
  background-color: rgb(31 41 55 / 0.55);
}
.focus\:bg-gray-800\/60:focus {
  background-color: rgb(31 41 55 / 0.6);
}
.focus\:bg-gray-800\/65:focus {
  background-color: rgb(31 41 55 / 0.65);
}
.focus\:bg-gray-800\/70:focus {
  background-color: rgb(31 41 55 / 0.7);
}
.focus\:bg-gray-800\/75:focus {
  background-color: rgb(31 41 55 / 0.75);
}
.focus\:bg-gray-800\/80:focus {
  background-color: rgb(31 41 55 / 0.8);
}
.focus\:bg-gray-800\/85:focus {
  background-color: rgb(31 41 55 / 0.85);
}
.focus\:bg-gray-800\/90:focus {
  background-color: rgb(31 41 55 / 0.9);
}
.focus\:bg-gray-800\/95:focus {
  background-color: rgb(31 41 55 / 0.95);
}
.focus\:bg-gray-900:focus {
  background-color: #111827;
}
.focus\:bg-gray-900\/0:focus {
  background-color: rgb(17 24 39 / 0);
}
.focus\:bg-gray-900\/10:focus {
  background-color: rgb(17 24 39 / 0.1);
}
.focus\:bg-gray-900\/100:focus {
  background-color: rgb(17 24 39 / 1);
}
.focus\:bg-gray-900\/15:focus {
  background-color: rgb(17 24 39 / 0.15);
}
.focus\:bg-gray-900\/20:focus {
  background-color: rgb(17 24 39 / 0.2);
}
.focus\:bg-gray-900\/25:focus {
  background-color: rgb(17 24 39 / 0.25);
}
.focus\:bg-gray-900\/30:focus {
  background-color: rgb(17 24 39 / 0.3);
}
.focus\:bg-gray-900\/35:focus {
  background-color: rgb(17 24 39 / 0.35);
}
.focus\:bg-gray-900\/40:focus {
  background-color: rgb(17 24 39 / 0.4);
}
.focus\:bg-gray-900\/45:focus {
  background-color: rgb(17 24 39 / 0.45);
}
.focus\:bg-gray-900\/5:focus {
  background-color: rgb(17 24 39 / 0.05);
}
.focus\:bg-gray-900\/50:focus {
  background-color: rgb(17 24 39 / 0.5);
}
.focus\:bg-gray-900\/55:focus {
  background-color: rgb(17 24 39 / 0.55);
}
.focus\:bg-gray-900\/60:focus {
  background-color: rgb(17 24 39 / 0.6);
}
.focus\:bg-gray-900\/65:focus {
  background-color: rgb(17 24 39 / 0.65);
}
.focus\:bg-gray-900\/70:focus {
  background-color: rgb(17 24 39 / 0.7);
}
.focus\:bg-gray-900\/75:focus {
  background-color: rgb(17 24 39 / 0.75);
}
.focus\:bg-gray-900\/80:focus {
  background-color: rgb(17 24 39 / 0.8);
}
.focus\:bg-gray-900\/85:focus {
  background-color: rgb(17 24 39 / 0.85);
}
.focus\:bg-gray-900\/90:focus {
  background-color: rgb(17 24 39 / 0.9);
}
.focus\:bg-gray-900\/95:focus {
  background-color: rgb(17 24 39 / 0.95);
}
.focus\:bg-primary-100:focus {
  background-color: #3965AC;
}
.focus\:bg-primary-100\/0:focus {
  background-color: rgb(57 101 172 / 0);
}
.focus\:bg-primary-100\/10:focus {
  background-color: rgb(57 101 172 / 0.1);
}
.focus\:bg-primary-100\/100:focus {
  background-color: rgb(57 101 172 / 1);
}
.focus\:bg-primary-100\/15:focus {
  background-color: rgb(57 101 172 / 0.15);
}
.focus\:bg-primary-100\/20:focus {
  background-color: rgb(57 101 172 / 0.2);
}
.focus\:bg-primary-100\/25:focus {
  background-color: rgb(57 101 172 / 0.25);
}
.focus\:bg-primary-100\/30:focus {
  background-color: rgb(57 101 172 / 0.3);
}
.focus\:bg-primary-100\/35:focus {
  background-color: rgb(57 101 172 / 0.35);
}
.focus\:bg-primary-100\/40:focus {
  background-color: rgb(57 101 172 / 0.4);
}
.focus\:bg-primary-100\/45:focus {
  background-color: rgb(57 101 172 / 0.45);
}
.focus\:bg-primary-100\/5:focus {
  background-color: rgb(57 101 172 / 0.05);
}
.focus\:bg-primary-100\/50:focus {
  background-color: rgb(57 101 172 / 0.5);
}
.focus\:bg-primary-100\/55:focus {
  background-color: rgb(57 101 172 / 0.55);
}
.focus\:bg-primary-100\/60:focus {
  background-color: rgb(57 101 172 / 0.6);
}
.focus\:bg-primary-100\/65:focus {
  background-color: rgb(57 101 172 / 0.65);
}
.focus\:bg-primary-100\/70:focus {
  background-color: rgb(57 101 172 / 0.7);
}
.focus\:bg-primary-100\/75:focus {
  background-color: rgb(57 101 172 / 0.75);
}
.focus\:bg-primary-100\/80:focus {
  background-color: rgb(57 101 172 / 0.8);
}
.focus\:bg-primary-100\/85:focus {
  background-color: rgb(57 101 172 / 0.85);
}
.focus\:bg-primary-100\/90:focus {
  background-color: rgb(57 101 172 / 0.9);
}
.focus\:bg-primary-100\/95:focus {
  background-color: rgb(57 101 172 / 0.95);
}
.focus\:bg-primary-200:focus {
  background-color: #365FA1;
}
.focus\:bg-primary-200\/0:focus {
  background-color: rgb(54 95 161 / 0);
}
.focus\:bg-primary-200\/10:focus {
  background-color: rgb(54 95 161 / 0.1);
}
.focus\:bg-primary-200\/100:focus {
  background-color: rgb(54 95 161 / 1);
}
.focus\:bg-primary-200\/15:focus {
  background-color: rgb(54 95 161 / 0.15);
}
.focus\:bg-primary-200\/20:focus {
  background-color: rgb(54 95 161 / 0.2);
}
.focus\:bg-primary-200\/25:focus {
  background-color: rgb(54 95 161 / 0.25);
}
.focus\:bg-primary-200\/30:focus {
  background-color: rgb(54 95 161 / 0.3);
}
.focus\:bg-primary-200\/35:focus {
  background-color: rgb(54 95 161 / 0.35);
}
.focus\:bg-primary-200\/40:focus {
  background-color: rgb(54 95 161 / 0.4);
}
.focus\:bg-primary-200\/45:focus {
  background-color: rgb(54 95 161 / 0.45);
}
.focus\:bg-primary-200\/5:focus {
  background-color: rgb(54 95 161 / 0.05);
}
.focus\:bg-primary-200\/50:focus {
  background-color: rgb(54 95 161 / 0.5);
}
.focus\:bg-primary-200\/55:focus {
  background-color: rgb(54 95 161 / 0.55);
}
.focus\:bg-primary-200\/60:focus {
  background-color: rgb(54 95 161 / 0.6);
}
.focus\:bg-primary-200\/65:focus {
  background-color: rgb(54 95 161 / 0.65);
}
.focus\:bg-primary-200\/70:focus {
  background-color: rgb(54 95 161 / 0.7);
}
.focus\:bg-primary-200\/75:focus {
  background-color: rgb(54 95 161 / 0.75);
}
.focus\:bg-primary-200\/80:focus {
  background-color: rgb(54 95 161 / 0.8);
}
.focus\:bg-primary-200\/85:focus {
  background-color: rgb(54 95 161 / 0.85);
}
.focus\:bg-primary-200\/90:focus {
  background-color: rgb(54 95 161 / 0.9);
}
.focus\:bg-primary-200\/95:focus {
  background-color: rgb(54 95 161 / 0.95);
}
.focus\:bg-primary-300:focus {
  background-color: #325895;
}
.focus\:bg-primary-300\/0:focus {
  background-color: rgb(50 88 149 / 0);
}
.focus\:bg-primary-300\/10:focus {
  background-color: rgb(50 88 149 / 0.1);
}
.focus\:bg-primary-300\/100:focus {
  background-color: rgb(50 88 149 / 1);
}
.focus\:bg-primary-300\/15:focus {
  background-color: rgb(50 88 149 / 0.15);
}
.focus\:bg-primary-300\/20:focus {
  background-color: rgb(50 88 149 / 0.2);
}
.focus\:bg-primary-300\/25:focus {
  background-color: rgb(50 88 149 / 0.25);
}
.focus\:bg-primary-300\/30:focus {
  background-color: rgb(50 88 149 / 0.3);
}
.focus\:bg-primary-300\/35:focus {
  background-color: rgb(50 88 149 / 0.35);
}
.focus\:bg-primary-300\/40:focus {
  background-color: rgb(50 88 149 / 0.4);
}
.focus\:bg-primary-300\/45:focus {
  background-color: rgb(50 88 149 / 0.45);
}
.focus\:bg-primary-300\/5:focus {
  background-color: rgb(50 88 149 / 0.05);
}
.focus\:bg-primary-300\/50:focus {
  background-color: rgb(50 88 149 / 0.5);
}
.focus\:bg-primary-300\/55:focus {
  background-color: rgb(50 88 149 / 0.55);
}
.focus\:bg-primary-300\/60:focus {
  background-color: rgb(50 88 149 / 0.6);
}
.focus\:bg-primary-300\/65:focus {
  background-color: rgb(50 88 149 / 0.65);
}
.focus\:bg-primary-300\/70:focus {
  background-color: rgb(50 88 149 / 0.7);
}
.focus\:bg-primary-300\/75:focus {
  background-color: rgb(50 88 149 / 0.75);
}
.focus\:bg-primary-300\/80:focus {
  background-color: rgb(50 88 149 / 0.8);
}
.focus\:bg-primary-300\/85:focus {
  background-color: rgb(50 88 149 / 0.85);
}
.focus\:bg-primary-300\/90:focus {
  background-color: rgb(50 88 149 / 0.9);
}
.focus\:bg-primary-300\/95:focus {
  background-color: rgb(50 88 149 / 0.95);
}
.focus\:bg-primary-400:focus {
  background-color: #305691;
}
.focus\:bg-primary-400\/0:focus {
  background-color: rgb(48 86 145 / 0);
}
.focus\:bg-primary-400\/10:focus {
  background-color: rgb(48 86 145 / 0.1);
}
.focus\:bg-primary-400\/100:focus {
  background-color: rgb(48 86 145 / 1);
}
.focus\:bg-primary-400\/15:focus {
  background-color: rgb(48 86 145 / 0.15);
}
.focus\:bg-primary-400\/20:focus {
  background-color: rgb(48 86 145 / 0.2);
}
.focus\:bg-primary-400\/25:focus {
  background-color: rgb(48 86 145 / 0.25);
}
.focus\:bg-primary-400\/30:focus {
  background-color: rgb(48 86 145 / 0.3);
}
.focus\:bg-primary-400\/35:focus {
  background-color: rgb(48 86 145 / 0.35);
}
.focus\:bg-primary-400\/40:focus {
  background-color: rgb(48 86 145 / 0.4);
}
.focus\:bg-primary-400\/45:focus {
  background-color: rgb(48 86 145 / 0.45);
}
.focus\:bg-primary-400\/5:focus {
  background-color: rgb(48 86 145 / 0.05);
}
.focus\:bg-primary-400\/50:focus {
  background-color: rgb(48 86 145 / 0.5);
}
.focus\:bg-primary-400\/55:focus {
  background-color: rgb(48 86 145 / 0.55);
}
.focus\:bg-primary-400\/60:focus {
  background-color: rgb(48 86 145 / 0.6);
}
.focus\:bg-primary-400\/65:focus {
  background-color: rgb(48 86 145 / 0.65);
}
.focus\:bg-primary-400\/70:focus {
  background-color: rgb(48 86 145 / 0.7);
}
.focus\:bg-primary-400\/75:focus {
  background-color: rgb(48 86 145 / 0.75);
}
.focus\:bg-primary-400\/80:focus {
  background-color: rgb(48 86 145 / 0.8);
}
.focus\:bg-primary-400\/85:focus {
  background-color: rgb(48 86 145 / 0.85);
}
.focus\:bg-primary-400\/90:focus {
  background-color: rgb(48 86 145 / 0.9);
}
.focus\:bg-primary-400\/95:focus {
  background-color: rgb(48 86 145 / 0.95);
}
.focus\:bg-primary-500:focus {
  background-color: #2d4b79;
}
.focus\:bg-primary-500\/0:focus {
  background-color: rgb(45 75 121 / 0);
}
.focus\:bg-primary-500\/10:focus {
  background-color: rgb(45 75 121 / 0.1);
}
.focus\:bg-primary-500\/100:focus {
  background-color: rgb(45 75 121 / 1);
}
.focus\:bg-primary-500\/15:focus {
  background-color: rgb(45 75 121 / 0.15);
}
.focus\:bg-primary-500\/20:focus {
  background-color: rgb(45 75 121 / 0.2);
}
.focus\:bg-primary-500\/25:focus {
  background-color: rgb(45 75 121 / 0.25);
}
.focus\:bg-primary-500\/30:focus {
  background-color: rgb(45 75 121 / 0.3);
}
.focus\:bg-primary-500\/35:focus {
  background-color: rgb(45 75 121 / 0.35);
}
.focus\:bg-primary-500\/40:focus {
  background-color: rgb(45 75 121 / 0.4);
}
.focus\:bg-primary-500\/45:focus {
  background-color: rgb(45 75 121 / 0.45);
}
.focus\:bg-primary-500\/5:focus {
  background-color: rgb(45 75 121 / 0.05);
}
.focus\:bg-primary-500\/50:focus {
  background-color: rgb(45 75 121 / 0.5);
}
.focus\:bg-primary-500\/55:focus {
  background-color: rgb(45 75 121 / 0.55);
}
.focus\:bg-primary-500\/60:focus {
  background-color: rgb(45 75 121 / 0.6);
}
.focus\:bg-primary-500\/65:focus {
  background-color: rgb(45 75 121 / 0.65);
}
.focus\:bg-primary-500\/70:focus {
  background-color: rgb(45 75 121 / 0.7);
}
.focus\:bg-primary-500\/75:focus {
  background-color: rgb(45 75 121 / 0.75);
}
.focus\:bg-primary-500\/80:focus {
  background-color: rgb(45 75 121 / 0.8);
}
.focus\:bg-primary-500\/85:focus {
  background-color: rgb(45 75 121 / 0.85);
}
.focus\:bg-primary-500\/90:focus {
  background-color: rgb(45 75 121 / 0.9);
}
.focus\:bg-primary-500\/95:focus {
  background-color: rgb(45 75 121 / 0.95);
}
.focus\:bg-primary-600:focus {
  background-color: #264473;
}
.focus\:bg-primary-600\/0:focus {
  background-color: rgb(38 68 115 / 0);
}
.focus\:bg-primary-600\/10:focus {
  background-color: rgb(38 68 115 / 0.1);
}
.focus\:bg-primary-600\/100:focus {
  background-color: rgb(38 68 115 / 1);
}
.focus\:bg-primary-600\/15:focus {
  background-color: rgb(38 68 115 / 0.15);
}
.focus\:bg-primary-600\/20:focus {
  background-color: rgb(38 68 115 / 0.2);
}
.focus\:bg-primary-600\/25:focus {
  background-color: rgb(38 68 115 / 0.25);
}
.focus\:bg-primary-600\/30:focus {
  background-color: rgb(38 68 115 / 0.3);
}
.focus\:bg-primary-600\/35:focus {
  background-color: rgb(38 68 115 / 0.35);
}
.focus\:bg-primary-600\/40:focus {
  background-color: rgb(38 68 115 / 0.4);
}
.focus\:bg-primary-600\/45:focus {
  background-color: rgb(38 68 115 / 0.45);
}
.focus\:bg-primary-600\/5:focus {
  background-color: rgb(38 68 115 / 0.05);
}
.focus\:bg-primary-600\/50:focus {
  background-color: rgb(38 68 115 / 0.5);
}
.focus\:bg-primary-600\/55:focus {
  background-color: rgb(38 68 115 / 0.55);
}
.focus\:bg-primary-600\/60:focus {
  background-color: rgb(38 68 115 / 0.6);
}
.focus\:bg-primary-600\/65:focus {
  background-color: rgb(38 68 115 / 0.65);
}
.focus\:bg-primary-600\/70:focus {
  background-color: rgb(38 68 115 / 0.7);
}
.focus\:bg-primary-600\/75:focus {
  background-color: rgb(38 68 115 / 0.75);
}
.focus\:bg-primary-600\/80:focus {
  background-color: rgb(38 68 115 / 0.8);
}
.focus\:bg-primary-600\/85:focus {
  background-color: rgb(38 68 115 / 0.85);
}
.focus\:bg-primary-600\/90:focus {
  background-color: rgb(38 68 115 / 0.9);
}
.focus\:bg-primary-600\/95:focus {
  background-color: rgb(38 68 115 / 0.95);
}
.focus\:bg-primary-700:focus {
  background-color: #233e68;
}
.focus\:bg-primary-700\/0:focus {
  background-color: rgb(35 62 104 / 0);
}
.focus\:bg-primary-700\/10:focus {
  background-color: rgb(35 62 104 / 0.1);
}
.focus\:bg-primary-700\/100:focus {
  background-color: rgb(35 62 104 / 1);
}
.focus\:bg-primary-700\/15:focus {
  background-color: rgb(35 62 104 / 0.15);
}
.focus\:bg-primary-700\/20:focus {
  background-color: rgb(35 62 104 / 0.2);
}
.focus\:bg-primary-700\/25:focus {
  background-color: rgb(35 62 104 / 0.25);
}
.focus\:bg-primary-700\/30:focus {
  background-color: rgb(35 62 104 / 0.3);
}
.focus\:bg-primary-700\/35:focus {
  background-color: rgb(35 62 104 / 0.35);
}
.focus\:bg-primary-700\/40:focus {
  background-color: rgb(35 62 104 / 0.4);
}
.focus\:bg-primary-700\/45:focus {
  background-color: rgb(35 62 104 / 0.45);
}
.focus\:bg-primary-700\/5:focus {
  background-color: rgb(35 62 104 / 0.05);
}
.focus\:bg-primary-700\/50:focus {
  background-color: rgb(35 62 104 / 0.5);
}
.focus\:bg-primary-700\/55:focus {
  background-color: rgb(35 62 104 / 0.55);
}
.focus\:bg-primary-700\/60:focus {
  background-color: rgb(35 62 104 / 0.6);
}
.focus\:bg-primary-700\/65:focus {
  background-color: rgb(35 62 104 / 0.65);
}
.focus\:bg-primary-700\/70:focus {
  background-color: rgb(35 62 104 / 0.7);
}
.focus\:bg-primary-700\/75:focus {
  background-color: rgb(35 62 104 / 0.75);
}
.focus\:bg-primary-700\/80:focus {
  background-color: rgb(35 62 104 / 0.8);
}
.focus\:bg-primary-700\/85:focus {
  background-color: rgb(35 62 104 / 0.85);
}
.focus\:bg-primary-700\/90:focus {
  background-color: rgb(35 62 104 / 0.9);
}
.focus\:bg-primary-700\/95:focus {
  background-color: rgb(35 62 104 / 0.95);
}
.focus\:bg-primary-800:focus {
  background-color: #1f375c;
}
.focus\:bg-primary-800\/0:focus {
  background-color: rgb(31 55 92 / 0);
}
.focus\:bg-primary-800\/10:focus {
  background-color: rgb(31 55 92 / 0.1);
}
.focus\:bg-primary-800\/100:focus {
  background-color: rgb(31 55 92 / 1);
}
.focus\:bg-primary-800\/15:focus {
  background-color: rgb(31 55 92 / 0.15);
}
.focus\:bg-primary-800\/20:focus {
  background-color: rgb(31 55 92 / 0.2);
}
.focus\:bg-primary-800\/25:focus {
  background-color: rgb(31 55 92 / 0.25);
}
.focus\:bg-primary-800\/30:focus {
  background-color: rgb(31 55 92 / 0.3);
}
.focus\:bg-primary-800\/35:focus {
  background-color: rgb(31 55 92 / 0.35);
}
.focus\:bg-primary-800\/40:focus {
  background-color: rgb(31 55 92 / 0.4);
}
.focus\:bg-primary-800\/45:focus {
  background-color: rgb(31 55 92 / 0.45);
}
.focus\:bg-primary-800\/5:focus {
  background-color: rgb(31 55 92 / 0.05);
}
.focus\:bg-primary-800\/50:focus {
  background-color: rgb(31 55 92 / 0.5);
}
.focus\:bg-primary-800\/55:focus {
  background-color: rgb(31 55 92 / 0.55);
}
.focus\:bg-primary-800\/60:focus {
  background-color: rgb(31 55 92 / 0.6);
}
.focus\:bg-primary-800\/65:focus {
  background-color: rgb(31 55 92 / 0.65);
}
.focus\:bg-primary-800\/70:focus {
  background-color: rgb(31 55 92 / 0.7);
}
.focus\:bg-primary-800\/75:focus {
  background-color: rgb(31 55 92 / 0.75);
}
.focus\:bg-primary-800\/80:focus {
  background-color: rgb(31 55 92 / 0.8);
}
.focus\:bg-primary-800\/85:focus {
  background-color: rgb(31 55 92 / 0.85);
}
.focus\:bg-primary-800\/90:focus {
  background-color: rgb(31 55 92 / 0.9);
}
.focus\:bg-primary-800\/95:focus {
  background-color: rgb(31 55 92 / 0.95);
}
.focus\:bg-primary-900:focus {
  background-color: #1b3051;
}
.focus\:bg-primary-900\/0:focus {
  background-color: rgb(27 48 81 / 0);
}
.focus\:bg-primary-900\/10:focus {
  background-color: rgb(27 48 81 / 0.1);
}
.focus\:bg-primary-900\/100:focus {
  background-color: rgb(27 48 81 / 1);
}
.focus\:bg-primary-900\/15:focus {
  background-color: rgb(27 48 81 / 0.15);
}
.focus\:bg-primary-900\/20:focus {
  background-color: rgb(27 48 81 / 0.2);
}
.focus\:bg-primary-900\/25:focus {
  background-color: rgb(27 48 81 / 0.25);
}
.focus\:bg-primary-900\/30:focus {
  background-color: rgb(27 48 81 / 0.3);
}
.focus\:bg-primary-900\/35:focus {
  background-color: rgb(27 48 81 / 0.35);
}
.focus\:bg-primary-900\/40:focus {
  background-color: rgb(27 48 81 / 0.4);
}
.focus\:bg-primary-900\/45:focus {
  background-color: rgb(27 48 81 / 0.45);
}
.focus\:bg-primary-900\/5:focus {
  background-color: rgb(27 48 81 / 0.05);
}
.focus\:bg-primary-900\/50:focus {
  background-color: rgb(27 48 81 / 0.5);
}
.focus\:bg-primary-900\/55:focus {
  background-color: rgb(27 48 81 / 0.55);
}
.focus\:bg-primary-900\/60:focus {
  background-color: rgb(27 48 81 / 0.6);
}
.focus\:bg-primary-900\/65:focus {
  background-color: rgb(27 48 81 / 0.65);
}
.focus\:bg-primary-900\/70:focus {
  background-color: rgb(27 48 81 / 0.7);
}
.focus\:bg-primary-900\/75:focus {
  background-color: rgb(27 48 81 / 0.75);
}
.focus\:bg-primary-900\/80:focus {
  background-color: rgb(27 48 81 / 0.8);
}
.focus\:bg-primary-900\/85:focus {
  background-color: rgb(27 48 81 / 0.85);
}
.focus\:bg-primary-900\/90:focus {
  background-color: rgb(27 48 81 / 0.9);
}
.focus\:bg-primary-900\/95:focus {
  background-color: rgb(27 48 81 / 0.95);
}
.focus\:bg-secondary-100:focus {
  background-color: #DAE5E7;
}
.focus\:bg-secondary-100\/0:focus {
  background-color: rgb(218 229 231 / 0);
}
.focus\:bg-secondary-100\/10:focus {
  background-color: rgb(218 229 231 / 0.1);
}
.focus\:bg-secondary-100\/100:focus {
  background-color: rgb(218 229 231 / 1);
}
.focus\:bg-secondary-100\/15:focus {
  background-color: rgb(218 229 231 / 0.15);
}
.focus\:bg-secondary-100\/20:focus {
  background-color: rgb(218 229 231 / 0.2);
}
.focus\:bg-secondary-100\/25:focus {
  background-color: rgb(218 229 231 / 0.25);
}
.focus\:bg-secondary-100\/30:focus {
  background-color: rgb(218 229 231 / 0.3);
}
.focus\:bg-secondary-100\/35:focus {
  background-color: rgb(218 229 231 / 0.35);
}
.focus\:bg-secondary-100\/40:focus {
  background-color: rgb(218 229 231 / 0.4);
}
.focus\:bg-secondary-100\/45:focus {
  background-color: rgb(218 229 231 / 0.45);
}
.focus\:bg-secondary-100\/5:focus {
  background-color: rgb(218 229 231 / 0.05);
}
.focus\:bg-secondary-100\/50:focus {
  background-color: rgb(218 229 231 / 0.5);
}
.focus\:bg-secondary-100\/55:focus {
  background-color: rgb(218 229 231 / 0.55);
}
.focus\:bg-secondary-100\/60:focus {
  background-color: rgb(218 229 231 / 0.6);
}
.focus\:bg-secondary-100\/65:focus {
  background-color: rgb(218 229 231 / 0.65);
}
.focus\:bg-secondary-100\/70:focus {
  background-color: rgb(218 229 231 / 0.7);
}
.focus\:bg-secondary-100\/75:focus {
  background-color: rgb(218 229 231 / 0.75);
}
.focus\:bg-secondary-100\/80:focus {
  background-color: rgb(218 229 231 / 0.8);
}
.focus\:bg-secondary-100\/85:focus {
  background-color: rgb(218 229 231 / 0.85);
}
.focus\:bg-secondary-100\/90:focus {
  background-color: rgb(218 229 231 / 0.9);
}
.focus\:bg-secondary-100\/95:focus {
  background-color: rgb(218 229 231 / 0.95);
}
.focus\:bg-secondary-200:focus {
  background-color: #C4D6D9;
}
.focus\:bg-secondary-200\/0:focus {
  background-color: rgb(196 214 217 / 0);
}
.focus\:bg-secondary-200\/10:focus {
  background-color: rgb(196 214 217 / 0.1);
}
.focus\:bg-secondary-200\/100:focus {
  background-color: rgb(196 214 217 / 1);
}
.focus\:bg-secondary-200\/15:focus {
  background-color: rgb(196 214 217 / 0.15);
}
.focus\:bg-secondary-200\/20:focus {
  background-color: rgb(196 214 217 / 0.2);
}
.focus\:bg-secondary-200\/25:focus {
  background-color: rgb(196 214 217 / 0.25);
}
.focus\:bg-secondary-200\/30:focus {
  background-color: rgb(196 214 217 / 0.3);
}
.focus\:bg-secondary-200\/35:focus {
  background-color: rgb(196 214 217 / 0.35);
}
.focus\:bg-secondary-200\/40:focus {
  background-color: rgb(196 214 217 / 0.4);
}
.focus\:bg-secondary-200\/45:focus {
  background-color: rgb(196 214 217 / 0.45);
}
.focus\:bg-secondary-200\/5:focus {
  background-color: rgb(196 214 217 / 0.05);
}
.focus\:bg-secondary-200\/50:focus {
  background-color: rgb(196 214 217 / 0.5);
}
.focus\:bg-secondary-200\/55:focus {
  background-color: rgb(196 214 217 / 0.55);
}
.focus\:bg-secondary-200\/60:focus {
  background-color: rgb(196 214 217 / 0.6);
}
.focus\:bg-secondary-200\/65:focus {
  background-color: rgb(196 214 217 / 0.65);
}
.focus\:bg-secondary-200\/70:focus {
  background-color: rgb(196 214 217 / 0.7);
}
.focus\:bg-secondary-200\/75:focus {
  background-color: rgb(196 214 217 / 0.75);
}
.focus\:bg-secondary-200\/80:focus {
  background-color: rgb(196 214 217 / 0.8);
}
.focus\:bg-secondary-200\/85:focus {
  background-color: rgb(196 214 217 / 0.85);
}
.focus\:bg-secondary-200\/90:focus {
  background-color: rgb(196 214 217 / 0.9);
}
.focus\:bg-secondary-200\/95:focus {
  background-color: rgb(196 214 217 / 0.95);
}
.focus\:bg-secondary-300:focus {
  background-color: #AEC7CC;
}
.focus\:bg-secondary-300\/0:focus {
  background-color: rgb(174 199 204 / 0);
}
.focus\:bg-secondary-300\/10:focus {
  background-color: rgb(174 199 204 / 0.1);
}
.focus\:bg-secondary-300\/100:focus {
  background-color: rgb(174 199 204 / 1);
}
.focus\:bg-secondary-300\/15:focus {
  background-color: rgb(174 199 204 / 0.15);
}
.focus\:bg-secondary-300\/20:focus {
  background-color: rgb(174 199 204 / 0.2);
}
.focus\:bg-secondary-300\/25:focus {
  background-color: rgb(174 199 204 / 0.25);
}
.focus\:bg-secondary-300\/30:focus {
  background-color: rgb(174 199 204 / 0.3);
}
.focus\:bg-secondary-300\/35:focus {
  background-color: rgb(174 199 204 / 0.35);
}
.focus\:bg-secondary-300\/40:focus {
  background-color: rgb(174 199 204 / 0.4);
}
.focus\:bg-secondary-300\/45:focus {
  background-color: rgb(174 199 204 / 0.45);
}
.focus\:bg-secondary-300\/5:focus {
  background-color: rgb(174 199 204 / 0.05);
}
.focus\:bg-secondary-300\/50:focus {
  background-color: rgb(174 199 204 / 0.5);
}
.focus\:bg-secondary-300\/55:focus {
  background-color: rgb(174 199 204 / 0.55);
}
.focus\:bg-secondary-300\/60:focus {
  background-color: rgb(174 199 204 / 0.6);
}
.focus\:bg-secondary-300\/65:focus {
  background-color: rgb(174 199 204 / 0.65);
}
.focus\:bg-secondary-300\/70:focus {
  background-color: rgb(174 199 204 / 0.7);
}
.focus\:bg-secondary-300\/75:focus {
  background-color: rgb(174 199 204 / 0.75);
}
.focus\:bg-secondary-300\/80:focus {
  background-color: rgb(174 199 204 / 0.8);
}
.focus\:bg-secondary-300\/85:focus {
  background-color: rgb(174 199 204 / 0.85);
}
.focus\:bg-secondary-300\/90:focus {
  background-color: rgb(174 199 204 / 0.9);
}
.focus\:bg-secondary-300\/95:focus {
  background-color: rgb(174 199 204 / 0.95);
}
.focus\:bg-secondary-400:focus {
  background-color: #98B8BE;
}
.focus\:bg-secondary-400\/0:focus {
  background-color: rgb(152 184 190 / 0);
}
.focus\:bg-secondary-400\/10:focus {
  background-color: rgb(152 184 190 / 0.1);
}
.focus\:bg-secondary-400\/100:focus {
  background-color: rgb(152 184 190 / 1);
}
.focus\:bg-secondary-400\/15:focus {
  background-color: rgb(152 184 190 / 0.15);
}
.focus\:bg-secondary-400\/20:focus {
  background-color: rgb(152 184 190 / 0.2);
}
.focus\:bg-secondary-400\/25:focus {
  background-color: rgb(152 184 190 / 0.25);
}
.focus\:bg-secondary-400\/30:focus {
  background-color: rgb(152 184 190 / 0.3);
}
.focus\:bg-secondary-400\/35:focus {
  background-color: rgb(152 184 190 / 0.35);
}
.focus\:bg-secondary-400\/40:focus {
  background-color: rgb(152 184 190 / 0.4);
}
.focus\:bg-secondary-400\/45:focus {
  background-color: rgb(152 184 190 / 0.45);
}
.focus\:bg-secondary-400\/5:focus {
  background-color: rgb(152 184 190 / 0.05);
}
.focus\:bg-secondary-400\/50:focus {
  background-color: rgb(152 184 190 / 0.5);
}
.focus\:bg-secondary-400\/55:focus {
  background-color: rgb(152 184 190 / 0.55);
}
.focus\:bg-secondary-400\/60:focus {
  background-color: rgb(152 184 190 / 0.6);
}
.focus\:bg-secondary-400\/65:focus {
  background-color: rgb(152 184 190 / 0.65);
}
.focus\:bg-secondary-400\/70:focus {
  background-color: rgb(152 184 190 / 0.7);
}
.focus\:bg-secondary-400\/75:focus {
  background-color: rgb(152 184 190 / 0.75);
}
.focus\:bg-secondary-400\/80:focus {
  background-color: rgb(152 184 190 / 0.8);
}
.focus\:bg-secondary-400\/85:focus {
  background-color: rgb(152 184 190 / 0.85);
}
.focus\:bg-secondary-400\/90:focus {
  background-color: rgb(152 184 190 / 0.9);
}
.focus\:bg-secondary-400\/95:focus {
  background-color: rgb(152 184 190 / 0.95);
}
.focus\:bg-secondary-500:focus {
  background-color: #82A9B0;
}
.focus\:bg-secondary-500\/0:focus {
  background-color: rgb(130 169 176 / 0);
}
.focus\:bg-secondary-500\/10:focus {
  background-color: rgb(130 169 176 / 0.1);
}
.focus\:bg-secondary-500\/100:focus {
  background-color: rgb(130 169 176 / 1);
}
.focus\:bg-secondary-500\/15:focus {
  background-color: rgb(130 169 176 / 0.15);
}
.focus\:bg-secondary-500\/20:focus {
  background-color: rgb(130 169 176 / 0.2);
}
.focus\:bg-secondary-500\/25:focus {
  background-color: rgb(130 169 176 / 0.25);
}
.focus\:bg-secondary-500\/30:focus {
  background-color: rgb(130 169 176 / 0.3);
}
.focus\:bg-secondary-500\/35:focus {
  background-color: rgb(130 169 176 / 0.35);
}
.focus\:bg-secondary-500\/40:focus {
  background-color: rgb(130 169 176 / 0.4);
}
.focus\:bg-secondary-500\/45:focus {
  background-color: rgb(130 169 176 / 0.45);
}
.focus\:bg-secondary-500\/5:focus {
  background-color: rgb(130 169 176 / 0.05);
}
.focus\:bg-secondary-500\/50:focus {
  background-color: rgb(130 169 176 / 0.5);
}
.focus\:bg-secondary-500\/55:focus {
  background-color: rgb(130 169 176 / 0.55);
}
.focus\:bg-secondary-500\/60:focus {
  background-color: rgb(130 169 176 / 0.6);
}
.focus\:bg-secondary-500\/65:focus {
  background-color: rgb(130 169 176 / 0.65);
}
.focus\:bg-secondary-500\/70:focus {
  background-color: rgb(130 169 176 / 0.7);
}
.focus\:bg-secondary-500\/75:focus {
  background-color: rgb(130 169 176 / 0.75);
}
.focus\:bg-secondary-500\/80:focus {
  background-color: rgb(130 169 176 / 0.8);
}
.focus\:bg-secondary-500\/85:focus {
  background-color: rgb(130 169 176 / 0.85);
}
.focus\:bg-secondary-500\/90:focus {
  background-color: rgb(130 169 176 / 0.9);
}
.focus\:bg-secondary-500\/95:focus {
  background-color: rgb(130 169 176 / 0.95);
}
.focus\:bg-secondary-600:focus {
  background-color: #66969E;
}
.focus\:bg-secondary-600\/0:focus {
  background-color: rgb(102 150 158 / 0);
}
.focus\:bg-secondary-600\/10:focus {
  background-color: rgb(102 150 158 / 0.1);
}
.focus\:bg-secondary-600\/100:focus {
  background-color: rgb(102 150 158 / 1);
}
.focus\:bg-secondary-600\/15:focus {
  background-color: rgb(102 150 158 / 0.15);
}
.focus\:bg-secondary-600\/20:focus {
  background-color: rgb(102 150 158 / 0.2);
}
.focus\:bg-secondary-600\/25:focus {
  background-color: rgb(102 150 158 / 0.25);
}
.focus\:bg-secondary-600\/30:focus {
  background-color: rgb(102 150 158 / 0.3);
}
.focus\:bg-secondary-600\/35:focus {
  background-color: rgb(102 150 158 / 0.35);
}
.focus\:bg-secondary-600\/40:focus {
  background-color: rgb(102 150 158 / 0.4);
}
.focus\:bg-secondary-600\/45:focus {
  background-color: rgb(102 150 158 / 0.45);
}
.focus\:bg-secondary-600\/5:focus {
  background-color: rgb(102 150 158 / 0.05);
}
.focus\:bg-secondary-600\/50:focus {
  background-color: rgb(102 150 158 / 0.5);
}
.focus\:bg-secondary-600\/55:focus {
  background-color: rgb(102 150 158 / 0.55);
}
.focus\:bg-secondary-600\/60:focus {
  background-color: rgb(102 150 158 / 0.6);
}
.focus\:bg-secondary-600\/65:focus {
  background-color: rgb(102 150 158 / 0.65);
}
.focus\:bg-secondary-600\/70:focus {
  background-color: rgb(102 150 158 / 0.7);
}
.focus\:bg-secondary-600\/75:focus {
  background-color: rgb(102 150 158 / 0.75);
}
.focus\:bg-secondary-600\/80:focus {
  background-color: rgb(102 150 158 / 0.8);
}
.focus\:bg-secondary-600\/85:focus {
  background-color: rgb(102 150 158 / 0.85);
}
.focus\:bg-secondary-600\/90:focus {
  background-color: rgb(102 150 158 / 0.9);
}
.focus\:bg-secondary-600\/95:focus {
  background-color: rgb(102 150 158 / 0.95);
}
.focus\:bg-secondary-700:focus {
  background-color: #537C83;
}
.focus\:bg-secondary-700\/0:focus {
  background-color: rgb(83 124 131 / 0);
}
.focus\:bg-secondary-700\/10:focus {
  background-color: rgb(83 124 131 / 0.1);
}
.focus\:bg-secondary-700\/100:focus {
  background-color: rgb(83 124 131 / 1);
}
.focus\:bg-secondary-700\/15:focus {
  background-color: rgb(83 124 131 / 0.15);
}
.focus\:bg-secondary-700\/20:focus {
  background-color: rgb(83 124 131 / 0.2);
}
.focus\:bg-secondary-700\/25:focus {
  background-color: rgb(83 124 131 / 0.25);
}
.focus\:bg-secondary-700\/30:focus {
  background-color: rgb(83 124 131 / 0.3);
}
.focus\:bg-secondary-700\/35:focus {
  background-color: rgb(83 124 131 / 0.35);
}
.focus\:bg-secondary-700\/40:focus {
  background-color: rgb(83 124 131 / 0.4);
}
.focus\:bg-secondary-700\/45:focus {
  background-color: rgb(83 124 131 / 0.45);
}
.focus\:bg-secondary-700\/5:focus {
  background-color: rgb(83 124 131 / 0.05);
}
.focus\:bg-secondary-700\/50:focus {
  background-color: rgb(83 124 131 / 0.5);
}
.focus\:bg-secondary-700\/55:focus {
  background-color: rgb(83 124 131 / 0.55);
}
.focus\:bg-secondary-700\/60:focus {
  background-color: rgb(83 124 131 / 0.6);
}
.focus\:bg-secondary-700\/65:focus {
  background-color: rgb(83 124 131 / 0.65);
}
.focus\:bg-secondary-700\/70:focus {
  background-color: rgb(83 124 131 / 0.7);
}
.focus\:bg-secondary-700\/75:focus {
  background-color: rgb(83 124 131 / 0.75);
}
.focus\:bg-secondary-700\/80:focus {
  background-color: rgb(83 124 131 / 0.8);
}
.focus\:bg-secondary-700\/85:focus {
  background-color: rgb(83 124 131 / 0.85);
}
.focus\:bg-secondary-700\/90:focus {
  background-color: rgb(83 124 131 / 0.9);
}
.focus\:bg-secondary-700\/95:focus {
  background-color: rgb(83 124 131 / 0.95);
}
.focus\:bg-secondary-800:focus {
  background-color: #416167;
}
.focus\:bg-secondary-800\/0:focus {
  background-color: rgb(65 97 103 / 0);
}
.focus\:bg-secondary-800\/10:focus {
  background-color: rgb(65 97 103 / 0.1);
}
.focus\:bg-secondary-800\/100:focus {
  background-color: rgb(65 97 103 / 1);
}
.focus\:bg-secondary-800\/15:focus {
  background-color: rgb(65 97 103 / 0.15);
}
.focus\:bg-secondary-800\/20:focus {
  background-color: rgb(65 97 103 / 0.2);
}
.focus\:bg-secondary-800\/25:focus {
  background-color: rgb(65 97 103 / 0.25);
}
.focus\:bg-secondary-800\/30:focus {
  background-color: rgb(65 97 103 / 0.3);
}
.focus\:bg-secondary-800\/35:focus {
  background-color: rgb(65 97 103 / 0.35);
}
.focus\:bg-secondary-800\/40:focus {
  background-color: rgb(65 97 103 / 0.4);
}
.focus\:bg-secondary-800\/45:focus {
  background-color: rgb(65 97 103 / 0.45);
}
.focus\:bg-secondary-800\/5:focus {
  background-color: rgb(65 97 103 / 0.05);
}
.focus\:bg-secondary-800\/50:focus {
  background-color: rgb(65 97 103 / 0.5);
}
.focus\:bg-secondary-800\/55:focus {
  background-color: rgb(65 97 103 / 0.55);
}
.focus\:bg-secondary-800\/60:focus {
  background-color: rgb(65 97 103 / 0.6);
}
.focus\:bg-secondary-800\/65:focus {
  background-color: rgb(65 97 103 / 0.65);
}
.focus\:bg-secondary-800\/70:focus {
  background-color: rgb(65 97 103 / 0.7);
}
.focus\:bg-secondary-800\/75:focus {
  background-color: rgb(65 97 103 / 0.75);
}
.focus\:bg-secondary-800\/80:focus {
  background-color: rgb(65 97 103 / 0.8);
}
.focus\:bg-secondary-800\/85:focus {
  background-color: rgb(65 97 103 / 0.85);
}
.focus\:bg-secondary-800\/90:focus {
  background-color: rgb(65 97 103 / 0.9);
}
.focus\:bg-secondary-800\/95:focus {
  background-color: rgb(65 97 103 / 0.95);
}
.focus\:bg-secondary-900:focus {
  background-color: #2F474B;
}
.focus\:bg-secondary-900\/0:focus {
  background-color: rgb(47 71 75 / 0);
}
.focus\:bg-secondary-900\/10:focus {
  background-color: rgb(47 71 75 / 0.1);
}
.focus\:bg-secondary-900\/100:focus {
  background-color: rgb(47 71 75 / 1);
}
.focus\:bg-secondary-900\/15:focus {
  background-color: rgb(47 71 75 / 0.15);
}
.focus\:bg-secondary-900\/20:focus {
  background-color: rgb(47 71 75 / 0.2);
}
.focus\:bg-secondary-900\/25:focus {
  background-color: rgb(47 71 75 / 0.25);
}
.focus\:bg-secondary-900\/30:focus {
  background-color: rgb(47 71 75 / 0.3);
}
.focus\:bg-secondary-900\/35:focus {
  background-color: rgb(47 71 75 / 0.35);
}
.focus\:bg-secondary-900\/40:focus {
  background-color: rgb(47 71 75 / 0.4);
}
.focus\:bg-secondary-900\/45:focus {
  background-color: rgb(47 71 75 / 0.45);
}
.focus\:bg-secondary-900\/5:focus {
  background-color: rgb(47 71 75 / 0.05);
}
.focus\:bg-secondary-900\/50:focus {
  background-color: rgb(47 71 75 / 0.5);
}
.focus\:bg-secondary-900\/55:focus {
  background-color: rgb(47 71 75 / 0.55);
}
.focus\:bg-secondary-900\/60:focus {
  background-color: rgb(47 71 75 / 0.6);
}
.focus\:bg-secondary-900\/65:focus {
  background-color: rgb(47 71 75 / 0.65);
}
.focus\:bg-secondary-900\/70:focus {
  background-color: rgb(47 71 75 / 0.7);
}
.focus\:bg-secondary-900\/75:focus {
  background-color: rgb(47 71 75 / 0.75);
}
.focus\:bg-secondary-900\/80:focus {
  background-color: rgb(47 71 75 / 0.8);
}
.focus\:bg-secondary-900\/85:focus {
  background-color: rgb(47 71 75 / 0.85);
}
.focus\:bg-secondary-900\/90:focus {
  background-color: rgb(47 71 75 / 0.9);
}
.focus\:bg-secondary-900\/95:focus {
  background-color: rgb(47 71 75 / 0.95);
}
.focus\:bg-white:focus {
  background-color: #fff;
}
.focus\:px-4:focus {
  padding-left: 1rem;
  padding-right: 1rem;
}
.focus\:py-2:focus {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.focus\:font-semibold:focus {
  font-weight: 600;
}
.focus\:text-accent-100:focus {
  color: #fceae9;
}
.focus\:text-accent-100\/0:focus {
  color: rgb(252 234 233 / 0);
}
.focus\:text-accent-100\/10:focus {
  color: rgb(252 234 233 / 0.1);
}
.focus\:text-accent-100\/100:focus {
  color: rgb(252 234 233 / 1);
}
.focus\:text-accent-100\/15:focus {
  color: rgb(252 234 233 / 0.15);
}
.focus\:text-accent-100\/20:focus {
  color: rgb(252 234 233 / 0.2);
}
.focus\:text-accent-100\/25:focus {
  color: rgb(252 234 233 / 0.25);
}
.focus\:text-accent-100\/30:focus {
  color: rgb(252 234 233 / 0.3);
}
.focus\:text-accent-100\/35:focus {
  color: rgb(252 234 233 / 0.35);
}
.focus\:text-accent-100\/40:focus {
  color: rgb(252 234 233 / 0.4);
}
.focus\:text-accent-100\/45:focus {
  color: rgb(252 234 233 / 0.45);
}
.focus\:text-accent-100\/5:focus {
  color: rgb(252 234 233 / 0.05);
}
.focus\:text-accent-100\/50:focus {
  color: rgb(252 234 233 / 0.5);
}
.focus\:text-accent-100\/55:focus {
  color: rgb(252 234 233 / 0.55);
}
.focus\:text-accent-100\/60:focus {
  color: rgb(252 234 233 / 0.6);
}
.focus\:text-accent-100\/65:focus {
  color: rgb(252 234 233 / 0.65);
}
.focus\:text-accent-100\/70:focus {
  color: rgb(252 234 233 / 0.7);
}
.focus\:text-accent-100\/75:focus {
  color: rgb(252 234 233 / 0.75);
}
.focus\:text-accent-100\/80:focus {
  color: rgb(252 234 233 / 0.8);
}
.focus\:text-accent-100\/85:focus {
  color: rgb(252 234 233 / 0.85);
}
.focus\:text-accent-100\/90:focus {
  color: rgb(252 234 233 / 0.9);
}
.focus\:text-accent-100\/95:focus {
  color: rgb(252 234 233 / 0.95);
}
.focus\:text-accent-200:focus {
  color: #f9d4d2;
}
.focus\:text-accent-200\/0:focus {
  color: rgb(249 212 210 / 0);
}
.focus\:text-accent-200\/10:focus {
  color: rgb(249 212 210 / 0.1);
}
.focus\:text-accent-200\/100:focus {
  color: rgb(249 212 210 / 1);
}
.focus\:text-accent-200\/15:focus {
  color: rgb(249 212 210 / 0.15);
}
.focus\:text-accent-200\/20:focus {
  color: rgb(249 212 210 / 0.2);
}
.focus\:text-accent-200\/25:focus {
  color: rgb(249 212 210 / 0.25);
}
.focus\:text-accent-200\/30:focus {
  color: rgb(249 212 210 / 0.3);
}
.focus\:text-accent-200\/35:focus {
  color: rgb(249 212 210 / 0.35);
}
.focus\:text-accent-200\/40:focus {
  color: rgb(249 212 210 / 0.4);
}
.focus\:text-accent-200\/45:focus {
  color: rgb(249 212 210 / 0.45);
}
.focus\:text-accent-200\/5:focus {
  color: rgb(249 212 210 / 0.05);
}
.focus\:text-accent-200\/50:focus {
  color: rgb(249 212 210 / 0.5);
}
.focus\:text-accent-200\/55:focus {
  color: rgb(249 212 210 / 0.55);
}
.focus\:text-accent-200\/60:focus {
  color: rgb(249 212 210 / 0.6);
}
.focus\:text-accent-200\/65:focus {
  color: rgb(249 212 210 / 0.65);
}
.focus\:text-accent-200\/70:focus {
  color: rgb(249 212 210 / 0.7);
}
.focus\:text-accent-200\/75:focus {
  color: rgb(249 212 210 / 0.75);
}
.focus\:text-accent-200\/80:focus {
  color: rgb(249 212 210 / 0.8);
}
.focus\:text-accent-200\/85:focus {
  color: rgb(249 212 210 / 0.85);
}
.focus\:text-accent-200\/90:focus {
  color: rgb(249 212 210 / 0.9);
}
.focus\:text-accent-200\/95:focus {
  color: rgb(249 212 210 / 0.95);
}
.focus\:text-accent-300:focus {
  color: #f4b5b3;
}
.focus\:text-accent-300\/0:focus {
  color: rgb(244 181 179 / 0);
}
.focus\:text-accent-300\/10:focus {
  color: rgb(244 181 179 / 0.1);
}
.focus\:text-accent-300\/100:focus {
  color: rgb(244 181 179 / 1);
}
.focus\:text-accent-300\/15:focus {
  color: rgb(244 181 179 / 0.15);
}
.focus\:text-accent-300\/20:focus {
  color: rgb(244 181 179 / 0.2);
}
.focus\:text-accent-300\/25:focus {
  color: rgb(244 181 179 / 0.25);
}
.focus\:text-accent-300\/30:focus {
  color: rgb(244 181 179 / 0.3);
}
.focus\:text-accent-300\/35:focus {
  color: rgb(244 181 179 / 0.35);
}
.focus\:text-accent-300\/40:focus {
  color: rgb(244 181 179 / 0.4);
}
.focus\:text-accent-300\/45:focus {
  color: rgb(244 181 179 / 0.45);
}
.focus\:text-accent-300\/5:focus {
  color: rgb(244 181 179 / 0.05);
}
.focus\:text-accent-300\/50:focus {
  color: rgb(244 181 179 / 0.5);
}
.focus\:text-accent-300\/55:focus {
  color: rgb(244 181 179 / 0.55);
}
.focus\:text-accent-300\/60:focus {
  color: rgb(244 181 179 / 0.6);
}
.focus\:text-accent-300\/65:focus {
  color: rgb(244 181 179 / 0.65);
}
.focus\:text-accent-300\/70:focus {
  color: rgb(244 181 179 / 0.7);
}
.focus\:text-accent-300\/75:focus {
  color: rgb(244 181 179 / 0.75);
}
.focus\:text-accent-300\/80:focus {
  color: rgb(244 181 179 / 0.8);
}
.focus\:text-accent-300\/85:focus {
  color: rgb(244 181 179 / 0.85);
}
.focus\:text-accent-300\/90:focus {
  color: rgb(244 181 179 / 0.9);
}
.focus\:text-accent-300\/95:focus {
  color: rgb(244 181 179 / 0.95);
}
.focus\:text-accent-400:focus {
  color: #ee8e8b;
}
.focus\:text-accent-400\/0:focus {
  color: rgb(238 142 139 / 0);
}
.focus\:text-accent-400\/10:focus {
  color: rgb(238 142 139 / 0.1);
}
.focus\:text-accent-400\/100:focus {
  color: rgb(238 142 139 / 1);
}
.focus\:text-accent-400\/15:focus {
  color: rgb(238 142 139 / 0.15);
}
.focus\:text-accent-400\/20:focus {
  color: rgb(238 142 139 / 0.2);
}
.focus\:text-accent-400\/25:focus {
  color: rgb(238 142 139 / 0.25);
}
.focus\:text-accent-400\/30:focus {
  color: rgb(238 142 139 / 0.3);
}
.focus\:text-accent-400\/35:focus {
  color: rgb(238 142 139 / 0.35);
}
.focus\:text-accent-400\/40:focus {
  color: rgb(238 142 139 / 0.4);
}
.focus\:text-accent-400\/45:focus {
  color: rgb(238 142 139 / 0.45);
}
.focus\:text-accent-400\/5:focus {
  color: rgb(238 142 139 / 0.05);
}
.focus\:text-accent-400\/50:focus {
  color: rgb(238 142 139 / 0.5);
}
.focus\:text-accent-400\/55:focus {
  color: rgb(238 142 139 / 0.55);
}
.focus\:text-accent-400\/60:focus {
  color: rgb(238 142 139 / 0.6);
}
.focus\:text-accent-400\/65:focus {
  color: rgb(238 142 139 / 0.65);
}
.focus\:text-accent-400\/70:focus {
  color: rgb(238 142 139 / 0.7);
}
.focus\:text-accent-400\/75:focus {
  color: rgb(238 142 139 / 0.75);
}
.focus\:text-accent-400\/80:focus {
  color: rgb(238 142 139 / 0.8);
}
.focus\:text-accent-400\/85:focus {
  color: rgb(238 142 139 / 0.85);
}
.focus\:text-accent-400\/90:focus {
  color: rgb(238 142 139 / 0.9);
}
.focus\:text-accent-400\/95:focus {
  color: rgb(238 142 139 / 0.95);
}
.focus\:text-accent-500:focus {
  color: #e57373;
}
.focus\:text-accent-500\/0:focus {
  color: rgb(229 115 115 / 0);
}
.focus\:text-accent-500\/10:focus {
  color: rgb(229 115 115 / 0.1);
}
.focus\:text-accent-500\/100:focus {
  color: rgb(229 115 115 / 1);
}
.focus\:text-accent-500\/15:focus {
  color: rgb(229 115 115 / 0.15);
}
.focus\:text-accent-500\/20:focus {
  color: rgb(229 115 115 / 0.2);
}
.focus\:text-accent-500\/25:focus {
  color: rgb(229 115 115 / 0.25);
}
.focus\:text-accent-500\/30:focus {
  color: rgb(229 115 115 / 0.3);
}
.focus\:text-accent-500\/35:focus {
  color: rgb(229 115 115 / 0.35);
}
.focus\:text-accent-500\/40:focus {
  color: rgb(229 115 115 / 0.4);
}
.focus\:text-accent-500\/45:focus {
  color: rgb(229 115 115 / 0.45);
}
.focus\:text-accent-500\/5:focus {
  color: rgb(229 115 115 / 0.05);
}
.focus\:text-accent-500\/50:focus {
  color: rgb(229 115 115 / 0.5);
}
.focus\:text-accent-500\/55:focus {
  color: rgb(229 115 115 / 0.55);
}
.focus\:text-accent-500\/60:focus {
  color: rgb(229 115 115 / 0.6);
}
.focus\:text-accent-500\/65:focus {
  color: rgb(229 115 115 / 0.65);
}
.focus\:text-accent-500\/70:focus {
  color: rgb(229 115 115 / 0.7);
}
.focus\:text-accent-500\/75:focus {
  color: rgb(229 115 115 / 0.75);
}
.focus\:text-accent-500\/80:focus {
  color: rgb(229 115 115 / 0.8);
}
.focus\:text-accent-500\/85:focus {
  color: rgb(229 115 115 / 0.85);
}
.focus\:text-accent-500\/90:focus {
  color: rgb(229 115 115 / 0.9);
}
.focus\:text-accent-500\/95:focus {
  color: rgb(229 115 115 / 0.95);
}
.focus\:text-accent-600:focus {
  color: #d95f5f;
}
.focus\:text-accent-600\/0:focus {
  color: rgb(217 95 95 / 0);
}
.focus\:text-accent-600\/10:focus {
  color: rgb(217 95 95 / 0.1);
}
.focus\:text-accent-600\/100:focus {
  color: rgb(217 95 95 / 1);
}
.focus\:text-accent-600\/15:focus {
  color: rgb(217 95 95 / 0.15);
}
.focus\:text-accent-600\/20:focus {
  color: rgb(217 95 95 / 0.2);
}
.focus\:text-accent-600\/25:focus {
  color: rgb(217 95 95 / 0.25);
}
.focus\:text-accent-600\/30:focus {
  color: rgb(217 95 95 / 0.3);
}
.focus\:text-accent-600\/35:focus {
  color: rgb(217 95 95 / 0.35);
}
.focus\:text-accent-600\/40:focus {
  color: rgb(217 95 95 / 0.4);
}
.focus\:text-accent-600\/45:focus {
  color: rgb(217 95 95 / 0.45);
}
.focus\:text-accent-600\/5:focus {
  color: rgb(217 95 95 / 0.05);
}
.focus\:text-accent-600\/50:focus {
  color: rgb(217 95 95 / 0.5);
}
.focus\:text-accent-600\/55:focus {
  color: rgb(217 95 95 / 0.55);
}
.focus\:text-accent-600\/60:focus {
  color: rgb(217 95 95 / 0.6);
}
.focus\:text-accent-600\/65:focus {
  color: rgb(217 95 95 / 0.65);
}
.focus\:text-accent-600\/70:focus {
  color: rgb(217 95 95 / 0.7);
}
.focus\:text-accent-600\/75:focus {
  color: rgb(217 95 95 / 0.75);
}
.focus\:text-accent-600\/80:focus {
  color: rgb(217 95 95 / 0.8);
}
.focus\:text-accent-600\/85:focus {
  color: rgb(217 95 95 / 0.85);
}
.focus\:text-accent-600\/90:focus {
  color: rgb(217 95 95 / 0.9);
}
.focus\:text-accent-600\/95:focus {
  color: rgb(217 95 95 / 0.95);
}
.focus\:text-accent-700:focus {
  color: #c94a4a;
}
.focus\:text-accent-700\/0:focus {
  color: rgb(201 74 74 / 0);
}
.focus\:text-accent-700\/10:focus {
  color: rgb(201 74 74 / 0.1);
}
.focus\:text-accent-700\/100:focus {
  color: rgb(201 74 74 / 1);
}
.focus\:text-accent-700\/15:focus {
  color: rgb(201 74 74 / 0.15);
}
.focus\:text-accent-700\/20:focus {
  color: rgb(201 74 74 / 0.2);
}
.focus\:text-accent-700\/25:focus {
  color: rgb(201 74 74 / 0.25);
}
.focus\:text-accent-700\/30:focus {
  color: rgb(201 74 74 / 0.3);
}
.focus\:text-accent-700\/35:focus {
  color: rgb(201 74 74 / 0.35);
}
.focus\:text-accent-700\/40:focus {
  color: rgb(201 74 74 / 0.4);
}
.focus\:text-accent-700\/45:focus {
  color: rgb(201 74 74 / 0.45);
}
.focus\:text-accent-700\/5:focus {
  color: rgb(201 74 74 / 0.05);
}
.focus\:text-accent-700\/50:focus {
  color: rgb(201 74 74 / 0.5);
}
.focus\:text-accent-700\/55:focus {
  color: rgb(201 74 74 / 0.55);
}
.focus\:text-accent-700\/60:focus {
  color: rgb(201 74 74 / 0.6);
}
.focus\:text-accent-700\/65:focus {
  color: rgb(201 74 74 / 0.65);
}
.focus\:text-accent-700\/70:focus {
  color: rgb(201 74 74 / 0.7);
}
.focus\:text-accent-700\/75:focus {
  color: rgb(201 74 74 / 0.75);
}
.focus\:text-accent-700\/80:focus {
  color: rgb(201 74 74 / 0.8);
}
.focus\:text-accent-700\/85:focus {
  color: rgb(201 74 74 / 0.85);
}
.focus\:text-accent-700\/90:focus {
  color: rgb(201 74 74 / 0.9);
}
.focus\:text-accent-700\/95:focus {
  color: rgb(201 74 74 / 0.95);
}
.focus\:text-accent-800:focus {
  color: #a83c3c;
}
.focus\:text-accent-800\/0:focus {
  color: rgb(168 60 60 / 0);
}
.focus\:text-accent-800\/10:focus {
  color: rgb(168 60 60 / 0.1);
}
.focus\:text-accent-800\/100:focus {
  color: rgb(168 60 60 / 1);
}
.focus\:text-accent-800\/15:focus {
  color: rgb(168 60 60 / 0.15);
}
.focus\:text-accent-800\/20:focus {
  color: rgb(168 60 60 / 0.2);
}
.focus\:text-accent-800\/25:focus {
  color: rgb(168 60 60 / 0.25);
}
.focus\:text-accent-800\/30:focus {
  color: rgb(168 60 60 / 0.3);
}
.focus\:text-accent-800\/35:focus {
  color: rgb(168 60 60 / 0.35);
}
.focus\:text-accent-800\/40:focus {
  color: rgb(168 60 60 / 0.4);
}
.focus\:text-accent-800\/45:focus {
  color: rgb(168 60 60 / 0.45);
}
.focus\:text-accent-800\/5:focus {
  color: rgb(168 60 60 / 0.05);
}
.focus\:text-accent-800\/50:focus {
  color: rgb(168 60 60 / 0.5);
}
.focus\:text-accent-800\/55:focus {
  color: rgb(168 60 60 / 0.55);
}
.focus\:text-accent-800\/60:focus {
  color: rgb(168 60 60 / 0.6);
}
.focus\:text-accent-800\/65:focus {
  color: rgb(168 60 60 / 0.65);
}
.focus\:text-accent-800\/70:focus {
  color: rgb(168 60 60 / 0.7);
}
.focus\:text-accent-800\/75:focus {
  color: rgb(168 60 60 / 0.75);
}
.focus\:text-accent-800\/80:focus {
  color: rgb(168 60 60 / 0.8);
}
.focus\:text-accent-800\/85:focus {
  color: rgb(168 60 60 / 0.85);
}
.focus\:text-accent-800\/90:focus {
  color: rgb(168 60 60 / 0.9);
}
.focus\:text-accent-800\/95:focus {
  color: rgb(168 60 60 / 0.95);
}
.focus\:text-accent-900:focus {
  color: #8c3434;
}
.focus\:text-accent-900\/0:focus {
  color: rgb(140 52 52 / 0);
}
.focus\:text-accent-900\/10:focus {
  color: rgb(140 52 52 / 0.1);
}
.focus\:text-accent-900\/100:focus {
  color: rgb(140 52 52 / 1);
}
.focus\:text-accent-900\/15:focus {
  color: rgb(140 52 52 / 0.15);
}
.focus\:text-accent-900\/20:focus {
  color: rgb(140 52 52 / 0.2);
}
.focus\:text-accent-900\/25:focus {
  color: rgb(140 52 52 / 0.25);
}
.focus\:text-accent-900\/30:focus {
  color: rgb(140 52 52 / 0.3);
}
.focus\:text-accent-900\/35:focus {
  color: rgb(140 52 52 / 0.35);
}
.focus\:text-accent-900\/40:focus {
  color: rgb(140 52 52 / 0.4);
}
.focus\:text-accent-900\/45:focus {
  color: rgb(140 52 52 / 0.45);
}
.focus\:text-accent-900\/5:focus {
  color: rgb(140 52 52 / 0.05);
}
.focus\:text-accent-900\/50:focus {
  color: rgb(140 52 52 / 0.5);
}
.focus\:text-accent-900\/55:focus {
  color: rgb(140 52 52 / 0.55);
}
.focus\:text-accent-900\/60:focus {
  color: rgb(140 52 52 / 0.6);
}
.focus\:text-accent-900\/65:focus {
  color: rgb(140 52 52 / 0.65);
}
.focus\:text-accent-900\/70:focus {
  color: rgb(140 52 52 / 0.7);
}
.focus\:text-accent-900\/75:focus {
  color: rgb(140 52 52 / 0.75);
}
.focus\:text-accent-900\/80:focus {
  color: rgb(140 52 52 / 0.8);
}
.focus\:text-accent-900\/85:focus {
  color: rgb(140 52 52 / 0.85);
}
.focus\:text-accent-900\/90:focus {
  color: rgb(140 52 52 / 0.9);
}
.focus\:text-accent-900\/95:focus {
  color: rgb(140 52 52 / 0.95);
}
.focus\:text-blue-600:focus {
  color: #2563eb;
}
.focus\:text-gray-100:focus {
  color: #f3f4f6;
}
.focus\:text-gray-100\/0:focus {
  color: rgb(243 244 246 / 0);
}
.focus\:text-gray-100\/10:focus {
  color: rgb(243 244 246 / 0.1);
}
.focus\:text-gray-100\/100:focus {
  color: rgb(243 244 246 / 1);
}
.focus\:text-gray-100\/15:focus {
  color: rgb(243 244 246 / 0.15);
}
.focus\:text-gray-100\/20:focus {
  color: rgb(243 244 246 / 0.2);
}
.focus\:text-gray-100\/25:focus {
  color: rgb(243 244 246 / 0.25);
}
.focus\:text-gray-100\/30:focus {
  color: rgb(243 244 246 / 0.3);
}
.focus\:text-gray-100\/35:focus {
  color: rgb(243 244 246 / 0.35);
}
.focus\:text-gray-100\/40:focus {
  color: rgb(243 244 246 / 0.4);
}
.focus\:text-gray-100\/45:focus {
  color: rgb(243 244 246 / 0.45);
}
.focus\:text-gray-100\/5:focus {
  color: rgb(243 244 246 / 0.05);
}
.focus\:text-gray-100\/50:focus {
  color: rgb(243 244 246 / 0.5);
}
.focus\:text-gray-100\/55:focus {
  color: rgb(243 244 246 / 0.55);
}
.focus\:text-gray-100\/60:focus {
  color: rgb(243 244 246 / 0.6);
}
.focus\:text-gray-100\/65:focus {
  color: rgb(243 244 246 / 0.65);
}
.focus\:text-gray-100\/70:focus {
  color: rgb(243 244 246 / 0.7);
}
.focus\:text-gray-100\/75:focus {
  color: rgb(243 244 246 / 0.75);
}
.focus\:text-gray-100\/80:focus {
  color: rgb(243 244 246 / 0.8);
}
.focus\:text-gray-100\/85:focus {
  color: rgb(243 244 246 / 0.85);
}
.focus\:text-gray-100\/90:focus {
  color: rgb(243 244 246 / 0.9);
}
.focus\:text-gray-100\/95:focus {
  color: rgb(243 244 246 / 0.95);
}
.focus\:text-gray-200:focus {
  color: #e5e7eb;
}
.focus\:text-gray-200\/0:focus {
  color: rgb(229 231 235 / 0);
}
.focus\:text-gray-200\/10:focus {
  color: rgb(229 231 235 / 0.1);
}
.focus\:text-gray-200\/100:focus {
  color: rgb(229 231 235 / 1);
}
.focus\:text-gray-200\/15:focus {
  color: rgb(229 231 235 / 0.15);
}
.focus\:text-gray-200\/20:focus {
  color: rgb(229 231 235 / 0.2);
}
.focus\:text-gray-200\/25:focus {
  color: rgb(229 231 235 / 0.25);
}
.focus\:text-gray-200\/30:focus {
  color: rgb(229 231 235 / 0.3);
}
.focus\:text-gray-200\/35:focus {
  color: rgb(229 231 235 / 0.35);
}
.focus\:text-gray-200\/40:focus {
  color: rgb(229 231 235 / 0.4);
}
.focus\:text-gray-200\/45:focus {
  color: rgb(229 231 235 / 0.45);
}
.focus\:text-gray-200\/5:focus {
  color: rgb(229 231 235 / 0.05);
}
.focus\:text-gray-200\/50:focus {
  color: rgb(229 231 235 / 0.5);
}
.focus\:text-gray-200\/55:focus {
  color: rgb(229 231 235 / 0.55);
}
.focus\:text-gray-200\/60:focus {
  color: rgb(229 231 235 / 0.6);
}
.focus\:text-gray-200\/65:focus {
  color: rgb(229 231 235 / 0.65);
}
.focus\:text-gray-200\/70:focus {
  color: rgb(229 231 235 / 0.7);
}
.focus\:text-gray-200\/75:focus {
  color: rgb(229 231 235 / 0.75);
}
.focus\:text-gray-200\/80:focus {
  color: rgb(229 231 235 / 0.8);
}
.focus\:text-gray-200\/85:focus {
  color: rgb(229 231 235 / 0.85);
}
.focus\:text-gray-200\/90:focus {
  color: rgb(229 231 235 / 0.9);
}
.focus\:text-gray-200\/95:focus {
  color: rgb(229 231 235 / 0.95);
}
.focus\:text-gray-300:focus {
  color: #d1d5db;
}
.focus\:text-gray-300\/0:focus {
  color: rgb(209 213 219 / 0);
}
.focus\:text-gray-300\/10:focus {
  color: rgb(209 213 219 / 0.1);
}
.focus\:text-gray-300\/100:focus {
  color: rgb(209 213 219 / 1);
}
.focus\:text-gray-300\/15:focus {
  color: rgb(209 213 219 / 0.15);
}
.focus\:text-gray-300\/20:focus {
  color: rgb(209 213 219 / 0.2);
}
.focus\:text-gray-300\/25:focus {
  color: rgb(209 213 219 / 0.25);
}
.focus\:text-gray-300\/30:focus {
  color: rgb(209 213 219 / 0.3);
}
.focus\:text-gray-300\/35:focus {
  color: rgb(209 213 219 / 0.35);
}
.focus\:text-gray-300\/40:focus {
  color: rgb(209 213 219 / 0.4);
}
.focus\:text-gray-300\/45:focus {
  color: rgb(209 213 219 / 0.45);
}
.focus\:text-gray-300\/5:focus {
  color: rgb(209 213 219 / 0.05);
}
.focus\:text-gray-300\/50:focus {
  color: rgb(209 213 219 / 0.5);
}
.focus\:text-gray-300\/55:focus {
  color: rgb(209 213 219 / 0.55);
}
.focus\:text-gray-300\/60:focus {
  color: rgb(209 213 219 / 0.6);
}
.focus\:text-gray-300\/65:focus {
  color: rgb(209 213 219 / 0.65);
}
.focus\:text-gray-300\/70:focus {
  color: rgb(209 213 219 / 0.7);
}
.focus\:text-gray-300\/75:focus {
  color: rgb(209 213 219 / 0.75);
}
.focus\:text-gray-300\/80:focus {
  color: rgb(209 213 219 / 0.8);
}
.focus\:text-gray-300\/85:focus {
  color: rgb(209 213 219 / 0.85);
}
.focus\:text-gray-300\/90:focus {
  color: rgb(209 213 219 / 0.9);
}
.focus\:text-gray-300\/95:focus {
  color: rgb(209 213 219 / 0.95);
}
.focus\:text-gray-400:focus {
  color: #9ca3af;
}
.focus\:text-gray-400\/0:focus {
  color: rgb(156 163 175 / 0);
}
.focus\:text-gray-400\/10:focus {
  color: rgb(156 163 175 / 0.1);
}
.focus\:text-gray-400\/100:focus {
  color: rgb(156 163 175 / 1);
}
.focus\:text-gray-400\/15:focus {
  color: rgb(156 163 175 / 0.15);
}
.focus\:text-gray-400\/20:focus {
  color: rgb(156 163 175 / 0.2);
}
.focus\:text-gray-400\/25:focus {
  color: rgb(156 163 175 / 0.25);
}
.focus\:text-gray-400\/30:focus {
  color: rgb(156 163 175 / 0.3);
}
.focus\:text-gray-400\/35:focus {
  color: rgb(156 163 175 / 0.35);
}
.focus\:text-gray-400\/40:focus {
  color: rgb(156 163 175 / 0.4);
}
.focus\:text-gray-400\/45:focus {
  color: rgb(156 163 175 / 0.45);
}
.focus\:text-gray-400\/5:focus {
  color: rgb(156 163 175 / 0.05);
}
.focus\:text-gray-400\/50:focus {
  color: rgb(156 163 175 / 0.5);
}
.focus\:text-gray-400\/55:focus {
  color: rgb(156 163 175 / 0.55);
}
.focus\:text-gray-400\/60:focus {
  color: rgb(156 163 175 / 0.6);
}
.focus\:text-gray-400\/65:focus {
  color: rgb(156 163 175 / 0.65);
}
.focus\:text-gray-400\/70:focus {
  color: rgb(156 163 175 / 0.7);
}
.focus\:text-gray-400\/75:focus {
  color: rgb(156 163 175 / 0.75);
}
.focus\:text-gray-400\/80:focus {
  color: rgb(156 163 175 / 0.8);
}
.focus\:text-gray-400\/85:focus {
  color: rgb(156 163 175 / 0.85);
}
.focus\:text-gray-400\/90:focus {
  color: rgb(156 163 175 / 0.9);
}
.focus\:text-gray-400\/95:focus {
  color: rgb(156 163 175 / 0.95);
}
.focus\:text-gray-500:focus {
  color: #6b7280;
}
.focus\:text-gray-500\/0:focus {
  color: rgb(107 114 128 / 0);
}
.focus\:text-gray-500\/10:focus {
  color: rgb(107 114 128 / 0.1);
}
.focus\:text-gray-500\/100:focus {
  color: rgb(107 114 128 / 1);
}
.focus\:text-gray-500\/15:focus {
  color: rgb(107 114 128 / 0.15);
}
.focus\:text-gray-500\/20:focus {
  color: rgb(107 114 128 / 0.2);
}
.focus\:text-gray-500\/25:focus {
  color: rgb(107 114 128 / 0.25);
}
.focus\:text-gray-500\/30:focus {
  color: rgb(107 114 128 / 0.3);
}
.focus\:text-gray-500\/35:focus {
  color: rgb(107 114 128 / 0.35);
}
.focus\:text-gray-500\/40:focus {
  color: rgb(107 114 128 / 0.4);
}
.focus\:text-gray-500\/45:focus {
  color: rgb(107 114 128 / 0.45);
}
.focus\:text-gray-500\/5:focus {
  color: rgb(107 114 128 / 0.05);
}
.focus\:text-gray-500\/50:focus {
  color: rgb(107 114 128 / 0.5);
}
.focus\:text-gray-500\/55:focus {
  color: rgb(107 114 128 / 0.55);
}
.focus\:text-gray-500\/60:focus {
  color: rgb(107 114 128 / 0.6);
}
.focus\:text-gray-500\/65:focus {
  color: rgb(107 114 128 / 0.65);
}
.focus\:text-gray-500\/70:focus {
  color: rgb(107 114 128 / 0.7);
}
.focus\:text-gray-500\/75:focus {
  color: rgb(107 114 128 / 0.75);
}
.focus\:text-gray-500\/80:focus {
  color: rgb(107 114 128 / 0.8);
}
.focus\:text-gray-500\/85:focus {
  color: rgb(107 114 128 / 0.85);
}
.focus\:text-gray-500\/90:focus {
  color: rgb(107 114 128 / 0.9);
}
.focus\:text-gray-500\/95:focus {
  color: rgb(107 114 128 / 0.95);
}
.focus\:text-gray-600:focus {
  color: #4b5563;
}
.focus\:text-gray-600\/0:focus {
  color: rgb(75 85 99 / 0);
}
.focus\:text-gray-600\/10:focus {
  color: rgb(75 85 99 / 0.1);
}
.focus\:text-gray-600\/100:focus {
  color: rgb(75 85 99 / 1);
}
.focus\:text-gray-600\/15:focus {
  color: rgb(75 85 99 / 0.15);
}
.focus\:text-gray-600\/20:focus {
  color: rgb(75 85 99 / 0.2);
}
.focus\:text-gray-600\/25:focus {
  color: rgb(75 85 99 / 0.25);
}
.focus\:text-gray-600\/30:focus {
  color: rgb(75 85 99 / 0.3);
}
.focus\:text-gray-600\/35:focus {
  color: rgb(75 85 99 / 0.35);
}
.focus\:text-gray-600\/40:focus {
  color: rgb(75 85 99 / 0.4);
}
.focus\:text-gray-600\/45:focus {
  color: rgb(75 85 99 / 0.45);
}
.focus\:text-gray-600\/5:focus {
  color: rgb(75 85 99 / 0.05);
}
.focus\:text-gray-600\/50:focus {
  color: rgb(75 85 99 / 0.5);
}
.focus\:text-gray-600\/55:focus {
  color: rgb(75 85 99 / 0.55);
}
.focus\:text-gray-600\/60:focus {
  color: rgb(75 85 99 / 0.6);
}
.focus\:text-gray-600\/65:focus {
  color: rgb(75 85 99 / 0.65);
}
.focus\:text-gray-600\/70:focus {
  color: rgb(75 85 99 / 0.7);
}
.focus\:text-gray-600\/75:focus {
  color: rgb(75 85 99 / 0.75);
}
.focus\:text-gray-600\/80:focus {
  color: rgb(75 85 99 / 0.8);
}
.focus\:text-gray-600\/85:focus {
  color: rgb(75 85 99 / 0.85);
}
.focus\:text-gray-600\/90:focus {
  color: rgb(75 85 99 / 0.9);
}
.focus\:text-gray-600\/95:focus {
  color: rgb(75 85 99 / 0.95);
}
.focus\:text-gray-700:focus {
  color: #374151;
}
.focus\:text-gray-700\/0:focus {
  color: rgb(55 65 81 / 0);
}
.focus\:text-gray-700\/10:focus {
  color: rgb(55 65 81 / 0.1);
}
.focus\:text-gray-700\/100:focus {
  color: rgb(55 65 81 / 1);
}
.focus\:text-gray-700\/15:focus {
  color: rgb(55 65 81 / 0.15);
}
.focus\:text-gray-700\/20:focus {
  color: rgb(55 65 81 / 0.2);
}
.focus\:text-gray-700\/25:focus {
  color: rgb(55 65 81 / 0.25);
}
.focus\:text-gray-700\/30:focus {
  color: rgb(55 65 81 / 0.3);
}
.focus\:text-gray-700\/35:focus {
  color: rgb(55 65 81 / 0.35);
}
.focus\:text-gray-700\/40:focus {
  color: rgb(55 65 81 / 0.4);
}
.focus\:text-gray-700\/45:focus {
  color: rgb(55 65 81 / 0.45);
}
.focus\:text-gray-700\/5:focus {
  color: rgb(55 65 81 / 0.05);
}
.focus\:text-gray-700\/50:focus {
  color: rgb(55 65 81 / 0.5);
}
.focus\:text-gray-700\/55:focus {
  color: rgb(55 65 81 / 0.55);
}
.focus\:text-gray-700\/60:focus {
  color: rgb(55 65 81 / 0.6);
}
.focus\:text-gray-700\/65:focus {
  color: rgb(55 65 81 / 0.65);
}
.focus\:text-gray-700\/70:focus {
  color: rgb(55 65 81 / 0.7);
}
.focus\:text-gray-700\/75:focus {
  color: rgb(55 65 81 / 0.75);
}
.focus\:text-gray-700\/80:focus {
  color: rgb(55 65 81 / 0.8);
}
.focus\:text-gray-700\/85:focus {
  color: rgb(55 65 81 / 0.85);
}
.focus\:text-gray-700\/90:focus {
  color: rgb(55 65 81 / 0.9);
}
.focus\:text-gray-700\/95:focus {
  color: rgb(55 65 81 / 0.95);
}
.focus\:text-gray-800:focus {
  color: #1f2937;
}
.focus\:text-gray-800\/0:focus {
  color: rgb(31 41 55 / 0);
}
.focus\:text-gray-800\/10:focus {
  color: rgb(31 41 55 / 0.1);
}
.focus\:text-gray-800\/100:focus {
  color: rgb(31 41 55 / 1);
}
.focus\:text-gray-800\/15:focus {
  color: rgb(31 41 55 / 0.15);
}
.focus\:text-gray-800\/20:focus {
  color: rgb(31 41 55 / 0.2);
}
.focus\:text-gray-800\/25:focus {
  color: rgb(31 41 55 / 0.25);
}
.focus\:text-gray-800\/30:focus {
  color: rgb(31 41 55 / 0.3);
}
.focus\:text-gray-800\/35:focus {
  color: rgb(31 41 55 / 0.35);
}
.focus\:text-gray-800\/40:focus {
  color: rgb(31 41 55 / 0.4);
}
.focus\:text-gray-800\/45:focus {
  color: rgb(31 41 55 / 0.45);
}
.focus\:text-gray-800\/5:focus {
  color: rgb(31 41 55 / 0.05);
}
.focus\:text-gray-800\/50:focus {
  color: rgb(31 41 55 / 0.5);
}
.focus\:text-gray-800\/55:focus {
  color: rgb(31 41 55 / 0.55);
}
.focus\:text-gray-800\/60:focus {
  color: rgb(31 41 55 / 0.6);
}
.focus\:text-gray-800\/65:focus {
  color: rgb(31 41 55 / 0.65);
}
.focus\:text-gray-800\/70:focus {
  color: rgb(31 41 55 / 0.7);
}
.focus\:text-gray-800\/75:focus {
  color: rgb(31 41 55 / 0.75);
}
.focus\:text-gray-800\/80:focus {
  color: rgb(31 41 55 / 0.8);
}
.focus\:text-gray-800\/85:focus {
  color: rgb(31 41 55 / 0.85);
}
.focus\:text-gray-800\/90:focus {
  color: rgb(31 41 55 / 0.9);
}
.focus\:text-gray-800\/95:focus {
  color: rgb(31 41 55 / 0.95);
}
.focus\:text-gray-900:focus {
  color: #111827;
}
.focus\:text-gray-900\/0:focus {
  color: rgb(17 24 39 / 0);
}
.focus\:text-gray-900\/10:focus {
  color: rgb(17 24 39 / 0.1);
}
.focus\:text-gray-900\/100:focus {
  color: rgb(17 24 39 / 1);
}
.focus\:text-gray-900\/15:focus {
  color: rgb(17 24 39 / 0.15);
}
.focus\:text-gray-900\/20:focus {
  color: rgb(17 24 39 / 0.2);
}
.focus\:text-gray-900\/25:focus {
  color: rgb(17 24 39 / 0.25);
}
.focus\:text-gray-900\/30:focus {
  color: rgb(17 24 39 / 0.3);
}
.focus\:text-gray-900\/35:focus {
  color: rgb(17 24 39 / 0.35);
}
.focus\:text-gray-900\/40:focus {
  color: rgb(17 24 39 / 0.4);
}
.focus\:text-gray-900\/45:focus {
  color: rgb(17 24 39 / 0.45);
}
.focus\:text-gray-900\/5:focus {
  color: rgb(17 24 39 / 0.05);
}
.focus\:text-gray-900\/50:focus {
  color: rgb(17 24 39 / 0.5);
}
.focus\:text-gray-900\/55:focus {
  color: rgb(17 24 39 / 0.55);
}
.focus\:text-gray-900\/60:focus {
  color: rgb(17 24 39 / 0.6);
}
.focus\:text-gray-900\/65:focus {
  color: rgb(17 24 39 / 0.65);
}
.focus\:text-gray-900\/70:focus {
  color: rgb(17 24 39 / 0.7);
}
.focus\:text-gray-900\/75:focus {
  color: rgb(17 24 39 / 0.75);
}
.focus\:text-gray-900\/80:focus {
  color: rgb(17 24 39 / 0.8);
}
.focus\:text-gray-900\/85:focus {
  color: rgb(17 24 39 / 0.85);
}
.focus\:text-gray-900\/90:focus {
  color: rgb(17 24 39 / 0.9);
}
.focus\:text-gray-900\/95:focus {
  color: rgb(17 24 39 / 0.95);
}
.focus\:text-primary-100:focus {
  color: #3965AC;
}
.focus\:text-primary-100\/0:focus {
  color: rgb(57 101 172 / 0);
}
.focus\:text-primary-100\/10:focus {
  color: rgb(57 101 172 / 0.1);
}
.focus\:text-primary-100\/100:focus {
  color: rgb(57 101 172 / 1);
}
.focus\:text-primary-100\/15:focus {
  color: rgb(57 101 172 / 0.15);
}
.focus\:text-primary-100\/20:focus {
  color: rgb(57 101 172 / 0.2);
}
.focus\:text-primary-100\/25:focus {
  color: rgb(57 101 172 / 0.25);
}
.focus\:text-primary-100\/30:focus {
  color: rgb(57 101 172 / 0.3);
}
.focus\:text-primary-100\/35:focus {
  color: rgb(57 101 172 / 0.35);
}
.focus\:text-primary-100\/40:focus {
  color: rgb(57 101 172 / 0.4);
}
.focus\:text-primary-100\/45:focus {
  color: rgb(57 101 172 / 0.45);
}
.focus\:text-primary-100\/5:focus {
  color: rgb(57 101 172 / 0.05);
}
.focus\:text-primary-100\/50:focus {
  color: rgb(57 101 172 / 0.5);
}
.focus\:text-primary-100\/55:focus {
  color: rgb(57 101 172 / 0.55);
}
.focus\:text-primary-100\/60:focus {
  color: rgb(57 101 172 / 0.6);
}
.focus\:text-primary-100\/65:focus {
  color: rgb(57 101 172 / 0.65);
}
.focus\:text-primary-100\/70:focus {
  color: rgb(57 101 172 / 0.7);
}
.focus\:text-primary-100\/75:focus {
  color: rgb(57 101 172 / 0.75);
}
.focus\:text-primary-100\/80:focus {
  color: rgb(57 101 172 / 0.8);
}
.focus\:text-primary-100\/85:focus {
  color: rgb(57 101 172 / 0.85);
}
.focus\:text-primary-100\/90:focus {
  color: rgb(57 101 172 / 0.9);
}
.focus\:text-primary-100\/95:focus {
  color: rgb(57 101 172 / 0.95);
}
.focus\:text-primary-200:focus {
  color: #365FA1;
}
.focus\:text-primary-200\/0:focus {
  color: rgb(54 95 161 / 0);
}
.focus\:text-primary-200\/10:focus {
  color: rgb(54 95 161 / 0.1);
}
.focus\:text-primary-200\/100:focus {
  color: rgb(54 95 161 / 1);
}
.focus\:text-primary-200\/15:focus {
  color: rgb(54 95 161 / 0.15);
}
.focus\:text-primary-200\/20:focus {
  color: rgb(54 95 161 / 0.2);
}
.focus\:text-primary-200\/25:focus {
  color: rgb(54 95 161 / 0.25);
}
.focus\:text-primary-200\/30:focus {
  color: rgb(54 95 161 / 0.3);
}
.focus\:text-primary-200\/35:focus {
  color: rgb(54 95 161 / 0.35);
}
.focus\:text-primary-200\/40:focus {
  color: rgb(54 95 161 / 0.4);
}
.focus\:text-primary-200\/45:focus {
  color: rgb(54 95 161 / 0.45);
}
.focus\:text-primary-200\/5:focus {
  color: rgb(54 95 161 / 0.05);
}
.focus\:text-primary-200\/50:focus {
  color: rgb(54 95 161 / 0.5);
}
.focus\:text-primary-200\/55:focus {
  color: rgb(54 95 161 / 0.55);
}
.focus\:text-primary-200\/60:focus {
  color: rgb(54 95 161 / 0.6);
}
.focus\:text-primary-200\/65:focus {
  color: rgb(54 95 161 / 0.65);
}
.focus\:text-primary-200\/70:focus {
  color: rgb(54 95 161 / 0.7);
}
.focus\:text-primary-200\/75:focus {
  color: rgb(54 95 161 / 0.75);
}
.focus\:text-primary-200\/80:focus {
  color: rgb(54 95 161 / 0.8);
}
.focus\:text-primary-200\/85:focus {
  color: rgb(54 95 161 / 0.85);
}
.focus\:text-primary-200\/90:focus {
  color: rgb(54 95 161 / 0.9);
}
.focus\:text-primary-200\/95:focus {
  color: rgb(54 95 161 / 0.95);
}
.focus\:text-primary-300:focus {
  color: #325895;
}
.focus\:text-primary-300\/0:focus {
  color: rgb(50 88 149 / 0);
}
.focus\:text-primary-300\/10:focus {
  color: rgb(50 88 149 / 0.1);
}
.focus\:text-primary-300\/100:focus {
  color: rgb(50 88 149 / 1);
}
.focus\:text-primary-300\/15:focus {
  color: rgb(50 88 149 / 0.15);
}
.focus\:text-primary-300\/20:focus {
  color: rgb(50 88 149 / 0.2);
}
.focus\:text-primary-300\/25:focus {
  color: rgb(50 88 149 / 0.25);
}
.focus\:text-primary-300\/30:focus {
  color: rgb(50 88 149 / 0.3);
}
.focus\:text-primary-300\/35:focus {
  color: rgb(50 88 149 / 0.35);
}
.focus\:text-primary-300\/40:focus {
  color: rgb(50 88 149 / 0.4);
}
.focus\:text-primary-300\/45:focus {
  color: rgb(50 88 149 / 0.45);
}
.focus\:text-primary-300\/5:focus {
  color: rgb(50 88 149 / 0.05);
}
.focus\:text-primary-300\/50:focus {
  color: rgb(50 88 149 / 0.5);
}
.focus\:text-primary-300\/55:focus {
  color: rgb(50 88 149 / 0.55);
}
.focus\:text-primary-300\/60:focus {
  color: rgb(50 88 149 / 0.6);
}
.focus\:text-primary-300\/65:focus {
  color: rgb(50 88 149 / 0.65);
}
.focus\:text-primary-300\/70:focus {
  color: rgb(50 88 149 / 0.7);
}
.focus\:text-primary-300\/75:focus {
  color: rgb(50 88 149 / 0.75);
}
.focus\:text-primary-300\/80:focus {
  color: rgb(50 88 149 / 0.8);
}
.focus\:text-primary-300\/85:focus {
  color: rgb(50 88 149 / 0.85);
}
.focus\:text-primary-300\/90:focus {
  color: rgb(50 88 149 / 0.9);
}
.focus\:text-primary-300\/95:focus {
  color: rgb(50 88 149 / 0.95);
}
.focus\:text-primary-400:focus {
  color: #305691;
}
.focus\:text-primary-400\/0:focus {
  color: rgb(48 86 145 / 0);
}
.focus\:text-primary-400\/10:focus {
  color: rgb(48 86 145 / 0.1);
}
.focus\:text-primary-400\/100:focus {
  color: rgb(48 86 145 / 1);
}
.focus\:text-primary-400\/15:focus {
  color: rgb(48 86 145 / 0.15);
}
.focus\:text-primary-400\/20:focus {
  color: rgb(48 86 145 / 0.2);
}
.focus\:text-primary-400\/25:focus {
  color: rgb(48 86 145 / 0.25);
}
.focus\:text-primary-400\/30:focus {
  color: rgb(48 86 145 / 0.3);
}
.focus\:text-primary-400\/35:focus {
  color: rgb(48 86 145 / 0.35);
}
.focus\:text-primary-400\/40:focus {
  color: rgb(48 86 145 / 0.4);
}
.focus\:text-primary-400\/45:focus {
  color: rgb(48 86 145 / 0.45);
}
.focus\:text-primary-400\/5:focus {
  color: rgb(48 86 145 / 0.05);
}
.focus\:text-primary-400\/50:focus {
  color: rgb(48 86 145 / 0.5);
}
.focus\:text-primary-400\/55:focus {
  color: rgb(48 86 145 / 0.55);
}
.focus\:text-primary-400\/60:focus {
  color: rgb(48 86 145 / 0.6);
}
.focus\:text-primary-400\/65:focus {
  color: rgb(48 86 145 / 0.65);
}
.focus\:text-primary-400\/70:focus {
  color: rgb(48 86 145 / 0.7);
}
.focus\:text-primary-400\/75:focus {
  color: rgb(48 86 145 / 0.75);
}
.focus\:text-primary-400\/80:focus {
  color: rgb(48 86 145 / 0.8);
}
.focus\:text-primary-400\/85:focus {
  color: rgb(48 86 145 / 0.85);
}
.focus\:text-primary-400\/90:focus {
  color: rgb(48 86 145 / 0.9);
}
.focus\:text-primary-400\/95:focus {
  color: rgb(48 86 145 / 0.95);
}
.focus\:text-primary-500:focus {
  color: #2d4b79;
}
.focus\:text-primary-500\/0:focus {
  color: rgb(45 75 121 / 0);
}
.focus\:text-primary-500\/10:focus {
  color: rgb(45 75 121 / 0.1);
}
.focus\:text-primary-500\/100:focus {
  color: rgb(45 75 121 / 1);
}
.focus\:text-primary-500\/15:focus {
  color: rgb(45 75 121 / 0.15);
}
.focus\:text-primary-500\/20:focus {
  color: rgb(45 75 121 / 0.2);
}
.focus\:text-primary-500\/25:focus {
  color: rgb(45 75 121 / 0.25);
}
.focus\:text-primary-500\/30:focus {
  color: rgb(45 75 121 / 0.3);
}
.focus\:text-primary-500\/35:focus {
  color: rgb(45 75 121 / 0.35);
}
.focus\:text-primary-500\/40:focus {
  color: rgb(45 75 121 / 0.4);
}
.focus\:text-primary-500\/45:focus {
  color: rgb(45 75 121 / 0.45);
}
.focus\:text-primary-500\/5:focus {
  color: rgb(45 75 121 / 0.05);
}
.focus\:text-primary-500\/50:focus {
  color: rgb(45 75 121 / 0.5);
}
.focus\:text-primary-500\/55:focus {
  color: rgb(45 75 121 / 0.55);
}
.focus\:text-primary-500\/60:focus {
  color: rgb(45 75 121 / 0.6);
}
.focus\:text-primary-500\/65:focus {
  color: rgb(45 75 121 / 0.65);
}
.focus\:text-primary-500\/70:focus {
  color: rgb(45 75 121 / 0.7);
}
.focus\:text-primary-500\/75:focus {
  color: rgb(45 75 121 / 0.75);
}
.focus\:text-primary-500\/80:focus {
  color: rgb(45 75 121 / 0.8);
}
.focus\:text-primary-500\/85:focus {
  color: rgb(45 75 121 / 0.85);
}
.focus\:text-primary-500\/90:focus {
  color: rgb(45 75 121 / 0.9);
}
.focus\:text-primary-500\/95:focus {
  color: rgb(45 75 121 / 0.95);
}
.focus\:text-primary-600:focus {
  color: #264473;
}
.focus\:text-primary-600\/0:focus {
  color: rgb(38 68 115 / 0);
}
.focus\:text-primary-600\/10:focus {
  color: rgb(38 68 115 / 0.1);
}
.focus\:text-primary-600\/100:focus {
  color: rgb(38 68 115 / 1);
}
.focus\:text-primary-600\/15:focus {
  color: rgb(38 68 115 / 0.15);
}
.focus\:text-primary-600\/20:focus {
  color: rgb(38 68 115 / 0.2);
}
.focus\:text-primary-600\/25:focus {
  color: rgb(38 68 115 / 0.25);
}
.focus\:text-primary-600\/30:focus {
  color: rgb(38 68 115 / 0.3);
}
.focus\:text-primary-600\/35:focus {
  color: rgb(38 68 115 / 0.35);
}
.focus\:text-primary-600\/40:focus {
  color: rgb(38 68 115 / 0.4);
}
.focus\:text-primary-600\/45:focus {
  color: rgb(38 68 115 / 0.45);
}
.focus\:text-primary-600\/5:focus {
  color: rgb(38 68 115 / 0.05);
}
.focus\:text-primary-600\/50:focus {
  color: rgb(38 68 115 / 0.5);
}
.focus\:text-primary-600\/55:focus {
  color: rgb(38 68 115 / 0.55);
}
.focus\:text-primary-600\/60:focus {
  color: rgb(38 68 115 / 0.6);
}
.focus\:text-primary-600\/65:focus {
  color: rgb(38 68 115 / 0.65);
}
.focus\:text-primary-600\/70:focus {
  color: rgb(38 68 115 / 0.7);
}
.focus\:text-primary-600\/75:focus {
  color: rgb(38 68 115 / 0.75);
}
.focus\:text-primary-600\/80:focus {
  color: rgb(38 68 115 / 0.8);
}
.focus\:text-primary-600\/85:focus {
  color: rgb(38 68 115 / 0.85);
}
.focus\:text-primary-600\/90:focus {
  color: rgb(38 68 115 / 0.9);
}
.focus\:text-primary-600\/95:focus {
  color: rgb(38 68 115 / 0.95);
}
.focus\:text-primary-700:focus {
  color: #233e68;
}
.focus\:text-primary-700\/0:focus {
  color: rgb(35 62 104 / 0);
}
.focus\:text-primary-700\/10:focus {
  color: rgb(35 62 104 / 0.1);
}
.focus\:text-primary-700\/100:focus {
  color: rgb(35 62 104 / 1);
}
.focus\:text-primary-700\/15:focus {
  color: rgb(35 62 104 / 0.15);
}
.focus\:text-primary-700\/20:focus {
  color: rgb(35 62 104 / 0.2);
}
.focus\:text-primary-700\/25:focus {
  color: rgb(35 62 104 / 0.25);
}
.focus\:text-primary-700\/30:focus {
  color: rgb(35 62 104 / 0.3);
}
.focus\:text-primary-700\/35:focus {
  color: rgb(35 62 104 / 0.35);
}
.focus\:text-primary-700\/40:focus {
  color: rgb(35 62 104 / 0.4);
}
.focus\:text-primary-700\/45:focus {
  color: rgb(35 62 104 / 0.45);
}
.focus\:text-primary-700\/5:focus {
  color: rgb(35 62 104 / 0.05);
}
.focus\:text-primary-700\/50:focus {
  color: rgb(35 62 104 / 0.5);
}
.focus\:text-primary-700\/55:focus {
  color: rgb(35 62 104 / 0.55);
}
.focus\:text-primary-700\/60:focus {
  color: rgb(35 62 104 / 0.6);
}
.focus\:text-primary-700\/65:focus {
  color: rgb(35 62 104 / 0.65);
}
.focus\:text-primary-700\/70:focus {
  color: rgb(35 62 104 / 0.7);
}
.focus\:text-primary-700\/75:focus {
  color: rgb(35 62 104 / 0.75);
}
.focus\:text-primary-700\/80:focus {
  color: rgb(35 62 104 / 0.8);
}
.focus\:text-primary-700\/85:focus {
  color: rgb(35 62 104 / 0.85);
}
.focus\:text-primary-700\/90:focus {
  color: rgb(35 62 104 / 0.9);
}
.focus\:text-primary-700\/95:focus {
  color: rgb(35 62 104 / 0.95);
}
.focus\:text-primary-800:focus {
  color: #1f375c;
}
.focus\:text-primary-800\/0:focus {
  color: rgb(31 55 92 / 0);
}
.focus\:text-primary-800\/10:focus {
  color: rgb(31 55 92 / 0.1);
}
.focus\:text-primary-800\/100:focus {
  color: rgb(31 55 92 / 1);
}
.focus\:text-primary-800\/15:focus {
  color: rgb(31 55 92 / 0.15);
}
.focus\:text-primary-800\/20:focus {
  color: rgb(31 55 92 / 0.2);
}
.focus\:text-primary-800\/25:focus {
  color: rgb(31 55 92 / 0.25);
}
.focus\:text-primary-800\/30:focus {
  color: rgb(31 55 92 / 0.3);
}
.focus\:text-primary-800\/35:focus {
  color: rgb(31 55 92 / 0.35);
}
.focus\:text-primary-800\/40:focus {
  color: rgb(31 55 92 / 0.4);
}
.focus\:text-primary-800\/45:focus {
  color: rgb(31 55 92 / 0.45);
}
.focus\:text-primary-800\/5:focus {
  color: rgb(31 55 92 / 0.05);
}
.focus\:text-primary-800\/50:focus {
  color: rgb(31 55 92 / 0.5);
}
.focus\:text-primary-800\/55:focus {
  color: rgb(31 55 92 / 0.55);
}
.focus\:text-primary-800\/60:focus {
  color: rgb(31 55 92 / 0.6);
}
.focus\:text-primary-800\/65:focus {
  color: rgb(31 55 92 / 0.65);
}
.focus\:text-primary-800\/70:focus {
  color: rgb(31 55 92 / 0.7);
}
.focus\:text-primary-800\/75:focus {
  color: rgb(31 55 92 / 0.75);
}
.focus\:text-primary-800\/80:focus {
  color: rgb(31 55 92 / 0.8);
}
.focus\:text-primary-800\/85:focus {
  color: rgb(31 55 92 / 0.85);
}
.focus\:text-primary-800\/90:focus {
  color: rgb(31 55 92 / 0.9);
}
.focus\:text-primary-800\/95:focus {
  color: rgb(31 55 92 / 0.95);
}
.focus\:text-primary-900:focus {
  color: #1b3051;
}
.focus\:text-primary-900\/0:focus {
  color: rgb(27 48 81 / 0);
}
.focus\:text-primary-900\/10:focus {
  color: rgb(27 48 81 / 0.1);
}
.focus\:text-primary-900\/100:focus {
  color: rgb(27 48 81 / 1);
}
.focus\:text-primary-900\/15:focus {
  color: rgb(27 48 81 / 0.15);
}
.focus\:text-primary-900\/20:focus {
  color: rgb(27 48 81 / 0.2);
}
.focus\:text-primary-900\/25:focus {
  color: rgb(27 48 81 / 0.25);
}
.focus\:text-primary-900\/30:focus {
  color: rgb(27 48 81 / 0.3);
}
.focus\:text-primary-900\/35:focus {
  color: rgb(27 48 81 / 0.35);
}
.focus\:text-primary-900\/40:focus {
  color: rgb(27 48 81 / 0.4);
}
.focus\:text-primary-900\/45:focus {
  color: rgb(27 48 81 / 0.45);
}
.focus\:text-primary-900\/5:focus {
  color: rgb(27 48 81 / 0.05);
}
.focus\:text-primary-900\/50:focus {
  color: rgb(27 48 81 / 0.5);
}
.focus\:text-primary-900\/55:focus {
  color: rgb(27 48 81 / 0.55);
}
.focus\:text-primary-900\/60:focus {
  color: rgb(27 48 81 / 0.6);
}
.focus\:text-primary-900\/65:focus {
  color: rgb(27 48 81 / 0.65);
}
.focus\:text-primary-900\/70:focus {
  color: rgb(27 48 81 / 0.7);
}
.focus\:text-primary-900\/75:focus {
  color: rgb(27 48 81 / 0.75);
}
.focus\:text-primary-900\/80:focus {
  color: rgb(27 48 81 / 0.8);
}
.focus\:text-primary-900\/85:focus {
  color: rgb(27 48 81 / 0.85);
}
.focus\:text-primary-900\/90:focus {
  color: rgb(27 48 81 / 0.9);
}
.focus\:text-primary-900\/95:focus {
  color: rgb(27 48 81 / 0.95);
}
.focus\:text-secondary-100:focus {
  color: #DAE5E7;
}
.focus\:text-secondary-100\/0:focus {
  color: rgb(218 229 231 / 0);
}
.focus\:text-secondary-100\/10:focus {
  color: rgb(218 229 231 / 0.1);
}
.focus\:text-secondary-100\/100:focus {
  color: rgb(218 229 231 / 1);
}
.focus\:text-secondary-100\/15:focus {
  color: rgb(218 229 231 / 0.15);
}
.focus\:text-secondary-100\/20:focus {
  color: rgb(218 229 231 / 0.2);
}
.focus\:text-secondary-100\/25:focus {
  color: rgb(218 229 231 / 0.25);
}
.focus\:text-secondary-100\/30:focus {
  color: rgb(218 229 231 / 0.3);
}
.focus\:text-secondary-100\/35:focus {
  color: rgb(218 229 231 / 0.35);
}
.focus\:text-secondary-100\/40:focus {
  color: rgb(218 229 231 / 0.4);
}
.focus\:text-secondary-100\/45:focus {
  color: rgb(218 229 231 / 0.45);
}
.focus\:text-secondary-100\/5:focus {
  color: rgb(218 229 231 / 0.05);
}
.focus\:text-secondary-100\/50:focus {
  color: rgb(218 229 231 / 0.5);
}
.focus\:text-secondary-100\/55:focus {
  color: rgb(218 229 231 / 0.55);
}
.focus\:text-secondary-100\/60:focus {
  color: rgb(218 229 231 / 0.6);
}
.focus\:text-secondary-100\/65:focus {
  color: rgb(218 229 231 / 0.65);
}
.focus\:text-secondary-100\/70:focus {
  color: rgb(218 229 231 / 0.7);
}
.focus\:text-secondary-100\/75:focus {
  color: rgb(218 229 231 / 0.75);
}
.focus\:text-secondary-100\/80:focus {
  color: rgb(218 229 231 / 0.8);
}
.focus\:text-secondary-100\/85:focus {
  color: rgb(218 229 231 / 0.85);
}
.focus\:text-secondary-100\/90:focus {
  color: rgb(218 229 231 / 0.9);
}
.focus\:text-secondary-100\/95:focus {
  color: rgb(218 229 231 / 0.95);
}
.focus\:text-secondary-200:focus {
  color: #C4D6D9;
}
.focus\:text-secondary-200\/0:focus {
  color: rgb(196 214 217 / 0);
}
.focus\:text-secondary-200\/10:focus {
  color: rgb(196 214 217 / 0.1);
}
.focus\:text-secondary-200\/100:focus {
  color: rgb(196 214 217 / 1);
}
.focus\:text-secondary-200\/15:focus {
  color: rgb(196 214 217 / 0.15);
}
.focus\:text-secondary-200\/20:focus {
  color: rgb(196 214 217 / 0.2);
}
.focus\:text-secondary-200\/25:focus {
  color: rgb(196 214 217 / 0.25);
}
.focus\:text-secondary-200\/30:focus {
  color: rgb(196 214 217 / 0.3);
}
.focus\:text-secondary-200\/35:focus {
  color: rgb(196 214 217 / 0.35);
}
.focus\:text-secondary-200\/40:focus {
  color: rgb(196 214 217 / 0.4);
}
.focus\:text-secondary-200\/45:focus {
  color: rgb(196 214 217 / 0.45);
}
.focus\:text-secondary-200\/5:focus {
  color: rgb(196 214 217 / 0.05);
}
.focus\:text-secondary-200\/50:focus {
  color: rgb(196 214 217 / 0.5);
}
.focus\:text-secondary-200\/55:focus {
  color: rgb(196 214 217 / 0.55);
}
.focus\:text-secondary-200\/60:focus {
  color: rgb(196 214 217 / 0.6);
}
.focus\:text-secondary-200\/65:focus {
  color: rgb(196 214 217 / 0.65);
}
.focus\:text-secondary-200\/70:focus {
  color: rgb(196 214 217 / 0.7);
}
.focus\:text-secondary-200\/75:focus {
  color: rgb(196 214 217 / 0.75);
}
.focus\:text-secondary-200\/80:focus {
  color: rgb(196 214 217 / 0.8);
}
.focus\:text-secondary-200\/85:focus {
  color: rgb(196 214 217 / 0.85);
}
.focus\:text-secondary-200\/90:focus {
  color: rgb(196 214 217 / 0.9);
}
.focus\:text-secondary-200\/95:focus {
  color: rgb(196 214 217 / 0.95);
}
.focus\:text-secondary-300:focus {
  color: #AEC7CC;
}
.focus\:text-secondary-300\/0:focus {
  color: rgb(174 199 204 / 0);
}
.focus\:text-secondary-300\/10:focus {
  color: rgb(174 199 204 / 0.1);
}
.focus\:text-secondary-300\/100:focus {
  color: rgb(174 199 204 / 1);
}
.focus\:text-secondary-300\/15:focus {
  color: rgb(174 199 204 / 0.15);
}
.focus\:text-secondary-300\/20:focus {
  color: rgb(174 199 204 / 0.2);
}
.focus\:text-secondary-300\/25:focus {
  color: rgb(174 199 204 / 0.25);
}
.focus\:text-secondary-300\/30:focus {
  color: rgb(174 199 204 / 0.3);
}
.focus\:text-secondary-300\/35:focus {
  color: rgb(174 199 204 / 0.35);
}
.focus\:text-secondary-300\/40:focus {
  color: rgb(174 199 204 / 0.4);
}
.focus\:text-secondary-300\/45:focus {
  color: rgb(174 199 204 / 0.45);
}
.focus\:text-secondary-300\/5:focus {
  color: rgb(174 199 204 / 0.05);
}
.focus\:text-secondary-300\/50:focus {
  color: rgb(174 199 204 / 0.5);
}
.focus\:text-secondary-300\/55:focus {
  color: rgb(174 199 204 / 0.55);
}
.focus\:text-secondary-300\/60:focus {
  color: rgb(174 199 204 / 0.6);
}
.focus\:text-secondary-300\/65:focus {
  color: rgb(174 199 204 / 0.65);
}
.focus\:text-secondary-300\/70:focus {
  color: rgb(174 199 204 / 0.7);
}
.focus\:text-secondary-300\/75:focus {
  color: rgb(174 199 204 / 0.75);
}
.focus\:text-secondary-300\/80:focus {
  color: rgb(174 199 204 / 0.8);
}
.focus\:text-secondary-300\/85:focus {
  color: rgb(174 199 204 / 0.85);
}
.focus\:text-secondary-300\/90:focus {
  color: rgb(174 199 204 / 0.9);
}
.focus\:text-secondary-300\/95:focus {
  color: rgb(174 199 204 / 0.95);
}
.focus\:text-secondary-400:focus {
  color: #98B8BE;
}
.focus\:text-secondary-400\/0:focus {
  color: rgb(152 184 190 / 0);
}
.focus\:text-secondary-400\/10:focus {
  color: rgb(152 184 190 / 0.1);
}
.focus\:text-secondary-400\/100:focus {
  color: rgb(152 184 190 / 1);
}
.focus\:text-secondary-400\/15:focus {
  color: rgb(152 184 190 / 0.15);
}
.focus\:text-secondary-400\/20:focus {
  color: rgb(152 184 190 / 0.2);
}
.focus\:text-secondary-400\/25:focus {
  color: rgb(152 184 190 / 0.25);
}
.focus\:text-secondary-400\/30:focus {
  color: rgb(152 184 190 / 0.3);
}
.focus\:text-secondary-400\/35:focus {
  color: rgb(152 184 190 / 0.35);
}
.focus\:text-secondary-400\/40:focus {
  color: rgb(152 184 190 / 0.4);
}
.focus\:text-secondary-400\/45:focus {
  color: rgb(152 184 190 / 0.45);
}
.focus\:text-secondary-400\/5:focus {
  color: rgb(152 184 190 / 0.05);
}
.focus\:text-secondary-400\/50:focus {
  color: rgb(152 184 190 / 0.5);
}
.focus\:text-secondary-400\/55:focus {
  color: rgb(152 184 190 / 0.55);
}
.focus\:text-secondary-400\/60:focus {
  color: rgb(152 184 190 / 0.6);
}
.focus\:text-secondary-400\/65:focus {
  color: rgb(152 184 190 / 0.65);
}
.focus\:text-secondary-400\/70:focus {
  color: rgb(152 184 190 / 0.7);
}
.focus\:text-secondary-400\/75:focus {
  color: rgb(152 184 190 / 0.75);
}
.focus\:text-secondary-400\/80:focus {
  color: rgb(152 184 190 / 0.8);
}
.focus\:text-secondary-400\/85:focus {
  color: rgb(152 184 190 / 0.85);
}
.focus\:text-secondary-400\/90:focus {
  color: rgb(152 184 190 / 0.9);
}
.focus\:text-secondary-400\/95:focus {
  color: rgb(152 184 190 / 0.95);
}
.focus\:text-secondary-500:focus {
  color: #82A9B0;
}
.focus\:text-secondary-500\/0:focus {
  color: rgb(130 169 176 / 0);
}
.focus\:text-secondary-500\/10:focus {
  color: rgb(130 169 176 / 0.1);
}
.focus\:text-secondary-500\/100:focus {
  color: rgb(130 169 176 / 1);
}
.focus\:text-secondary-500\/15:focus {
  color: rgb(130 169 176 / 0.15);
}
.focus\:text-secondary-500\/20:focus {
  color: rgb(130 169 176 / 0.2);
}
.focus\:text-secondary-500\/25:focus {
  color: rgb(130 169 176 / 0.25);
}
.focus\:text-secondary-500\/30:focus {
  color: rgb(130 169 176 / 0.3);
}
.focus\:text-secondary-500\/35:focus {
  color: rgb(130 169 176 / 0.35);
}
.focus\:text-secondary-500\/40:focus {
  color: rgb(130 169 176 / 0.4);
}
.focus\:text-secondary-500\/45:focus {
  color: rgb(130 169 176 / 0.45);
}
.focus\:text-secondary-500\/5:focus {
  color: rgb(130 169 176 / 0.05);
}
.focus\:text-secondary-500\/50:focus {
  color: rgb(130 169 176 / 0.5);
}
.focus\:text-secondary-500\/55:focus {
  color: rgb(130 169 176 / 0.55);
}
.focus\:text-secondary-500\/60:focus {
  color: rgb(130 169 176 / 0.6);
}
.focus\:text-secondary-500\/65:focus {
  color: rgb(130 169 176 / 0.65);
}
.focus\:text-secondary-500\/70:focus {
  color: rgb(130 169 176 / 0.7);
}
.focus\:text-secondary-500\/75:focus {
  color: rgb(130 169 176 / 0.75);
}
.focus\:text-secondary-500\/80:focus {
  color: rgb(130 169 176 / 0.8);
}
.focus\:text-secondary-500\/85:focus {
  color: rgb(130 169 176 / 0.85);
}
.focus\:text-secondary-500\/90:focus {
  color: rgb(130 169 176 / 0.9);
}
.focus\:text-secondary-500\/95:focus {
  color: rgb(130 169 176 / 0.95);
}
.focus\:text-secondary-600:focus {
  color: #66969E;
}
.focus\:text-secondary-600\/0:focus {
  color: rgb(102 150 158 / 0);
}
.focus\:text-secondary-600\/10:focus {
  color: rgb(102 150 158 / 0.1);
}
.focus\:text-secondary-600\/100:focus {
  color: rgb(102 150 158 / 1);
}
.focus\:text-secondary-600\/15:focus {
  color: rgb(102 150 158 / 0.15);
}
.focus\:text-secondary-600\/20:focus {
  color: rgb(102 150 158 / 0.2);
}
.focus\:text-secondary-600\/25:focus {
  color: rgb(102 150 158 / 0.25);
}
.focus\:text-secondary-600\/30:focus {
  color: rgb(102 150 158 / 0.3);
}
.focus\:text-secondary-600\/35:focus {
  color: rgb(102 150 158 / 0.35);
}
.focus\:text-secondary-600\/40:focus {
  color: rgb(102 150 158 / 0.4);
}
.focus\:text-secondary-600\/45:focus {
  color: rgb(102 150 158 / 0.45);
}
.focus\:text-secondary-600\/5:focus {
  color: rgb(102 150 158 / 0.05);
}
.focus\:text-secondary-600\/50:focus {
  color: rgb(102 150 158 / 0.5);
}
.focus\:text-secondary-600\/55:focus {
  color: rgb(102 150 158 / 0.55);
}
.focus\:text-secondary-600\/60:focus {
  color: rgb(102 150 158 / 0.6);
}
.focus\:text-secondary-600\/65:focus {
  color: rgb(102 150 158 / 0.65);
}
.focus\:text-secondary-600\/70:focus {
  color: rgb(102 150 158 / 0.7);
}
.focus\:text-secondary-600\/75:focus {
  color: rgb(102 150 158 / 0.75);
}
.focus\:text-secondary-600\/80:focus {
  color: rgb(102 150 158 / 0.8);
}
.focus\:text-secondary-600\/85:focus {
  color: rgb(102 150 158 / 0.85);
}
.focus\:text-secondary-600\/90:focus {
  color: rgb(102 150 158 / 0.9);
}
.focus\:text-secondary-600\/95:focus {
  color: rgb(102 150 158 / 0.95);
}
.focus\:text-secondary-700:focus {
  color: #537C83;
}
.focus\:text-secondary-700\/0:focus {
  color: rgb(83 124 131 / 0);
}
.focus\:text-secondary-700\/10:focus {
  color: rgb(83 124 131 / 0.1);
}
.focus\:text-secondary-700\/100:focus {
  color: rgb(83 124 131 / 1);
}
.focus\:text-secondary-700\/15:focus {
  color: rgb(83 124 131 / 0.15);
}
.focus\:text-secondary-700\/20:focus {
  color: rgb(83 124 131 / 0.2);
}
.focus\:text-secondary-700\/25:focus {
  color: rgb(83 124 131 / 0.25);
}
.focus\:text-secondary-700\/30:focus {
  color: rgb(83 124 131 / 0.3);
}
.focus\:text-secondary-700\/35:focus {
  color: rgb(83 124 131 / 0.35);
}
.focus\:text-secondary-700\/40:focus {
  color: rgb(83 124 131 / 0.4);
}
.focus\:text-secondary-700\/45:focus {
  color: rgb(83 124 131 / 0.45);
}
.focus\:text-secondary-700\/5:focus {
  color: rgb(83 124 131 / 0.05);
}
.focus\:text-secondary-700\/50:focus {
  color: rgb(83 124 131 / 0.5);
}
.focus\:text-secondary-700\/55:focus {
  color: rgb(83 124 131 / 0.55);
}
.focus\:text-secondary-700\/60:focus {
  color: rgb(83 124 131 / 0.6);
}
.focus\:text-secondary-700\/65:focus {
  color: rgb(83 124 131 / 0.65);
}
.focus\:text-secondary-700\/70:focus {
  color: rgb(83 124 131 / 0.7);
}
.focus\:text-secondary-700\/75:focus {
  color: rgb(83 124 131 / 0.75);
}
.focus\:text-secondary-700\/80:focus {
  color: rgb(83 124 131 / 0.8);
}
.focus\:text-secondary-700\/85:focus {
  color: rgb(83 124 131 / 0.85);
}
.focus\:text-secondary-700\/90:focus {
  color: rgb(83 124 131 / 0.9);
}
.focus\:text-secondary-700\/95:focus {
  color: rgb(83 124 131 / 0.95);
}
.focus\:text-secondary-800:focus {
  color: #416167;
}
.focus\:text-secondary-800\/0:focus {
  color: rgb(65 97 103 / 0);
}
.focus\:text-secondary-800\/10:focus {
  color: rgb(65 97 103 / 0.1);
}
.focus\:text-secondary-800\/100:focus {
  color: rgb(65 97 103 / 1);
}
.focus\:text-secondary-800\/15:focus {
  color: rgb(65 97 103 / 0.15);
}
.focus\:text-secondary-800\/20:focus {
  color: rgb(65 97 103 / 0.2);
}
.focus\:text-secondary-800\/25:focus {
  color: rgb(65 97 103 / 0.25);
}
.focus\:text-secondary-800\/30:focus {
  color: rgb(65 97 103 / 0.3);
}
.focus\:text-secondary-800\/35:focus {
  color: rgb(65 97 103 / 0.35);
}
.focus\:text-secondary-800\/40:focus {
  color: rgb(65 97 103 / 0.4);
}
.focus\:text-secondary-800\/45:focus {
  color: rgb(65 97 103 / 0.45);
}
.focus\:text-secondary-800\/5:focus {
  color: rgb(65 97 103 / 0.05);
}
.focus\:text-secondary-800\/50:focus {
  color: rgb(65 97 103 / 0.5);
}
.focus\:text-secondary-800\/55:focus {
  color: rgb(65 97 103 / 0.55);
}
.focus\:text-secondary-800\/60:focus {
  color: rgb(65 97 103 / 0.6);
}
.focus\:text-secondary-800\/65:focus {
  color: rgb(65 97 103 / 0.65);
}
.focus\:text-secondary-800\/70:focus {
  color: rgb(65 97 103 / 0.7);
}
.focus\:text-secondary-800\/75:focus {
  color: rgb(65 97 103 / 0.75);
}
.focus\:text-secondary-800\/80:focus {
  color: rgb(65 97 103 / 0.8);
}
.focus\:text-secondary-800\/85:focus {
  color: rgb(65 97 103 / 0.85);
}
.focus\:text-secondary-800\/90:focus {
  color: rgb(65 97 103 / 0.9);
}
.focus\:text-secondary-800\/95:focus {
  color: rgb(65 97 103 / 0.95);
}
.focus\:text-secondary-900:focus {
  color: #2F474B;
}
.focus\:text-secondary-900\/0:focus {
  color: rgb(47 71 75 / 0);
}
.focus\:text-secondary-900\/10:focus {
  color: rgb(47 71 75 / 0.1);
}
.focus\:text-secondary-900\/100:focus {
  color: rgb(47 71 75 / 1);
}
.focus\:text-secondary-900\/15:focus {
  color: rgb(47 71 75 / 0.15);
}
.focus\:text-secondary-900\/20:focus {
  color: rgb(47 71 75 / 0.2);
}
.focus\:text-secondary-900\/25:focus {
  color: rgb(47 71 75 / 0.25);
}
.focus\:text-secondary-900\/30:focus {
  color: rgb(47 71 75 / 0.3);
}
.focus\:text-secondary-900\/35:focus {
  color: rgb(47 71 75 / 0.35);
}
.focus\:text-secondary-900\/40:focus {
  color: rgb(47 71 75 / 0.4);
}
.focus\:text-secondary-900\/45:focus {
  color: rgb(47 71 75 / 0.45);
}
.focus\:text-secondary-900\/5:focus {
  color: rgb(47 71 75 / 0.05);
}
.focus\:text-secondary-900\/50:focus {
  color: rgb(47 71 75 / 0.5);
}
.focus\:text-secondary-900\/55:focus {
  color: rgb(47 71 75 / 0.55);
}
.focus\:text-secondary-900\/60:focus {
  color: rgb(47 71 75 / 0.6);
}
.focus\:text-secondary-900\/65:focus {
  color: rgb(47 71 75 / 0.65);
}
.focus\:text-secondary-900\/70:focus {
  color: rgb(47 71 75 / 0.7);
}
.focus\:text-secondary-900\/75:focus {
  color: rgb(47 71 75 / 0.75);
}
.focus\:text-secondary-900\/80:focus {
  color: rgb(47 71 75 / 0.8);
}
.focus\:text-secondary-900\/85:focus {
  color: rgb(47 71 75 / 0.85);
}
.focus\:text-secondary-900\/90:focus {
  color: rgb(47 71 75 / 0.9);
}
.focus\:text-secondary-900\/95:focus {
  color: rgb(47 71 75 / 0.95);
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus\:ring:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow:
    var(--tw-ring-offset-shadow),
    var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow:
    var(--tw-ring-offset-shadow),
    var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-blue-100:focus {
  --tw-ring-color: #dbeafe;
}
.focus\:ring-blue-500:focus {
  --tw-ring-color: #3b82f6;
}
.focus\:ring-gray-300:focus {
  --tw-ring-color: #d1d5db;
}
.focus\:ring-primary-500:focus {
  --tw-ring-color: #2d4b79;
}
.focus\:ring-offset-2:focus {
  --tw-ring-offset-width: 2px;
}
.disabled\:cursor-not-allowed:disabled {
  cursor: not-allowed;
}
.disabled\:border-accent-100:disabled {
  border-color: #fceae9;
}
.disabled\:border-accent-100\/0:disabled {
  border-color: rgb(252 234 233 / 0);
}
.disabled\:border-accent-100\/10:disabled {
  border-color: rgb(252 234 233 / 0.1);
}
.disabled\:border-accent-100\/100:disabled {
  border-color: rgb(252 234 233 / 1);
}
.disabled\:border-accent-100\/15:disabled {
  border-color: rgb(252 234 233 / 0.15);
}
.disabled\:border-accent-100\/20:disabled {
  border-color: rgb(252 234 233 / 0.2);
}
.disabled\:border-accent-100\/25:disabled {
  border-color: rgb(252 234 233 / 0.25);
}
.disabled\:border-accent-100\/30:disabled {
  border-color: rgb(252 234 233 / 0.3);
}
.disabled\:border-accent-100\/35:disabled {
  border-color: rgb(252 234 233 / 0.35);
}
.disabled\:border-accent-100\/40:disabled {
  border-color: rgb(252 234 233 / 0.4);
}
.disabled\:border-accent-100\/45:disabled {
  border-color: rgb(252 234 233 / 0.45);
}
.disabled\:border-accent-100\/5:disabled {
  border-color: rgb(252 234 233 / 0.05);
}
.disabled\:border-accent-100\/50:disabled {
  border-color: rgb(252 234 233 / 0.5);
}
.disabled\:border-accent-100\/55:disabled {
  border-color: rgb(252 234 233 / 0.55);
}
.disabled\:border-accent-100\/60:disabled {
  border-color: rgb(252 234 233 / 0.6);
}
.disabled\:border-accent-100\/65:disabled {
  border-color: rgb(252 234 233 / 0.65);
}
.disabled\:border-accent-100\/70:disabled {
  border-color: rgb(252 234 233 / 0.7);
}
.disabled\:border-accent-100\/75:disabled {
  border-color: rgb(252 234 233 / 0.75);
}
.disabled\:border-accent-100\/80:disabled {
  border-color: rgb(252 234 233 / 0.8);
}
.disabled\:border-accent-100\/85:disabled {
  border-color: rgb(252 234 233 / 0.85);
}
.disabled\:border-accent-100\/90:disabled {
  border-color: rgb(252 234 233 / 0.9);
}
.disabled\:border-accent-100\/95:disabled {
  border-color: rgb(252 234 233 / 0.95);
}
.disabled\:border-accent-200:disabled {
  border-color: #f9d4d2;
}
.disabled\:border-accent-200\/0:disabled {
  border-color: rgb(249 212 210 / 0);
}
.disabled\:border-accent-200\/10:disabled {
  border-color: rgb(249 212 210 / 0.1);
}
.disabled\:border-accent-200\/100:disabled {
  border-color: rgb(249 212 210 / 1);
}
.disabled\:border-accent-200\/15:disabled {
  border-color: rgb(249 212 210 / 0.15);
}
.disabled\:border-accent-200\/20:disabled {
  border-color: rgb(249 212 210 / 0.2);
}
.disabled\:border-accent-200\/25:disabled {
  border-color: rgb(249 212 210 / 0.25);
}
.disabled\:border-accent-200\/30:disabled {
  border-color: rgb(249 212 210 / 0.3);
}
.disabled\:border-accent-200\/35:disabled {
  border-color: rgb(249 212 210 / 0.35);
}
.disabled\:border-accent-200\/40:disabled {
  border-color: rgb(249 212 210 / 0.4);
}
.disabled\:border-accent-200\/45:disabled {
  border-color: rgb(249 212 210 / 0.45);
}
.disabled\:border-accent-200\/5:disabled {
  border-color: rgb(249 212 210 / 0.05);
}
.disabled\:border-accent-200\/50:disabled {
  border-color: rgb(249 212 210 / 0.5);
}
.disabled\:border-accent-200\/55:disabled {
  border-color: rgb(249 212 210 / 0.55);
}
.disabled\:border-accent-200\/60:disabled {
  border-color: rgb(249 212 210 / 0.6);
}
.disabled\:border-accent-200\/65:disabled {
  border-color: rgb(249 212 210 / 0.65);
}
.disabled\:border-accent-200\/70:disabled {
  border-color: rgb(249 212 210 / 0.7);
}
.disabled\:border-accent-200\/75:disabled {
  border-color: rgb(249 212 210 / 0.75);
}
.disabled\:border-accent-200\/80:disabled {
  border-color: rgb(249 212 210 / 0.8);
}
.disabled\:border-accent-200\/85:disabled {
  border-color: rgb(249 212 210 / 0.85);
}
.disabled\:border-accent-200\/90:disabled {
  border-color: rgb(249 212 210 / 0.9);
}
.disabled\:border-accent-200\/95:disabled {
  border-color: rgb(249 212 210 / 0.95);
}
.disabled\:border-accent-300:disabled {
  border-color: #f4b5b3;
}
.disabled\:border-accent-300\/0:disabled {
  border-color: rgb(244 181 179 / 0);
}
.disabled\:border-accent-300\/10:disabled {
  border-color: rgb(244 181 179 / 0.1);
}
.disabled\:border-accent-300\/100:disabled {
  border-color: rgb(244 181 179 / 1);
}
.disabled\:border-accent-300\/15:disabled {
  border-color: rgb(244 181 179 / 0.15);
}
.disabled\:border-accent-300\/20:disabled {
  border-color: rgb(244 181 179 / 0.2);
}
.disabled\:border-accent-300\/25:disabled {
  border-color: rgb(244 181 179 / 0.25);
}
.disabled\:border-accent-300\/30:disabled {
  border-color: rgb(244 181 179 / 0.3);
}
.disabled\:border-accent-300\/35:disabled {
  border-color: rgb(244 181 179 / 0.35);
}
.disabled\:border-accent-300\/40:disabled {
  border-color: rgb(244 181 179 / 0.4);
}
.disabled\:border-accent-300\/45:disabled {
  border-color: rgb(244 181 179 / 0.45);
}
.disabled\:border-accent-300\/5:disabled {
  border-color: rgb(244 181 179 / 0.05);
}
.disabled\:border-accent-300\/50:disabled {
  border-color: rgb(244 181 179 / 0.5);
}
.disabled\:border-accent-300\/55:disabled {
  border-color: rgb(244 181 179 / 0.55);
}
.disabled\:border-accent-300\/60:disabled {
  border-color: rgb(244 181 179 / 0.6);
}
.disabled\:border-accent-300\/65:disabled {
  border-color: rgb(244 181 179 / 0.65);
}
.disabled\:border-accent-300\/70:disabled {
  border-color: rgb(244 181 179 / 0.7);
}
.disabled\:border-accent-300\/75:disabled {
  border-color: rgb(244 181 179 / 0.75);
}
.disabled\:border-accent-300\/80:disabled {
  border-color: rgb(244 181 179 / 0.8);
}
.disabled\:border-accent-300\/85:disabled {
  border-color: rgb(244 181 179 / 0.85);
}
.disabled\:border-accent-300\/90:disabled {
  border-color: rgb(244 181 179 / 0.9);
}
.disabled\:border-accent-300\/95:disabled {
  border-color: rgb(244 181 179 / 0.95);
}
.disabled\:border-accent-400:disabled {
  border-color: #ee8e8b;
}
.disabled\:border-accent-400\/0:disabled {
  border-color: rgb(238 142 139 / 0);
}
.disabled\:border-accent-400\/10:disabled {
  border-color: rgb(238 142 139 / 0.1);
}
.disabled\:border-accent-400\/100:disabled {
  border-color: rgb(238 142 139 / 1);
}
.disabled\:border-accent-400\/15:disabled {
  border-color: rgb(238 142 139 / 0.15);
}
.disabled\:border-accent-400\/20:disabled {
  border-color: rgb(238 142 139 / 0.2);
}
.disabled\:border-accent-400\/25:disabled {
  border-color: rgb(238 142 139 / 0.25);
}
.disabled\:border-accent-400\/30:disabled {
  border-color: rgb(238 142 139 / 0.3);
}
.disabled\:border-accent-400\/35:disabled {
  border-color: rgb(238 142 139 / 0.35);
}
.disabled\:border-accent-400\/40:disabled {
  border-color: rgb(238 142 139 / 0.4);
}
.disabled\:border-accent-400\/45:disabled {
  border-color: rgb(238 142 139 / 0.45);
}
.disabled\:border-accent-400\/5:disabled {
  border-color: rgb(238 142 139 / 0.05);
}
.disabled\:border-accent-400\/50:disabled {
  border-color: rgb(238 142 139 / 0.5);
}
.disabled\:border-accent-400\/55:disabled {
  border-color: rgb(238 142 139 / 0.55);
}
.disabled\:border-accent-400\/60:disabled {
  border-color: rgb(238 142 139 / 0.6);
}
.disabled\:border-accent-400\/65:disabled {
  border-color: rgb(238 142 139 / 0.65);
}
.disabled\:border-accent-400\/70:disabled {
  border-color: rgb(238 142 139 / 0.7);
}
.disabled\:border-accent-400\/75:disabled {
  border-color: rgb(238 142 139 / 0.75);
}
.disabled\:border-accent-400\/80:disabled {
  border-color: rgb(238 142 139 / 0.8);
}
.disabled\:border-accent-400\/85:disabled {
  border-color: rgb(238 142 139 / 0.85);
}
.disabled\:border-accent-400\/90:disabled {
  border-color: rgb(238 142 139 / 0.9);
}
.disabled\:border-accent-400\/95:disabled {
  border-color: rgb(238 142 139 / 0.95);
}
.disabled\:border-accent-500:disabled {
  border-color: #e57373;
}
.disabled\:border-accent-500\/0:disabled {
  border-color: rgb(229 115 115 / 0);
}
.disabled\:border-accent-500\/10:disabled {
  border-color: rgb(229 115 115 / 0.1);
}
.disabled\:border-accent-500\/100:disabled {
  border-color: rgb(229 115 115 / 1);
}
.disabled\:border-accent-500\/15:disabled {
  border-color: rgb(229 115 115 / 0.15);
}
.disabled\:border-accent-500\/20:disabled {
  border-color: rgb(229 115 115 / 0.2);
}
.disabled\:border-accent-500\/25:disabled {
  border-color: rgb(229 115 115 / 0.25);
}
.disabled\:border-accent-500\/30:disabled {
  border-color: rgb(229 115 115 / 0.3);
}
.disabled\:border-accent-500\/35:disabled {
  border-color: rgb(229 115 115 / 0.35);
}
.disabled\:border-accent-500\/40:disabled {
  border-color: rgb(229 115 115 / 0.4);
}
.disabled\:border-accent-500\/45:disabled {
  border-color: rgb(229 115 115 / 0.45);
}
.disabled\:border-accent-500\/5:disabled {
  border-color: rgb(229 115 115 / 0.05);
}
.disabled\:border-accent-500\/50:disabled {
  border-color: rgb(229 115 115 / 0.5);
}
.disabled\:border-accent-500\/55:disabled {
  border-color: rgb(229 115 115 / 0.55);
}
.disabled\:border-accent-500\/60:disabled {
  border-color: rgb(229 115 115 / 0.6);
}
.disabled\:border-accent-500\/65:disabled {
  border-color: rgb(229 115 115 / 0.65);
}
.disabled\:border-accent-500\/70:disabled {
  border-color: rgb(229 115 115 / 0.7);
}
.disabled\:border-accent-500\/75:disabled {
  border-color: rgb(229 115 115 / 0.75);
}
.disabled\:border-accent-500\/80:disabled {
  border-color: rgb(229 115 115 / 0.8);
}
.disabled\:border-accent-500\/85:disabled {
  border-color: rgb(229 115 115 / 0.85);
}
.disabled\:border-accent-500\/90:disabled {
  border-color: rgb(229 115 115 / 0.9);
}
.disabled\:border-accent-500\/95:disabled {
  border-color: rgb(229 115 115 / 0.95);
}
.disabled\:border-accent-600:disabled {
  border-color: #d95f5f;
}
.disabled\:border-accent-600\/0:disabled {
  border-color: rgb(217 95 95 / 0);
}
.disabled\:border-accent-600\/10:disabled {
  border-color: rgb(217 95 95 / 0.1);
}
.disabled\:border-accent-600\/100:disabled {
  border-color: rgb(217 95 95 / 1);
}
.disabled\:border-accent-600\/15:disabled {
  border-color: rgb(217 95 95 / 0.15);
}
.disabled\:border-accent-600\/20:disabled {
  border-color: rgb(217 95 95 / 0.2);
}
.disabled\:border-accent-600\/25:disabled {
  border-color: rgb(217 95 95 / 0.25);
}
.disabled\:border-accent-600\/30:disabled {
  border-color: rgb(217 95 95 / 0.3);
}
.disabled\:border-accent-600\/35:disabled {
  border-color: rgb(217 95 95 / 0.35);
}
.disabled\:border-accent-600\/40:disabled {
  border-color: rgb(217 95 95 / 0.4);
}
.disabled\:border-accent-600\/45:disabled {
  border-color: rgb(217 95 95 / 0.45);
}
.disabled\:border-accent-600\/5:disabled {
  border-color: rgb(217 95 95 / 0.05);
}
.disabled\:border-accent-600\/50:disabled {
  border-color: rgb(217 95 95 / 0.5);
}
.disabled\:border-accent-600\/55:disabled {
  border-color: rgb(217 95 95 / 0.55);
}
.disabled\:border-accent-600\/60:disabled {
  border-color: rgb(217 95 95 / 0.6);
}
.disabled\:border-accent-600\/65:disabled {
  border-color: rgb(217 95 95 / 0.65);
}
.disabled\:border-accent-600\/70:disabled {
  border-color: rgb(217 95 95 / 0.7);
}
.disabled\:border-accent-600\/75:disabled {
  border-color: rgb(217 95 95 / 0.75);
}
.disabled\:border-accent-600\/80:disabled {
  border-color: rgb(217 95 95 / 0.8);
}
.disabled\:border-accent-600\/85:disabled {
  border-color: rgb(217 95 95 / 0.85);
}
.disabled\:border-accent-600\/90:disabled {
  border-color: rgb(217 95 95 / 0.9);
}
.disabled\:border-accent-600\/95:disabled {
  border-color: rgb(217 95 95 / 0.95);
}
.disabled\:border-accent-700:disabled {
  border-color: #c94a4a;
}
.disabled\:border-accent-700\/0:disabled {
  border-color: rgb(201 74 74 / 0);
}
.disabled\:border-accent-700\/10:disabled {
  border-color: rgb(201 74 74 / 0.1);
}
.disabled\:border-accent-700\/100:disabled {
  border-color: rgb(201 74 74 / 1);
}
.disabled\:border-accent-700\/15:disabled {
  border-color: rgb(201 74 74 / 0.15);
}
.disabled\:border-accent-700\/20:disabled {
  border-color: rgb(201 74 74 / 0.2);
}
.disabled\:border-accent-700\/25:disabled {
  border-color: rgb(201 74 74 / 0.25);
}
.disabled\:border-accent-700\/30:disabled {
  border-color: rgb(201 74 74 / 0.3);
}
.disabled\:border-accent-700\/35:disabled {
  border-color: rgb(201 74 74 / 0.35);
}
.disabled\:border-accent-700\/40:disabled {
  border-color: rgb(201 74 74 / 0.4);
}
.disabled\:border-accent-700\/45:disabled {
  border-color: rgb(201 74 74 / 0.45);
}
.disabled\:border-accent-700\/5:disabled {
  border-color: rgb(201 74 74 / 0.05);
}
.disabled\:border-accent-700\/50:disabled {
  border-color: rgb(201 74 74 / 0.5);
}
.disabled\:border-accent-700\/55:disabled {
  border-color: rgb(201 74 74 / 0.55);
}
.disabled\:border-accent-700\/60:disabled {
  border-color: rgb(201 74 74 / 0.6);
}
.disabled\:border-accent-700\/65:disabled {
  border-color: rgb(201 74 74 / 0.65);
}
.disabled\:border-accent-700\/70:disabled {
  border-color: rgb(201 74 74 / 0.7);
}
.disabled\:border-accent-700\/75:disabled {
  border-color: rgb(201 74 74 / 0.75);
}
.disabled\:border-accent-700\/80:disabled {
  border-color: rgb(201 74 74 / 0.8);
}
.disabled\:border-accent-700\/85:disabled {
  border-color: rgb(201 74 74 / 0.85);
}
.disabled\:border-accent-700\/90:disabled {
  border-color: rgb(201 74 74 / 0.9);
}
.disabled\:border-accent-700\/95:disabled {
  border-color: rgb(201 74 74 / 0.95);
}
.disabled\:border-accent-800:disabled {
  border-color: #a83c3c;
}
.disabled\:border-accent-800\/0:disabled {
  border-color: rgb(168 60 60 / 0);
}
.disabled\:border-accent-800\/10:disabled {
  border-color: rgb(168 60 60 / 0.1);
}
.disabled\:border-accent-800\/100:disabled {
  border-color: rgb(168 60 60 / 1);
}
.disabled\:border-accent-800\/15:disabled {
  border-color: rgb(168 60 60 / 0.15);
}
.disabled\:border-accent-800\/20:disabled {
  border-color: rgb(168 60 60 / 0.2);
}
.disabled\:border-accent-800\/25:disabled {
  border-color: rgb(168 60 60 / 0.25);
}
.disabled\:border-accent-800\/30:disabled {
  border-color: rgb(168 60 60 / 0.3);
}
.disabled\:border-accent-800\/35:disabled {
  border-color: rgb(168 60 60 / 0.35);
}
.disabled\:border-accent-800\/40:disabled {
  border-color: rgb(168 60 60 / 0.4);
}
.disabled\:border-accent-800\/45:disabled {
  border-color: rgb(168 60 60 / 0.45);
}
.disabled\:border-accent-800\/5:disabled {
  border-color: rgb(168 60 60 / 0.05);
}
.disabled\:border-accent-800\/50:disabled {
  border-color: rgb(168 60 60 / 0.5);
}
.disabled\:border-accent-800\/55:disabled {
  border-color: rgb(168 60 60 / 0.55);
}
.disabled\:border-accent-800\/60:disabled {
  border-color: rgb(168 60 60 / 0.6);
}
.disabled\:border-accent-800\/65:disabled {
  border-color: rgb(168 60 60 / 0.65);
}
.disabled\:border-accent-800\/70:disabled {
  border-color: rgb(168 60 60 / 0.7);
}
.disabled\:border-accent-800\/75:disabled {
  border-color: rgb(168 60 60 / 0.75);
}
.disabled\:border-accent-800\/80:disabled {
  border-color: rgb(168 60 60 / 0.8);
}
.disabled\:border-accent-800\/85:disabled {
  border-color: rgb(168 60 60 / 0.85);
}
.disabled\:border-accent-800\/90:disabled {
  border-color: rgb(168 60 60 / 0.9);
}
.disabled\:border-accent-800\/95:disabled {
  border-color: rgb(168 60 60 / 0.95);
}
.disabled\:border-accent-900:disabled {
  border-color: #8c3434;
}
.disabled\:border-accent-900\/0:disabled {
  border-color: rgb(140 52 52 / 0);
}
.disabled\:border-accent-900\/10:disabled {
  border-color: rgb(140 52 52 / 0.1);
}
.disabled\:border-accent-900\/100:disabled {
  border-color: rgb(140 52 52 / 1);
}
.disabled\:border-accent-900\/15:disabled {
  border-color: rgb(140 52 52 / 0.15);
}
.disabled\:border-accent-900\/20:disabled {
  border-color: rgb(140 52 52 / 0.2);
}
.disabled\:border-accent-900\/25:disabled {
  border-color: rgb(140 52 52 / 0.25);
}
.disabled\:border-accent-900\/30:disabled {
  border-color: rgb(140 52 52 / 0.3);
}
.disabled\:border-accent-900\/35:disabled {
  border-color: rgb(140 52 52 / 0.35);
}
.disabled\:border-accent-900\/40:disabled {
  border-color: rgb(140 52 52 / 0.4);
}
.disabled\:border-accent-900\/45:disabled {
  border-color: rgb(140 52 52 / 0.45);
}
.disabled\:border-accent-900\/5:disabled {
  border-color: rgb(140 52 52 / 0.05);
}
.disabled\:border-accent-900\/50:disabled {
  border-color: rgb(140 52 52 / 0.5);
}
.disabled\:border-accent-900\/55:disabled {
  border-color: rgb(140 52 52 / 0.55);
}
.disabled\:border-accent-900\/60:disabled {
  border-color: rgb(140 52 52 / 0.6);
}
.disabled\:border-accent-900\/65:disabled {
  border-color: rgb(140 52 52 / 0.65);
}
.disabled\:border-accent-900\/70:disabled {
  border-color: rgb(140 52 52 / 0.7);
}
.disabled\:border-accent-900\/75:disabled {
  border-color: rgb(140 52 52 / 0.75);
}
.disabled\:border-accent-900\/80:disabled {
  border-color: rgb(140 52 52 / 0.8);
}
.disabled\:border-accent-900\/85:disabled {
  border-color: rgb(140 52 52 / 0.85);
}
.disabled\:border-accent-900\/90:disabled {
  border-color: rgb(140 52 52 / 0.9);
}
.disabled\:border-accent-900\/95:disabled {
  border-color: rgb(140 52 52 / 0.95);
}
.disabled\:border-gray-100:disabled {
  border-color: #f3f4f6;
}
.disabled\:border-gray-100\/0:disabled {
  border-color: rgb(243 244 246 / 0);
}
.disabled\:border-gray-100\/10:disabled {
  border-color: rgb(243 244 246 / 0.1);
}
.disabled\:border-gray-100\/100:disabled {
  border-color: rgb(243 244 246 / 1);
}
.disabled\:border-gray-100\/15:disabled {
  border-color: rgb(243 244 246 / 0.15);
}
.disabled\:border-gray-100\/20:disabled {
  border-color: rgb(243 244 246 / 0.2);
}
.disabled\:border-gray-100\/25:disabled {
  border-color: rgb(243 244 246 / 0.25);
}
.disabled\:border-gray-100\/30:disabled {
  border-color: rgb(243 244 246 / 0.3);
}
.disabled\:border-gray-100\/35:disabled {
  border-color: rgb(243 244 246 / 0.35);
}
.disabled\:border-gray-100\/40:disabled {
  border-color: rgb(243 244 246 / 0.4);
}
.disabled\:border-gray-100\/45:disabled {
  border-color: rgb(243 244 246 / 0.45);
}
.disabled\:border-gray-100\/5:disabled {
  border-color: rgb(243 244 246 / 0.05);
}
.disabled\:border-gray-100\/50:disabled {
  border-color: rgb(243 244 246 / 0.5);
}
.disabled\:border-gray-100\/55:disabled {
  border-color: rgb(243 244 246 / 0.55);
}
.disabled\:border-gray-100\/60:disabled {
  border-color: rgb(243 244 246 / 0.6);
}
.disabled\:border-gray-100\/65:disabled {
  border-color: rgb(243 244 246 / 0.65);
}
.disabled\:border-gray-100\/70:disabled {
  border-color: rgb(243 244 246 / 0.7);
}
.disabled\:border-gray-100\/75:disabled {
  border-color: rgb(243 244 246 / 0.75);
}
.disabled\:border-gray-100\/80:disabled {
  border-color: rgb(243 244 246 / 0.8);
}
.disabled\:border-gray-100\/85:disabled {
  border-color: rgb(243 244 246 / 0.85);
}
.disabled\:border-gray-100\/90:disabled {
  border-color: rgb(243 244 246 / 0.9);
}
.disabled\:border-gray-100\/95:disabled {
  border-color: rgb(243 244 246 / 0.95);
}
.disabled\:border-gray-200:disabled {
  border-color: #e5e7eb;
}
.disabled\:border-gray-200\/0:disabled {
  border-color: rgb(229 231 235 / 0);
}
.disabled\:border-gray-200\/10:disabled {
  border-color: rgb(229 231 235 / 0.1);
}
.disabled\:border-gray-200\/100:disabled {
  border-color: rgb(229 231 235 / 1);
}
.disabled\:border-gray-200\/15:disabled {
  border-color: rgb(229 231 235 / 0.15);
}
.disabled\:border-gray-200\/20:disabled {
  border-color: rgb(229 231 235 / 0.2);
}
.disabled\:border-gray-200\/25:disabled {
  border-color: rgb(229 231 235 / 0.25);
}
.disabled\:border-gray-200\/30:disabled {
  border-color: rgb(229 231 235 / 0.3);
}
.disabled\:border-gray-200\/35:disabled {
  border-color: rgb(229 231 235 / 0.35);
}
.disabled\:border-gray-200\/40:disabled {
  border-color: rgb(229 231 235 / 0.4);
}
.disabled\:border-gray-200\/45:disabled {
  border-color: rgb(229 231 235 / 0.45);
}
.disabled\:border-gray-200\/5:disabled {
  border-color: rgb(229 231 235 / 0.05);
}
.disabled\:border-gray-200\/50:disabled {
  border-color: rgb(229 231 235 / 0.5);
}
.disabled\:border-gray-200\/55:disabled {
  border-color: rgb(229 231 235 / 0.55);
}
.disabled\:border-gray-200\/60:disabled {
  border-color: rgb(229 231 235 / 0.6);
}
.disabled\:border-gray-200\/65:disabled {
  border-color: rgb(229 231 235 / 0.65);
}
.disabled\:border-gray-200\/70:disabled {
  border-color: rgb(229 231 235 / 0.7);
}
.disabled\:border-gray-200\/75:disabled {
  border-color: rgb(229 231 235 / 0.75);
}
.disabled\:border-gray-200\/80:disabled {
  border-color: rgb(229 231 235 / 0.8);
}
.disabled\:border-gray-200\/85:disabled {
  border-color: rgb(229 231 235 / 0.85);
}
.disabled\:border-gray-200\/90:disabled {
  border-color: rgb(229 231 235 / 0.9);
}
.disabled\:border-gray-200\/95:disabled {
  border-color: rgb(229 231 235 / 0.95);
}
.disabled\:border-gray-300:disabled {
  border-color: #d1d5db;
}
.disabled\:border-gray-300\/0:disabled {
  border-color: rgb(209 213 219 / 0);
}
.disabled\:border-gray-300\/10:disabled {
  border-color: rgb(209 213 219 / 0.1);
}
.disabled\:border-gray-300\/100:disabled {
  border-color: rgb(209 213 219 / 1);
}
.disabled\:border-gray-300\/15:disabled {
  border-color: rgb(209 213 219 / 0.15);
}
.disabled\:border-gray-300\/20:disabled {
  border-color: rgb(209 213 219 / 0.2);
}
.disabled\:border-gray-300\/25:disabled {
  border-color: rgb(209 213 219 / 0.25);
}
.disabled\:border-gray-300\/30:disabled {
  border-color: rgb(209 213 219 / 0.3);
}
.disabled\:border-gray-300\/35:disabled {
  border-color: rgb(209 213 219 / 0.35);
}
.disabled\:border-gray-300\/40:disabled {
  border-color: rgb(209 213 219 / 0.4);
}
.disabled\:border-gray-300\/45:disabled {
  border-color: rgb(209 213 219 / 0.45);
}
.disabled\:border-gray-300\/5:disabled {
  border-color: rgb(209 213 219 / 0.05);
}
.disabled\:border-gray-300\/50:disabled {
  border-color: rgb(209 213 219 / 0.5);
}
.disabled\:border-gray-300\/55:disabled {
  border-color: rgb(209 213 219 / 0.55);
}
.disabled\:border-gray-300\/60:disabled {
  border-color: rgb(209 213 219 / 0.6);
}
.disabled\:border-gray-300\/65:disabled {
  border-color: rgb(209 213 219 / 0.65);
}
.disabled\:border-gray-300\/70:disabled {
  border-color: rgb(209 213 219 / 0.7);
}
.disabled\:border-gray-300\/75:disabled {
  border-color: rgb(209 213 219 / 0.75);
}
.disabled\:border-gray-300\/80:disabled {
  border-color: rgb(209 213 219 / 0.8);
}
.disabled\:border-gray-300\/85:disabled {
  border-color: rgb(209 213 219 / 0.85);
}
.disabled\:border-gray-300\/90:disabled {
  border-color: rgb(209 213 219 / 0.9);
}
.disabled\:border-gray-300\/95:disabled {
  border-color: rgb(209 213 219 / 0.95);
}
.disabled\:border-gray-400:disabled {
  border-color: #9ca3af;
}
.disabled\:border-gray-400\/0:disabled {
  border-color: rgb(156 163 175 / 0);
}
.disabled\:border-gray-400\/10:disabled {
  border-color: rgb(156 163 175 / 0.1);
}
.disabled\:border-gray-400\/100:disabled {
  border-color: rgb(156 163 175 / 1);
}
.disabled\:border-gray-400\/15:disabled {
  border-color: rgb(156 163 175 / 0.15);
}
.disabled\:border-gray-400\/20:disabled {
  border-color: rgb(156 163 175 / 0.2);
}
.disabled\:border-gray-400\/25:disabled {
  border-color: rgb(156 163 175 / 0.25);
}
.disabled\:border-gray-400\/30:disabled {
  border-color: rgb(156 163 175 / 0.3);
}
.disabled\:border-gray-400\/35:disabled {
  border-color: rgb(156 163 175 / 0.35);
}
.disabled\:border-gray-400\/40:disabled {
  border-color: rgb(156 163 175 / 0.4);
}
.disabled\:border-gray-400\/45:disabled {
  border-color: rgb(156 163 175 / 0.45);
}
.disabled\:border-gray-400\/5:disabled {
  border-color: rgb(156 163 175 / 0.05);
}
.disabled\:border-gray-400\/50:disabled {
  border-color: rgb(156 163 175 / 0.5);
}
.disabled\:border-gray-400\/55:disabled {
  border-color: rgb(156 163 175 / 0.55);
}
.disabled\:border-gray-400\/60:disabled {
  border-color: rgb(156 163 175 / 0.6);
}
.disabled\:border-gray-400\/65:disabled {
  border-color: rgb(156 163 175 / 0.65);
}
.disabled\:border-gray-400\/70:disabled {
  border-color: rgb(156 163 175 / 0.7);
}
.disabled\:border-gray-400\/75:disabled {
  border-color: rgb(156 163 175 / 0.75);
}
.disabled\:border-gray-400\/80:disabled {
  border-color: rgb(156 163 175 / 0.8);
}
.disabled\:border-gray-400\/85:disabled {
  border-color: rgb(156 163 175 / 0.85);
}
.disabled\:border-gray-400\/90:disabled {
  border-color: rgb(156 163 175 / 0.9);
}
.disabled\:border-gray-400\/95:disabled {
  border-color: rgb(156 163 175 / 0.95);
}
.disabled\:border-gray-500:disabled {
  border-color: #6b7280;
}
.disabled\:border-gray-500\/0:disabled {
  border-color: rgb(107 114 128 / 0);
}
.disabled\:border-gray-500\/10:disabled {
  border-color: rgb(107 114 128 / 0.1);
}
.disabled\:border-gray-500\/100:disabled {
  border-color: rgb(107 114 128 / 1);
}
.disabled\:border-gray-500\/15:disabled {
  border-color: rgb(107 114 128 / 0.15);
}
.disabled\:border-gray-500\/20:disabled {
  border-color: rgb(107 114 128 / 0.2);
}
.disabled\:border-gray-500\/25:disabled {
  border-color: rgb(107 114 128 / 0.25);
}
.disabled\:border-gray-500\/30:disabled {
  border-color: rgb(107 114 128 / 0.3);
}
.disabled\:border-gray-500\/35:disabled {
  border-color: rgb(107 114 128 / 0.35);
}
.disabled\:border-gray-500\/40:disabled {
  border-color: rgb(107 114 128 / 0.4);
}
.disabled\:border-gray-500\/45:disabled {
  border-color: rgb(107 114 128 / 0.45);
}
.disabled\:border-gray-500\/5:disabled {
  border-color: rgb(107 114 128 / 0.05);
}
.disabled\:border-gray-500\/50:disabled {
  border-color: rgb(107 114 128 / 0.5);
}
.disabled\:border-gray-500\/55:disabled {
  border-color: rgb(107 114 128 / 0.55);
}
.disabled\:border-gray-500\/60:disabled {
  border-color: rgb(107 114 128 / 0.6);
}
.disabled\:border-gray-500\/65:disabled {
  border-color: rgb(107 114 128 / 0.65);
}
.disabled\:border-gray-500\/70:disabled {
  border-color: rgb(107 114 128 / 0.7);
}
.disabled\:border-gray-500\/75:disabled {
  border-color: rgb(107 114 128 / 0.75);
}
.disabled\:border-gray-500\/80:disabled {
  border-color: rgb(107 114 128 / 0.8);
}
.disabled\:border-gray-500\/85:disabled {
  border-color: rgb(107 114 128 / 0.85);
}
.disabled\:border-gray-500\/90:disabled {
  border-color: rgb(107 114 128 / 0.9);
}
.disabled\:border-gray-500\/95:disabled {
  border-color: rgb(107 114 128 / 0.95);
}
.disabled\:border-gray-600:disabled {
  border-color: #4b5563;
}
.disabled\:border-gray-600\/0:disabled {
  border-color: rgb(75 85 99 / 0);
}
.disabled\:border-gray-600\/10:disabled {
  border-color: rgb(75 85 99 / 0.1);
}
.disabled\:border-gray-600\/100:disabled {
  border-color: rgb(75 85 99 / 1);
}
.disabled\:border-gray-600\/15:disabled {
  border-color: rgb(75 85 99 / 0.15);
}
.disabled\:border-gray-600\/20:disabled {
  border-color: rgb(75 85 99 / 0.2);
}
.disabled\:border-gray-600\/25:disabled {
  border-color: rgb(75 85 99 / 0.25);
}
.disabled\:border-gray-600\/30:disabled {
  border-color: rgb(75 85 99 / 0.3);
}
.disabled\:border-gray-600\/35:disabled {
  border-color: rgb(75 85 99 / 0.35);
}
.disabled\:border-gray-600\/40:disabled {
  border-color: rgb(75 85 99 / 0.4);
}
.disabled\:border-gray-600\/45:disabled {
  border-color: rgb(75 85 99 / 0.45);
}
.disabled\:border-gray-600\/5:disabled {
  border-color: rgb(75 85 99 / 0.05);
}
.disabled\:border-gray-600\/50:disabled {
  border-color: rgb(75 85 99 / 0.5);
}
.disabled\:border-gray-600\/55:disabled {
  border-color: rgb(75 85 99 / 0.55);
}
.disabled\:border-gray-600\/60:disabled {
  border-color: rgb(75 85 99 / 0.6);
}
.disabled\:border-gray-600\/65:disabled {
  border-color: rgb(75 85 99 / 0.65);
}
.disabled\:border-gray-600\/70:disabled {
  border-color: rgb(75 85 99 / 0.7);
}
.disabled\:border-gray-600\/75:disabled {
  border-color: rgb(75 85 99 / 0.75);
}
.disabled\:border-gray-600\/80:disabled {
  border-color: rgb(75 85 99 / 0.8);
}
.disabled\:border-gray-600\/85:disabled {
  border-color: rgb(75 85 99 / 0.85);
}
.disabled\:border-gray-600\/90:disabled {
  border-color: rgb(75 85 99 / 0.9);
}
.disabled\:border-gray-600\/95:disabled {
  border-color: rgb(75 85 99 / 0.95);
}
.disabled\:border-gray-700:disabled {
  border-color: #374151;
}
.disabled\:border-gray-700\/0:disabled {
  border-color: rgb(55 65 81 / 0);
}
.disabled\:border-gray-700\/10:disabled {
  border-color: rgb(55 65 81 / 0.1);
}
.disabled\:border-gray-700\/100:disabled {
  border-color: rgb(55 65 81 / 1);
}
.disabled\:border-gray-700\/15:disabled {
  border-color: rgb(55 65 81 / 0.15);
}
.disabled\:border-gray-700\/20:disabled {
  border-color: rgb(55 65 81 / 0.2);
}
.disabled\:border-gray-700\/25:disabled {
  border-color: rgb(55 65 81 / 0.25);
}
.disabled\:border-gray-700\/30:disabled {
  border-color: rgb(55 65 81 / 0.3);
}
.disabled\:border-gray-700\/35:disabled {
  border-color: rgb(55 65 81 / 0.35);
}
.disabled\:border-gray-700\/40:disabled {
  border-color: rgb(55 65 81 / 0.4);
}
.disabled\:border-gray-700\/45:disabled {
  border-color: rgb(55 65 81 / 0.45);
}
.disabled\:border-gray-700\/5:disabled {
  border-color: rgb(55 65 81 / 0.05);
}
.disabled\:border-gray-700\/50:disabled {
  border-color: rgb(55 65 81 / 0.5);
}
.disabled\:border-gray-700\/55:disabled {
  border-color: rgb(55 65 81 / 0.55);
}
.disabled\:border-gray-700\/60:disabled {
  border-color: rgb(55 65 81 / 0.6);
}
.disabled\:border-gray-700\/65:disabled {
  border-color: rgb(55 65 81 / 0.65);
}
.disabled\:border-gray-700\/70:disabled {
  border-color: rgb(55 65 81 / 0.7);
}
.disabled\:border-gray-700\/75:disabled {
  border-color: rgb(55 65 81 / 0.75);
}
.disabled\:border-gray-700\/80:disabled {
  border-color: rgb(55 65 81 / 0.8);
}
.disabled\:border-gray-700\/85:disabled {
  border-color: rgb(55 65 81 / 0.85);
}
.disabled\:border-gray-700\/90:disabled {
  border-color: rgb(55 65 81 / 0.9);
}
.disabled\:border-gray-700\/95:disabled {
  border-color: rgb(55 65 81 / 0.95);
}
.disabled\:border-gray-800:disabled {
  border-color: #1f2937;
}
.disabled\:border-gray-800\/0:disabled {
  border-color: rgb(31 41 55 / 0);
}
.disabled\:border-gray-800\/10:disabled {
  border-color: rgb(31 41 55 / 0.1);
}
.disabled\:border-gray-800\/100:disabled {
  border-color: rgb(31 41 55 / 1);
}
.disabled\:border-gray-800\/15:disabled {
  border-color: rgb(31 41 55 / 0.15);
}
.disabled\:border-gray-800\/20:disabled {
  border-color: rgb(31 41 55 / 0.2);
}
.disabled\:border-gray-800\/25:disabled {
  border-color: rgb(31 41 55 / 0.25);
}
.disabled\:border-gray-800\/30:disabled {
  border-color: rgb(31 41 55 / 0.3);
}
.disabled\:border-gray-800\/35:disabled {
  border-color: rgb(31 41 55 / 0.35);
}
.disabled\:border-gray-800\/40:disabled {
  border-color: rgb(31 41 55 / 0.4);
}
.disabled\:border-gray-800\/45:disabled {
  border-color: rgb(31 41 55 / 0.45);
}
.disabled\:border-gray-800\/5:disabled {
  border-color: rgb(31 41 55 / 0.05);
}
.disabled\:border-gray-800\/50:disabled {
  border-color: rgb(31 41 55 / 0.5);
}
.disabled\:border-gray-800\/55:disabled {
  border-color: rgb(31 41 55 / 0.55);
}
.disabled\:border-gray-800\/60:disabled {
  border-color: rgb(31 41 55 / 0.6);
}
.disabled\:border-gray-800\/65:disabled {
  border-color: rgb(31 41 55 / 0.65);
}
.disabled\:border-gray-800\/70:disabled {
  border-color: rgb(31 41 55 / 0.7);
}
.disabled\:border-gray-800\/75:disabled {
  border-color: rgb(31 41 55 / 0.75);
}
.disabled\:border-gray-800\/80:disabled {
  border-color: rgb(31 41 55 / 0.8);
}
.disabled\:border-gray-800\/85:disabled {
  border-color: rgb(31 41 55 / 0.85);
}
.disabled\:border-gray-800\/90:disabled {
  border-color: rgb(31 41 55 / 0.9);
}
.disabled\:border-gray-800\/95:disabled {
  border-color: rgb(31 41 55 / 0.95);
}
.disabled\:border-gray-900:disabled {
  border-color: #111827;
}
.disabled\:border-gray-900\/0:disabled {
  border-color: rgb(17 24 39 / 0);
}
.disabled\:border-gray-900\/10:disabled {
  border-color: rgb(17 24 39 / 0.1);
}
.disabled\:border-gray-900\/100:disabled {
  border-color: rgb(17 24 39 / 1);
}
.disabled\:border-gray-900\/15:disabled {
  border-color: rgb(17 24 39 / 0.15);
}
.disabled\:border-gray-900\/20:disabled {
  border-color: rgb(17 24 39 / 0.2);
}
.disabled\:border-gray-900\/25:disabled {
  border-color: rgb(17 24 39 / 0.25);
}
.disabled\:border-gray-900\/30:disabled {
  border-color: rgb(17 24 39 / 0.3);
}
.disabled\:border-gray-900\/35:disabled {
  border-color: rgb(17 24 39 / 0.35);
}
.disabled\:border-gray-900\/40:disabled {
  border-color: rgb(17 24 39 / 0.4);
}
.disabled\:border-gray-900\/45:disabled {
  border-color: rgb(17 24 39 / 0.45);
}
.disabled\:border-gray-900\/5:disabled {
  border-color: rgb(17 24 39 / 0.05);
}
.disabled\:border-gray-900\/50:disabled {
  border-color: rgb(17 24 39 / 0.5);
}
.disabled\:border-gray-900\/55:disabled {
  border-color: rgb(17 24 39 / 0.55);
}
.disabled\:border-gray-900\/60:disabled {
  border-color: rgb(17 24 39 / 0.6);
}
.disabled\:border-gray-900\/65:disabled {
  border-color: rgb(17 24 39 / 0.65);
}
.disabled\:border-gray-900\/70:disabled {
  border-color: rgb(17 24 39 / 0.7);
}
.disabled\:border-gray-900\/75:disabled {
  border-color: rgb(17 24 39 / 0.75);
}
.disabled\:border-gray-900\/80:disabled {
  border-color: rgb(17 24 39 / 0.8);
}
.disabled\:border-gray-900\/85:disabled {
  border-color: rgb(17 24 39 / 0.85);
}
.disabled\:border-gray-900\/90:disabled {
  border-color: rgb(17 24 39 / 0.9);
}
.disabled\:border-gray-900\/95:disabled {
  border-color: rgb(17 24 39 / 0.95);
}
.disabled\:border-primary-100:disabled {
  border-color: #3965AC;
}
.disabled\:border-primary-100\/0:disabled {
  border-color: rgb(57 101 172 / 0);
}
.disabled\:border-primary-100\/10:disabled {
  border-color: rgb(57 101 172 / 0.1);
}
.disabled\:border-primary-100\/100:disabled {
  border-color: rgb(57 101 172 / 1);
}
.disabled\:border-primary-100\/15:disabled {
  border-color: rgb(57 101 172 / 0.15);
}
.disabled\:border-primary-100\/20:disabled {
  border-color: rgb(57 101 172 / 0.2);
}
.disabled\:border-primary-100\/25:disabled {
  border-color: rgb(57 101 172 / 0.25);
}
.disabled\:border-primary-100\/30:disabled {
  border-color: rgb(57 101 172 / 0.3);
}
.disabled\:border-primary-100\/35:disabled {
  border-color: rgb(57 101 172 / 0.35);
}
.disabled\:border-primary-100\/40:disabled {
  border-color: rgb(57 101 172 / 0.4);
}
.disabled\:border-primary-100\/45:disabled {
  border-color: rgb(57 101 172 / 0.45);
}
.disabled\:border-primary-100\/5:disabled {
  border-color: rgb(57 101 172 / 0.05);
}
.disabled\:border-primary-100\/50:disabled {
  border-color: rgb(57 101 172 / 0.5);
}
.disabled\:border-primary-100\/55:disabled {
  border-color: rgb(57 101 172 / 0.55);
}
.disabled\:border-primary-100\/60:disabled {
  border-color: rgb(57 101 172 / 0.6);
}
.disabled\:border-primary-100\/65:disabled {
  border-color: rgb(57 101 172 / 0.65);
}
.disabled\:border-primary-100\/70:disabled {
  border-color: rgb(57 101 172 / 0.7);
}
.disabled\:border-primary-100\/75:disabled {
  border-color: rgb(57 101 172 / 0.75);
}
.disabled\:border-primary-100\/80:disabled {
  border-color: rgb(57 101 172 / 0.8);
}
.disabled\:border-primary-100\/85:disabled {
  border-color: rgb(57 101 172 / 0.85);
}
.disabled\:border-primary-100\/90:disabled {
  border-color: rgb(57 101 172 / 0.9);
}
.disabled\:border-primary-100\/95:disabled {
  border-color: rgb(57 101 172 / 0.95);
}
.disabled\:border-primary-200:disabled {
  border-color: #365FA1;
}
.disabled\:border-primary-200\/0:disabled {
  border-color: rgb(54 95 161 / 0);
}
.disabled\:border-primary-200\/10:disabled {
  border-color: rgb(54 95 161 / 0.1);
}
.disabled\:border-primary-200\/100:disabled {
  border-color: rgb(54 95 161 / 1);
}
.disabled\:border-primary-200\/15:disabled {
  border-color: rgb(54 95 161 / 0.15);
}
.disabled\:border-primary-200\/20:disabled {
  border-color: rgb(54 95 161 / 0.2);
}
.disabled\:border-primary-200\/25:disabled {
  border-color: rgb(54 95 161 / 0.25);
}
.disabled\:border-primary-200\/30:disabled {
  border-color: rgb(54 95 161 / 0.3);
}
.disabled\:border-primary-200\/35:disabled {
  border-color: rgb(54 95 161 / 0.35);
}
.disabled\:border-primary-200\/40:disabled {
  border-color: rgb(54 95 161 / 0.4);
}
.disabled\:border-primary-200\/45:disabled {
  border-color: rgb(54 95 161 / 0.45);
}
.disabled\:border-primary-200\/5:disabled {
  border-color: rgb(54 95 161 / 0.05);
}
.disabled\:border-primary-200\/50:disabled {
  border-color: rgb(54 95 161 / 0.5);
}
.disabled\:border-primary-200\/55:disabled {
  border-color: rgb(54 95 161 / 0.55);
}
.disabled\:border-primary-200\/60:disabled {
  border-color: rgb(54 95 161 / 0.6);
}
.disabled\:border-primary-200\/65:disabled {
  border-color: rgb(54 95 161 / 0.65);
}
.disabled\:border-primary-200\/70:disabled {
  border-color: rgb(54 95 161 / 0.7);
}
.disabled\:border-primary-200\/75:disabled {
  border-color: rgb(54 95 161 / 0.75);
}
.disabled\:border-primary-200\/80:disabled {
  border-color: rgb(54 95 161 / 0.8);
}
.disabled\:border-primary-200\/85:disabled {
  border-color: rgb(54 95 161 / 0.85);
}
.disabled\:border-primary-200\/90:disabled {
  border-color: rgb(54 95 161 / 0.9);
}
.disabled\:border-primary-200\/95:disabled {
  border-color: rgb(54 95 161 / 0.95);
}
.disabled\:border-primary-300:disabled {
  border-color: #325895;
}
.disabled\:border-primary-300\/0:disabled {
  border-color: rgb(50 88 149 / 0);
}
.disabled\:border-primary-300\/10:disabled {
  border-color: rgb(50 88 149 / 0.1);
}
.disabled\:border-primary-300\/100:disabled {
  border-color: rgb(50 88 149 / 1);
}
.disabled\:border-primary-300\/15:disabled {
  border-color: rgb(50 88 149 / 0.15);
}
.disabled\:border-primary-300\/20:disabled {
  border-color: rgb(50 88 149 / 0.2);
}
.disabled\:border-primary-300\/25:disabled {
  border-color: rgb(50 88 149 / 0.25);
}
.disabled\:border-primary-300\/30:disabled {
  border-color: rgb(50 88 149 / 0.3);
}
.disabled\:border-primary-300\/35:disabled {
  border-color: rgb(50 88 149 / 0.35);
}
.disabled\:border-primary-300\/40:disabled {
  border-color: rgb(50 88 149 / 0.4);
}
.disabled\:border-primary-300\/45:disabled {
  border-color: rgb(50 88 149 / 0.45);
}
.disabled\:border-primary-300\/5:disabled {
  border-color: rgb(50 88 149 / 0.05);
}
.disabled\:border-primary-300\/50:disabled {
  border-color: rgb(50 88 149 / 0.5);
}
.disabled\:border-primary-300\/55:disabled {
  border-color: rgb(50 88 149 / 0.55);
}
.disabled\:border-primary-300\/60:disabled {
  border-color: rgb(50 88 149 / 0.6);
}
.disabled\:border-primary-300\/65:disabled {
  border-color: rgb(50 88 149 / 0.65);
}
.disabled\:border-primary-300\/70:disabled {
  border-color: rgb(50 88 149 / 0.7);
}
.disabled\:border-primary-300\/75:disabled {
  border-color: rgb(50 88 149 / 0.75);
}
.disabled\:border-primary-300\/80:disabled {
  border-color: rgb(50 88 149 / 0.8);
}
.disabled\:border-primary-300\/85:disabled {
  border-color: rgb(50 88 149 / 0.85);
}
.disabled\:border-primary-300\/90:disabled {
  border-color: rgb(50 88 149 / 0.9);
}
.disabled\:border-primary-300\/95:disabled {
  border-color: rgb(50 88 149 / 0.95);
}
.disabled\:border-primary-400:disabled {
  border-color: #305691;
}
.disabled\:border-primary-400\/0:disabled {
  border-color: rgb(48 86 145 / 0);
}
.disabled\:border-primary-400\/10:disabled {
  border-color: rgb(48 86 145 / 0.1);
}
.disabled\:border-primary-400\/100:disabled {
  border-color: rgb(48 86 145 / 1);
}
.disabled\:border-primary-400\/15:disabled {
  border-color: rgb(48 86 145 / 0.15);
}
.disabled\:border-primary-400\/20:disabled {
  border-color: rgb(48 86 145 / 0.2);
}
.disabled\:border-primary-400\/25:disabled {
  border-color: rgb(48 86 145 / 0.25);
}
.disabled\:border-primary-400\/30:disabled {
  border-color: rgb(48 86 145 / 0.3);
}
.disabled\:border-primary-400\/35:disabled {
  border-color: rgb(48 86 145 / 0.35);
}
.disabled\:border-primary-400\/40:disabled {
  border-color: rgb(48 86 145 / 0.4);
}
.disabled\:border-primary-400\/45:disabled {
  border-color: rgb(48 86 145 / 0.45);
}
.disabled\:border-primary-400\/5:disabled {
  border-color: rgb(48 86 145 / 0.05);
}
.disabled\:border-primary-400\/50:disabled {
  border-color: rgb(48 86 145 / 0.5);
}
.disabled\:border-primary-400\/55:disabled {
  border-color: rgb(48 86 145 / 0.55);
}
.disabled\:border-primary-400\/60:disabled {
  border-color: rgb(48 86 145 / 0.6);
}
.disabled\:border-primary-400\/65:disabled {
  border-color: rgb(48 86 145 / 0.65);
}
.disabled\:border-primary-400\/70:disabled {
  border-color: rgb(48 86 145 / 0.7);
}
.disabled\:border-primary-400\/75:disabled {
  border-color: rgb(48 86 145 / 0.75);
}
.disabled\:border-primary-400\/80:disabled {
  border-color: rgb(48 86 145 / 0.8);
}
.disabled\:border-primary-400\/85:disabled {
  border-color: rgb(48 86 145 / 0.85);
}
.disabled\:border-primary-400\/90:disabled {
  border-color: rgb(48 86 145 / 0.9);
}
.disabled\:border-primary-400\/95:disabled {
  border-color: rgb(48 86 145 / 0.95);
}
.disabled\:border-primary-500:disabled {
  border-color: #2d4b79;
}
.disabled\:border-primary-500\/0:disabled {
  border-color: rgb(45 75 121 / 0);
}
.disabled\:border-primary-500\/10:disabled {
  border-color: rgb(45 75 121 / 0.1);
}
.disabled\:border-primary-500\/100:disabled {
  border-color: rgb(45 75 121 / 1);
}
.disabled\:border-primary-500\/15:disabled {
  border-color: rgb(45 75 121 / 0.15);
}
.disabled\:border-primary-500\/20:disabled {
  border-color: rgb(45 75 121 / 0.2);
}
.disabled\:border-primary-500\/25:disabled {
  border-color: rgb(45 75 121 / 0.25);
}
.disabled\:border-primary-500\/30:disabled {
  border-color: rgb(45 75 121 / 0.3);
}
.disabled\:border-primary-500\/35:disabled {
  border-color: rgb(45 75 121 / 0.35);
}
.disabled\:border-primary-500\/40:disabled {
  border-color: rgb(45 75 121 / 0.4);
}
.disabled\:border-primary-500\/45:disabled {
  border-color: rgb(45 75 121 / 0.45);
}
.disabled\:border-primary-500\/5:disabled {
  border-color: rgb(45 75 121 / 0.05);
}
.disabled\:border-primary-500\/50:disabled {
  border-color: rgb(45 75 121 / 0.5);
}
.disabled\:border-primary-500\/55:disabled {
  border-color: rgb(45 75 121 / 0.55);
}
.disabled\:border-primary-500\/60:disabled {
  border-color: rgb(45 75 121 / 0.6);
}
.disabled\:border-primary-500\/65:disabled {
  border-color: rgb(45 75 121 / 0.65);
}
.disabled\:border-primary-500\/70:disabled {
  border-color: rgb(45 75 121 / 0.7);
}
.disabled\:border-primary-500\/75:disabled {
  border-color: rgb(45 75 121 / 0.75);
}
.disabled\:border-primary-500\/80:disabled {
  border-color: rgb(45 75 121 / 0.8);
}
.disabled\:border-primary-500\/85:disabled {
  border-color: rgb(45 75 121 / 0.85);
}
.disabled\:border-primary-500\/90:disabled {
  border-color: rgb(45 75 121 / 0.9);
}
.disabled\:border-primary-500\/95:disabled {
  border-color: rgb(45 75 121 / 0.95);
}
.disabled\:border-primary-600:disabled {
  border-color: #264473;
}
.disabled\:border-primary-600\/0:disabled {
  border-color: rgb(38 68 115 / 0);
}
.disabled\:border-primary-600\/10:disabled {
  border-color: rgb(38 68 115 / 0.1);
}
.disabled\:border-primary-600\/100:disabled {
  border-color: rgb(38 68 115 / 1);
}
.disabled\:border-primary-600\/15:disabled {
  border-color: rgb(38 68 115 / 0.15);
}
.disabled\:border-primary-600\/20:disabled {
  border-color: rgb(38 68 115 / 0.2);
}
.disabled\:border-primary-600\/25:disabled {
  border-color: rgb(38 68 115 / 0.25);
}
.disabled\:border-primary-600\/30:disabled {
  border-color: rgb(38 68 115 / 0.3);
}
.disabled\:border-primary-600\/35:disabled {
  border-color: rgb(38 68 115 / 0.35);
}
.disabled\:border-primary-600\/40:disabled {
  border-color: rgb(38 68 115 / 0.4);
}
.disabled\:border-primary-600\/45:disabled {
  border-color: rgb(38 68 115 / 0.45);
}
.disabled\:border-primary-600\/5:disabled {
  border-color: rgb(38 68 115 / 0.05);
}
.disabled\:border-primary-600\/50:disabled {
  border-color: rgb(38 68 115 / 0.5);
}
.disabled\:border-primary-600\/55:disabled {
  border-color: rgb(38 68 115 / 0.55);
}
.disabled\:border-primary-600\/60:disabled {
  border-color: rgb(38 68 115 / 0.6);
}
.disabled\:border-primary-600\/65:disabled {
  border-color: rgb(38 68 115 / 0.65);
}
.disabled\:border-primary-600\/70:disabled {
  border-color: rgb(38 68 115 / 0.7);
}
.disabled\:border-primary-600\/75:disabled {
  border-color: rgb(38 68 115 / 0.75);
}
.disabled\:border-primary-600\/80:disabled {
  border-color: rgb(38 68 115 / 0.8);
}
.disabled\:border-primary-600\/85:disabled {
  border-color: rgb(38 68 115 / 0.85);
}
.disabled\:border-primary-600\/90:disabled {
  border-color: rgb(38 68 115 / 0.9);
}
.disabled\:border-primary-600\/95:disabled {
  border-color: rgb(38 68 115 / 0.95);
}
.disabled\:border-primary-700:disabled {
  border-color: #233e68;
}
.disabled\:border-primary-700\/0:disabled {
  border-color: rgb(35 62 104 / 0);
}
.disabled\:border-primary-700\/10:disabled {
  border-color: rgb(35 62 104 / 0.1);
}
.disabled\:border-primary-700\/100:disabled {
  border-color: rgb(35 62 104 / 1);
}
.disabled\:border-primary-700\/15:disabled {
  border-color: rgb(35 62 104 / 0.15);
}
.disabled\:border-primary-700\/20:disabled {
  border-color: rgb(35 62 104 / 0.2);
}
.disabled\:border-primary-700\/25:disabled {
  border-color: rgb(35 62 104 / 0.25);
}
.disabled\:border-primary-700\/30:disabled {
  border-color: rgb(35 62 104 / 0.3);
}
.disabled\:border-primary-700\/35:disabled {
  border-color: rgb(35 62 104 / 0.35);
}
.disabled\:border-primary-700\/40:disabled {
  border-color: rgb(35 62 104 / 0.4);
}
.disabled\:border-primary-700\/45:disabled {
  border-color: rgb(35 62 104 / 0.45);
}
.disabled\:border-primary-700\/5:disabled {
  border-color: rgb(35 62 104 / 0.05);
}
.disabled\:border-primary-700\/50:disabled {
  border-color: rgb(35 62 104 / 0.5);
}
.disabled\:border-primary-700\/55:disabled {
  border-color: rgb(35 62 104 / 0.55);
}
.disabled\:border-primary-700\/60:disabled {
  border-color: rgb(35 62 104 / 0.6);
}
.disabled\:border-primary-700\/65:disabled {
  border-color: rgb(35 62 104 / 0.65);
}
.disabled\:border-primary-700\/70:disabled {
  border-color: rgb(35 62 104 / 0.7);
}
.disabled\:border-primary-700\/75:disabled {
  border-color: rgb(35 62 104 / 0.75);
}
.disabled\:border-primary-700\/80:disabled {
  border-color: rgb(35 62 104 / 0.8);
}
.disabled\:border-primary-700\/85:disabled {
  border-color: rgb(35 62 104 / 0.85);
}
.disabled\:border-primary-700\/90:disabled {
  border-color: rgb(35 62 104 / 0.9);
}
.disabled\:border-primary-700\/95:disabled {
  border-color: rgb(35 62 104 / 0.95);
}
.disabled\:border-primary-800:disabled {
  border-color: #1f375c;
}
.disabled\:border-primary-800\/0:disabled {
  border-color: rgb(31 55 92 / 0);
}
.disabled\:border-primary-800\/10:disabled {
  border-color: rgb(31 55 92 / 0.1);
}
.disabled\:border-primary-800\/100:disabled {
  border-color: rgb(31 55 92 / 1);
}
.disabled\:border-primary-800\/15:disabled {
  border-color: rgb(31 55 92 / 0.15);
}
.disabled\:border-primary-800\/20:disabled {
  border-color: rgb(31 55 92 / 0.2);
}
.disabled\:border-primary-800\/25:disabled {
  border-color: rgb(31 55 92 / 0.25);
}
.disabled\:border-primary-800\/30:disabled {
  border-color: rgb(31 55 92 / 0.3);
}
.disabled\:border-primary-800\/35:disabled {
  border-color: rgb(31 55 92 / 0.35);
}
.disabled\:border-primary-800\/40:disabled {
  border-color: rgb(31 55 92 / 0.4);
}
.disabled\:border-primary-800\/45:disabled {
  border-color: rgb(31 55 92 / 0.45);
}
.disabled\:border-primary-800\/5:disabled {
  border-color: rgb(31 55 92 / 0.05);
}
.disabled\:border-primary-800\/50:disabled {
  border-color: rgb(31 55 92 / 0.5);
}
.disabled\:border-primary-800\/55:disabled {
  border-color: rgb(31 55 92 / 0.55);
}
.disabled\:border-primary-800\/60:disabled {
  border-color: rgb(31 55 92 / 0.6);
}
.disabled\:border-primary-800\/65:disabled {
  border-color: rgb(31 55 92 / 0.65);
}
.disabled\:border-primary-800\/70:disabled {
  border-color: rgb(31 55 92 / 0.7);
}
.disabled\:border-primary-800\/75:disabled {
  border-color: rgb(31 55 92 / 0.75);
}
.disabled\:border-primary-800\/80:disabled {
  border-color: rgb(31 55 92 / 0.8);
}
.disabled\:border-primary-800\/85:disabled {
  border-color: rgb(31 55 92 / 0.85);
}
.disabled\:border-primary-800\/90:disabled {
  border-color: rgb(31 55 92 / 0.9);
}
.disabled\:border-primary-800\/95:disabled {
  border-color: rgb(31 55 92 / 0.95);
}
.disabled\:border-primary-900:disabled {
  border-color: #1b3051;
}
.disabled\:border-primary-900\/0:disabled {
  border-color: rgb(27 48 81 / 0);
}
.disabled\:border-primary-900\/10:disabled {
  border-color: rgb(27 48 81 / 0.1);
}
.disabled\:border-primary-900\/100:disabled {
  border-color: rgb(27 48 81 / 1);
}
.disabled\:border-primary-900\/15:disabled {
  border-color: rgb(27 48 81 / 0.15);
}
.disabled\:border-primary-900\/20:disabled {
  border-color: rgb(27 48 81 / 0.2);
}
.disabled\:border-primary-900\/25:disabled {
  border-color: rgb(27 48 81 / 0.25);
}
.disabled\:border-primary-900\/30:disabled {
  border-color: rgb(27 48 81 / 0.3);
}
.disabled\:border-primary-900\/35:disabled {
  border-color: rgb(27 48 81 / 0.35);
}
.disabled\:border-primary-900\/40:disabled {
  border-color: rgb(27 48 81 / 0.4);
}
.disabled\:border-primary-900\/45:disabled {
  border-color: rgb(27 48 81 / 0.45);
}
.disabled\:border-primary-900\/5:disabled {
  border-color: rgb(27 48 81 / 0.05);
}
.disabled\:border-primary-900\/50:disabled {
  border-color: rgb(27 48 81 / 0.5);
}
.disabled\:border-primary-900\/55:disabled {
  border-color: rgb(27 48 81 / 0.55);
}
.disabled\:border-primary-900\/60:disabled {
  border-color: rgb(27 48 81 / 0.6);
}
.disabled\:border-primary-900\/65:disabled {
  border-color: rgb(27 48 81 / 0.65);
}
.disabled\:border-primary-900\/70:disabled {
  border-color: rgb(27 48 81 / 0.7);
}
.disabled\:border-primary-900\/75:disabled {
  border-color: rgb(27 48 81 / 0.75);
}
.disabled\:border-primary-900\/80:disabled {
  border-color: rgb(27 48 81 / 0.8);
}
.disabled\:border-primary-900\/85:disabled {
  border-color: rgb(27 48 81 / 0.85);
}
.disabled\:border-primary-900\/90:disabled {
  border-color: rgb(27 48 81 / 0.9);
}
.disabled\:border-primary-900\/95:disabled {
  border-color: rgb(27 48 81 / 0.95);
}
.disabled\:border-secondary-100:disabled {
  border-color: #DAE5E7;
}
.disabled\:border-secondary-100\/0:disabled {
  border-color: rgb(218 229 231 / 0);
}
.disabled\:border-secondary-100\/10:disabled {
  border-color: rgb(218 229 231 / 0.1);
}
.disabled\:border-secondary-100\/100:disabled {
  border-color: rgb(218 229 231 / 1);
}
.disabled\:border-secondary-100\/15:disabled {
  border-color: rgb(218 229 231 / 0.15);
}
.disabled\:border-secondary-100\/20:disabled {
  border-color: rgb(218 229 231 / 0.2);
}
.disabled\:border-secondary-100\/25:disabled {
  border-color: rgb(218 229 231 / 0.25);
}
.disabled\:border-secondary-100\/30:disabled {
  border-color: rgb(218 229 231 / 0.3);
}
.disabled\:border-secondary-100\/35:disabled {
  border-color: rgb(218 229 231 / 0.35);
}
.disabled\:border-secondary-100\/40:disabled {
  border-color: rgb(218 229 231 / 0.4);
}
.disabled\:border-secondary-100\/45:disabled {
  border-color: rgb(218 229 231 / 0.45);
}
.disabled\:border-secondary-100\/5:disabled {
  border-color: rgb(218 229 231 / 0.05);
}
.disabled\:border-secondary-100\/50:disabled {
  border-color: rgb(218 229 231 / 0.5);
}
.disabled\:border-secondary-100\/55:disabled {
  border-color: rgb(218 229 231 / 0.55);
}
.disabled\:border-secondary-100\/60:disabled {
  border-color: rgb(218 229 231 / 0.6);
}
.disabled\:border-secondary-100\/65:disabled {
  border-color: rgb(218 229 231 / 0.65);
}
.disabled\:border-secondary-100\/70:disabled {
  border-color: rgb(218 229 231 / 0.7);
}
.disabled\:border-secondary-100\/75:disabled {
  border-color: rgb(218 229 231 / 0.75);
}
.disabled\:border-secondary-100\/80:disabled {
  border-color: rgb(218 229 231 / 0.8);
}
.disabled\:border-secondary-100\/85:disabled {
  border-color: rgb(218 229 231 / 0.85);
}
.disabled\:border-secondary-100\/90:disabled {
  border-color: rgb(218 229 231 / 0.9);
}
.disabled\:border-secondary-100\/95:disabled {
  border-color: rgb(218 229 231 / 0.95);
}
.disabled\:border-secondary-200:disabled {
  border-color: #C4D6D9;
}
.disabled\:border-secondary-200\/0:disabled {
  border-color: rgb(196 214 217 / 0);
}
.disabled\:border-secondary-200\/10:disabled {
  border-color: rgb(196 214 217 / 0.1);
}
.disabled\:border-secondary-200\/100:disabled {
  border-color: rgb(196 214 217 / 1);
}
.disabled\:border-secondary-200\/15:disabled {
  border-color: rgb(196 214 217 / 0.15);
}
.disabled\:border-secondary-200\/20:disabled {
  border-color: rgb(196 214 217 / 0.2);
}
.disabled\:border-secondary-200\/25:disabled {
  border-color: rgb(196 214 217 / 0.25);
}
.disabled\:border-secondary-200\/30:disabled {
  border-color: rgb(196 214 217 / 0.3);
}
.disabled\:border-secondary-200\/35:disabled {
  border-color: rgb(196 214 217 / 0.35);
}
.disabled\:border-secondary-200\/40:disabled {
  border-color: rgb(196 214 217 / 0.4);
}
.disabled\:border-secondary-200\/45:disabled {
  border-color: rgb(196 214 217 / 0.45);
}
.disabled\:border-secondary-200\/5:disabled {
  border-color: rgb(196 214 217 / 0.05);
}
.disabled\:border-secondary-200\/50:disabled {
  border-color: rgb(196 214 217 / 0.5);
}
.disabled\:border-secondary-200\/55:disabled {
  border-color: rgb(196 214 217 / 0.55);
}
.disabled\:border-secondary-200\/60:disabled {
  border-color: rgb(196 214 217 / 0.6);
}
.disabled\:border-secondary-200\/65:disabled {
  border-color: rgb(196 214 217 / 0.65);
}
.disabled\:border-secondary-200\/70:disabled {
  border-color: rgb(196 214 217 / 0.7);
}
.disabled\:border-secondary-200\/75:disabled {
  border-color: rgb(196 214 217 / 0.75);
}
.disabled\:border-secondary-200\/80:disabled {
  border-color: rgb(196 214 217 / 0.8);
}
.disabled\:border-secondary-200\/85:disabled {
  border-color: rgb(196 214 217 / 0.85);
}
.disabled\:border-secondary-200\/90:disabled {
  border-color: rgb(196 214 217 / 0.9);
}
.disabled\:border-secondary-200\/95:disabled {
  border-color: rgb(196 214 217 / 0.95);
}
.disabled\:border-secondary-300:disabled {
  border-color: #AEC7CC;
}
.disabled\:border-secondary-300\/0:disabled {
  border-color: rgb(174 199 204 / 0);
}
.disabled\:border-secondary-300\/10:disabled {
  border-color: rgb(174 199 204 / 0.1);
}
.disabled\:border-secondary-300\/100:disabled {
  border-color: rgb(174 199 204 / 1);
}
.disabled\:border-secondary-300\/15:disabled {
  border-color: rgb(174 199 204 / 0.15);
}
.disabled\:border-secondary-300\/20:disabled {
  border-color: rgb(174 199 204 / 0.2);
}
.disabled\:border-secondary-300\/25:disabled {
  border-color: rgb(174 199 204 / 0.25);
}
.disabled\:border-secondary-300\/30:disabled {
  border-color: rgb(174 199 204 / 0.3);
}
.disabled\:border-secondary-300\/35:disabled {
  border-color: rgb(174 199 204 / 0.35);
}
.disabled\:border-secondary-300\/40:disabled {
  border-color: rgb(174 199 204 / 0.4);
}
.disabled\:border-secondary-300\/45:disabled {
  border-color: rgb(174 199 204 / 0.45);
}
.disabled\:border-secondary-300\/5:disabled {
  border-color: rgb(174 199 204 / 0.05);
}
.disabled\:border-secondary-300\/50:disabled {
  border-color: rgb(174 199 204 / 0.5);
}
.disabled\:border-secondary-300\/55:disabled {
  border-color: rgb(174 199 204 / 0.55);
}
.disabled\:border-secondary-300\/60:disabled {
  border-color: rgb(174 199 204 / 0.6);
}
.disabled\:border-secondary-300\/65:disabled {
  border-color: rgb(174 199 204 / 0.65);
}
.disabled\:border-secondary-300\/70:disabled {
  border-color: rgb(174 199 204 / 0.7);
}
.disabled\:border-secondary-300\/75:disabled {
  border-color: rgb(174 199 204 / 0.75);
}
.disabled\:border-secondary-300\/80:disabled {
  border-color: rgb(174 199 204 / 0.8);
}
.disabled\:border-secondary-300\/85:disabled {
  border-color: rgb(174 199 204 / 0.85);
}
.disabled\:border-secondary-300\/90:disabled {
  border-color: rgb(174 199 204 / 0.9);
}
.disabled\:border-secondary-300\/95:disabled {
  border-color: rgb(174 199 204 / 0.95);
}
.disabled\:border-secondary-400:disabled {
  border-color: #98B8BE;
}
.disabled\:border-secondary-400\/0:disabled {
  border-color: rgb(152 184 190 / 0);
}
.disabled\:border-secondary-400\/10:disabled {
  border-color: rgb(152 184 190 / 0.1);
}
.disabled\:border-secondary-400\/100:disabled {
  border-color: rgb(152 184 190 / 1);
}
.disabled\:border-secondary-400\/15:disabled {
  border-color: rgb(152 184 190 / 0.15);
}
.disabled\:border-secondary-400\/20:disabled {
  border-color: rgb(152 184 190 / 0.2);
}
.disabled\:border-secondary-400\/25:disabled {
  border-color: rgb(152 184 190 / 0.25);
}
.disabled\:border-secondary-400\/30:disabled {
  border-color: rgb(152 184 190 / 0.3);
}
.disabled\:border-secondary-400\/35:disabled {
  border-color: rgb(152 184 190 / 0.35);
}
.disabled\:border-secondary-400\/40:disabled {
  border-color: rgb(152 184 190 / 0.4);
}
.disabled\:border-secondary-400\/45:disabled {
  border-color: rgb(152 184 190 / 0.45);
}
.disabled\:border-secondary-400\/5:disabled {
  border-color: rgb(152 184 190 / 0.05);
}
.disabled\:border-secondary-400\/50:disabled {
  border-color: rgb(152 184 190 / 0.5);
}
.disabled\:border-secondary-400\/55:disabled {
  border-color: rgb(152 184 190 / 0.55);
}
.disabled\:border-secondary-400\/60:disabled {
  border-color: rgb(152 184 190 / 0.6);
}
.disabled\:border-secondary-400\/65:disabled {
  border-color: rgb(152 184 190 / 0.65);
}
.disabled\:border-secondary-400\/70:disabled {
  border-color: rgb(152 184 190 / 0.7);
}
.disabled\:border-secondary-400\/75:disabled {
  border-color: rgb(152 184 190 / 0.75);
}
.disabled\:border-secondary-400\/80:disabled {
  border-color: rgb(152 184 190 / 0.8);
}
.disabled\:border-secondary-400\/85:disabled {
  border-color: rgb(152 184 190 / 0.85);
}
.disabled\:border-secondary-400\/90:disabled {
  border-color: rgb(152 184 190 / 0.9);
}
.disabled\:border-secondary-400\/95:disabled {
  border-color: rgb(152 184 190 / 0.95);
}
.disabled\:border-secondary-500:disabled {
  border-color: #82A9B0;
}
.disabled\:border-secondary-500\/0:disabled {
  border-color: rgb(130 169 176 / 0);
}
.disabled\:border-secondary-500\/10:disabled {
  border-color: rgb(130 169 176 / 0.1);
}
.disabled\:border-secondary-500\/100:disabled {
  border-color: rgb(130 169 176 / 1);
}
.disabled\:border-secondary-500\/15:disabled {
  border-color: rgb(130 169 176 / 0.15);
}
.disabled\:border-secondary-500\/20:disabled {
  border-color: rgb(130 169 176 / 0.2);
}
.disabled\:border-secondary-500\/25:disabled {
  border-color: rgb(130 169 176 / 0.25);
}
.disabled\:border-secondary-500\/30:disabled {
  border-color: rgb(130 169 176 / 0.3);
}
.disabled\:border-secondary-500\/35:disabled {
  border-color: rgb(130 169 176 / 0.35);
}
.disabled\:border-secondary-500\/40:disabled {
  border-color: rgb(130 169 176 / 0.4);
}
.disabled\:border-secondary-500\/45:disabled {
  border-color: rgb(130 169 176 / 0.45);
}
.disabled\:border-secondary-500\/5:disabled {
  border-color: rgb(130 169 176 / 0.05);
}
.disabled\:border-secondary-500\/50:disabled {
  border-color: rgb(130 169 176 / 0.5);
}
.disabled\:border-secondary-500\/55:disabled {
  border-color: rgb(130 169 176 / 0.55);
}
.disabled\:border-secondary-500\/60:disabled {
  border-color: rgb(130 169 176 / 0.6);
}
.disabled\:border-secondary-500\/65:disabled {
  border-color: rgb(130 169 176 / 0.65);
}
.disabled\:border-secondary-500\/70:disabled {
  border-color: rgb(130 169 176 / 0.7);
}
.disabled\:border-secondary-500\/75:disabled {
  border-color: rgb(130 169 176 / 0.75);
}
.disabled\:border-secondary-500\/80:disabled {
  border-color: rgb(130 169 176 / 0.8);
}
.disabled\:border-secondary-500\/85:disabled {
  border-color: rgb(130 169 176 / 0.85);
}
.disabled\:border-secondary-500\/90:disabled {
  border-color: rgb(130 169 176 / 0.9);
}
.disabled\:border-secondary-500\/95:disabled {
  border-color: rgb(130 169 176 / 0.95);
}
.disabled\:border-secondary-600:disabled {
  border-color: #66969E;
}
.disabled\:border-secondary-600\/0:disabled {
  border-color: rgb(102 150 158 / 0);
}
.disabled\:border-secondary-600\/10:disabled {
  border-color: rgb(102 150 158 / 0.1);
}
.disabled\:border-secondary-600\/100:disabled {
  border-color: rgb(102 150 158 / 1);
}
.disabled\:border-secondary-600\/15:disabled {
  border-color: rgb(102 150 158 / 0.15);
}
.disabled\:border-secondary-600\/20:disabled {
  border-color: rgb(102 150 158 / 0.2);
}
.disabled\:border-secondary-600\/25:disabled {
  border-color: rgb(102 150 158 / 0.25);
}
.disabled\:border-secondary-600\/30:disabled {
  border-color: rgb(102 150 158 / 0.3);
}
.disabled\:border-secondary-600\/35:disabled {
  border-color: rgb(102 150 158 / 0.35);
}
.disabled\:border-secondary-600\/40:disabled {
  border-color: rgb(102 150 158 / 0.4);
}
.disabled\:border-secondary-600\/45:disabled {
  border-color: rgb(102 150 158 / 0.45);
}
.disabled\:border-secondary-600\/5:disabled {
  border-color: rgb(102 150 158 / 0.05);
}
.disabled\:border-secondary-600\/50:disabled {
  border-color: rgb(102 150 158 / 0.5);
}
.disabled\:border-secondary-600\/55:disabled {
  border-color: rgb(102 150 158 / 0.55);
}
.disabled\:border-secondary-600\/60:disabled {
  border-color: rgb(102 150 158 / 0.6);
}
.disabled\:border-secondary-600\/65:disabled {
  border-color: rgb(102 150 158 / 0.65);
}
.disabled\:border-secondary-600\/70:disabled {
  border-color: rgb(102 150 158 / 0.7);
}
.disabled\:border-secondary-600\/75:disabled {
  border-color: rgb(102 150 158 / 0.75);
}
.disabled\:border-secondary-600\/80:disabled {
  border-color: rgb(102 150 158 / 0.8);
}
.disabled\:border-secondary-600\/85:disabled {
  border-color: rgb(102 150 158 / 0.85);
}
.disabled\:border-secondary-600\/90:disabled {
  border-color: rgb(102 150 158 / 0.9);
}
.disabled\:border-secondary-600\/95:disabled {
  border-color: rgb(102 150 158 / 0.95);
}
.disabled\:border-secondary-700:disabled {
  border-color: #537C83;
}
.disabled\:border-secondary-700\/0:disabled {
  border-color: rgb(83 124 131 / 0);
}
.disabled\:border-secondary-700\/10:disabled {
  border-color: rgb(83 124 131 / 0.1);
}
.disabled\:border-secondary-700\/100:disabled {
  border-color: rgb(83 124 131 / 1);
}
.disabled\:border-secondary-700\/15:disabled {
  border-color: rgb(83 124 131 / 0.15);
}
.disabled\:border-secondary-700\/20:disabled {
  border-color: rgb(83 124 131 / 0.2);
}
.disabled\:border-secondary-700\/25:disabled {
  border-color: rgb(83 124 131 / 0.25);
}
.disabled\:border-secondary-700\/30:disabled {
  border-color: rgb(83 124 131 / 0.3);
}
.disabled\:border-secondary-700\/35:disabled {
  border-color: rgb(83 124 131 / 0.35);
}
.disabled\:border-secondary-700\/40:disabled {
  border-color: rgb(83 124 131 / 0.4);
}
.disabled\:border-secondary-700\/45:disabled {
  border-color: rgb(83 124 131 / 0.45);
}
.disabled\:border-secondary-700\/5:disabled {
  border-color: rgb(83 124 131 / 0.05);
}
.disabled\:border-secondary-700\/50:disabled {
  border-color: rgb(83 124 131 / 0.5);
}
.disabled\:border-secondary-700\/55:disabled {
  border-color: rgb(83 124 131 / 0.55);
}
.disabled\:border-secondary-700\/60:disabled {
  border-color: rgb(83 124 131 / 0.6);
}
.disabled\:border-secondary-700\/65:disabled {
  border-color: rgb(83 124 131 / 0.65);
}
.disabled\:border-secondary-700\/70:disabled {
  border-color: rgb(83 124 131 / 0.7);
}
.disabled\:border-secondary-700\/75:disabled {
  border-color: rgb(83 124 131 / 0.75);
}
.disabled\:border-secondary-700\/80:disabled {
  border-color: rgb(83 124 131 / 0.8);
}
.disabled\:border-secondary-700\/85:disabled {
  border-color: rgb(83 124 131 / 0.85);
}
.disabled\:border-secondary-700\/90:disabled {
  border-color: rgb(83 124 131 / 0.9);
}
.disabled\:border-secondary-700\/95:disabled {
  border-color: rgb(83 124 131 / 0.95);
}
.disabled\:border-secondary-800:disabled {
  border-color: #416167;
}
.disabled\:border-secondary-800\/0:disabled {
  border-color: rgb(65 97 103 / 0);
}
.disabled\:border-secondary-800\/10:disabled {
  border-color: rgb(65 97 103 / 0.1);
}
.disabled\:border-secondary-800\/100:disabled {
  border-color: rgb(65 97 103 / 1);
}
.disabled\:border-secondary-800\/15:disabled {
  border-color: rgb(65 97 103 / 0.15);
}
.disabled\:border-secondary-800\/20:disabled {
  border-color: rgb(65 97 103 / 0.2);
}
.disabled\:border-secondary-800\/25:disabled {
  border-color: rgb(65 97 103 / 0.25);
}
.disabled\:border-secondary-800\/30:disabled {
  border-color: rgb(65 97 103 / 0.3);
}
.disabled\:border-secondary-800\/35:disabled {
  border-color: rgb(65 97 103 / 0.35);
}
.disabled\:border-secondary-800\/40:disabled {
  border-color: rgb(65 97 103 / 0.4);
}
.disabled\:border-secondary-800\/45:disabled {
  border-color: rgb(65 97 103 / 0.45);
}
.disabled\:border-secondary-800\/5:disabled {
  border-color: rgb(65 97 103 / 0.05);
}
.disabled\:border-secondary-800\/50:disabled {
  border-color: rgb(65 97 103 / 0.5);
}
.disabled\:border-secondary-800\/55:disabled {
  border-color: rgb(65 97 103 / 0.55);
}
.disabled\:border-secondary-800\/60:disabled {
  border-color: rgb(65 97 103 / 0.6);
}
.disabled\:border-secondary-800\/65:disabled {
  border-color: rgb(65 97 103 / 0.65);
}
.disabled\:border-secondary-800\/70:disabled {
  border-color: rgb(65 97 103 / 0.7);
}
.disabled\:border-secondary-800\/75:disabled {
  border-color: rgb(65 97 103 / 0.75);
}
.disabled\:border-secondary-800\/80:disabled {
  border-color: rgb(65 97 103 / 0.8);
}
.disabled\:border-secondary-800\/85:disabled {
  border-color: rgb(65 97 103 / 0.85);
}
.disabled\:border-secondary-800\/90:disabled {
  border-color: rgb(65 97 103 / 0.9);
}
.disabled\:border-secondary-800\/95:disabled {
  border-color: rgb(65 97 103 / 0.95);
}
.disabled\:border-secondary-900:disabled {
  border-color: #2F474B;
}
.disabled\:border-secondary-900\/0:disabled {
  border-color: rgb(47 71 75 / 0);
}
.disabled\:border-secondary-900\/10:disabled {
  border-color: rgb(47 71 75 / 0.1);
}
.disabled\:border-secondary-900\/100:disabled {
  border-color: rgb(47 71 75 / 1);
}
.disabled\:border-secondary-900\/15:disabled {
  border-color: rgb(47 71 75 / 0.15);
}
.disabled\:border-secondary-900\/20:disabled {
  border-color: rgb(47 71 75 / 0.2);
}
.disabled\:border-secondary-900\/25:disabled {
  border-color: rgb(47 71 75 / 0.25);
}
.disabled\:border-secondary-900\/30:disabled {
  border-color: rgb(47 71 75 / 0.3);
}
.disabled\:border-secondary-900\/35:disabled {
  border-color: rgb(47 71 75 / 0.35);
}
.disabled\:border-secondary-900\/40:disabled {
  border-color: rgb(47 71 75 / 0.4);
}
.disabled\:border-secondary-900\/45:disabled {
  border-color: rgb(47 71 75 / 0.45);
}
.disabled\:border-secondary-900\/5:disabled {
  border-color: rgb(47 71 75 / 0.05);
}
.disabled\:border-secondary-900\/50:disabled {
  border-color: rgb(47 71 75 / 0.5);
}
.disabled\:border-secondary-900\/55:disabled {
  border-color: rgb(47 71 75 / 0.55);
}
.disabled\:border-secondary-900\/60:disabled {
  border-color: rgb(47 71 75 / 0.6);
}
.disabled\:border-secondary-900\/65:disabled {
  border-color: rgb(47 71 75 / 0.65);
}
.disabled\:border-secondary-900\/70:disabled {
  border-color: rgb(47 71 75 / 0.7);
}
.disabled\:border-secondary-900\/75:disabled {
  border-color: rgb(47 71 75 / 0.75);
}
.disabled\:border-secondary-900\/80:disabled {
  border-color: rgb(47 71 75 / 0.8);
}
.disabled\:border-secondary-900\/85:disabled {
  border-color: rgb(47 71 75 / 0.85);
}
.disabled\:border-secondary-900\/90:disabled {
  border-color: rgb(47 71 75 / 0.9);
}
.disabled\:border-secondary-900\/95:disabled {
  border-color: rgb(47 71 75 / 0.95);
}
.disabled\:bg-accent-100:disabled {
  background-color: #fceae9;
}
.disabled\:bg-accent-100\/0:disabled {
  background-color: rgb(252 234 233 / 0);
}
.disabled\:bg-accent-100\/10:disabled {
  background-color: rgb(252 234 233 / 0.1);
}
.disabled\:bg-accent-100\/100:disabled {
  background-color: rgb(252 234 233 / 1);
}
.disabled\:bg-accent-100\/15:disabled {
  background-color: rgb(252 234 233 / 0.15);
}
.disabled\:bg-accent-100\/20:disabled {
  background-color: rgb(252 234 233 / 0.2);
}
.disabled\:bg-accent-100\/25:disabled {
  background-color: rgb(252 234 233 / 0.25);
}
.disabled\:bg-accent-100\/30:disabled {
  background-color: rgb(252 234 233 / 0.3);
}
.disabled\:bg-accent-100\/35:disabled {
  background-color: rgb(252 234 233 / 0.35);
}
.disabled\:bg-accent-100\/40:disabled {
  background-color: rgb(252 234 233 / 0.4);
}
.disabled\:bg-accent-100\/45:disabled {
  background-color: rgb(252 234 233 / 0.45);
}
.disabled\:bg-accent-100\/5:disabled {
  background-color: rgb(252 234 233 / 0.05);
}
.disabled\:bg-accent-100\/50:disabled {
  background-color: rgb(252 234 233 / 0.5);
}
.disabled\:bg-accent-100\/55:disabled {
  background-color: rgb(252 234 233 / 0.55);
}
.disabled\:bg-accent-100\/60:disabled {
  background-color: rgb(252 234 233 / 0.6);
}
.disabled\:bg-accent-100\/65:disabled {
  background-color: rgb(252 234 233 / 0.65);
}
.disabled\:bg-accent-100\/70:disabled {
  background-color: rgb(252 234 233 / 0.7);
}
.disabled\:bg-accent-100\/75:disabled {
  background-color: rgb(252 234 233 / 0.75);
}
.disabled\:bg-accent-100\/80:disabled {
  background-color: rgb(252 234 233 / 0.8);
}
.disabled\:bg-accent-100\/85:disabled {
  background-color: rgb(252 234 233 / 0.85);
}
.disabled\:bg-accent-100\/90:disabled {
  background-color: rgb(252 234 233 / 0.9);
}
.disabled\:bg-accent-100\/95:disabled {
  background-color: rgb(252 234 233 / 0.95);
}
.disabled\:bg-accent-200:disabled {
  background-color: #f9d4d2;
}
.disabled\:bg-accent-200\/0:disabled {
  background-color: rgb(249 212 210 / 0);
}
.disabled\:bg-accent-200\/10:disabled {
  background-color: rgb(249 212 210 / 0.1);
}
.disabled\:bg-accent-200\/100:disabled {
  background-color: rgb(249 212 210 / 1);
}
.disabled\:bg-accent-200\/15:disabled {
  background-color: rgb(249 212 210 / 0.15);
}
.disabled\:bg-accent-200\/20:disabled {
  background-color: rgb(249 212 210 / 0.2);
}
.disabled\:bg-accent-200\/25:disabled {
  background-color: rgb(249 212 210 / 0.25);
}
.disabled\:bg-accent-200\/30:disabled {
  background-color: rgb(249 212 210 / 0.3);
}
.disabled\:bg-accent-200\/35:disabled {
  background-color: rgb(249 212 210 / 0.35);
}
.disabled\:bg-accent-200\/40:disabled {
  background-color: rgb(249 212 210 / 0.4);
}
.disabled\:bg-accent-200\/45:disabled {
  background-color: rgb(249 212 210 / 0.45);
}
.disabled\:bg-accent-200\/5:disabled {
  background-color: rgb(249 212 210 / 0.05);
}
.disabled\:bg-accent-200\/50:disabled {
  background-color: rgb(249 212 210 / 0.5);
}
.disabled\:bg-accent-200\/55:disabled {
  background-color: rgb(249 212 210 / 0.55);
}
.disabled\:bg-accent-200\/60:disabled {
  background-color: rgb(249 212 210 / 0.6);
}
.disabled\:bg-accent-200\/65:disabled {
  background-color: rgb(249 212 210 / 0.65);
}
.disabled\:bg-accent-200\/70:disabled {
  background-color: rgb(249 212 210 / 0.7);
}
.disabled\:bg-accent-200\/75:disabled {
  background-color: rgb(249 212 210 / 0.75);
}
.disabled\:bg-accent-200\/80:disabled {
  background-color: rgb(249 212 210 / 0.8);
}
.disabled\:bg-accent-200\/85:disabled {
  background-color: rgb(249 212 210 / 0.85);
}
.disabled\:bg-accent-200\/90:disabled {
  background-color: rgb(249 212 210 / 0.9);
}
.disabled\:bg-accent-200\/95:disabled {
  background-color: rgb(249 212 210 / 0.95);
}
.disabled\:bg-accent-300:disabled {
  background-color: #f4b5b3;
}
.disabled\:bg-accent-300\/0:disabled {
  background-color: rgb(244 181 179 / 0);
}
.disabled\:bg-accent-300\/10:disabled {
  background-color: rgb(244 181 179 / 0.1);
}
.disabled\:bg-accent-300\/100:disabled {
  background-color: rgb(244 181 179 / 1);
}
.disabled\:bg-accent-300\/15:disabled {
  background-color: rgb(244 181 179 / 0.15);
}
.disabled\:bg-accent-300\/20:disabled {
  background-color: rgb(244 181 179 / 0.2);
}
.disabled\:bg-accent-300\/25:disabled {
  background-color: rgb(244 181 179 / 0.25);
}
.disabled\:bg-accent-300\/30:disabled {
  background-color: rgb(244 181 179 / 0.3);
}
.disabled\:bg-accent-300\/35:disabled {
  background-color: rgb(244 181 179 / 0.35);
}
.disabled\:bg-accent-300\/40:disabled {
  background-color: rgb(244 181 179 / 0.4);
}
.disabled\:bg-accent-300\/45:disabled {
  background-color: rgb(244 181 179 / 0.45);
}
.disabled\:bg-accent-300\/5:disabled {
  background-color: rgb(244 181 179 / 0.05);
}
.disabled\:bg-accent-300\/50:disabled {
  background-color: rgb(244 181 179 / 0.5);
}
.disabled\:bg-accent-300\/55:disabled {
  background-color: rgb(244 181 179 / 0.55);
}
.disabled\:bg-accent-300\/60:disabled {
  background-color: rgb(244 181 179 / 0.6);
}
.disabled\:bg-accent-300\/65:disabled {
  background-color: rgb(244 181 179 / 0.65);
}
.disabled\:bg-accent-300\/70:disabled {
  background-color: rgb(244 181 179 / 0.7);
}
.disabled\:bg-accent-300\/75:disabled {
  background-color: rgb(244 181 179 / 0.75);
}
.disabled\:bg-accent-300\/80:disabled {
  background-color: rgb(244 181 179 / 0.8);
}
.disabled\:bg-accent-300\/85:disabled {
  background-color: rgb(244 181 179 / 0.85);
}
.disabled\:bg-accent-300\/90:disabled {
  background-color: rgb(244 181 179 / 0.9);
}
.disabled\:bg-accent-300\/95:disabled {
  background-color: rgb(244 181 179 / 0.95);
}
.disabled\:bg-accent-400:disabled {
  background-color: #ee8e8b;
}
.disabled\:bg-accent-400\/0:disabled {
  background-color: rgb(238 142 139 / 0);
}
.disabled\:bg-accent-400\/10:disabled {
  background-color: rgb(238 142 139 / 0.1);
}
.disabled\:bg-accent-400\/100:disabled {
  background-color: rgb(238 142 139 / 1);
}
.disabled\:bg-accent-400\/15:disabled {
  background-color: rgb(238 142 139 / 0.15);
}
.disabled\:bg-accent-400\/20:disabled {
  background-color: rgb(238 142 139 / 0.2);
}
.disabled\:bg-accent-400\/25:disabled {
  background-color: rgb(238 142 139 / 0.25);
}
.disabled\:bg-accent-400\/30:disabled {
  background-color: rgb(238 142 139 / 0.3);
}
.disabled\:bg-accent-400\/35:disabled {
  background-color: rgb(238 142 139 / 0.35);
}
.disabled\:bg-accent-400\/40:disabled {
  background-color: rgb(238 142 139 / 0.4);
}
.disabled\:bg-accent-400\/45:disabled {
  background-color: rgb(238 142 139 / 0.45);
}
.disabled\:bg-accent-400\/5:disabled {
  background-color: rgb(238 142 139 / 0.05);
}
.disabled\:bg-accent-400\/50:disabled {
  background-color: rgb(238 142 139 / 0.5);
}
.disabled\:bg-accent-400\/55:disabled {
  background-color: rgb(238 142 139 / 0.55);
}
.disabled\:bg-accent-400\/60:disabled {
  background-color: rgb(238 142 139 / 0.6);
}
.disabled\:bg-accent-400\/65:disabled {
  background-color: rgb(238 142 139 / 0.65);
}
.disabled\:bg-accent-400\/70:disabled {
  background-color: rgb(238 142 139 / 0.7);
}
.disabled\:bg-accent-400\/75:disabled {
  background-color: rgb(238 142 139 / 0.75);
}
.disabled\:bg-accent-400\/80:disabled {
  background-color: rgb(238 142 139 / 0.8);
}
.disabled\:bg-accent-400\/85:disabled {
  background-color: rgb(238 142 139 / 0.85);
}
.disabled\:bg-accent-400\/90:disabled {
  background-color: rgb(238 142 139 / 0.9);
}
.disabled\:bg-accent-400\/95:disabled {
  background-color: rgb(238 142 139 / 0.95);
}
.disabled\:bg-accent-500:disabled {
  background-color: #e57373;
}
.disabled\:bg-accent-500\/0:disabled {
  background-color: rgb(229 115 115 / 0);
}
.disabled\:bg-accent-500\/10:disabled {
  background-color: rgb(229 115 115 / 0.1);
}
.disabled\:bg-accent-500\/100:disabled {
  background-color: rgb(229 115 115 / 1);
}
.disabled\:bg-accent-500\/15:disabled {
  background-color: rgb(229 115 115 / 0.15);
}
.disabled\:bg-accent-500\/20:disabled {
  background-color: rgb(229 115 115 / 0.2);
}
.disabled\:bg-accent-500\/25:disabled {
  background-color: rgb(229 115 115 / 0.25);
}
.disabled\:bg-accent-500\/30:disabled {
  background-color: rgb(229 115 115 / 0.3);
}
.disabled\:bg-accent-500\/35:disabled {
  background-color: rgb(229 115 115 / 0.35);
}
.disabled\:bg-accent-500\/40:disabled {
  background-color: rgb(229 115 115 / 0.4);
}
.disabled\:bg-accent-500\/45:disabled {
  background-color: rgb(229 115 115 / 0.45);
}
.disabled\:bg-accent-500\/5:disabled {
  background-color: rgb(229 115 115 / 0.05);
}
.disabled\:bg-accent-500\/50:disabled {
  background-color: rgb(229 115 115 / 0.5);
}
.disabled\:bg-accent-500\/55:disabled {
  background-color: rgb(229 115 115 / 0.55);
}
.disabled\:bg-accent-500\/60:disabled {
  background-color: rgb(229 115 115 / 0.6);
}
.disabled\:bg-accent-500\/65:disabled {
  background-color: rgb(229 115 115 / 0.65);
}
.disabled\:bg-accent-500\/70:disabled {
  background-color: rgb(229 115 115 / 0.7);
}
.disabled\:bg-accent-500\/75:disabled {
  background-color: rgb(229 115 115 / 0.75);
}
.disabled\:bg-accent-500\/80:disabled {
  background-color: rgb(229 115 115 / 0.8);
}
.disabled\:bg-accent-500\/85:disabled {
  background-color: rgb(229 115 115 / 0.85);
}
.disabled\:bg-accent-500\/90:disabled {
  background-color: rgb(229 115 115 / 0.9);
}
.disabled\:bg-accent-500\/95:disabled {
  background-color: rgb(229 115 115 / 0.95);
}
.disabled\:bg-accent-600:disabled {
  background-color: #d95f5f;
}
.disabled\:bg-accent-600\/0:disabled {
  background-color: rgb(217 95 95 / 0);
}
.disabled\:bg-accent-600\/10:disabled {
  background-color: rgb(217 95 95 / 0.1);
}
.disabled\:bg-accent-600\/100:disabled {
  background-color: rgb(217 95 95 / 1);
}
.disabled\:bg-accent-600\/15:disabled {
  background-color: rgb(217 95 95 / 0.15);
}
.disabled\:bg-accent-600\/20:disabled {
  background-color: rgb(217 95 95 / 0.2);
}
.disabled\:bg-accent-600\/25:disabled {
  background-color: rgb(217 95 95 / 0.25);
}
.disabled\:bg-accent-600\/30:disabled {
  background-color: rgb(217 95 95 / 0.3);
}
.disabled\:bg-accent-600\/35:disabled {
  background-color: rgb(217 95 95 / 0.35);
}
.disabled\:bg-accent-600\/40:disabled {
  background-color: rgb(217 95 95 / 0.4);
}
.disabled\:bg-accent-600\/45:disabled {
  background-color: rgb(217 95 95 / 0.45);
}
.disabled\:bg-accent-600\/5:disabled {
  background-color: rgb(217 95 95 / 0.05);
}
.disabled\:bg-accent-600\/50:disabled {
  background-color: rgb(217 95 95 / 0.5);
}
.disabled\:bg-accent-600\/55:disabled {
  background-color: rgb(217 95 95 / 0.55);
}
.disabled\:bg-accent-600\/60:disabled {
  background-color: rgb(217 95 95 / 0.6);
}
.disabled\:bg-accent-600\/65:disabled {
  background-color: rgb(217 95 95 / 0.65);
}
.disabled\:bg-accent-600\/70:disabled {
  background-color: rgb(217 95 95 / 0.7);
}
.disabled\:bg-accent-600\/75:disabled {
  background-color: rgb(217 95 95 / 0.75);
}
.disabled\:bg-accent-600\/80:disabled {
  background-color: rgb(217 95 95 / 0.8);
}
.disabled\:bg-accent-600\/85:disabled {
  background-color: rgb(217 95 95 / 0.85);
}
.disabled\:bg-accent-600\/90:disabled {
  background-color: rgb(217 95 95 / 0.9);
}
.disabled\:bg-accent-600\/95:disabled {
  background-color: rgb(217 95 95 / 0.95);
}
.disabled\:bg-accent-700:disabled {
  background-color: #c94a4a;
}
.disabled\:bg-accent-700\/0:disabled {
  background-color: rgb(201 74 74 / 0);
}
.disabled\:bg-accent-700\/10:disabled {
  background-color: rgb(201 74 74 / 0.1);
}
.disabled\:bg-accent-700\/100:disabled {
  background-color: rgb(201 74 74 / 1);
}
.disabled\:bg-accent-700\/15:disabled {
  background-color: rgb(201 74 74 / 0.15);
}
.disabled\:bg-accent-700\/20:disabled {
  background-color: rgb(201 74 74 / 0.2);
}
.disabled\:bg-accent-700\/25:disabled {
  background-color: rgb(201 74 74 / 0.25);
}
.disabled\:bg-accent-700\/30:disabled {
  background-color: rgb(201 74 74 / 0.3);
}
.disabled\:bg-accent-700\/35:disabled {
  background-color: rgb(201 74 74 / 0.35);
}
.disabled\:bg-accent-700\/40:disabled {
  background-color: rgb(201 74 74 / 0.4);
}
.disabled\:bg-accent-700\/45:disabled {
  background-color: rgb(201 74 74 / 0.45);
}
.disabled\:bg-accent-700\/5:disabled {
  background-color: rgb(201 74 74 / 0.05);
}
.disabled\:bg-accent-700\/50:disabled {
  background-color: rgb(201 74 74 / 0.5);
}
.disabled\:bg-accent-700\/55:disabled {
  background-color: rgb(201 74 74 / 0.55);
}
.disabled\:bg-accent-700\/60:disabled {
  background-color: rgb(201 74 74 / 0.6);
}
.disabled\:bg-accent-700\/65:disabled {
  background-color: rgb(201 74 74 / 0.65);
}
.disabled\:bg-accent-700\/70:disabled {
  background-color: rgb(201 74 74 / 0.7);
}
.disabled\:bg-accent-700\/75:disabled {
  background-color: rgb(201 74 74 / 0.75);
}
.disabled\:bg-accent-700\/80:disabled {
  background-color: rgb(201 74 74 / 0.8);
}
.disabled\:bg-accent-700\/85:disabled {
  background-color: rgb(201 74 74 / 0.85);
}
.disabled\:bg-accent-700\/90:disabled {
  background-color: rgb(201 74 74 / 0.9);
}
.disabled\:bg-accent-700\/95:disabled {
  background-color: rgb(201 74 74 / 0.95);
}
.disabled\:bg-accent-800:disabled {
  background-color: #a83c3c;
}
.disabled\:bg-accent-800\/0:disabled {
  background-color: rgb(168 60 60 / 0);
}
.disabled\:bg-accent-800\/10:disabled {
  background-color: rgb(168 60 60 / 0.1);
}
.disabled\:bg-accent-800\/100:disabled {
  background-color: rgb(168 60 60 / 1);
}
.disabled\:bg-accent-800\/15:disabled {
  background-color: rgb(168 60 60 / 0.15);
}
.disabled\:bg-accent-800\/20:disabled {
  background-color: rgb(168 60 60 / 0.2);
}
.disabled\:bg-accent-800\/25:disabled {
  background-color: rgb(168 60 60 / 0.25);
}
.disabled\:bg-accent-800\/30:disabled {
  background-color: rgb(168 60 60 / 0.3);
}
.disabled\:bg-accent-800\/35:disabled {
  background-color: rgb(168 60 60 / 0.35);
}
.disabled\:bg-accent-800\/40:disabled {
  background-color: rgb(168 60 60 / 0.4);
}
.disabled\:bg-accent-800\/45:disabled {
  background-color: rgb(168 60 60 / 0.45);
}
.disabled\:bg-accent-800\/5:disabled {
  background-color: rgb(168 60 60 / 0.05);
}
.disabled\:bg-accent-800\/50:disabled {
  background-color: rgb(168 60 60 / 0.5);
}
.disabled\:bg-accent-800\/55:disabled {
  background-color: rgb(168 60 60 / 0.55);
}
.disabled\:bg-accent-800\/60:disabled {
  background-color: rgb(168 60 60 / 0.6);
}
.disabled\:bg-accent-800\/65:disabled {
  background-color: rgb(168 60 60 / 0.65);
}
.disabled\:bg-accent-800\/70:disabled {
  background-color: rgb(168 60 60 / 0.7);
}
.disabled\:bg-accent-800\/75:disabled {
  background-color: rgb(168 60 60 / 0.75);
}
.disabled\:bg-accent-800\/80:disabled {
  background-color: rgb(168 60 60 / 0.8);
}
.disabled\:bg-accent-800\/85:disabled {
  background-color: rgb(168 60 60 / 0.85);
}
.disabled\:bg-accent-800\/90:disabled {
  background-color: rgb(168 60 60 / 0.9);
}
.disabled\:bg-accent-800\/95:disabled {
  background-color: rgb(168 60 60 / 0.95);
}
.disabled\:bg-accent-900:disabled {
  background-color: #8c3434;
}
.disabled\:bg-accent-900\/0:disabled {
  background-color: rgb(140 52 52 / 0);
}
.disabled\:bg-accent-900\/10:disabled {
  background-color: rgb(140 52 52 / 0.1);
}
.disabled\:bg-accent-900\/100:disabled {
  background-color: rgb(140 52 52 / 1);
}
.disabled\:bg-accent-900\/15:disabled {
  background-color: rgb(140 52 52 / 0.15);
}
.disabled\:bg-accent-900\/20:disabled {
  background-color: rgb(140 52 52 / 0.2);
}
.disabled\:bg-accent-900\/25:disabled {
  background-color: rgb(140 52 52 / 0.25);
}
.disabled\:bg-accent-900\/30:disabled {
  background-color: rgb(140 52 52 / 0.3);
}
.disabled\:bg-accent-900\/35:disabled {
  background-color: rgb(140 52 52 / 0.35);
}
.disabled\:bg-accent-900\/40:disabled {
  background-color: rgb(140 52 52 / 0.4);
}
.disabled\:bg-accent-900\/45:disabled {
  background-color: rgb(140 52 52 / 0.45);
}
.disabled\:bg-accent-900\/5:disabled {
  background-color: rgb(140 52 52 / 0.05);
}
.disabled\:bg-accent-900\/50:disabled {
  background-color: rgb(140 52 52 / 0.5);
}
.disabled\:bg-accent-900\/55:disabled {
  background-color: rgb(140 52 52 / 0.55);
}
.disabled\:bg-accent-900\/60:disabled {
  background-color: rgb(140 52 52 / 0.6);
}
.disabled\:bg-accent-900\/65:disabled {
  background-color: rgb(140 52 52 / 0.65);
}
.disabled\:bg-accent-900\/70:disabled {
  background-color: rgb(140 52 52 / 0.7);
}
.disabled\:bg-accent-900\/75:disabled {
  background-color: rgb(140 52 52 / 0.75);
}
.disabled\:bg-accent-900\/80:disabled {
  background-color: rgb(140 52 52 / 0.8);
}
.disabled\:bg-accent-900\/85:disabled {
  background-color: rgb(140 52 52 / 0.85);
}
.disabled\:bg-accent-900\/90:disabled {
  background-color: rgb(140 52 52 / 0.9);
}
.disabled\:bg-accent-900\/95:disabled {
  background-color: rgb(140 52 52 / 0.95);
}
.disabled\:bg-gray-100:disabled {
  background-color: #f3f4f6;
}
.disabled\:bg-gray-100\/0:disabled {
  background-color: rgb(243 244 246 / 0);
}
.disabled\:bg-gray-100\/10:disabled {
  background-color: rgb(243 244 246 / 0.1);
}
.disabled\:bg-gray-100\/100:disabled {
  background-color: rgb(243 244 246 / 1);
}
.disabled\:bg-gray-100\/15:disabled {
  background-color: rgb(243 244 246 / 0.15);
}
.disabled\:bg-gray-100\/20:disabled {
  background-color: rgb(243 244 246 / 0.2);
}
.disabled\:bg-gray-100\/25:disabled {
  background-color: rgb(243 244 246 / 0.25);
}
.disabled\:bg-gray-100\/30:disabled {
  background-color: rgb(243 244 246 / 0.3);
}
.disabled\:bg-gray-100\/35:disabled {
  background-color: rgb(243 244 246 / 0.35);
}
.disabled\:bg-gray-100\/40:disabled {
  background-color: rgb(243 244 246 / 0.4);
}
.disabled\:bg-gray-100\/45:disabled {
  background-color: rgb(243 244 246 / 0.45);
}
.disabled\:bg-gray-100\/5:disabled {
  background-color: rgb(243 244 246 / 0.05);
}
.disabled\:bg-gray-100\/50:disabled {
  background-color: rgb(243 244 246 / 0.5);
}
.disabled\:bg-gray-100\/55:disabled {
  background-color: rgb(243 244 246 / 0.55);
}
.disabled\:bg-gray-100\/60:disabled {
  background-color: rgb(243 244 246 / 0.6);
}
.disabled\:bg-gray-100\/65:disabled {
  background-color: rgb(243 244 246 / 0.65);
}
.disabled\:bg-gray-100\/70:disabled {
  background-color: rgb(243 244 246 / 0.7);
}
.disabled\:bg-gray-100\/75:disabled {
  background-color: rgb(243 244 246 / 0.75);
}
.disabled\:bg-gray-100\/80:disabled {
  background-color: rgb(243 244 246 / 0.8);
}
.disabled\:bg-gray-100\/85:disabled {
  background-color: rgb(243 244 246 / 0.85);
}
.disabled\:bg-gray-100\/90:disabled {
  background-color: rgb(243 244 246 / 0.9);
}
.disabled\:bg-gray-100\/95:disabled {
  background-color: rgb(243 244 246 / 0.95);
}
.disabled\:bg-gray-200:disabled {
  background-color: #e5e7eb;
}
.disabled\:bg-gray-200\/0:disabled {
  background-color: rgb(229 231 235 / 0);
}
.disabled\:bg-gray-200\/10:disabled {
  background-color: rgb(229 231 235 / 0.1);
}
.disabled\:bg-gray-200\/100:disabled {
  background-color: rgb(229 231 235 / 1);
}
.disabled\:bg-gray-200\/15:disabled {
  background-color: rgb(229 231 235 / 0.15);
}
.disabled\:bg-gray-200\/20:disabled {
  background-color: rgb(229 231 235 / 0.2);
}
.disabled\:bg-gray-200\/25:disabled {
  background-color: rgb(229 231 235 / 0.25);
}
.disabled\:bg-gray-200\/30:disabled {
  background-color: rgb(229 231 235 / 0.3);
}
.disabled\:bg-gray-200\/35:disabled {
  background-color: rgb(229 231 235 / 0.35);
}
.disabled\:bg-gray-200\/40:disabled {
  background-color: rgb(229 231 235 / 0.4);
}
.disabled\:bg-gray-200\/45:disabled {
  background-color: rgb(229 231 235 / 0.45);
}
.disabled\:bg-gray-200\/5:disabled {
  background-color: rgb(229 231 235 / 0.05);
}
.disabled\:bg-gray-200\/50:disabled {
  background-color: rgb(229 231 235 / 0.5);
}
.disabled\:bg-gray-200\/55:disabled {
  background-color: rgb(229 231 235 / 0.55);
}
.disabled\:bg-gray-200\/60:disabled {
  background-color: rgb(229 231 235 / 0.6);
}
.disabled\:bg-gray-200\/65:disabled {
  background-color: rgb(229 231 235 / 0.65);
}
.disabled\:bg-gray-200\/70:disabled {
  background-color: rgb(229 231 235 / 0.7);
}
.disabled\:bg-gray-200\/75:disabled {
  background-color: rgb(229 231 235 / 0.75);
}
.disabled\:bg-gray-200\/80:disabled {
  background-color: rgb(229 231 235 / 0.8);
}
.disabled\:bg-gray-200\/85:disabled {
  background-color: rgb(229 231 235 / 0.85);
}
.disabled\:bg-gray-200\/90:disabled {
  background-color: rgb(229 231 235 / 0.9);
}
.disabled\:bg-gray-200\/95:disabled {
  background-color: rgb(229 231 235 / 0.95);
}
.disabled\:bg-gray-300:disabled {
  background-color: #d1d5db;
}
.disabled\:bg-gray-300\/0:disabled {
  background-color: rgb(209 213 219 / 0);
}
.disabled\:bg-gray-300\/10:disabled {
  background-color: rgb(209 213 219 / 0.1);
}
.disabled\:bg-gray-300\/100:disabled {
  background-color: rgb(209 213 219 / 1);
}
.disabled\:bg-gray-300\/15:disabled {
  background-color: rgb(209 213 219 / 0.15);
}
.disabled\:bg-gray-300\/20:disabled {
  background-color: rgb(209 213 219 / 0.2);
}
.disabled\:bg-gray-300\/25:disabled {
  background-color: rgb(209 213 219 / 0.25);
}
.disabled\:bg-gray-300\/30:disabled {
  background-color: rgb(209 213 219 / 0.3);
}
.disabled\:bg-gray-300\/35:disabled {
  background-color: rgb(209 213 219 / 0.35);
}
.disabled\:bg-gray-300\/40:disabled {
  background-color: rgb(209 213 219 / 0.4);
}
.disabled\:bg-gray-300\/45:disabled {
  background-color: rgb(209 213 219 / 0.45);
}
.disabled\:bg-gray-300\/5:disabled {
  background-color: rgb(209 213 219 / 0.05);
}
.disabled\:bg-gray-300\/50:disabled {
  background-color: rgb(209 213 219 / 0.5);
}
.disabled\:bg-gray-300\/55:disabled {
  background-color: rgb(209 213 219 / 0.55);
}
.disabled\:bg-gray-300\/60:disabled {
  background-color: rgb(209 213 219 / 0.6);
}
.disabled\:bg-gray-300\/65:disabled {
  background-color: rgb(209 213 219 / 0.65);
}
.disabled\:bg-gray-300\/70:disabled {
  background-color: rgb(209 213 219 / 0.7);
}
.disabled\:bg-gray-300\/75:disabled {
  background-color: rgb(209 213 219 / 0.75);
}
.disabled\:bg-gray-300\/80:disabled {
  background-color: rgb(209 213 219 / 0.8);
}
.disabled\:bg-gray-300\/85:disabled {
  background-color: rgb(209 213 219 / 0.85);
}
.disabled\:bg-gray-300\/90:disabled {
  background-color: rgb(209 213 219 / 0.9);
}
.disabled\:bg-gray-300\/95:disabled {
  background-color: rgb(209 213 219 / 0.95);
}
.disabled\:bg-gray-400:disabled {
  background-color: #9ca3af;
}
.disabled\:bg-gray-400\/0:disabled {
  background-color: rgb(156 163 175 / 0);
}
.disabled\:bg-gray-400\/10:disabled {
  background-color: rgb(156 163 175 / 0.1);
}
.disabled\:bg-gray-400\/100:disabled {
  background-color: rgb(156 163 175 / 1);
}
.disabled\:bg-gray-400\/15:disabled {
  background-color: rgb(156 163 175 / 0.15);
}
.disabled\:bg-gray-400\/20:disabled {
  background-color: rgb(156 163 175 / 0.2);
}
.disabled\:bg-gray-400\/25:disabled {
  background-color: rgb(156 163 175 / 0.25);
}
.disabled\:bg-gray-400\/30:disabled {
  background-color: rgb(156 163 175 / 0.3);
}
.disabled\:bg-gray-400\/35:disabled {
  background-color: rgb(156 163 175 / 0.35);
}
.disabled\:bg-gray-400\/40:disabled {
  background-color: rgb(156 163 175 / 0.4);
}
.disabled\:bg-gray-400\/45:disabled {
  background-color: rgb(156 163 175 / 0.45);
}
.disabled\:bg-gray-400\/5:disabled {
  background-color: rgb(156 163 175 / 0.05);
}
.disabled\:bg-gray-400\/50:disabled {
  background-color: rgb(156 163 175 / 0.5);
}
.disabled\:bg-gray-400\/55:disabled {
  background-color: rgb(156 163 175 / 0.55);
}
.disabled\:bg-gray-400\/60:disabled {
  background-color: rgb(156 163 175 / 0.6);
}
.disabled\:bg-gray-400\/65:disabled {
  background-color: rgb(156 163 175 / 0.65);
}
.disabled\:bg-gray-400\/70:disabled {
  background-color: rgb(156 163 175 / 0.7);
}
.disabled\:bg-gray-400\/75:disabled {
  background-color: rgb(156 163 175 / 0.75);
}
.disabled\:bg-gray-400\/80:disabled {
  background-color: rgb(156 163 175 / 0.8);
}
.disabled\:bg-gray-400\/85:disabled {
  background-color: rgb(156 163 175 / 0.85);
}
.disabled\:bg-gray-400\/90:disabled {
  background-color: rgb(156 163 175 / 0.9);
}
.disabled\:bg-gray-400\/95:disabled {
  background-color: rgb(156 163 175 / 0.95);
}
.disabled\:bg-gray-500:disabled {
  background-color: #6b7280;
}
.disabled\:bg-gray-500\/0:disabled {
  background-color: rgb(107 114 128 / 0);
}
.disabled\:bg-gray-500\/10:disabled {
  background-color: rgb(107 114 128 / 0.1);
}
.disabled\:bg-gray-500\/100:disabled {
  background-color: rgb(107 114 128 / 1);
}
.disabled\:bg-gray-500\/15:disabled {
  background-color: rgb(107 114 128 / 0.15);
}
.disabled\:bg-gray-500\/20:disabled {
  background-color: rgb(107 114 128 / 0.2);
}
.disabled\:bg-gray-500\/25:disabled {
  background-color: rgb(107 114 128 / 0.25);
}
.disabled\:bg-gray-500\/30:disabled {
  background-color: rgb(107 114 128 / 0.3);
}
.disabled\:bg-gray-500\/35:disabled {
  background-color: rgb(107 114 128 / 0.35);
}
.disabled\:bg-gray-500\/40:disabled {
  background-color: rgb(107 114 128 / 0.4);
}
.disabled\:bg-gray-500\/45:disabled {
  background-color: rgb(107 114 128 / 0.45);
}
.disabled\:bg-gray-500\/5:disabled {
  background-color: rgb(107 114 128 / 0.05);
}
.disabled\:bg-gray-500\/50:disabled {
  background-color: rgb(107 114 128 / 0.5);
}
.disabled\:bg-gray-500\/55:disabled {
  background-color: rgb(107 114 128 / 0.55);
}
.disabled\:bg-gray-500\/60:disabled {
  background-color: rgb(107 114 128 / 0.6);
}
.disabled\:bg-gray-500\/65:disabled {
  background-color: rgb(107 114 128 / 0.65);
}
.disabled\:bg-gray-500\/70:disabled {
  background-color: rgb(107 114 128 / 0.7);
}
.disabled\:bg-gray-500\/75:disabled {
  background-color: rgb(107 114 128 / 0.75);
}
.disabled\:bg-gray-500\/80:disabled {
  background-color: rgb(107 114 128 / 0.8);
}
.disabled\:bg-gray-500\/85:disabled {
  background-color: rgb(107 114 128 / 0.85);
}
.disabled\:bg-gray-500\/90:disabled {
  background-color: rgb(107 114 128 / 0.9);
}
.disabled\:bg-gray-500\/95:disabled {
  background-color: rgb(107 114 128 / 0.95);
}
.disabled\:bg-gray-600:disabled {
  background-color: #4b5563;
}
.disabled\:bg-gray-600\/0:disabled {
  background-color: rgb(75 85 99 / 0);
}
.disabled\:bg-gray-600\/10:disabled {
  background-color: rgb(75 85 99 / 0.1);
}
.disabled\:bg-gray-600\/100:disabled {
  background-color: rgb(75 85 99 / 1);
}
.disabled\:bg-gray-600\/15:disabled {
  background-color: rgb(75 85 99 / 0.15);
}
.disabled\:bg-gray-600\/20:disabled {
  background-color: rgb(75 85 99 / 0.2);
}
.disabled\:bg-gray-600\/25:disabled {
  background-color: rgb(75 85 99 / 0.25);
}
.disabled\:bg-gray-600\/30:disabled {
  background-color: rgb(75 85 99 / 0.3);
}
.disabled\:bg-gray-600\/35:disabled {
  background-color: rgb(75 85 99 / 0.35);
}
.disabled\:bg-gray-600\/40:disabled {
  background-color: rgb(75 85 99 / 0.4);
}
.disabled\:bg-gray-600\/45:disabled {
  background-color: rgb(75 85 99 / 0.45);
}
.disabled\:bg-gray-600\/5:disabled {
  background-color: rgb(75 85 99 / 0.05);
}
.disabled\:bg-gray-600\/50:disabled {
  background-color: rgb(75 85 99 / 0.5);
}
.disabled\:bg-gray-600\/55:disabled {
  background-color: rgb(75 85 99 / 0.55);
}
.disabled\:bg-gray-600\/60:disabled {
  background-color: rgb(75 85 99 / 0.6);
}
.disabled\:bg-gray-600\/65:disabled {
  background-color: rgb(75 85 99 / 0.65);
}
.disabled\:bg-gray-600\/70:disabled {
  background-color: rgb(75 85 99 / 0.7);
}
.disabled\:bg-gray-600\/75:disabled {
  background-color: rgb(75 85 99 / 0.75);
}
.disabled\:bg-gray-600\/80:disabled {
  background-color: rgb(75 85 99 / 0.8);
}
.disabled\:bg-gray-600\/85:disabled {
  background-color: rgb(75 85 99 / 0.85);
}
.disabled\:bg-gray-600\/90:disabled {
  background-color: rgb(75 85 99 / 0.9);
}
.disabled\:bg-gray-600\/95:disabled {
  background-color: rgb(75 85 99 / 0.95);
}
.disabled\:bg-gray-700:disabled {
  background-color: #374151;
}
.disabled\:bg-gray-700\/0:disabled {
  background-color: rgb(55 65 81 / 0);
}
.disabled\:bg-gray-700\/10:disabled {
  background-color: rgb(55 65 81 / 0.1);
}
.disabled\:bg-gray-700\/100:disabled {
  background-color: rgb(55 65 81 / 1);
}
.disabled\:bg-gray-700\/15:disabled {
  background-color: rgb(55 65 81 / 0.15);
}
.disabled\:bg-gray-700\/20:disabled {
  background-color: rgb(55 65 81 / 0.2);
}
.disabled\:bg-gray-700\/25:disabled {
  background-color: rgb(55 65 81 / 0.25);
}
.disabled\:bg-gray-700\/30:disabled {
  background-color: rgb(55 65 81 / 0.3);
}
.disabled\:bg-gray-700\/35:disabled {
  background-color: rgb(55 65 81 / 0.35);
}
.disabled\:bg-gray-700\/40:disabled {
  background-color: rgb(55 65 81 / 0.4);
}
.disabled\:bg-gray-700\/45:disabled {
  background-color: rgb(55 65 81 / 0.45);
}
.disabled\:bg-gray-700\/5:disabled {
  background-color: rgb(55 65 81 / 0.05);
}
.disabled\:bg-gray-700\/50:disabled {
  background-color: rgb(55 65 81 / 0.5);
}
.disabled\:bg-gray-700\/55:disabled {
  background-color: rgb(55 65 81 / 0.55);
}
.disabled\:bg-gray-700\/60:disabled {
  background-color: rgb(55 65 81 / 0.6);
}
.disabled\:bg-gray-700\/65:disabled {
  background-color: rgb(55 65 81 / 0.65);
}
.disabled\:bg-gray-700\/70:disabled {
  background-color: rgb(55 65 81 / 0.7);
}
.disabled\:bg-gray-700\/75:disabled {
  background-color: rgb(55 65 81 / 0.75);
}
.disabled\:bg-gray-700\/80:disabled {
  background-color: rgb(55 65 81 / 0.8);
}
.disabled\:bg-gray-700\/85:disabled {
  background-color: rgb(55 65 81 / 0.85);
}
.disabled\:bg-gray-700\/90:disabled {
  background-color: rgb(55 65 81 / 0.9);
}
.disabled\:bg-gray-700\/95:disabled {
  background-color: rgb(55 65 81 / 0.95);
}
.disabled\:bg-gray-800:disabled {
  background-color: #1f2937;
}
.disabled\:bg-gray-800\/0:disabled {
  background-color: rgb(31 41 55 / 0);
}
.disabled\:bg-gray-800\/10:disabled {
  background-color: rgb(31 41 55 / 0.1);
}
.disabled\:bg-gray-800\/100:disabled {
  background-color: rgb(31 41 55 / 1);
}
.disabled\:bg-gray-800\/15:disabled {
  background-color: rgb(31 41 55 / 0.15);
}
.disabled\:bg-gray-800\/20:disabled {
  background-color: rgb(31 41 55 / 0.2);
}
.disabled\:bg-gray-800\/25:disabled {
  background-color: rgb(31 41 55 / 0.25);
}
.disabled\:bg-gray-800\/30:disabled {
  background-color: rgb(31 41 55 / 0.3);
}
.disabled\:bg-gray-800\/35:disabled {
  background-color: rgb(31 41 55 / 0.35);
}
.disabled\:bg-gray-800\/40:disabled {
  background-color: rgb(31 41 55 / 0.4);
}
.disabled\:bg-gray-800\/45:disabled {
  background-color: rgb(31 41 55 / 0.45);
}
.disabled\:bg-gray-800\/5:disabled {
  background-color: rgb(31 41 55 / 0.05);
}
.disabled\:bg-gray-800\/50:disabled {
  background-color: rgb(31 41 55 / 0.5);
}
.disabled\:bg-gray-800\/55:disabled {
  background-color: rgb(31 41 55 / 0.55);
}
.disabled\:bg-gray-800\/60:disabled {
  background-color: rgb(31 41 55 / 0.6);
}
.disabled\:bg-gray-800\/65:disabled {
  background-color: rgb(31 41 55 / 0.65);
}
.disabled\:bg-gray-800\/70:disabled {
  background-color: rgb(31 41 55 / 0.7);
}
.disabled\:bg-gray-800\/75:disabled {
  background-color: rgb(31 41 55 / 0.75);
}
.disabled\:bg-gray-800\/80:disabled {
  background-color: rgb(31 41 55 / 0.8);
}
.disabled\:bg-gray-800\/85:disabled {
  background-color: rgb(31 41 55 / 0.85);
}
.disabled\:bg-gray-800\/90:disabled {
  background-color: rgb(31 41 55 / 0.9);
}
.disabled\:bg-gray-800\/95:disabled {
  background-color: rgb(31 41 55 / 0.95);
}
.disabled\:bg-gray-900:disabled {
  background-color: #111827;
}
.disabled\:bg-gray-900\/0:disabled {
  background-color: rgb(17 24 39 / 0);
}
.disabled\:bg-gray-900\/10:disabled {
  background-color: rgb(17 24 39 / 0.1);
}
.disabled\:bg-gray-900\/100:disabled {
  background-color: rgb(17 24 39 / 1);
}
.disabled\:bg-gray-900\/15:disabled {
  background-color: rgb(17 24 39 / 0.15);
}
.disabled\:bg-gray-900\/20:disabled {
  background-color: rgb(17 24 39 / 0.2);
}
.disabled\:bg-gray-900\/25:disabled {
  background-color: rgb(17 24 39 / 0.25);
}
.disabled\:bg-gray-900\/30:disabled {
  background-color: rgb(17 24 39 / 0.3);
}
.disabled\:bg-gray-900\/35:disabled {
  background-color: rgb(17 24 39 / 0.35);
}
.disabled\:bg-gray-900\/40:disabled {
  background-color: rgb(17 24 39 / 0.4);
}
.disabled\:bg-gray-900\/45:disabled {
  background-color: rgb(17 24 39 / 0.45);
}
.disabled\:bg-gray-900\/5:disabled {
  background-color: rgb(17 24 39 / 0.05);
}
.disabled\:bg-gray-900\/50:disabled {
  background-color: rgb(17 24 39 / 0.5);
}
.disabled\:bg-gray-900\/55:disabled {
  background-color: rgb(17 24 39 / 0.55);
}
.disabled\:bg-gray-900\/60:disabled {
  background-color: rgb(17 24 39 / 0.6);
}
.disabled\:bg-gray-900\/65:disabled {
  background-color: rgb(17 24 39 / 0.65);
}
.disabled\:bg-gray-900\/70:disabled {
  background-color: rgb(17 24 39 / 0.7);
}
.disabled\:bg-gray-900\/75:disabled {
  background-color: rgb(17 24 39 / 0.75);
}
.disabled\:bg-gray-900\/80:disabled {
  background-color: rgb(17 24 39 / 0.8);
}
.disabled\:bg-gray-900\/85:disabled {
  background-color: rgb(17 24 39 / 0.85);
}
.disabled\:bg-gray-900\/90:disabled {
  background-color: rgb(17 24 39 / 0.9);
}
.disabled\:bg-gray-900\/95:disabled {
  background-color: rgb(17 24 39 / 0.95);
}
.disabled\:bg-primary-100:disabled {
  background-color: #3965AC;
}
.disabled\:bg-primary-100\/0:disabled {
  background-color: rgb(57 101 172 / 0);
}
.disabled\:bg-primary-100\/10:disabled {
  background-color: rgb(57 101 172 / 0.1);
}
.disabled\:bg-primary-100\/100:disabled {
  background-color: rgb(57 101 172 / 1);
}
.disabled\:bg-primary-100\/15:disabled {
  background-color: rgb(57 101 172 / 0.15);
}
.disabled\:bg-primary-100\/20:disabled {
  background-color: rgb(57 101 172 / 0.2);
}
.disabled\:bg-primary-100\/25:disabled {
  background-color: rgb(57 101 172 / 0.25);
}
.disabled\:bg-primary-100\/30:disabled {
  background-color: rgb(57 101 172 / 0.3);
}
.disabled\:bg-primary-100\/35:disabled {
  background-color: rgb(57 101 172 / 0.35);
}
.disabled\:bg-primary-100\/40:disabled {
  background-color: rgb(57 101 172 / 0.4);
}
.disabled\:bg-primary-100\/45:disabled {
  background-color: rgb(57 101 172 / 0.45);
}
.disabled\:bg-primary-100\/5:disabled {
  background-color: rgb(57 101 172 / 0.05);
}
.disabled\:bg-primary-100\/50:disabled {
  background-color: rgb(57 101 172 / 0.5);
}
.disabled\:bg-primary-100\/55:disabled {
  background-color: rgb(57 101 172 / 0.55);
}
.disabled\:bg-primary-100\/60:disabled {
  background-color: rgb(57 101 172 / 0.6);
}
.disabled\:bg-primary-100\/65:disabled {
  background-color: rgb(57 101 172 / 0.65);
}
.disabled\:bg-primary-100\/70:disabled {
  background-color: rgb(57 101 172 / 0.7);
}
.disabled\:bg-primary-100\/75:disabled {
  background-color: rgb(57 101 172 / 0.75);
}
.disabled\:bg-primary-100\/80:disabled {
  background-color: rgb(57 101 172 / 0.8);
}
.disabled\:bg-primary-100\/85:disabled {
  background-color: rgb(57 101 172 / 0.85);
}
.disabled\:bg-primary-100\/90:disabled {
  background-color: rgb(57 101 172 / 0.9);
}
.disabled\:bg-primary-100\/95:disabled {
  background-color: rgb(57 101 172 / 0.95);
}
.disabled\:bg-primary-200:disabled {
  background-color: #365FA1;
}
.disabled\:bg-primary-200\/0:disabled {
  background-color: rgb(54 95 161 / 0);
}
.disabled\:bg-primary-200\/10:disabled {
  background-color: rgb(54 95 161 / 0.1);
}
.disabled\:bg-primary-200\/100:disabled {
  background-color: rgb(54 95 161 / 1);
}
.disabled\:bg-primary-200\/15:disabled {
  background-color: rgb(54 95 161 / 0.15);
}
.disabled\:bg-primary-200\/20:disabled {
  background-color: rgb(54 95 161 / 0.2);
}
.disabled\:bg-primary-200\/25:disabled {
  background-color: rgb(54 95 161 / 0.25);
}
.disabled\:bg-primary-200\/30:disabled {
  background-color: rgb(54 95 161 / 0.3);
}
.disabled\:bg-primary-200\/35:disabled {
  background-color: rgb(54 95 161 / 0.35);
}
.disabled\:bg-primary-200\/40:disabled {
  background-color: rgb(54 95 161 / 0.4);
}
.disabled\:bg-primary-200\/45:disabled {
  background-color: rgb(54 95 161 / 0.45);
}
.disabled\:bg-primary-200\/5:disabled {
  background-color: rgb(54 95 161 / 0.05);
}
.disabled\:bg-primary-200\/50:disabled {
  background-color: rgb(54 95 161 / 0.5);
}
.disabled\:bg-primary-200\/55:disabled {
  background-color: rgb(54 95 161 / 0.55);
}
.disabled\:bg-primary-200\/60:disabled {
  background-color: rgb(54 95 161 / 0.6);
}
.disabled\:bg-primary-200\/65:disabled {
  background-color: rgb(54 95 161 / 0.65);
}
.disabled\:bg-primary-200\/70:disabled {
  background-color: rgb(54 95 161 / 0.7);
}
.disabled\:bg-primary-200\/75:disabled {
  background-color: rgb(54 95 161 / 0.75);
}
.disabled\:bg-primary-200\/80:disabled {
  background-color: rgb(54 95 161 / 0.8);
}
.disabled\:bg-primary-200\/85:disabled {
  background-color: rgb(54 95 161 / 0.85);
}
.disabled\:bg-primary-200\/90:disabled {
  background-color: rgb(54 95 161 / 0.9);
}
.disabled\:bg-primary-200\/95:disabled {
  background-color: rgb(54 95 161 / 0.95);
}
.disabled\:bg-primary-300:disabled {
  background-color: #325895;
}
.disabled\:bg-primary-300\/0:disabled {
  background-color: rgb(50 88 149 / 0);
}
.disabled\:bg-primary-300\/10:disabled {
  background-color: rgb(50 88 149 / 0.1);
}
.disabled\:bg-primary-300\/100:disabled {
  background-color: rgb(50 88 149 / 1);
}
.disabled\:bg-primary-300\/15:disabled {
  background-color: rgb(50 88 149 / 0.15);
}
.disabled\:bg-primary-300\/20:disabled {
  background-color: rgb(50 88 149 / 0.2);
}
.disabled\:bg-primary-300\/25:disabled {
  background-color: rgb(50 88 149 / 0.25);
}
.disabled\:bg-primary-300\/30:disabled {
  background-color: rgb(50 88 149 / 0.3);
}
.disabled\:bg-primary-300\/35:disabled {
  background-color: rgb(50 88 149 / 0.35);
}
.disabled\:bg-primary-300\/40:disabled {
  background-color: rgb(50 88 149 / 0.4);
}
.disabled\:bg-primary-300\/45:disabled {
  background-color: rgb(50 88 149 / 0.45);
}
.disabled\:bg-primary-300\/5:disabled {
  background-color: rgb(50 88 149 / 0.05);
}
.disabled\:bg-primary-300\/50:disabled {
  background-color: rgb(50 88 149 / 0.5);
}
.disabled\:bg-primary-300\/55:disabled {
  background-color: rgb(50 88 149 / 0.55);
}
.disabled\:bg-primary-300\/60:disabled {
  background-color: rgb(50 88 149 / 0.6);
}
.disabled\:bg-primary-300\/65:disabled {
  background-color: rgb(50 88 149 / 0.65);
}
.disabled\:bg-primary-300\/70:disabled {
  background-color: rgb(50 88 149 / 0.7);
}
.disabled\:bg-primary-300\/75:disabled {
  background-color: rgb(50 88 149 / 0.75);
}
.disabled\:bg-primary-300\/80:disabled {
  background-color: rgb(50 88 149 / 0.8);
}
.disabled\:bg-primary-300\/85:disabled {
  background-color: rgb(50 88 149 / 0.85);
}
.disabled\:bg-primary-300\/90:disabled {
  background-color: rgb(50 88 149 / 0.9);
}
.disabled\:bg-primary-300\/95:disabled {
  background-color: rgb(50 88 149 / 0.95);
}
.disabled\:bg-primary-400:disabled {
  background-color: #305691;
}
.disabled\:bg-primary-400\/0:disabled {
  background-color: rgb(48 86 145 / 0);
}
.disabled\:bg-primary-400\/10:disabled {
  background-color: rgb(48 86 145 / 0.1);
}
.disabled\:bg-primary-400\/100:disabled {
  background-color: rgb(48 86 145 / 1);
}
.disabled\:bg-primary-400\/15:disabled {
  background-color: rgb(48 86 145 / 0.15);
}
.disabled\:bg-primary-400\/20:disabled {
  background-color: rgb(48 86 145 / 0.2);
}
.disabled\:bg-primary-400\/25:disabled {
  background-color: rgb(48 86 145 / 0.25);
}
.disabled\:bg-primary-400\/30:disabled {
  background-color: rgb(48 86 145 / 0.3);
}
.disabled\:bg-primary-400\/35:disabled {
  background-color: rgb(48 86 145 / 0.35);
}
.disabled\:bg-primary-400\/40:disabled {
  background-color: rgb(48 86 145 / 0.4);
}
.disabled\:bg-primary-400\/45:disabled {
  background-color: rgb(48 86 145 / 0.45);
}
.disabled\:bg-primary-400\/5:disabled {
  background-color: rgb(48 86 145 / 0.05);
}
.disabled\:bg-primary-400\/50:disabled {
  background-color: rgb(48 86 145 / 0.5);
}
.disabled\:bg-primary-400\/55:disabled {
  background-color: rgb(48 86 145 / 0.55);
}
.disabled\:bg-primary-400\/60:disabled {
  background-color: rgb(48 86 145 / 0.6);
}
.disabled\:bg-primary-400\/65:disabled {
  background-color: rgb(48 86 145 / 0.65);
}
.disabled\:bg-primary-400\/70:disabled {
  background-color: rgb(48 86 145 / 0.7);
}
.disabled\:bg-primary-400\/75:disabled {
  background-color: rgb(48 86 145 / 0.75);
}
.disabled\:bg-primary-400\/80:disabled {
  background-color: rgb(48 86 145 / 0.8);
}
.disabled\:bg-primary-400\/85:disabled {
  background-color: rgb(48 86 145 / 0.85);
}
.disabled\:bg-primary-400\/90:disabled {
  background-color: rgb(48 86 145 / 0.9);
}
.disabled\:bg-primary-400\/95:disabled {
  background-color: rgb(48 86 145 / 0.95);
}
.disabled\:bg-primary-500:disabled {
  background-color: #2d4b79;
}
.disabled\:bg-primary-500\/0:disabled {
  background-color: rgb(45 75 121 / 0);
}
.disabled\:bg-primary-500\/10:disabled {
  background-color: rgb(45 75 121 / 0.1);
}
.disabled\:bg-primary-500\/100:disabled {
  background-color: rgb(45 75 121 / 1);
}
.disabled\:bg-primary-500\/15:disabled {
  background-color: rgb(45 75 121 / 0.15);
}
.disabled\:bg-primary-500\/20:disabled {
  background-color: rgb(45 75 121 / 0.2);
}
.disabled\:bg-primary-500\/25:disabled {
  background-color: rgb(45 75 121 / 0.25);
}
.disabled\:bg-primary-500\/30:disabled {
  background-color: rgb(45 75 121 / 0.3);
}
.disabled\:bg-primary-500\/35:disabled {
  background-color: rgb(45 75 121 / 0.35);
}
.disabled\:bg-primary-500\/40:disabled {
  background-color: rgb(45 75 121 / 0.4);
}
.disabled\:bg-primary-500\/45:disabled {
  background-color: rgb(45 75 121 / 0.45);
}
.disabled\:bg-primary-500\/5:disabled {
  background-color: rgb(45 75 121 / 0.05);
}
.disabled\:bg-primary-500\/50:disabled {
  background-color: rgb(45 75 121 / 0.5);
}
.disabled\:bg-primary-500\/55:disabled {
  background-color: rgb(45 75 121 / 0.55);
}
.disabled\:bg-primary-500\/60:disabled {
  background-color: rgb(45 75 121 / 0.6);
}
.disabled\:bg-primary-500\/65:disabled {
  background-color: rgb(45 75 121 / 0.65);
}
.disabled\:bg-primary-500\/70:disabled {
  background-color: rgb(45 75 121 / 0.7);
}
.disabled\:bg-primary-500\/75:disabled {
  background-color: rgb(45 75 121 / 0.75);
}
.disabled\:bg-primary-500\/80:disabled {
  background-color: rgb(45 75 121 / 0.8);
}
.disabled\:bg-primary-500\/85:disabled {
  background-color: rgb(45 75 121 / 0.85);
}
.disabled\:bg-primary-500\/90:disabled {
  background-color: rgb(45 75 121 / 0.9);
}
.disabled\:bg-primary-500\/95:disabled {
  background-color: rgb(45 75 121 / 0.95);
}
.disabled\:bg-primary-600:disabled {
  background-color: #264473;
}
.disabled\:bg-primary-600\/0:disabled {
  background-color: rgb(38 68 115 / 0);
}
.disabled\:bg-primary-600\/10:disabled {
  background-color: rgb(38 68 115 / 0.1);
}
.disabled\:bg-primary-600\/100:disabled {
  background-color: rgb(38 68 115 / 1);
}
.disabled\:bg-primary-600\/15:disabled {
  background-color: rgb(38 68 115 / 0.15);
}
.disabled\:bg-primary-600\/20:disabled {
  background-color: rgb(38 68 115 / 0.2);
}
.disabled\:bg-primary-600\/25:disabled {
  background-color: rgb(38 68 115 / 0.25);
}
.disabled\:bg-primary-600\/30:disabled {
  background-color: rgb(38 68 115 / 0.3);
}
.disabled\:bg-primary-600\/35:disabled {
  background-color: rgb(38 68 115 / 0.35);
}
.disabled\:bg-primary-600\/40:disabled {
  background-color: rgb(38 68 115 / 0.4);
}
.disabled\:bg-primary-600\/45:disabled {
  background-color: rgb(38 68 115 / 0.45);
}
.disabled\:bg-primary-600\/5:disabled {
  background-color: rgb(38 68 115 / 0.05);
}
.disabled\:bg-primary-600\/50:disabled {
  background-color: rgb(38 68 115 / 0.5);
}
.disabled\:bg-primary-600\/55:disabled {
  background-color: rgb(38 68 115 / 0.55);
}
.disabled\:bg-primary-600\/60:disabled {
  background-color: rgb(38 68 115 / 0.6);
}
.disabled\:bg-primary-600\/65:disabled {
  background-color: rgb(38 68 115 / 0.65);
}
.disabled\:bg-primary-600\/70:disabled {
  background-color: rgb(38 68 115 / 0.7);
}
.disabled\:bg-primary-600\/75:disabled {
  background-color: rgb(38 68 115 / 0.75);
}
.disabled\:bg-primary-600\/80:disabled {
  background-color: rgb(38 68 115 / 0.8);
}
.disabled\:bg-primary-600\/85:disabled {
  background-color: rgb(38 68 115 / 0.85);
}
.disabled\:bg-primary-600\/90:disabled {
  background-color: rgb(38 68 115 / 0.9);
}
.disabled\:bg-primary-600\/95:disabled {
  background-color: rgb(38 68 115 / 0.95);
}
.disabled\:bg-primary-700:disabled {
  background-color: #233e68;
}
.disabled\:bg-primary-700\/0:disabled {
  background-color: rgb(35 62 104 / 0);
}
.disabled\:bg-primary-700\/10:disabled {
  background-color: rgb(35 62 104 / 0.1);
}
.disabled\:bg-primary-700\/100:disabled {
  background-color: rgb(35 62 104 / 1);
}
.disabled\:bg-primary-700\/15:disabled {
  background-color: rgb(35 62 104 / 0.15);
}
.disabled\:bg-primary-700\/20:disabled {
  background-color: rgb(35 62 104 / 0.2);
}
.disabled\:bg-primary-700\/25:disabled {
  background-color: rgb(35 62 104 / 0.25);
}
.disabled\:bg-primary-700\/30:disabled {
  background-color: rgb(35 62 104 / 0.3);
}
.disabled\:bg-primary-700\/35:disabled {
  background-color: rgb(35 62 104 / 0.35);
}
.disabled\:bg-primary-700\/40:disabled {
  background-color: rgb(35 62 104 / 0.4);
}
.disabled\:bg-primary-700\/45:disabled {
  background-color: rgb(35 62 104 / 0.45);
}
.disabled\:bg-primary-700\/5:disabled {
  background-color: rgb(35 62 104 / 0.05);
}
.disabled\:bg-primary-700\/50:disabled {
  background-color: rgb(35 62 104 / 0.5);
}
.disabled\:bg-primary-700\/55:disabled {
  background-color: rgb(35 62 104 / 0.55);
}
.disabled\:bg-primary-700\/60:disabled {
  background-color: rgb(35 62 104 / 0.6);
}
.disabled\:bg-primary-700\/65:disabled {
  background-color: rgb(35 62 104 / 0.65);
}
.disabled\:bg-primary-700\/70:disabled {
  background-color: rgb(35 62 104 / 0.7);
}
.disabled\:bg-primary-700\/75:disabled {
  background-color: rgb(35 62 104 / 0.75);
}
.disabled\:bg-primary-700\/80:disabled {
  background-color: rgb(35 62 104 / 0.8);
}
.disabled\:bg-primary-700\/85:disabled {
  background-color: rgb(35 62 104 / 0.85);
}
.disabled\:bg-primary-700\/90:disabled {
  background-color: rgb(35 62 104 / 0.9);
}
.disabled\:bg-primary-700\/95:disabled {
  background-color: rgb(35 62 104 / 0.95);
}
.disabled\:bg-primary-800:disabled {
  background-color: #1f375c;
}
.disabled\:bg-primary-800\/0:disabled {
  background-color: rgb(31 55 92 / 0);
}
.disabled\:bg-primary-800\/10:disabled {
  background-color: rgb(31 55 92 / 0.1);
}
.disabled\:bg-primary-800\/100:disabled {
  background-color: rgb(31 55 92 / 1);
}
.disabled\:bg-primary-800\/15:disabled {
  background-color: rgb(31 55 92 / 0.15);
}
.disabled\:bg-primary-800\/20:disabled {
  background-color: rgb(31 55 92 / 0.2);
}
.disabled\:bg-primary-800\/25:disabled {
  background-color: rgb(31 55 92 / 0.25);
}
.disabled\:bg-primary-800\/30:disabled {
  background-color: rgb(31 55 92 / 0.3);
}
.disabled\:bg-primary-800\/35:disabled {
  background-color: rgb(31 55 92 / 0.35);
}
.disabled\:bg-primary-800\/40:disabled {
  background-color: rgb(31 55 92 / 0.4);
}
.disabled\:bg-primary-800\/45:disabled {
  background-color: rgb(31 55 92 / 0.45);
}
.disabled\:bg-primary-800\/5:disabled {
  background-color: rgb(31 55 92 / 0.05);
}
.disabled\:bg-primary-800\/50:disabled {
  background-color: rgb(31 55 92 / 0.5);
}
.disabled\:bg-primary-800\/55:disabled {
  background-color: rgb(31 55 92 / 0.55);
}
.disabled\:bg-primary-800\/60:disabled {
  background-color: rgb(31 55 92 / 0.6);
}
.disabled\:bg-primary-800\/65:disabled {
  background-color: rgb(31 55 92 / 0.65);
}
.disabled\:bg-primary-800\/70:disabled {
  background-color: rgb(31 55 92 / 0.7);
}
.disabled\:bg-primary-800\/75:disabled {
  background-color: rgb(31 55 92 / 0.75);
}
.disabled\:bg-primary-800\/80:disabled {
  background-color: rgb(31 55 92 / 0.8);
}
.disabled\:bg-primary-800\/85:disabled {
  background-color: rgb(31 55 92 / 0.85);
}
.disabled\:bg-primary-800\/90:disabled {
  background-color: rgb(31 55 92 / 0.9);
}
.disabled\:bg-primary-800\/95:disabled {
  background-color: rgb(31 55 92 / 0.95);
}
.disabled\:bg-primary-900:disabled {
  background-color: #1b3051;
}
.disabled\:bg-primary-900\/0:disabled {
  background-color: rgb(27 48 81 / 0);
}
.disabled\:bg-primary-900\/10:disabled {
  background-color: rgb(27 48 81 / 0.1);
}
.disabled\:bg-primary-900\/100:disabled {
  background-color: rgb(27 48 81 / 1);
}
.disabled\:bg-primary-900\/15:disabled {
  background-color: rgb(27 48 81 / 0.15);
}
.disabled\:bg-primary-900\/20:disabled {
  background-color: rgb(27 48 81 / 0.2);
}
.disabled\:bg-primary-900\/25:disabled {
  background-color: rgb(27 48 81 / 0.25);
}
.disabled\:bg-primary-900\/30:disabled {
  background-color: rgb(27 48 81 / 0.3);
}
.disabled\:bg-primary-900\/35:disabled {
  background-color: rgb(27 48 81 / 0.35);
}
.disabled\:bg-primary-900\/40:disabled {
  background-color: rgb(27 48 81 / 0.4);
}
.disabled\:bg-primary-900\/45:disabled {
  background-color: rgb(27 48 81 / 0.45);
}
.disabled\:bg-primary-900\/5:disabled {
  background-color: rgb(27 48 81 / 0.05);
}
.disabled\:bg-primary-900\/50:disabled {
  background-color: rgb(27 48 81 / 0.5);
}
.disabled\:bg-primary-900\/55:disabled {
  background-color: rgb(27 48 81 / 0.55);
}
.disabled\:bg-primary-900\/60:disabled {
  background-color: rgb(27 48 81 / 0.6);
}
.disabled\:bg-primary-900\/65:disabled {
  background-color: rgb(27 48 81 / 0.65);
}
.disabled\:bg-primary-900\/70:disabled {
  background-color: rgb(27 48 81 / 0.7);
}
.disabled\:bg-primary-900\/75:disabled {
  background-color: rgb(27 48 81 / 0.75);
}
.disabled\:bg-primary-900\/80:disabled {
  background-color: rgb(27 48 81 / 0.8);
}
.disabled\:bg-primary-900\/85:disabled {
  background-color: rgb(27 48 81 / 0.85);
}
.disabled\:bg-primary-900\/90:disabled {
  background-color: rgb(27 48 81 / 0.9);
}
.disabled\:bg-primary-900\/95:disabled {
  background-color: rgb(27 48 81 / 0.95);
}
.disabled\:bg-secondary-100:disabled {
  background-color: #DAE5E7;
}
.disabled\:bg-secondary-100\/0:disabled {
  background-color: rgb(218 229 231 / 0);
}
.disabled\:bg-secondary-100\/10:disabled {
  background-color: rgb(218 229 231 / 0.1);
}
.disabled\:bg-secondary-100\/100:disabled {
  background-color: rgb(218 229 231 / 1);
}
.disabled\:bg-secondary-100\/15:disabled {
  background-color: rgb(218 229 231 / 0.15);
}
.disabled\:bg-secondary-100\/20:disabled {
  background-color: rgb(218 229 231 / 0.2);
}
.disabled\:bg-secondary-100\/25:disabled {
  background-color: rgb(218 229 231 / 0.25);
}
.disabled\:bg-secondary-100\/30:disabled {
  background-color: rgb(218 229 231 / 0.3);
}
.disabled\:bg-secondary-100\/35:disabled {
  background-color: rgb(218 229 231 / 0.35);
}
.disabled\:bg-secondary-100\/40:disabled {
  background-color: rgb(218 229 231 / 0.4);
}
.disabled\:bg-secondary-100\/45:disabled {
  background-color: rgb(218 229 231 / 0.45);
}
.disabled\:bg-secondary-100\/5:disabled {
  background-color: rgb(218 229 231 / 0.05);
}
.disabled\:bg-secondary-100\/50:disabled {
  background-color: rgb(218 229 231 / 0.5);
}
.disabled\:bg-secondary-100\/55:disabled {
  background-color: rgb(218 229 231 / 0.55);
}
.disabled\:bg-secondary-100\/60:disabled {
  background-color: rgb(218 229 231 / 0.6);
}
.disabled\:bg-secondary-100\/65:disabled {
  background-color: rgb(218 229 231 / 0.65);
}
.disabled\:bg-secondary-100\/70:disabled {
  background-color: rgb(218 229 231 / 0.7);
}
.disabled\:bg-secondary-100\/75:disabled {
  background-color: rgb(218 229 231 / 0.75);
}
.disabled\:bg-secondary-100\/80:disabled {
  background-color: rgb(218 229 231 / 0.8);
}
.disabled\:bg-secondary-100\/85:disabled {
  background-color: rgb(218 229 231 / 0.85);
}
.disabled\:bg-secondary-100\/90:disabled {
  background-color: rgb(218 229 231 / 0.9);
}
.disabled\:bg-secondary-100\/95:disabled {
  background-color: rgb(218 229 231 / 0.95);
}
.disabled\:bg-secondary-200:disabled {
  background-color: #C4D6D9;
}
.disabled\:bg-secondary-200\/0:disabled {
  background-color: rgb(196 214 217 / 0);
}
.disabled\:bg-secondary-200\/10:disabled {
  background-color: rgb(196 214 217 / 0.1);
}
.disabled\:bg-secondary-200\/100:disabled {
  background-color: rgb(196 214 217 / 1);
}
.disabled\:bg-secondary-200\/15:disabled {
  background-color: rgb(196 214 217 / 0.15);
}
.disabled\:bg-secondary-200\/20:disabled {
  background-color: rgb(196 214 217 / 0.2);
}
.disabled\:bg-secondary-200\/25:disabled {
  background-color: rgb(196 214 217 / 0.25);
}
.disabled\:bg-secondary-200\/30:disabled {
  background-color: rgb(196 214 217 / 0.3);
}
.disabled\:bg-secondary-200\/35:disabled {
  background-color: rgb(196 214 217 / 0.35);
}
.disabled\:bg-secondary-200\/40:disabled {
  background-color: rgb(196 214 217 / 0.4);
}
.disabled\:bg-secondary-200\/45:disabled {
  background-color: rgb(196 214 217 / 0.45);
}
.disabled\:bg-secondary-200\/5:disabled {
  background-color: rgb(196 214 217 / 0.05);
}
.disabled\:bg-secondary-200\/50:disabled {
  background-color: rgb(196 214 217 / 0.5);
}
.disabled\:bg-secondary-200\/55:disabled {
  background-color: rgb(196 214 217 / 0.55);
}
.disabled\:bg-secondary-200\/60:disabled {
  background-color: rgb(196 214 217 / 0.6);
}
.disabled\:bg-secondary-200\/65:disabled {
  background-color: rgb(196 214 217 / 0.65);
}
.disabled\:bg-secondary-200\/70:disabled {
  background-color: rgb(196 214 217 / 0.7);
}
.disabled\:bg-secondary-200\/75:disabled {
  background-color: rgb(196 214 217 / 0.75);
}
.disabled\:bg-secondary-200\/80:disabled {
  background-color: rgb(196 214 217 / 0.8);
}
.disabled\:bg-secondary-200\/85:disabled {
  background-color: rgb(196 214 217 / 0.85);
}
.disabled\:bg-secondary-200\/90:disabled {
  background-color: rgb(196 214 217 / 0.9);
}
.disabled\:bg-secondary-200\/95:disabled {
  background-color: rgb(196 214 217 / 0.95);
}
.disabled\:bg-secondary-300:disabled {
  background-color: #AEC7CC;
}
.disabled\:bg-secondary-300\/0:disabled {
  background-color: rgb(174 199 204 / 0);
}
.disabled\:bg-secondary-300\/10:disabled {
  background-color: rgb(174 199 204 / 0.1);
}
.disabled\:bg-secondary-300\/100:disabled {
  background-color: rgb(174 199 204 / 1);
}
.disabled\:bg-secondary-300\/15:disabled {
  background-color: rgb(174 199 204 / 0.15);
}
.disabled\:bg-secondary-300\/20:disabled {
  background-color: rgb(174 199 204 / 0.2);
}
.disabled\:bg-secondary-300\/25:disabled {
  background-color: rgb(174 199 204 / 0.25);
}
.disabled\:bg-secondary-300\/30:disabled {
  background-color: rgb(174 199 204 / 0.3);
}
.disabled\:bg-secondary-300\/35:disabled {
  background-color: rgb(174 199 204 / 0.35);
}
.disabled\:bg-secondary-300\/40:disabled {
  background-color: rgb(174 199 204 / 0.4);
}
.disabled\:bg-secondary-300\/45:disabled {
  background-color: rgb(174 199 204 / 0.45);
}
.disabled\:bg-secondary-300\/5:disabled {
  background-color: rgb(174 199 204 / 0.05);
}
.disabled\:bg-secondary-300\/50:disabled {
  background-color: rgb(174 199 204 / 0.5);
}
.disabled\:bg-secondary-300\/55:disabled {
  background-color: rgb(174 199 204 / 0.55);
}
.disabled\:bg-secondary-300\/60:disabled {
  background-color: rgb(174 199 204 / 0.6);
}
.disabled\:bg-secondary-300\/65:disabled {
  background-color: rgb(174 199 204 / 0.65);
}
.disabled\:bg-secondary-300\/70:disabled {
  background-color: rgb(174 199 204 / 0.7);
}
.disabled\:bg-secondary-300\/75:disabled {
  background-color: rgb(174 199 204 / 0.75);
}
.disabled\:bg-secondary-300\/80:disabled {
  background-color: rgb(174 199 204 / 0.8);
}
.disabled\:bg-secondary-300\/85:disabled {
  background-color: rgb(174 199 204 / 0.85);
}
.disabled\:bg-secondary-300\/90:disabled {
  background-color: rgb(174 199 204 / 0.9);
}
.disabled\:bg-secondary-300\/95:disabled {
  background-color: rgb(174 199 204 / 0.95);
}
.disabled\:bg-secondary-400:disabled {
  background-color: #98B8BE;
}
.disabled\:bg-secondary-400\/0:disabled {
  background-color: rgb(152 184 190 / 0);
}
.disabled\:bg-secondary-400\/10:disabled {
  background-color: rgb(152 184 190 / 0.1);
}
.disabled\:bg-secondary-400\/100:disabled {
  background-color: rgb(152 184 190 / 1);
}
.disabled\:bg-secondary-400\/15:disabled {
  background-color: rgb(152 184 190 / 0.15);
}
.disabled\:bg-secondary-400\/20:disabled {
  background-color: rgb(152 184 190 / 0.2);
}
.disabled\:bg-secondary-400\/25:disabled {
  background-color: rgb(152 184 190 / 0.25);
}
.disabled\:bg-secondary-400\/30:disabled {
  background-color: rgb(152 184 190 / 0.3);
}
.disabled\:bg-secondary-400\/35:disabled {
  background-color: rgb(152 184 190 / 0.35);
}
.disabled\:bg-secondary-400\/40:disabled {
  background-color: rgb(152 184 190 / 0.4);
}
.disabled\:bg-secondary-400\/45:disabled {
  background-color: rgb(152 184 190 / 0.45);
}
.disabled\:bg-secondary-400\/5:disabled {
  background-color: rgb(152 184 190 / 0.05);
}
.disabled\:bg-secondary-400\/50:disabled {
  background-color: rgb(152 184 190 / 0.5);
}
.disabled\:bg-secondary-400\/55:disabled {
  background-color: rgb(152 184 190 / 0.55);
}
.disabled\:bg-secondary-400\/60:disabled {
  background-color: rgb(152 184 190 / 0.6);
}
.disabled\:bg-secondary-400\/65:disabled {
  background-color: rgb(152 184 190 / 0.65);
}
.disabled\:bg-secondary-400\/70:disabled {
  background-color: rgb(152 184 190 / 0.7);
}
.disabled\:bg-secondary-400\/75:disabled {
  background-color: rgb(152 184 190 / 0.75);
}
.disabled\:bg-secondary-400\/80:disabled {
  background-color: rgb(152 184 190 / 0.8);
}
.disabled\:bg-secondary-400\/85:disabled {
  background-color: rgb(152 184 190 / 0.85);
}
.disabled\:bg-secondary-400\/90:disabled {
  background-color: rgb(152 184 190 / 0.9);
}
.disabled\:bg-secondary-400\/95:disabled {
  background-color: rgb(152 184 190 / 0.95);
}
.disabled\:bg-secondary-500:disabled {
  background-color: #82A9B0;
}
.disabled\:bg-secondary-500\/0:disabled {
  background-color: rgb(130 169 176 / 0);
}
.disabled\:bg-secondary-500\/10:disabled {
  background-color: rgb(130 169 176 / 0.1);
}
.disabled\:bg-secondary-500\/100:disabled {
  background-color: rgb(130 169 176 / 1);
}
.disabled\:bg-secondary-500\/15:disabled {
  background-color: rgb(130 169 176 / 0.15);
}
.disabled\:bg-secondary-500\/20:disabled {
  background-color: rgb(130 169 176 / 0.2);
}
.disabled\:bg-secondary-500\/25:disabled {
  background-color: rgb(130 169 176 / 0.25);
}
.disabled\:bg-secondary-500\/30:disabled {
  background-color: rgb(130 169 176 / 0.3);
}
.disabled\:bg-secondary-500\/35:disabled {
  background-color: rgb(130 169 176 / 0.35);
}
.disabled\:bg-secondary-500\/40:disabled {
  background-color: rgb(130 169 176 / 0.4);
}
.disabled\:bg-secondary-500\/45:disabled {
  background-color: rgb(130 169 176 / 0.45);
}
.disabled\:bg-secondary-500\/5:disabled {
  background-color: rgb(130 169 176 / 0.05);
}
.disabled\:bg-secondary-500\/50:disabled {
  background-color: rgb(130 169 176 / 0.5);
}
.disabled\:bg-secondary-500\/55:disabled {
  background-color: rgb(130 169 176 / 0.55);
}
.disabled\:bg-secondary-500\/60:disabled {
  background-color: rgb(130 169 176 / 0.6);
}
.disabled\:bg-secondary-500\/65:disabled {
  background-color: rgb(130 169 176 / 0.65);
}
.disabled\:bg-secondary-500\/70:disabled {
  background-color: rgb(130 169 176 / 0.7);
}
.disabled\:bg-secondary-500\/75:disabled {
  background-color: rgb(130 169 176 / 0.75);
}
.disabled\:bg-secondary-500\/80:disabled {
  background-color: rgb(130 169 176 / 0.8);
}
.disabled\:bg-secondary-500\/85:disabled {
  background-color: rgb(130 169 176 / 0.85);
}
.disabled\:bg-secondary-500\/90:disabled {
  background-color: rgb(130 169 176 / 0.9);
}
.disabled\:bg-secondary-500\/95:disabled {
  background-color: rgb(130 169 176 / 0.95);
}
.disabled\:bg-secondary-600:disabled {
  background-color: #66969E;
}
.disabled\:bg-secondary-600\/0:disabled {
  background-color: rgb(102 150 158 / 0);
}
.disabled\:bg-secondary-600\/10:disabled {
  background-color: rgb(102 150 158 / 0.1);
}
.disabled\:bg-secondary-600\/100:disabled {
  background-color: rgb(102 150 158 / 1);
}
.disabled\:bg-secondary-600\/15:disabled {
  background-color: rgb(102 150 158 / 0.15);
}
.disabled\:bg-secondary-600\/20:disabled {
  background-color: rgb(102 150 158 / 0.2);
}
.disabled\:bg-secondary-600\/25:disabled {
  background-color: rgb(102 150 158 / 0.25);
}
.disabled\:bg-secondary-600\/30:disabled {
  background-color: rgb(102 150 158 / 0.3);
}
.disabled\:bg-secondary-600\/35:disabled {
  background-color: rgb(102 150 158 / 0.35);
}
.disabled\:bg-secondary-600\/40:disabled {
  background-color: rgb(102 150 158 / 0.4);
}
.disabled\:bg-secondary-600\/45:disabled {
  background-color: rgb(102 150 158 / 0.45);
}
.disabled\:bg-secondary-600\/5:disabled {
  background-color: rgb(102 150 158 / 0.05);
}
.disabled\:bg-secondary-600\/50:disabled {
  background-color: rgb(102 150 158 / 0.5);
}
.disabled\:bg-secondary-600\/55:disabled {
  background-color: rgb(102 150 158 / 0.55);
}
.disabled\:bg-secondary-600\/60:disabled {
  background-color: rgb(102 150 158 / 0.6);
}
.disabled\:bg-secondary-600\/65:disabled {
  background-color: rgb(102 150 158 / 0.65);
}
.disabled\:bg-secondary-600\/70:disabled {
  background-color: rgb(102 150 158 / 0.7);
}
.disabled\:bg-secondary-600\/75:disabled {
  background-color: rgb(102 150 158 / 0.75);
}
.disabled\:bg-secondary-600\/80:disabled {
  background-color: rgb(102 150 158 / 0.8);
}
.disabled\:bg-secondary-600\/85:disabled {
  background-color: rgb(102 150 158 / 0.85);
}
.disabled\:bg-secondary-600\/90:disabled {
  background-color: rgb(102 150 158 / 0.9);
}
.disabled\:bg-secondary-600\/95:disabled {
  background-color: rgb(102 150 158 / 0.95);
}
.disabled\:bg-secondary-700:disabled {
  background-color: #537C83;
}
.disabled\:bg-secondary-700\/0:disabled {
  background-color: rgb(83 124 131 / 0);
}
.disabled\:bg-secondary-700\/10:disabled {
  background-color: rgb(83 124 131 / 0.1);
}
.disabled\:bg-secondary-700\/100:disabled {
  background-color: rgb(83 124 131 / 1);
}
.disabled\:bg-secondary-700\/15:disabled {
  background-color: rgb(83 124 131 / 0.15);
}
.disabled\:bg-secondary-700\/20:disabled {
  background-color: rgb(83 124 131 / 0.2);
}
.disabled\:bg-secondary-700\/25:disabled {
  background-color: rgb(83 124 131 / 0.25);
}
.disabled\:bg-secondary-700\/30:disabled {
  background-color: rgb(83 124 131 / 0.3);
}
.disabled\:bg-secondary-700\/35:disabled {
  background-color: rgb(83 124 131 / 0.35);
}
.disabled\:bg-secondary-700\/40:disabled {
  background-color: rgb(83 124 131 / 0.4);
}
.disabled\:bg-secondary-700\/45:disabled {
  background-color: rgb(83 124 131 / 0.45);
}
.disabled\:bg-secondary-700\/5:disabled {
  background-color: rgb(83 124 131 / 0.05);
}
.disabled\:bg-secondary-700\/50:disabled {
  background-color: rgb(83 124 131 / 0.5);
}
.disabled\:bg-secondary-700\/55:disabled {
  background-color: rgb(83 124 131 / 0.55);
}
.disabled\:bg-secondary-700\/60:disabled {
  background-color: rgb(83 124 131 / 0.6);
}
.disabled\:bg-secondary-700\/65:disabled {
  background-color: rgb(83 124 131 / 0.65);
}
.disabled\:bg-secondary-700\/70:disabled {
  background-color: rgb(83 124 131 / 0.7);
}
.disabled\:bg-secondary-700\/75:disabled {
  background-color: rgb(83 124 131 / 0.75);
}
.disabled\:bg-secondary-700\/80:disabled {
  background-color: rgb(83 124 131 / 0.8);
}
.disabled\:bg-secondary-700\/85:disabled {
  background-color: rgb(83 124 131 / 0.85);
}
.disabled\:bg-secondary-700\/90:disabled {
  background-color: rgb(83 124 131 / 0.9);
}
.disabled\:bg-secondary-700\/95:disabled {
  background-color: rgb(83 124 131 / 0.95);
}
.disabled\:bg-secondary-800:disabled {
  background-color: #416167;
}
.disabled\:bg-secondary-800\/0:disabled {
  background-color: rgb(65 97 103 / 0);
}
.disabled\:bg-secondary-800\/10:disabled {
  background-color: rgb(65 97 103 / 0.1);
}
.disabled\:bg-secondary-800\/100:disabled {
  background-color: rgb(65 97 103 / 1);
}
.disabled\:bg-secondary-800\/15:disabled {
  background-color: rgb(65 97 103 / 0.15);
}
.disabled\:bg-secondary-800\/20:disabled {
  background-color: rgb(65 97 103 / 0.2);
}
.disabled\:bg-secondary-800\/25:disabled {
  background-color: rgb(65 97 103 / 0.25);
}
.disabled\:bg-secondary-800\/30:disabled {
  background-color: rgb(65 97 103 / 0.3);
}
.disabled\:bg-secondary-800\/35:disabled {
  background-color: rgb(65 97 103 / 0.35);
}
.disabled\:bg-secondary-800\/40:disabled {
  background-color: rgb(65 97 103 / 0.4);
}
.disabled\:bg-secondary-800\/45:disabled {
  background-color: rgb(65 97 103 / 0.45);
}
.disabled\:bg-secondary-800\/5:disabled {
  background-color: rgb(65 97 103 / 0.05);
}
.disabled\:bg-secondary-800\/50:disabled {
  background-color: rgb(65 97 103 / 0.5);
}
.disabled\:bg-secondary-800\/55:disabled {
  background-color: rgb(65 97 103 / 0.55);
}
.disabled\:bg-secondary-800\/60:disabled {
  background-color: rgb(65 97 103 / 0.6);
}
.disabled\:bg-secondary-800\/65:disabled {
  background-color: rgb(65 97 103 / 0.65);
}
.disabled\:bg-secondary-800\/70:disabled {
  background-color: rgb(65 97 103 / 0.7);
}
.disabled\:bg-secondary-800\/75:disabled {
  background-color: rgb(65 97 103 / 0.75);
}
.disabled\:bg-secondary-800\/80:disabled {
  background-color: rgb(65 97 103 / 0.8);
}
.disabled\:bg-secondary-800\/85:disabled {
  background-color: rgb(65 97 103 / 0.85);
}
.disabled\:bg-secondary-800\/90:disabled {
  background-color: rgb(65 97 103 / 0.9);
}
.disabled\:bg-secondary-800\/95:disabled {
  background-color: rgb(65 97 103 / 0.95);
}
.disabled\:bg-secondary-900:disabled {
  background-color: #2F474B;
}
.disabled\:bg-secondary-900\/0:disabled {
  background-color: rgb(47 71 75 / 0);
}
.disabled\:bg-secondary-900\/10:disabled {
  background-color: rgb(47 71 75 / 0.1);
}
.disabled\:bg-secondary-900\/100:disabled {
  background-color: rgb(47 71 75 / 1);
}
.disabled\:bg-secondary-900\/15:disabled {
  background-color: rgb(47 71 75 / 0.15);
}
.disabled\:bg-secondary-900\/20:disabled {
  background-color: rgb(47 71 75 / 0.2);
}
.disabled\:bg-secondary-900\/25:disabled {
  background-color: rgb(47 71 75 / 0.25);
}
.disabled\:bg-secondary-900\/30:disabled {
  background-color: rgb(47 71 75 / 0.3);
}
.disabled\:bg-secondary-900\/35:disabled {
  background-color: rgb(47 71 75 / 0.35);
}
.disabled\:bg-secondary-900\/40:disabled {
  background-color: rgb(47 71 75 / 0.4);
}
.disabled\:bg-secondary-900\/45:disabled {
  background-color: rgb(47 71 75 / 0.45);
}
.disabled\:bg-secondary-900\/5:disabled {
  background-color: rgb(47 71 75 / 0.05);
}
.disabled\:bg-secondary-900\/50:disabled {
  background-color: rgb(47 71 75 / 0.5);
}
.disabled\:bg-secondary-900\/55:disabled {
  background-color: rgb(47 71 75 / 0.55);
}
.disabled\:bg-secondary-900\/60:disabled {
  background-color: rgb(47 71 75 / 0.6);
}
.disabled\:bg-secondary-900\/65:disabled {
  background-color: rgb(47 71 75 / 0.65);
}
.disabled\:bg-secondary-900\/70:disabled {
  background-color: rgb(47 71 75 / 0.7);
}
.disabled\:bg-secondary-900\/75:disabled {
  background-color: rgb(47 71 75 / 0.75);
}
.disabled\:bg-secondary-900\/80:disabled {
  background-color: rgb(47 71 75 / 0.8);
}
.disabled\:bg-secondary-900\/85:disabled {
  background-color: rgb(47 71 75 / 0.85);
}
.disabled\:bg-secondary-900\/90:disabled {
  background-color: rgb(47 71 75 / 0.9);
}
.disabled\:bg-secondary-900\/95:disabled {
  background-color: rgb(47 71 75 / 0.95);
}
.disabled\:text-accent-100:disabled {
  color: #fceae9;
}
.disabled\:text-accent-100\/0:disabled {
  color: rgb(252 234 233 / 0);
}
.disabled\:text-accent-100\/10:disabled {
  color: rgb(252 234 233 / 0.1);
}
.disabled\:text-accent-100\/100:disabled {
  color: rgb(252 234 233 / 1);
}
.disabled\:text-accent-100\/15:disabled {
  color: rgb(252 234 233 / 0.15);
}
.disabled\:text-accent-100\/20:disabled {
  color: rgb(252 234 233 / 0.2);
}
.disabled\:text-accent-100\/25:disabled {
  color: rgb(252 234 233 / 0.25);
}
.disabled\:text-accent-100\/30:disabled {
  color: rgb(252 234 233 / 0.3);
}
.disabled\:text-accent-100\/35:disabled {
  color: rgb(252 234 233 / 0.35);
}
.disabled\:text-accent-100\/40:disabled {
  color: rgb(252 234 233 / 0.4);
}
.disabled\:text-accent-100\/45:disabled {
  color: rgb(252 234 233 / 0.45);
}
.disabled\:text-accent-100\/5:disabled {
  color: rgb(252 234 233 / 0.05);
}
.disabled\:text-accent-100\/50:disabled {
  color: rgb(252 234 233 / 0.5);
}
.disabled\:text-accent-100\/55:disabled {
  color: rgb(252 234 233 / 0.55);
}
.disabled\:text-accent-100\/60:disabled {
  color: rgb(252 234 233 / 0.6);
}
.disabled\:text-accent-100\/65:disabled {
  color: rgb(252 234 233 / 0.65);
}
.disabled\:text-accent-100\/70:disabled {
  color: rgb(252 234 233 / 0.7);
}
.disabled\:text-accent-100\/75:disabled {
  color: rgb(252 234 233 / 0.75);
}
.disabled\:text-accent-100\/80:disabled {
  color: rgb(252 234 233 / 0.8);
}
.disabled\:text-accent-100\/85:disabled {
  color: rgb(252 234 233 / 0.85);
}
.disabled\:text-accent-100\/90:disabled {
  color: rgb(252 234 233 / 0.9);
}
.disabled\:text-accent-100\/95:disabled {
  color: rgb(252 234 233 / 0.95);
}
.disabled\:text-accent-200:disabled {
  color: #f9d4d2;
}
.disabled\:text-accent-200\/0:disabled {
  color: rgb(249 212 210 / 0);
}
.disabled\:text-accent-200\/10:disabled {
  color: rgb(249 212 210 / 0.1);
}
.disabled\:text-accent-200\/100:disabled {
  color: rgb(249 212 210 / 1);
}
.disabled\:text-accent-200\/15:disabled {
  color: rgb(249 212 210 / 0.15);
}
.disabled\:text-accent-200\/20:disabled {
  color: rgb(249 212 210 / 0.2);
}
.disabled\:text-accent-200\/25:disabled {
  color: rgb(249 212 210 / 0.25);
}
.disabled\:text-accent-200\/30:disabled {
  color: rgb(249 212 210 / 0.3);
}
.disabled\:text-accent-200\/35:disabled {
  color: rgb(249 212 210 / 0.35);
}
.disabled\:text-accent-200\/40:disabled {
  color: rgb(249 212 210 / 0.4);
}
.disabled\:text-accent-200\/45:disabled {
  color: rgb(249 212 210 / 0.45);
}
.disabled\:text-accent-200\/5:disabled {
  color: rgb(249 212 210 / 0.05);
}
.disabled\:text-accent-200\/50:disabled {
  color: rgb(249 212 210 / 0.5);
}
.disabled\:text-accent-200\/55:disabled {
  color: rgb(249 212 210 / 0.55);
}
.disabled\:text-accent-200\/60:disabled {
  color: rgb(249 212 210 / 0.6);
}
.disabled\:text-accent-200\/65:disabled {
  color: rgb(249 212 210 / 0.65);
}
.disabled\:text-accent-200\/70:disabled {
  color: rgb(249 212 210 / 0.7);
}
.disabled\:text-accent-200\/75:disabled {
  color: rgb(249 212 210 / 0.75);
}
.disabled\:text-accent-200\/80:disabled {
  color: rgb(249 212 210 / 0.8);
}
.disabled\:text-accent-200\/85:disabled {
  color: rgb(249 212 210 / 0.85);
}
.disabled\:text-accent-200\/90:disabled {
  color: rgb(249 212 210 / 0.9);
}
.disabled\:text-accent-200\/95:disabled {
  color: rgb(249 212 210 / 0.95);
}
.disabled\:text-accent-300:disabled {
  color: #f4b5b3;
}
.disabled\:text-accent-300\/0:disabled {
  color: rgb(244 181 179 / 0);
}
.disabled\:text-accent-300\/10:disabled {
  color: rgb(244 181 179 / 0.1);
}
.disabled\:text-accent-300\/100:disabled {
  color: rgb(244 181 179 / 1);
}
.disabled\:text-accent-300\/15:disabled {
  color: rgb(244 181 179 / 0.15);
}
.disabled\:text-accent-300\/20:disabled {
  color: rgb(244 181 179 / 0.2);
}
.disabled\:text-accent-300\/25:disabled {
  color: rgb(244 181 179 / 0.25);
}
.disabled\:text-accent-300\/30:disabled {
  color: rgb(244 181 179 / 0.3);
}
.disabled\:text-accent-300\/35:disabled {
  color: rgb(244 181 179 / 0.35);
}
.disabled\:text-accent-300\/40:disabled {
  color: rgb(244 181 179 / 0.4);
}
.disabled\:text-accent-300\/45:disabled {
  color: rgb(244 181 179 / 0.45);
}
.disabled\:text-accent-300\/5:disabled {
  color: rgb(244 181 179 / 0.05);
}
.disabled\:text-accent-300\/50:disabled {
  color: rgb(244 181 179 / 0.5);
}
.disabled\:text-accent-300\/55:disabled {
  color: rgb(244 181 179 / 0.55);
}
.disabled\:text-accent-300\/60:disabled {
  color: rgb(244 181 179 / 0.6);
}
.disabled\:text-accent-300\/65:disabled {
  color: rgb(244 181 179 / 0.65);
}
.disabled\:text-accent-300\/70:disabled {
  color: rgb(244 181 179 / 0.7);
}
.disabled\:text-accent-300\/75:disabled {
  color: rgb(244 181 179 / 0.75);
}
.disabled\:text-accent-300\/80:disabled {
  color: rgb(244 181 179 / 0.8);
}
.disabled\:text-accent-300\/85:disabled {
  color: rgb(244 181 179 / 0.85);
}
.disabled\:text-accent-300\/90:disabled {
  color: rgb(244 181 179 / 0.9);
}
.disabled\:text-accent-300\/95:disabled {
  color: rgb(244 181 179 / 0.95);
}
.disabled\:text-accent-400:disabled {
  color: #ee8e8b;
}
.disabled\:text-accent-400\/0:disabled {
  color: rgb(238 142 139 / 0);
}
.disabled\:text-accent-400\/10:disabled {
  color: rgb(238 142 139 / 0.1);
}
.disabled\:text-accent-400\/100:disabled {
  color: rgb(238 142 139 / 1);
}
.disabled\:text-accent-400\/15:disabled {
  color: rgb(238 142 139 / 0.15);
}
.disabled\:text-accent-400\/20:disabled {
  color: rgb(238 142 139 / 0.2);
}
.disabled\:text-accent-400\/25:disabled {
  color: rgb(238 142 139 / 0.25);
}
.disabled\:text-accent-400\/30:disabled {
  color: rgb(238 142 139 / 0.3);
}
.disabled\:text-accent-400\/35:disabled {
  color: rgb(238 142 139 / 0.35);
}
.disabled\:text-accent-400\/40:disabled {
  color: rgb(238 142 139 / 0.4);
}
.disabled\:text-accent-400\/45:disabled {
  color: rgb(238 142 139 / 0.45);
}
.disabled\:text-accent-400\/5:disabled {
  color: rgb(238 142 139 / 0.05);
}
.disabled\:text-accent-400\/50:disabled {
  color: rgb(238 142 139 / 0.5);
}
.disabled\:text-accent-400\/55:disabled {
  color: rgb(238 142 139 / 0.55);
}
.disabled\:text-accent-400\/60:disabled {
  color: rgb(238 142 139 / 0.6);
}
.disabled\:text-accent-400\/65:disabled {
  color: rgb(238 142 139 / 0.65);
}
.disabled\:text-accent-400\/70:disabled {
  color: rgb(238 142 139 / 0.7);
}
.disabled\:text-accent-400\/75:disabled {
  color: rgb(238 142 139 / 0.75);
}
.disabled\:text-accent-400\/80:disabled {
  color: rgb(238 142 139 / 0.8);
}
.disabled\:text-accent-400\/85:disabled {
  color: rgb(238 142 139 / 0.85);
}
.disabled\:text-accent-400\/90:disabled {
  color: rgb(238 142 139 / 0.9);
}
.disabled\:text-accent-400\/95:disabled {
  color: rgb(238 142 139 / 0.95);
}
.disabled\:text-accent-500:disabled {
  color: #e57373;
}
.disabled\:text-accent-500\/0:disabled {
  color: rgb(229 115 115 / 0);
}
.disabled\:text-accent-500\/10:disabled {
  color: rgb(229 115 115 / 0.1);
}
.disabled\:text-accent-500\/100:disabled {
  color: rgb(229 115 115 / 1);
}
.disabled\:text-accent-500\/15:disabled {
  color: rgb(229 115 115 / 0.15);
}
.disabled\:text-accent-500\/20:disabled {
  color: rgb(229 115 115 / 0.2);
}
.disabled\:text-accent-500\/25:disabled {
  color: rgb(229 115 115 / 0.25);
}
.disabled\:text-accent-500\/30:disabled {
  color: rgb(229 115 115 / 0.3);
}
.disabled\:text-accent-500\/35:disabled {
  color: rgb(229 115 115 / 0.35);
}
.disabled\:text-accent-500\/40:disabled {
  color: rgb(229 115 115 / 0.4);
}
.disabled\:text-accent-500\/45:disabled {
  color: rgb(229 115 115 / 0.45);
}
.disabled\:text-accent-500\/5:disabled {
  color: rgb(229 115 115 / 0.05);
}
.disabled\:text-accent-500\/50:disabled {
  color: rgb(229 115 115 / 0.5);
}
.disabled\:text-accent-500\/55:disabled {
  color: rgb(229 115 115 / 0.55);
}
.disabled\:text-accent-500\/60:disabled {
  color: rgb(229 115 115 / 0.6);
}
.disabled\:text-accent-500\/65:disabled {
  color: rgb(229 115 115 / 0.65);
}
.disabled\:text-accent-500\/70:disabled {
  color: rgb(229 115 115 / 0.7);
}
.disabled\:text-accent-500\/75:disabled {
  color: rgb(229 115 115 / 0.75);
}
.disabled\:text-accent-500\/80:disabled {
  color: rgb(229 115 115 / 0.8);
}
.disabled\:text-accent-500\/85:disabled {
  color: rgb(229 115 115 / 0.85);
}
.disabled\:text-accent-500\/90:disabled {
  color: rgb(229 115 115 / 0.9);
}
.disabled\:text-accent-500\/95:disabled {
  color: rgb(229 115 115 / 0.95);
}
.disabled\:text-accent-600:disabled {
  color: #d95f5f;
}
.disabled\:text-accent-600\/0:disabled {
  color: rgb(217 95 95 / 0);
}
.disabled\:text-accent-600\/10:disabled {
  color: rgb(217 95 95 / 0.1);
}
.disabled\:text-accent-600\/100:disabled {
  color: rgb(217 95 95 / 1);
}
.disabled\:text-accent-600\/15:disabled {
  color: rgb(217 95 95 / 0.15);
}
.disabled\:text-accent-600\/20:disabled {
  color: rgb(217 95 95 / 0.2);
}
.disabled\:text-accent-600\/25:disabled {
  color: rgb(217 95 95 / 0.25);
}
.disabled\:text-accent-600\/30:disabled {
  color: rgb(217 95 95 / 0.3);
}
.disabled\:text-accent-600\/35:disabled {
  color: rgb(217 95 95 / 0.35);
}
.disabled\:text-accent-600\/40:disabled {
  color: rgb(217 95 95 / 0.4);
}
.disabled\:text-accent-600\/45:disabled {
  color: rgb(217 95 95 / 0.45);
}
.disabled\:text-accent-600\/5:disabled {
  color: rgb(217 95 95 / 0.05);
}
.disabled\:text-accent-600\/50:disabled {
  color: rgb(217 95 95 / 0.5);
}
.disabled\:text-accent-600\/55:disabled {
  color: rgb(217 95 95 / 0.55);
}
.disabled\:text-accent-600\/60:disabled {
  color: rgb(217 95 95 / 0.6);
}
.disabled\:text-accent-600\/65:disabled {
  color: rgb(217 95 95 / 0.65);
}
.disabled\:text-accent-600\/70:disabled {
  color: rgb(217 95 95 / 0.7);
}
.disabled\:text-accent-600\/75:disabled {
  color: rgb(217 95 95 / 0.75);
}
.disabled\:text-accent-600\/80:disabled {
  color: rgb(217 95 95 / 0.8);
}
.disabled\:text-accent-600\/85:disabled {
  color: rgb(217 95 95 / 0.85);
}
.disabled\:text-accent-600\/90:disabled {
  color: rgb(217 95 95 / 0.9);
}
.disabled\:text-accent-600\/95:disabled {
  color: rgb(217 95 95 / 0.95);
}
.disabled\:text-accent-700:disabled {
  color: #c94a4a;
}
.disabled\:text-accent-700\/0:disabled {
  color: rgb(201 74 74 / 0);
}
.disabled\:text-accent-700\/10:disabled {
  color: rgb(201 74 74 / 0.1);
}
.disabled\:text-accent-700\/100:disabled {
  color: rgb(201 74 74 / 1);
}
.disabled\:text-accent-700\/15:disabled {
  color: rgb(201 74 74 / 0.15);
}
.disabled\:text-accent-700\/20:disabled {
  color: rgb(201 74 74 / 0.2);
}
.disabled\:text-accent-700\/25:disabled {
  color: rgb(201 74 74 / 0.25);
}
.disabled\:text-accent-700\/30:disabled {
  color: rgb(201 74 74 / 0.3);
}
.disabled\:text-accent-700\/35:disabled {
  color: rgb(201 74 74 / 0.35);
}
.disabled\:text-accent-700\/40:disabled {
  color: rgb(201 74 74 / 0.4);
}
.disabled\:text-accent-700\/45:disabled {
  color: rgb(201 74 74 / 0.45);
}
.disabled\:text-accent-700\/5:disabled {
  color: rgb(201 74 74 / 0.05);
}
.disabled\:text-accent-700\/50:disabled {
  color: rgb(201 74 74 / 0.5);
}
.disabled\:text-accent-700\/55:disabled {
  color: rgb(201 74 74 / 0.55);
}
.disabled\:text-accent-700\/60:disabled {
  color: rgb(201 74 74 / 0.6);
}
.disabled\:text-accent-700\/65:disabled {
  color: rgb(201 74 74 / 0.65);
}
.disabled\:text-accent-700\/70:disabled {
  color: rgb(201 74 74 / 0.7);
}
.disabled\:text-accent-700\/75:disabled {
  color: rgb(201 74 74 / 0.75);
}
.disabled\:text-accent-700\/80:disabled {
  color: rgb(201 74 74 / 0.8);
}
.disabled\:text-accent-700\/85:disabled {
  color: rgb(201 74 74 / 0.85);
}
.disabled\:text-accent-700\/90:disabled {
  color: rgb(201 74 74 / 0.9);
}
.disabled\:text-accent-700\/95:disabled {
  color: rgb(201 74 74 / 0.95);
}
.disabled\:text-accent-800:disabled {
  color: #a83c3c;
}
.disabled\:text-accent-800\/0:disabled {
  color: rgb(168 60 60 / 0);
}
.disabled\:text-accent-800\/10:disabled {
  color: rgb(168 60 60 / 0.1);
}
.disabled\:text-accent-800\/100:disabled {
  color: rgb(168 60 60 / 1);
}
.disabled\:text-accent-800\/15:disabled {
  color: rgb(168 60 60 / 0.15);
}
.disabled\:text-accent-800\/20:disabled {
  color: rgb(168 60 60 / 0.2);
}
.disabled\:text-accent-800\/25:disabled {
  color: rgb(168 60 60 / 0.25);
}
.disabled\:text-accent-800\/30:disabled {
  color: rgb(168 60 60 / 0.3);
}
.disabled\:text-accent-800\/35:disabled {
  color: rgb(168 60 60 / 0.35);
}
.disabled\:text-accent-800\/40:disabled {
  color: rgb(168 60 60 / 0.4);
}
.disabled\:text-accent-800\/45:disabled {
  color: rgb(168 60 60 / 0.45);
}
.disabled\:text-accent-800\/5:disabled {
  color: rgb(168 60 60 / 0.05);
}
.disabled\:text-accent-800\/50:disabled {
  color: rgb(168 60 60 / 0.5);
}
.disabled\:text-accent-800\/55:disabled {
  color: rgb(168 60 60 / 0.55);
}
.disabled\:text-accent-800\/60:disabled {
  color: rgb(168 60 60 / 0.6);
}
.disabled\:text-accent-800\/65:disabled {
  color: rgb(168 60 60 / 0.65);
}
.disabled\:text-accent-800\/70:disabled {
  color: rgb(168 60 60 / 0.7);
}
.disabled\:text-accent-800\/75:disabled {
  color: rgb(168 60 60 / 0.75);
}
.disabled\:text-accent-800\/80:disabled {
  color: rgb(168 60 60 / 0.8);
}
.disabled\:text-accent-800\/85:disabled {
  color: rgb(168 60 60 / 0.85);
}
.disabled\:text-accent-800\/90:disabled {
  color: rgb(168 60 60 / 0.9);
}
.disabled\:text-accent-800\/95:disabled {
  color: rgb(168 60 60 / 0.95);
}
.disabled\:text-accent-900:disabled {
  color: #8c3434;
}
.disabled\:text-accent-900\/0:disabled {
  color: rgb(140 52 52 / 0);
}
.disabled\:text-accent-900\/10:disabled {
  color: rgb(140 52 52 / 0.1);
}
.disabled\:text-accent-900\/100:disabled {
  color: rgb(140 52 52 / 1);
}
.disabled\:text-accent-900\/15:disabled {
  color: rgb(140 52 52 / 0.15);
}
.disabled\:text-accent-900\/20:disabled {
  color: rgb(140 52 52 / 0.2);
}
.disabled\:text-accent-900\/25:disabled {
  color: rgb(140 52 52 / 0.25);
}
.disabled\:text-accent-900\/30:disabled {
  color: rgb(140 52 52 / 0.3);
}
.disabled\:text-accent-900\/35:disabled {
  color: rgb(140 52 52 / 0.35);
}
.disabled\:text-accent-900\/40:disabled {
  color: rgb(140 52 52 / 0.4);
}
.disabled\:text-accent-900\/45:disabled {
  color: rgb(140 52 52 / 0.45);
}
.disabled\:text-accent-900\/5:disabled {
  color: rgb(140 52 52 / 0.05);
}
.disabled\:text-accent-900\/50:disabled {
  color: rgb(140 52 52 / 0.5);
}
.disabled\:text-accent-900\/55:disabled {
  color: rgb(140 52 52 / 0.55);
}
.disabled\:text-accent-900\/60:disabled {
  color: rgb(140 52 52 / 0.6);
}
.disabled\:text-accent-900\/65:disabled {
  color: rgb(140 52 52 / 0.65);
}
.disabled\:text-accent-900\/70:disabled {
  color: rgb(140 52 52 / 0.7);
}
.disabled\:text-accent-900\/75:disabled {
  color: rgb(140 52 52 / 0.75);
}
.disabled\:text-accent-900\/80:disabled {
  color: rgb(140 52 52 / 0.8);
}
.disabled\:text-accent-900\/85:disabled {
  color: rgb(140 52 52 / 0.85);
}
.disabled\:text-accent-900\/90:disabled {
  color: rgb(140 52 52 / 0.9);
}
.disabled\:text-accent-900\/95:disabled {
  color: rgb(140 52 52 / 0.95);
}
.disabled\:text-gray-100:disabled {
  color: #f3f4f6;
}
.disabled\:text-gray-100\/0:disabled {
  color: rgb(243 244 246 / 0);
}
.disabled\:text-gray-100\/10:disabled {
  color: rgb(243 244 246 / 0.1);
}
.disabled\:text-gray-100\/100:disabled {
  color: rgb(243 244 246 / 1);
}
.disabled\:text-gray-100\/15:disabled {
  color: rgb(243 244 246 / 0.15);
}
.disabled\:text-gray-100\/20:disabled {
  color: rgb(243 244 246 / 0.2);
}
.disabled\:text-gray-100\/25:disabled {
  color: rgb(243 244 246 / 0.25);
}
.disabled\:text-gray-100\/30:disabled {
  color: rgb(243 244 246 / 0.3);
}
.disabled\:text-gray-100\/35:disabled {
  color: rgb(243 244 246 / 0.35);
}
.disabled\:text-gray-100\/40:disabled {
  color: rgb(243 244 246 / 0.4);
}
.disabled\:text-gray-100\/45:disabled {
  color: rgb(243 244 246 / 0.45);
}
.disabled\:text-gray-100\/5:disabled {
  color: rgb(243 244 246 / 0.05);
}
.disabled\:text-gray-100\/50:disabled {
  color: rgb(243 244 246 / 0.5);
}
.disabled\:text-gray-100\/55:disabled {
  color: rgb(243 244 246 / 0.55);
}
.disabled\:text-gray-100\/60:disabled {
  color: rgb(243 244 246 / 0.6);
}
.disabled\:text-gray-100\/65:disabled {
  color: rgb(243 244 246 / 0.65);
}
.disabled\:text-gray-100\/70:disabled {
  color: rgb(243 244 246 / 0.7);
}
.disabled\:text-gray-100\/75:disabled {
  color: rgb(243 244 246 / 0.75);
}
.disabled\:text-gray-100\/80:disabled {
  color: rgb(243 244 246 / 0.8);
}
.disabled\:text-gray-100\/85:disabled {
  color: rgb(243 244 246 / 0.85);
}
.disabled\:text-gray-100\/90:disabled {
  color: rgb(243 244 246 / 0.9);
}
.disabled\:text-gray-100\/95:disabled {
  color: rgb(243 244 246 / 0.95);
}
.disabled\:text-gray-200:disabled {
  color: #e5e7eb;
}
.disabled\:text-gray-200\/0:disabled {
  color: rgb(229 231 235 / 0);
}
.disabled\:text-gray-200\/10:disabled {
  color: rgb(229 231 235 / 0.1);
}
.disabled\:text-gray-200\/100:disabled {
  color: rgb(229 231 235 / 1);
}
.disabled\:text-gray-200\/15:disabled {
  color: rgb(229 231 235 / 0.15);
}
.disabled\:text-gray-200\/20:disabled {
  color: rgb(229 231 235 / 0.2);
}
.disabled\:text-gray-200\/25:disabled {
  color: rgb(229 231 235 / 0.25);
}
.disabled\:text-gray-200\/30:disabled {
  color: rgb(229 231 235 / 0.3);
}
.disabled\:text-gray-200\/35:disabled {
  color: rgb(229 231 235 / 0.35);
}
.disabled\:text-gray-200\/40:disabled {
  color: rgb(229 231 235 / 0.4);
}
.disabled\:text-gray-200\/45:disabled {
  color: rgb(229 231 235 / 0.45);
}
.disabled\:text-gray-200\/5:disabled {
  color: rgb(229 231 235 / 0.05);
}
.disabled\:text-gray-200\/50:disabled {
  color: rgb(229 231 235 / 0.5);
}
.disabled\:text-gray-200\/55:disabled {
  color: rgb(229 231 235 / 0.55);
}
.disabled\:text-gray-200\/60:disabled {
  color: rgb(229 231 235 / 0.6);
}
.disabled\:text-gray-200\/65:disabled {
  color: rgb(229 231 235 / 0.65);
}
.disabled\:text-gray-200\/70:disabled {
  color: rgb(229 231 235 / 0.7);
}
.disabled\:text-gray-200\/75:disabled {
  color: rgb(229 231 235 / 0.75);
}
.disabled\:text-gray-200\/80:disabled {
  color: rgb(229 231 235 / 0.8);
}
.disabled\:text-gray-200\/85:disabled {
  color: rgb(229 231 235 / 0.85);
}
.disabled\:text-gray-200\/90:disabled {
  color: rgb(229 231 235 / 0.9);
}
.disabled\:text-gray-200\/95:disabled {
  color: rgb(229 231 235 / 0.95);
}
.disabled\:text-gray-300:disabled {
  color: #d1d5db;
}
.disabled\:text-gray-300\/0:disabled {
  color: rgb(209 213 219 / 0);
}
.disabled\:text-gray-300\/10:disabled {
  color: rgb(209 213 219 / 0.1);
}
.disabled\:text-gray-300\/100:disabled {
  color: rgb(209 213 219 / 1);
}
.disabled\:text-gray-300\/15:disabled {
  color: rgb(209 213 219 / 0.15);
}
.disabled\:text-gray-300\/20:disabled {
  color: rgb(209 213 219 / 0.2);
}
.disabled\:text-gray-300\/25:disabled {
  color: rgb(209 213 219 / 0.25);
}
.disabled\:text-gray-300\/30:disabled {
  color: rgb(209 213 219 / 0.3);
}
.disabled\:text-gray-300\/35:disabled {
  color: rgb(209 213 219 / 0.35);
}
.disabled\:text-gray-300\/40:disabled {
  color: rgb(209 213 219 / 0.4);
}
.disabled\:text-gray-300\/45:disabled {
  color: rgb(209 213 219 / 0.45);
}
.disabled\:text-gray-300\/5:disabled {
  color: rgb(209 213 219 / 0.05);
}
.disabled\:text-gray-300\/50:disabled {
  color: rgb(209 213 219 / 0.5);
}
.disabled\:text-gray-300\/55:disabled {
  color: rgb(209 213 219 / 0.55);
}
.disabled\:text-gray-300\/60:disabled {
  color: rgb(209 213 219 / 0.6);
}
.disabled\:text-gray-300\/65:disabled {
  color: rgb(209 213 219 / 0.65);
}
.disabled\:text-gray-300\/70:disabled {
  color: rgb(209 213 219 / 0.7);
}
.disabled\:text-gray-300\/75:disabled {
  color: rgb(209 213 219 / 0.75);
}
.disabled\:text-gray-300\/80:disabled {
  color: rgb(209 213 219 / 0.8);
}
.disabled\:text-gray-300\/85:disabled {
  color: rgb(209 213 219 / 0.85);
}
.disabled\:text-gray-300\/90:disabled {
  color: rgb(209 213 219 / 0.9);
}
.disabled\:text-gray-300\/95:disabled {
  color: rgb(209 213 219 / 0.95);
}
.disabled\:text-gray-400:disabled {
  color: #9ca3af;
}
.disabled\:text-gray-400\/0:disabled {
  color: rgb(156 163 175 / 0);
}
.disabled\:text-gray-400\/10:disabled {
  color: rgb(156 163 175 / 0.1);
}
.disabled\:text-gray-400\/100:disabled {
  color: rgb(156 163 175 / 1);
}
.disabled\:text-gray-400\/15:disabled {
  color: rgb(156 163 175 / 0.15);
}
.disabled\:text-gray-400\/20:disabled {
  color: rgb(156 163 175 / 0.2);
}
.disabled\:text-gray-400\/25:disabled {
  color: rgb(156 163 175 / 0.25);
}
.disabled\:text-gray-400\/30:disabled {
  color: rgb(156 163 175 / 0.3);
}
.disabled\:text-gray-400\/35:disabled {
  color: rgb(156 163 175 / 0.35);
}
.disabled\:text-gray-400\/40:disabled {
  color: rgb(156 163 175 / 0.4);
}
.disabled\:text-gray-400\/45:disabled {
  color: rgb(156 163 175 / 0.45);
}
.disabled\:text-gray-400\/5:disabled {
  color: rgb(156 163 175 / 0.05);
}
.disabled\:text-gray-400\/50:disabled {
  color: rgb(156 163 175 / 0.5);
}
.disabled\:text-gray-400\/55:disabled {
  color: rgb(156 163 175 / 0.55);
}
.disabled\:text-gray-400\/60:disabled {
  color: rgb(156 163 175 / 0.6);
}
.disabled\:text-gray-400\/65:disabled {
  color: rgb(156 163 175 / 0.65);
}
.disabled\:text-gray-400\/70:disabled {
  color: rgb(156 163 175 / 0.7);
}
.disabled\:text-gray-400\/75:disabled {
  color: rgb(156 163 175 / 0.75);
}
.disabled\:text-gray-400\/80:disabled {
  color: rgb(156 163 175 / 0.8);
}
.disabled\:text-gray-400\/85:disabled {
  color: rgb(156 163 175 / 0.85);
}
.disabled\:text-gray-400\/90:disabled {
  color: rgb(156 163 175 / 0.9);
}
.disabled\:text-gray-400\/95:disabled {
  color: rgb(156 163 175 / 0.95);
}
.disabled\:text-gray-500:disabled {
  color: #6b7280;
}
.disabled\:text-gray-500\/0:disabled {
  color: rgb(107 114 128 / 0);
}
.disabled\:text-gray-500\/10:disabled {
  color: rgb(107 114 128 / 0.1);
}
.disabled\:text-gray-500\/100:disabled {
  color: rgb(107 114 128 / 1);
}
.disabled\:text-gray-500\/15:disabled {
  color: rgb(107 114 128 / 0.15);
}
.disabled\:text-gray-500\/20:disabled {
  color: rgb(107 114 128 / 0.2);
}
.disabled\:text-gray-500\/25:disabled {
  color: rgb(107 114 128 / 0.25);
}
.disabled\:text-gray-500\/30:disabled {
  color: rgb(107 114 128 / 0.3);
}
.disabled\:text-gray-500\/35:disabled {
  color: rgb(107 114 128 / 0.35);
}
.disabled\:text-gray-500\/40:disabled {
  color: rgb(107 114 128 / 0.4);
}
.disabled\:text-gray-500\/45:disabled {
  color: rgb(107 114 128 / 0.45);
}
.disabled\:text-gray-500\/5:disabled {
  color: rgb(107 114 128 / 0.05);
}
.disabled\:text-gray-500\/50:disabled {
  color: rgb(107 114 128 / 0.5);
}
.disabled\:text-gray-500\/55:disabled {
  color: rgb(107 114 128 / 0.55);
}
.disabled\:text-gray-500\/60:disabled {
  color: rgb(107 114 128 / 0.6);
}
.disabled\:text-gray-500\/65:disabled {
  color: rgb(107 114 128 / 0.65);
}
.disabled\:text-gray-500\/70:disabled {
  color: rgb(107 114 128 / 0.7);
}
.disabled\:text-gray-500\/75:disabled {
  color: rgb(107 114 128 / 0.75);
}
.disabled\:text-gray-500\/80:disabled {
  color: rgb(107 114 128 / 0.8);
}
.disabled\:text-gray-500\/85:disabled {
  color: rgb(107 114 128 / 0.85);
}
.disabled\:text-gray-500\/90:disabled {
  color: rgb(107 114 128 / 0.9);
}
.disabled\:text-gray-500\/95:disabled {
  color: rgb(107 114 128 / 0.95);
}
.disabled\:text-gray-600:disabled {
  color: #4b5563;
}
.disabled\:text-gray-600\/0:disabled {
  color: rgb(75 85 99 / 0);
}
.disabled\:text-gray-600\/10:disabled {
  color: rgb(75 85 99 / 0.1);
}
.disabled\:text-gray-600\/100:disabled {
  color: rgb(75 85 99 / 1);
}
.disabled\:text-gray-600\/15:disabled {
  color: rgb(75 85 99 / 0.15);
}
.disabled\:text-gray-600\/20:disabled {
  color: rgb(75 85 99 / 0.2);
}
.disabled\:text-gray-600\/25:disabled {
  color: rgb(75 85 99 / 0.25);
}
.disabled\:text-gray-600\/30:disabled {
  color: rgb(75 85 99 / 0.3);
}
.disabled\:text-gray-600\/35:disabled {
  color: rgb(75 85 99 / 0.35);
}
.disabled\:text-gray-600\/40:disabled {
  color: rgb(75 85 99 / 0.4);
}
.disabled\:text-gray-600\/45:disabled {
  color: rgb(75 85 99 / 0.45);
}
.disabled\:text-gray-600\/5:disabled {
  color: rgb(75 85 99 / 0.05);
}
.disabled\:text-gray-600\/50:disabled {
  color: rgb(75 85 99 / 0.5);
}
.disabled\:text-gray-600\/55:disabled {
  color: rgb(75 85 99 / 0.55);
}
.disabled\:text-gray-600\/60:disabled {
  color: rgb(75 85 99 / 0.6);
}
.disabled\:text-gray-600\/65:disabled {
  color: rgb(75 85 99 / 0.65);
}
.disabled\:text-gray-600\/70:disabled {
  color: rgb(75 85 99 / 0.7);
}
.disabled\:text-gray-600\/75:disabled {
  color: rgb(75 85 99 / 0.75);
}
.disabled\:text-gray-600\/80:disabled {
  color: rgb(75 85 99 / 0.8);
}
.disabled\:text-gray-600\/85:disabled {
  color: rgb(75 85 99 / 0.85);
}
.disabled\:text-gray-600\/90:disabled {
  color: rgb(75 85 99 / 0.9);
}
.disabled\:text-gray-600\/95:disabled {
  color: rgb(75 85 99 / 0.95);
}
.disabled\:text-gray-700:disabled {
  color: #374151;
}
.disabled\:text-gray-700\/0:disabled {
  color: rgb(55 65 81 / 0);
}
.disabled\:text-gray-700\/10:disabled {
  color: rgb(55 65 81 / 0.1);
}
.disabled\:text-gray-700\/100:disabled {
  color: rgb(55 65 81 / 1);
}
.disabled\:text-gray-700\/15:disabled {
  color: rgb(55 65 81 / 0.15);
}
.disabled\:text-gray-700\/20:disabled {
  color: rgb(55 65 81 / 0.2);
}
.disabled\:text-gray-700\/25:disabled {
  color: rgb(55 65 81 / 0.25);
}
.disabled\:text-gray-700\/30:disabled {
  color: rgb(55 65 81 / 0.3);
}
.disabled\:text-gray-700\/35:disabled {
  color: rgb(55 65 81 / 0.35);
}
.disabled\:text-gray-700\/40:disabled {
  color: rgb(55 65 81 / 0.4);
}
.disabled\:text-gray-700\/45:disabled {
  color: rgb(55 65 81 / 0.45);
}
.disabled\:text-gray-700\/5:disabled {
  color: rgb(55 65 81 / 0.05);
}
.disabled\:text-gray-700\/50:disabled {
  color: rgb(55 65 81 / 0.5);
}
.disabled\:text-gray-700\/55:disabled {
  color: rgb(55 65 81 / 0.55);
}
.disabled\:text-gray-700\/60:disabled {
  color: rgb(55 65 81 / 0.6);
}
.disabled\:text-gray-700\/65:disabled {
  color: rgb(55 65 81 / 0.65);
}
.disabled\:text-gray-700\/70:disabled {
  color: rgb(55 65 81 / 0.7);
}
.disabled\:text-gray-700\/75:disabled {
  color: rgb(55 65 81 / 0.75);
}
.disabled\:text-gray-700\/80:disabled {
  color: rgb(55 65 81 / 0.8);
}
.disabled\:text-gray-700\/85:disabled {
  color: rgb(55 65 81 / 0.85);
}
.disabled\:text-gray-700\/90:disabled {
  color: rgb(55 65 81 / 0.9);
}
.disabled\:text-gray-700\/95:disabled {
  color: rgb(55 65 81 / 0.95);
}
.disabled\:text-gray-800:disabled {
  color: #1f2937;
}
.disabled\:text-gray-800\/0:disabled {
  color: rgb(31 41 55 / 0);
}
.disabled\:text-gray-800\/10:disabled {
  color: rgb(31 41 55 / 0.1);
}
.disabled\:text-gray-800\/100:disabled {
  color: rgb(31 41 55 / 1);
}
.disabled\:text-gray-800\/15:disabled {
  color: rgb(31 41 55 / 0.15);
}
.disabled\:text-gray-800\/20:disabled {
  color: rgb(31 41 55 / 0.2);
}
.disabled\:text-gray-800\/25:disabled {
  color: rgb(31 41 55 / 0.25);
}
.disabled\:text-gray-800\/30:disabled {
  color: rgb(31 41 55 / 0.3);
}
.disabled\:text-gray-800\/35:disabled {
  color: rgb(31 41 55 / 0.35);
}
.disabled\:text-gray-800\/40:disabled {
  color: rgb(31 41 55 / 0.4);
}
.disabled\:text-gray-800\/45:disabled {
  color: rgb(31 41 55 / 0.45);
}
.disabled\:text-gray-800\/5:disabled {
  color: rgb(31 41 55 / 0.05);
}
.disabled\:text-gray-800\/50:disabled {
  color: rgb(31 41 55 / 0.5);
}
.disabled\:text-gray-800\/55:disabled {
  color: rgb(31 41 55 / 0.55);
}
.disabled\:text-gray-800\/60:disabled {
  color: rgb(31 41 55 / 0.6);
}
.disabled\:text-gray-800\/65:disabled {
  color: rgb(31 41 55 / 0.65);
}
.disabled\:text-gray-800\/70:disabled {
  color: rgb(31 41 55 / 0.7);
}
.disabled\:text-gray-800\/75:disabled {
  color: rgb(31 41 55 / 0.75);
}
.disabled\:text-gray-800\/80:disabled {
  color: rgb(31 41 55 / 0.8);
}
.disabled\:text-gray-800\/85:disabled {
  color: rgb(31 41 55 / 0.85);
}
.disabled\:text-gray-800\/90:disabled {
  color: rgb(31 41 55 / 0.9);
}
.disabled\:text-gray-800\/95:disabled {
  color: rgb(31 41 55 / 0.95);
}
.disabled\:text-gray-900:disabled {
  color: #111827;
}
.disabled\:text-gray-900\/0:disabled {
  color: rgb(17 24 39 / 0);
}
.disabled\:text-gray-900\/10:disabled {
  color: rgb(17 24 39 / 0.1);
}
.disabled\:text-gray-900\/100:disabled {
  color: rgb(17 24 39 / 1);
}
.disabled\:text-gray-900\/15:disabled {
  color: rgb(17 24 39 / 0.15);
}
.disabled\:text-gray-900\/20:disabled {
  color: rgb(17 24 39 / 0.2);
}
.disabled\:text-gray-900\/25:disabled {
  color: rgb(17 24 39 / 0.25);
}
.disabled\:text-gray-900\/30:disabled {
  color: rgb(17 24 39 / 0.3);
}
.disabled\:text-gray-900\/35:disabled {
  color: rgb(17 24 39 / 0.35);
}
.disabled\:text-gray-900\/40:disabled {
  color: rgb(17 24 39 / 0.4);
}
.disabled\:text-gray-900\/45:disabled {
  color: rgb(17 24 39 / 0.45);
}
.disabled\:text-gray-900\/5:disabled {
  color: rgb(17 24 39 / 0.05);
}
.disabled\:text-gray-900\/50:disabled {
  color: rgb(17 24 39 / 0.5);
}
.disabled\:text-gray-900\/55:disabled {
  color: rgb(17 24 39 / 0.55);
}
.disabled\:text-gray-900\/60:disabled {
  color: rgb(17 24 39 / 0.6);
}
.disabled\:text-gray-900\/65:disabled {
  color: rgb(17 24 39 / 0.65);
}
.disabled\:text-gray-900\/70:disabled {
  color: rgb(17 24 39 / 0.7);
}
.disabled\:text-gray-900\/75:disabled {
  color: rgb(17 24 39 / 0.75);
}
.disabled\:text-gray-900\/80:disabled {
  color: rgb(17 24 39 / 0.8);
}
.disabled\:text-gray-900\/85:disabled {
  color: rgb(17 24 39 / 0.85);
}
.disabled\:text-gray-900\/90:disabled {
  color: rgb(17 24 39 / 0.9);
}
.disabled\:text-gray-900\/95:disabled {
  color: rgb(17 24 39 / 0.95);
}
.disabled\:text-primary-100:disabled {
  color: #3965AC;
}
.disabled\:text-primary-100\/0:disabled {
  color: rgb(57 101 172 / 0);
}
.disabled\:text-primary-100\/10:disabled {
  color: rgb(57 101 172 / 0.1);
}
.disabled\:text-primary-100\/100:disabled {
  color: rgb(57 101 172 / 1);
}
.disabled\:text-primary-100\/15:disabled {
  color: rgb(57 101 172 / 0.15);
}
.disabled\:text-primary-100\/20:disabled {
  color: rgb(57 101 172 / 0.2);
}
.disabled\:text-primary-100\/25:disabled {
  color: rgb(57 101 172 / 0.25);
}
.disabled\:text-primary-100\/30:disabled {
  color: rgb(57 101 172 / 0.3);
}
.disabled\:text-primary-100\/35:disabled {
  color: rgb(57 101 172 / 0.35);
}
.disabled\:text-primary-100\/40:disabled {
  color: rgb(57 101 172 / 0.4);
}
.disabled\:text-primary-100\/45:disabled {
  color: rgb(57 101 172 / 0.45);
}
.disabled\:text-primary-100\/5:disabled {
  color: rgb(57 101 172 / 0.05);
}
.disabled\:text-primary-100\/50:disabled {
  color: rgb(57 101 172 / 0.5);
}
.disabled\:text-primary-100\/55:disabled {
  color: rgb(57 101 172 / 0.55);
}
.disabled\:text-primary-100\/60:disabled {
  color: rgb(57 101 172 / 0.6);
}
.disabled\:text-primary-100\/65:disabled {
  color: rgb(57 101 172 / 0.65);
}
.disabled\:text-primary-100\/70:disabled {
  color: rgb(57 101 172 / 0.7);
}
.disabled\:text-primary-100\/75:disabled {
  color: rgb(57 101 172 / 0.75);
}
.disabled\:text-primary-100\/80:disabled {
  color: rgb(57 101 172 / 0.8);
}
.disabled\:text-primary-100\/85:disabled {
  color: rgb(57 101 172 / 0.85);
}
.disabled\:text-primary-100\/90:disabled {
  color: rgb(57 101 172 / 0.9);
}
.disabled\:text-primary-100\/95:disabled {
  color: rgb(57 101 172 / 0.95);
}
.disabled\:text-primary-200:disabled {
  color: #365FA1;
}
.disabled\:text-primary-200\/0:disabled {
  color: rgb(54 95 161 / 0);
}
.disabled\:text-primary-200\/10:disabled {
  color: rgb(54 95 161 / 0.1);
}
.disabled\:text-primary-200\/100:disabled {
  color: rgb(54 95 161 / 1);
}
.disabled\:text-primary-200\/15:disabled {
  color: rgb(54 95 161 / 0.15);
}
.disabled\:text-primary-200\/20:disabled {
  color: rgb(54 95 161 / 0.2);
}
.disabled\:text-primary-200\/25:disabled {
  color: rgb(54 95 161 / 0.25);
}
.disabled\:text-primary-200\/30:disabled {
  color: rgb(54 95 161 / 0.3);
}
.disabled\:text-primary-200\/35:disabled {
  color: rgb(54 95 161 / 0.35);
}
.disabled\:text-primary-200\/40:disabled {
  color: rgb(54 95 161 / 0.4);
}
.disabled\:text-primary-200\/45:disabled {
  color: rgb(54 95 161 / 0.45);
}
.disabled\:text-primary-200\/5:disabled {
  color: rgb(54 95 161 / 0.05);
}
.disabled\:text-primary-200\/50:disabled {
  color: rgb(54 95 161 / 0.5);
}
.disabled\:text-primary-200\/55:disabled {
  color: rgb(54 95 161 / 0.55);
}
.disabled\:text-primary-200\/60:disabled {
  color: rgb(54 95 161 / 0.6);
}
.disabled\:text-primary-200\/65:disabled {
  color: rgb(54 95 161 / 0.65);
}
.disabled\:text-primary-200\/70:disabled {
  color: rgb(54 95 161 / 0.7);
}
.disabled\:text-primary-200\/75:disabled {
  color: rgb(54 95 161 / 0.75);
}
.disabled\:text-primary-200\/80:disabled {
  color: rgb(54 95 161 / 0.8);
}
.disabled\:text-primary-200\/85:disabled {
  color: rgb(54 95 161 / 0.85);
}
.disabled\:text-primary-200\/90:disabled {
  color: rgb(54 95 161 / 0.9);
}
.disabled\:text-primary-200\/95:disabled {
  color: rgb(54 95 161 / 0.95);
}
.disabled\:text-primary-300:disabled {
  color: #325895;
}
.disabled\:text-primary-300\/0:disabled {
  color: rgb(50 88 149 / 0);
}
.disabled\:text-primary-300\/10:disabled {
  color: rgb(50 88 149 / 0.1);
}
.disabled\:text-primary-300\/100:disabled {
  color: rgb(50 88 149 / 1);
}
.disabled\:text-primary-300\/15:disabled {
  color: rgb(50 88 149 / 0.15);
}
.disabled\:text-primary-300\/20:disabled {
  color: rgb(50 88 149 / 0.2);
}
.disabled\:text-primary-300\/25:disabled {
  color: rgb(50 88 149 / 0.25);
}
.disabled\:text-primary-300\/30:disabled {
  color: rgb(50 88 149 / 0.3);
}
.disabled\:text-primary-300\/35:disabled {
  color: rgb(50 88 149 / 0.35);
}
.disabled\:text-primary-300\/40:disabled {
  color: rgb(50 88 149 / 0.4);
}
.disabled\:text-primary-300\/45:disabled {
  color: rgb(50 88 149 / 0.45);
}
.disabled\:text-primary-300\/5:disabled {
  color: rgb(50 88 149 / 0.05);
}
.disabled\:text-primary-300\/50:disabled {
  color: rgb(50 88 149 / 0.5);
}
.disabled\:text-primary-300\/55:disabled {
  color: rgb(50 88 149 / 0.55);
}
.disabled\:text-primary-300\/60:disabled {
  color: rgb(50 88 149 / 0.6);
}
.disabled\:text-primary-300\/65:disabled {
  color: rgb(50 88 149 / 0.65);
}
.disabled\:text-primary-300\/70:disabled {
  color: rgb(50 88 149 / 0.7);
}
.disabled\:text-primary-300\/75:disabled {
  color: rgb(50 88 149 / 0.75);
}
.disabled\:text-primary-300\/80:disabled {
  color: rgb(50 88 149 / 0.8);
}
.disabled\:text-primary-300\/85:disabled {
  color: rgb(50 88 149 / 0.85);
}
.disabled\:text-primary-300\/90:disabled {
  color: rgb(50 88 149 / 0.9);
}
.disabled\:text-primary-300\/95:disabled {
  color: rgb(50 88 149 / 0.95);
}
.disabled\:text-primary-400:disabled {
  color: #305691;
}
.disabled\:text-primary-400\/0:disabled {
  color: rgb(48 86 145 / 0);
}
.disabled\:text-primary-400\/10:disabled {
  color: rgb(48 86 145 / 0.1);
}
.disabled\:text-primary-400\/100:disabled {
  color: rgb(48 86 145 / 1);
}
.disabled\:text-primary-400\/15:disabled {
  color: rgb(48 86 145 / 0.15);
}
.disabled\:text-primary-400\/20:disabled {
  color: rgb(48 86 145 / 0.2);
}
.disabled\:text-primary-400\/25:disabled {
  color: rgb(48 86 145 / 0.25);
}
.disabled\:text-primary-400\/30:disabled {
  color: rgb(48 86 145 / 0.3);
}
.disabled\:text-primary-400\/35:disabled {
  color: rgb(48 86 145 / 0.35);
}
.disabled\:text-primary-400\/40:disabled {
  color: rgb(48 86 145 / 0.4);
}
.disabled\:text-primary-400\/45:disabled {
  color: rgb(48 86 145 / 0.45);
}
.disabled\:text-primary-400\/5:disabled {
  color: rgb(48 86 145 / 0.05);
}
.disabled\:text-primary-400\/50:disabled {
  color: rgb(48 86 145 / 0.5);
}
.disabled\:text-primary-400\/55:disabled {
  color: rgb(48 86 145 / 0.55);
}
.disabled\:text-primary-400\/60:disabled {
  color: rgb(48 86 145 / 0.6);
}
.disabled\:text-primary-400\/65:disabled {
  color: rgb(48 86 145 / 0.65);
}
.disabled\:text-primary-400\/70:disabled {
  color: rgb(48 86 145 / 0.7);
}
.disabled\:text-primary-400\/75:disabled {
  color: rgb(48 86 145 / 0.75);
}
.disabled\:text-primary-400\/80:disabled {
  color: rgb(48 86 145 / 0.8);
}
.disabled\:text-primary-400\/85:disabled {
  color: rgb(48 86 145 / 0.85);
}
.disabled\:text-primary-400\/90:disabled {
  color: rgb(48 86 145 / 0.9);
}
.disabled\:text-primary-400\/95:disabled {
  color: rgb(48 86 145 / 0.95);
}
.disabled\:text-primary-500:disabled {
  color: #2d4b79;
}
.disabled\:text-primary-500\/0:disabled {
  color: rgb(45 75 121 / 0);
}
.disabled\:text-primary-500\/10:disabled {
  color: rgb(45 75 121 / 0.1);
}
.disabled\:text-primary-500\/100:disabled {
  color: rgb(45 75 121 / 1);
}
.disabled\:text-primary-500\/15:disabled {
  color: rgb(45 75 121 / 0.15);
}
.disabled\:text-primary-500\/20:disabled {
  color: rgb(45 75 121 / 0.2);
}
.disabled\:text-primary-500\/25:disabled {
  color: rgb(45 75 121 / 0.25);
}
.disabled\:text-primary-500\/30:disabled {
  color: rgb(45 75 121 / 0.3);
}
.disabled\:text-primary-500\/35:disabled {
  color: rgb(45 75 121 / 0.35);
}
.disabled\:text-primary-500\/40:disabled {
  color: rgb(45 75 121 / 0.4);
}
.disabled\:text-primary-500\/45:disabled {
  color: rgb(45 75 121 / 0.45);
}
.disabled\:text-primary-500\/5:disabled {
  color: rgb(45 75 121 / 0.05);
}
.disabled\:text-primary-500\/50:disabled {
  color: rgb(45 75 121 / 0.5);
}
.disabled\:text-primary-500\/55:disabled {
  color: rgb(45 75 121 / 0.55);
}
.disabled\:text-primary-500\/60:disabled {
  color: rgb(45 75 121 / 0.6);
}
.disabled\:text-primary-500\/65:disabled {
  color: rgb(45 75 121 / 0.65);
}
.disabled\:text-primary-500\/70:disabled {
  color: rgb(45 75 121 / 0.7);
}
.disabled\:text-primary-500\/75:disabled {
  color: rgb(45 75 121 / 0.75);
}
.disabled\:text-primary-500\/80:disabled {
  color: rgb(45 75 121 / 0.8);
}
.disabled\:text-primary-500\/85:disabled {
  color: rgb(45 75 121 / 0.85);
}
.disabled\:text-primary-500\/90:disabled {
  color: rgb(45 75 121 / 0.9);
}
.disabled\:text-primary-500\/95:disabled {
  color: rgb(45 75 121 / 0.95);
}
.disabled\:text-primary-600:disabled {
  color: #264473;
}
.disabled\:text-primary-600\/0:disabled {
  color: rgb(38 68 115 / 0);
}
.disabled\:text-primary-600\/10:disabled {
  color: rgb(38 68 115 / 0.1);
}
.disabled\:text-primary-600\/100:disabled {
  color: rgb(38 68 115 / 1);
}
.disabled\:text-primary-600\/15:disabled {
  color: rgb(38 68 115 / 0.15);
}
.disabled\:text-primary-600\/20:disabled {
  color: rgb(38 68 115 / 0.2);
}
.disabled\:text-primary-600\/25:disabled {
  color: rgb(38 68 115 / 0.25);
}
.disabled\:text-primary-600\/30:disabled {
  color: rgb(38 68 115 / 0.3);
}
.disabled\:text-primary-600\/35:disabled {
  color: rgb(38 68 115 / 0.35);
}
.disabled\:text-primary-600\/40:disabled {
  color: rgb(38 68 115 / 0.4);
}
.disabled\:text-primary-600\/45:disabled {
  color: rgb(38 68 115 / 0.45);
}
.disabled\:text-primary-600\/5:disabled {
  color: rgb(38 68 115 / 0.05);
}
.disabled\:text-primary-600\/50:disabled {
  color: rgb(38 68 115 / 0.5);
}
.disabled\:text-primary-600\/55:disabled {
  color: rgb(38 68 115 / 0.55);
}
.disabled\:text-primary-600\/60:disabled {
  color: rgb(38 68 115 / 0.6);
}
.disabled\:text-primary-600\/65:disabled {
  color: rgb(38 68 115 / 0.65);
}
.disabled\:text-primary-600\/70:disabled {
  color: rgb(38 68 115 / 0.7);
}
.disabled\:text-primary-600\/75:disabled {
  color: rgb(38 68 115 / 0.75);
}
.disabled\:text-primary-600\/80:disabled {
  color: rgb(38 68 115 / 0.8);
}
.disabled\:text-primary-600\/85:disabled {
  color: rgb(38 68 115 / 0.85);
}
.disabled\:text-primary-600\/90:disabled {
  color: rgb(38 68 115 / 0.9);
}
.disabled\:text-primary-600\/95:disabled {
  color: rgb(38 68 115 / 0.95);
}
.disabled\:text-primary-700:disabled {
  color: #233e68;
}
.disabled\:text-primary-700\/0:disabled {
  color: rgb(35 62 104 / 0);
}
.disabled\:text-primary-700\/10:disabled {
  color: rgb(35 62 104 / 0.1);
}
.disabled\:text-primary-700\/100:disabled {
  color: rgb(35 62 104 / 1);
}
.disabled\:text-primary-700\/15:disabled {
  color: rgb(35 62 104 / 0.15);
}
.disabled\:text-primary-700\/20:disabled {
  color: rgb(35 62 104 / 0.2);
}
.disabled\:text-primary-700\/25:disabled {
  color: rgb(35 62 104 / 0.25);
}
.disabled\:text-primary-700\/30:disabled {
  color: rgb(35 62 104 / 0.3);
}
.disabled\:text-primary-700\/35:disabled {
  color: rgb(35 62 104 / 0.35);
}
.disabled\:text-primary-700\/40:disabled {
  color: rgb(35 62 104 / 0.4);
}
.disabled\:text-primary-700\/45:disabled {
  color: rgb(35 62 104 / 0.45);
}
.disabled\:text-primary-700\/5:disabled {
  color: rgb(35 62 104 / 0.05);
}
.disabled\:text-primary-700\/50:disabled {
  color: rgb(35 62 104 / 0.5);
}
.disabled\:text-primary-700\/55:disabled {
  color: rgb(35 62 104 / 0.55);
}
.disabled\:text-primary-700\/60:disabled {
  color: rgb(35 62 104 / 0.6);
}
.disabled\:text-primary-700\/65:disabled {
  color: rgb(35 62 104 / 0.65);
}
.disabled\:text-primary-700\/70:disabled {
  color: rgb(35 62 104 / 0.7);
}
.disabled\:text-primary-700\/75:disabled {
  color: rgb(35 62 104 / 0.75);
}
.disabled\:text-primary-700\/80:disabled {
  color: rgb(35 62 104 / 0.8);
}
.disabled\:text-primary-700\/85:disabled {
  color: rgb(35 62 104 / 0.85);
}
.disabled\:text-primary-700\/90:disabled {
  color: rgb(35 62 104 / 0.9);
}
.disabled\:text-primary-700\/95:disabled {
  color: rgb(35 62 104 / 0.95);
}
.disabled\:text-primary-800:disabled {
  color: #1f375c;
}
.disabled\:text-primary-800\/0:disabled {
  color: rgb(31 55 92 / 0);
}
.disabled\:text-primary-800\/10:disabled {
  color: rgb(31 55 92 / 0.1);
}
.disabled\:text-primary-800\/100:disabled {
  color: rgb(31 55 92 / 1);
}
.disabled\:text-primary-800\/15:disabled {
  color: rgb(31 55 92 / 0.15);
}
.disabled\:text-primary-800\/20:disabled {
  color: rgb(31 55 92 / 0.2);
}
.disabled\:text-primary-800\/25:disabled {
  color: rgb(31 55 92 / 0.25);
}
.disabled\:text-primary-800\/30:disabled {
  color: rgb(31 55 92 / 0.3);
}
.disabled\:text-primary-800\/35:disabled {
  color: rgb(31 55 92 / 0.35);
}
.disabled\:text-primary-800\/40:disabled {
  color: rgb(31 55 92 / 0.4);
}
.disabled\:text-primary-800\/45:disabled {
  color: rgb(31 55 92 / 0.45);
}
.disabled\:text-primary-800\/5:disabled {
  color: rgb(31 55 92 / 0.05);
}
.disabled\:text-primary-800\/50:disabled {
  color: rgb(31 55 92 / 0.5);
}
.disabled\:text-primary-800\/55:disabled {
  color: rgb(31 55 92 / 0.55);
}
.disabled\:text-primary-800\/60:disabled {
  color: rgb(31 55 92 / 0.6);
}
.disabled\:text-primary-800\/65:disabled {
  color: rgb(31 55 92 / 0.65);
}
.disabled\:text-primary-800\/70:disabled {
  color: rgb(31 55 92 / 0.7);
}
.disabled\:text-primary-800\/75:disabled {
  color: rgb(31 55 92 / 0.75);
}
.disabled\:text-primary-800\/80:disabled {
  color: rgb(31 55 92 / 0.8);
}
.disabled\:text-primary-800\/85:disabled {
  color: rgb(31 55 92 / 0.85);
}
.disabled\:text-primary-800\/90:disabled {
  color: rgb(31 55 92 / 0.9);
}
.disabled\:text-primary-800\/95:disabled {
  color: rgb(31 55 92 / 0.95);
}
.disabled\:text-primary-900:disabled {
  color: #1b3051;
}
.disabled\:text-primary-900\/0:disabled {
  color: rgb(27 48 81 / 0);
}
.disabled\:text-primary-900\/10:disabled {
  color: rgb(27 48 81 / 0.1);
}
.disabled\:text-primary-900\/100:disabled {
  color: rgb(27 48 81 / 1);
}
.disabled\:text-primary-900\/15:disabled {
  color: rgb(27 48 81 / 0.15);
}
.disabled\:text-primary-900\/20:disabled {
  color: rgb(27 48 81 / 0.2);
}
.disabled\:text-primary-900\/25:disabled {
  color: rgb(27 48 81 / 0.25);
}
.disabled\:text-primary-900\/30:disabled {
  color: rgb(27 48 81 / 0.3);
}
.disabled\:text-primary-900\/35:disabled {
  color: rgb(27 48 81 / 0.35);
}
.disabled\:text-primary-900\/40:disabled {
  color: rgb(27 48 81 / 0.4);
}
.disabled\:text-primary-900\/45:disabled {
  color: rgb(27 48 81 / 0.45);
}
.disabled\:text-primary-900\/5:disabled {
  color: rgb(27 48 81 / 0.05);
}
.disabled\:text-primary-900\/50:disabled {
  color: rgb(27 48 81 / 0.5);
}
.disabled\:text-primary-900\/55:disabled {
  color: rgb(27 48 81 / 0.55);
}
.disabled\:text-primary-900\/60:disabled {
  color: rgb(27 48 81 / 0.6);
}
.disabled\:text-primary-900\/65:disabled {
  color: rgb(27 48 81 / 0.65);
}
.disabled\:text-primary-900\/70:disabled {
  color: rgb(27 48 81 / 0.7);
}
.disabled\:text-primary-900\/75:disabled {
  color: rgb(27 48 81 / 0.75);
}
.disabled\:text-primary-900\/80:disabled {
  color: rgb(27 48 81 / 0.8);
}
.disabled\:text-primary-900\/85:disabled {
  color: rgb(27 48 81 / 0.85);
}
.disabled\:text-primary-900\/90:disabled {
  color: rgb(27 48 81 / 0.9);
}
.disabled\:text-primary-900\/95:disabled {
  color: rgb(27 48 81 / 0.95);
}
.disabled\:text-secondary-100:disabled {
  color: #DAE5E7;
}
.disabled\:text-secondary-100\/0:disabled {
  color: rgb(218 229 231 / 0);
}
.disabled\:text-secondary-100\/10:disabled {
  color: rgb(218 229 231 / 0.1);
}
.disabled\:text-secondary-100\/100:disabled {
  color: rgb(218 229 231 / 1);
}
.disabled\:text-secondary-100\/15:disabled {
  color: rgb(218 229 231 / 0.15);
}
.disabled\:text-secondary-100\/20:disabled {
  color: rgb(218 229 231 / 0.2);
}
.disabled\:text-secondary-100\/25:disabled {
  color: rgb(218 229 231 / 0.25);
}
.disabled\:text-secondary-100\/30:disabled {
  color: rgb(218 229 231 / 0.3);
}
.disabled\:text-secondary-100\/35:disabled {
  color: rgb(218 229 231 / 0.35);
}
.disabled\:text-secondary-100\/40:disabled {
  color: rgb(218 229 231 / 0.4);
}
.disabled\:text-secondary-100\/45:disabled {
  color: rgb(218 229 231 / 0.45);
}
.disabled\:text-secondary-100\/5:disabled {
  color: rgb(218 229 231 / 0.05);
}
.disabled\:text-secondary-100\/50:disabled {
  color: rgb(218 229 231 / 0.5);
}
.disabled\:text-secondary-100\/55:disabled {
  color: rgb(218 229 231 / 0.55);
}
.disabled\:text-secondary-100\/60:disabled {
  color: rgb(218 229 231 / 0.6);
}
.disabled\:text-secondary-100\/65:disabled {
  color: rgb(218 229 231 / 0.65);
}
.disabled\:text-secondary-100\/70:disabled {
  color: rgb(218 229 231 / 0.7);
}
.disabled\:text-secondary-100\/75:disabled {
  color: rgb(218 229 231 / 0.75);
}
.disabled\:text-secondary-100\/80:disabled {
  color: rgb(218 229 231 / 0.8);
}
.disabled\:text-secondary-100\/85:disabled {
  color: rgb(218 229 231 / 0.85);
}
.disabled\:text-secondary-100\/90:disabled {
  color: rgb(218 229 231 / 0.9);
}
.disabled\:text-secondary-100\/95:disabled {
  color: rgb(218 229 231 / 0.95);
}
.disabled\:text-secondary-200:disabled {
  color: #C4D6D9;
}
.disabled\:text-secondary-200\/0:disabled {
  color: rgb(196 214 217 / 0);
}
.disabled\:text-secondary-200\/10:disabled {
  color: rgb(196 214 217 / 0.1);
}
.disabled\:text-secondary-200\/100:disabled {
  color: rgb(196 214 217 / 1);
}
.disabled\:text-secondary-200\/15:disabled {
  color: rgb(196 214 217 / 0.15);
}
.disabled\:text-secondary-200\/20:disabled {
  color: rgb(196 214 217 / 0.2);
}
.disabled\:text-secondary-200\/25:disabled {
  color: rgb(196 214 217 / 0.25);
}
.disabled\:text-secondary-200\/30:disabled {
  color: rgb(196 214 217 / 0.3);
}
.disabled\:text-secondary-200\/35:disabled {
  color: rgb(196 214 217 / 0.35);
}
.disabled\:text-secondary-200\/40:disabled {
  color: rgb(196 214 217 / 0.4);
}
.disabled\:text-secondary-200\/45:disabled {
  color: rgb(196 214 217 / 0.45);
}
.disabled\:text-secondary-200\/5:disabled {
  color: rgb(196 214 217 / 0.05);
}
.disabled\:text-secondary-200\/50:disabled {
  color: rgb(196 214 217 / 0.5);
}
.disabled\:text-secondary-200\/55:disabled {
  color: rgb(196 214 217 / 0.55);
}
.disabled\:text-secondary-200\/60:disabled {
  color: rgb(196 214 217 / 0.6);
}
.disabled\:text-secondary-200\/65:disabled {
  color: rgb(196 214 217 / 0.65);
}
.disabled\:text-secondary-200\/70:disabled {
  color: rgb(196 214 217 / 0.7);
}
.disabled\:text-secondary-200\/75:disabled {
  color: rgb(196 214 217 / 0.75);
}
.disabled\:text-secondary-200\/80:disabled {
  color: rgb(196 214 217 / 0.8);
}
.disabled\:text-secondary-200\/85:disabled {
  color: rgb(196 214 217 / 0.85);
}
.disabled\:text-secondary-200\/90:disabled {
  color: rgb(196 214 217 / 0.9);
}
.disabled\:text-secondary-200\/95:disabled {
  color: rgb(196 214 217 / 0.95);
}
.disabled\:text-secondary-300:disabled {
  color: #AEC7CC;
}
.disabled\:text-secondary-300\/0:disabled {
  color: rgb(174 199 204 / 0);
}
.disabled\:text-secondary-300\/10:disabled {
  color: rgb(174 199 204 / 0.1);
}
.disabled\:text-secondary-300\/100:disabled {
  color: rgb(174 199 204 / 1);
}
.disabled\:text-secondary-300\/15:disabled {
  color: rgb(174 199 204 / 0.15);
}
.disabled\:text-secondary-300\/20:disabled {
  color: rgb(174 199 204 / 0.2);
}
.disabled\:text-secondary-300\/25:disabled {
  color: rgb(174 199 204 / 0.25);
}
.disabled\:text-secondary-300\/30:disabled {
  color: rgb(174 199 204 / 0.3);
}
.disabled\:text-secondary-300\/35:disabled {
  color: rgb(174 199 204 / 0.35);
}
.disabled\:text-secondary-300\/40:disabled {
  color: rgb(174 199 204 / 0.4);
}
.disabled\:text-secondary-300\/45:disabled {
  color: rgb(174 199 204 / 0.45);
}
.disabled\:text-secondary-300\/5:disabled {
  color: rgb(174 199 204 / 0.05);
}
.disabled\:text-secondary-300\/50:disabled {
  color: rgb(174 199 204 / 0.5);
}
.disabled\:text-secondary-300\/55:disabled {
  color: rgb(174 199 204 / 0.55);
}
.disabled\:text-secondary-300\/60:disabled {
  color: rgb(174 199 204 / 0.6);
}
.disabled\:text-secondary-300\/65:disabled {
  color: rgb(174 199 204 / 0.65);
}
.disabled\:text-secondary-300\/70:disabled {
  color: rgb(174 199 204 / 0.7);
}
.disabled\:text-secondary-300\/75:disabled {
  color: rgb(174 199 204 / 0.75);
}
.disabled\:text-secondary-300\/80:disabled {
  color: rgb(174 199 204 / 0.8);
}
.disabled\:text-secondary-300\/85:disabled {
  color: rgb(174 199 204 / 0.85);
}
.disabled\:text-secondary-300\/90:disabled {
  color: rgb(174 199 204 / 0.9);
}
.disabled\:text-secondary-300\/95:disabled {
  color: rgb(174 199 204 / 0.95);
}
.disabled\:text-secondary-400:disabled {
  color: #98B8BE;
}
.disabled\:text-secondary-400\/0:disabled {
  color: rgb(152 184 190 / 0);
}
.disabled\:text-secondary-400\/10:disabled {
  color: rgb(152 184 190 / 0.1);
}
.disabled\:text-secondary-400\/100:disabled {
  color: rgb(152 184 190 / 1);
}
.disabled\:text-secondary-400\/15:disabled {
  color: rgb(152 184 190 / 0.15);
}
.disabled\:text-secondary-400\/20:disabled {
  color: rgb(152 184 190 / 0.2);
}
.disabled\:text-secondary-400\/25:disabled {
  color: rgb(152 184 190 / 0.25);
}
.disabled\:text-secondary-400\/30:disabled {
  color: rgb(152 184 190 / 0.3);
}
.disabled\:text-secondary-400\/35:disabled {
  color: rgb(152 184 190 / 0.35);
}
.disabled\:text-secondary-400\/40:disabled {
  color: rgb(152 184 190 / 0.4);
}
.disabled\:text-secondary-400\/45:disabled {
  color: rgb(152 184 190 / 0.45);
}
.disabled\:text-secondary-400\/5:disabled {
  color: rgb(152 184 190 / 0.05);
}
.disabled\:text-secondary-400\/50:disabled {
  color: rgb(152 184 190 / 0.5);
}
.disabled\:text-secondary-400\/55:disabled {
  color: rgb(152 184 190 / 0.55);
}
.disabled\:text-secondary-400\/60:disabled {
  color: rgb(152 184 190 / 0.6);
}
.disabled\:text-secondary-400\/65:disabled {
  color: rgb(152 184 190 / 0.65);
}
.disabled\:text-secondary-400\/70:disabled {
  color: rgb(152 184 190 / 0.7);
}
.disabled\:text-secondary-400\/75:disabled {
  color: rgb(152 184 190 / 0.75);
}
.disabled\:text-secondary-400\/80:disabled {
  color: rgb(152 184 190 / 0.8);
}
.disabled\:text-secondary-400\/85:disabled {
  color: rgb(152 184 190 / 0.85);
}
.disabled\:text-secondary-400\/90:disabled {
  color: rgb(152 184 190 / 0.9);
}
.disabled\:text-secondary-400\/95:disabled {
  color: rgb(152 184 190 / 0.95);
}
.disabled\:text-secondary-500:disabled {
  color: #82A9B0;
}
.disabled\:text-secondary-500\/0:disabled {
  color: rgb(130 169 176 / 0);
}
.disabled\:text-secondary-500\/10:disabled {
  color: rgb(130 169 176 / 0.1);
}
.disabled\:text-secondary-500\/100:disabled {
  color: rgb(130 169 176 / 1);
}
.disabled\:text-secondary-500\/15:disabled {
  color: rgb(130 169 176 / 0.15);
}
.disabled\:text-secondary-500\/20:disabled {
  color: rgb(130 169 176 / 0.2);
}
.disabled\:text-secondary-500\/25:disabled {
  color: rgb(130 169 176 / 0.25);
}
.disabled\:text-secondary-500\/30:disabled {
  color: rgb(130 169 176 / 0.3);
}
.disabled\:text-secondary-500\/35:disabled {
  color: rgb(130 169 176 / 0.35);
}
.disabled\:text-secondary-500\/40:disabled {
  color: rgb(130 169 176 / 0.4);
}
.disabled\:text-secondary-500\/45:disabled {
  color: rgb(130 169 176 / 0.45);
}
.disabled\:text-secondary-500\/5:disabled {
  color: rgb(130 169 176 / 0.05);
}
.disabled\:text-secondary-500\/50:disabled {
  color: rgb(130 169 176 / 0.5);
}
.disabled\:text-secondary-500\/55:disabled {
  color: rgb(130 169 176 / 0.55);
}
.disabled\:text-secondary-500\/60:disabled {
  color: rgb(130 169 176 / 0.6);
}
.disabled\:text-secondary-500\/65:disabled {
  color: rgb(130 169 176 / 0.65);
}
.disabled\:text-secondary-500\/70:disabled {
  color: rgb(130 169 176 / 0.7);
}
.disabled\:text-secondary-500\/75:disabled {
  color: rgb(130 169 176 / 0.75);
}
.disabled\:text-secondary-500\/80:disabled {
  color: rgb(130 169 176 / 0.8);
}
.disabled\:text-secondary-500\/85:disabled {
  color: rgb(130 169 176 / 0.85);
}
.disabled\:text-secondary-500\/90:disabled {
  color: rgb(130 169 176 / 0.9);
}
.disabled\:text-secondary-500\/95:disabled {
  color: rgb(130 169 176 / 0.95);
}
.disabled\:text-secondary-600:disabled {
  color: #66969E;
}
.disabled\:text-secondary-600\/0:disabled {
  color: rgb(102 150 158 / 0);
}
.disabled\:text-secondary-600\/10:disabled {
  color: rgb(102 150 158 / 0.1);
}
.disabled\:text-secondary-600\/100:disabled {
  color: rgb(102 150 158 / 1);
}
.disabled\:text-secondary-600\/15:disabled {
  color: rgb(102 150 158 / 0.15);
}
.disabled\:text-secondary-600\/20:disabled {
  color: rgb(102 150 158 / 0.2);
}
.disabled\:text-secondary-600\/25:disabled {
  color: rgb(102 150 158 / 0.25);
}
.disabled\:text-secondary-600\/30:disabled {
  color: rgb(102 150 158 / 0.3);
}
.disabled\:text-secondary-600\/35:disabled {
  color: rgb(102 150 158 / 0.35);
}
.disabled\:text-secondary-600\/40:disabled {
  color: rgb(102 150 158 / 0.4);
}
.disabled\:text-secondary-600\/45:disabled {
  color: rgb(102 150 158 / 0.45);
}
.disabled\:text-secondary-600\/5:disabled {
  color: rgb(102 150 158 / 0.05);
}
.disabled\:text-secondary-600\/50:disabled {
  color: rgb(102 150 158 / 0.5);
}
.disabled\:text-secondary-600\/55:disabled {
  color: rgb(102 150 158 / 0.55);
}
.disabled\:text-secondary-600\/60:disabled {
  color: rgb(102 150 158 / 0.6);
}
.disabled\:text-secondary-600\/65:disabled {
  color: rgb(102 150 158 / 0.65);
}
.disabled\:text-secondary-600\/70:disabled {
  color: rgb(102 150 158 / 0.7);
}
.disabled\:text-secondary-600\/75:disabled {
  color: rgb(102 150 158 / 0.75);
}
.disabled\:text-secondary-600\/80:disabled {
  color: rgb(102 150 158 / 0.8);
}
.disabled\:text-secondary-600\/85:disabled {
  color: rgb(102 150 158 / 0.85);
}
.disabled\:text-secondary-600\/90:disabled {
  color: rgb(102 150 158 / 0.9);
}
.disabled\:text-secondary-600\/95:disabled {
  color: rgb(102 150 158 / 0.95);
}
.disabled\:text-secondary-700:disabled {
  color: #537C83;
}
.disabled\:text-secondary-700\/0:disabled {
  color: rgb(83 124 131 / 0);
}
.disabled\:text-secondary-700\/10:disabled {
  color: rgb(83 124 131 / 0.1);
}
.disabled\:text-secondary-700\/100:disabled {
  color: rgb(83 124 131 / 1);
}
.disabled\:text-secondary-700\/15:disabled {
  color: rgb(83 124 131 / 0.15);
}
.disabled\:text-secondary-700\/20:disabled {
  color: rgb(83 124 131 / 0.2);
}
.disabled\:text-secondary-700\/25:disabled {
  color: rgb(83 124 131 / 0.25);
}
.disabled\:text-secondary-700\/30:disabled {
  color: rgb(83 124 131 / 0.3);
}
.disabled\:text-secondary-700\/35:disabled {
  color: rgb(83 124 131 / 0.35);
}
.disabled\:text-secondary-700\/40:disabled {
  color: rgb(83 124 131 / 0.4);
}
.disabled\:text-secondary-700\/45:disabled {
  color: rgb(83 124 131 / 0.45);
}
.disabled\:text-secondary-700\/5:disabled {
  color: rgb(83 124 131 / 0.05);
}
.disabled\:text-secondary-700\/50:disabled {
  color: rgb(83 124 131 / 0.5);
}
.disabled\:text-secondary-700\/55:disabled {
  color: rgb(83 124 131 / 0.55);
}
.disabled\:text-secondary-700\/60:disabled {
  color: rgb(83 124 131 / 0.6);
}
.disabled\:text-secondary-700\/65:disabled {
  color: rgb(83 124 131 / 0.65);
}
.disabled\:text-secondary-700\/70:disabled {
  color: rgb(83 124 131 / 0.7);
}
.disabled\:text-secondary-700\/75:disabled {
  color: rgb(83 124 131 / 0.75);
}
.disabled\:text-secondary-700\/80:disabled {
  color: rgb(83 124 131 / 0.8);
}
.disabled\:text-secondary-700\/85:disabled {
  color: rgb(83 124 131 / 0.85);
}
.disabled\:text-secondary-700\/90:disabled {
  color: rgb(83 124 131 / 0.9);
}
.disabled\:text-secondary-700\/95:disabled {
  color: rgb(83 124 131 / 0.95);
}
.disabled\:text-secondary-800:disabled {
  color: #416167;
}
.disabled\:text-secondary-800\/0:disabled {
  color: rgb(65 97 103 / 0);
}
.disabled\:text-secondary-800\/10:disabled {
  color: rgb(65 97 103 / 0.1);
}
.disabled\:text-secondary-800\/100:disabled {
  color: rgb(65 97 103 / 1);
}
.disabled\:text-secondary-800\/15:disabled {
  color: rgb(65 97 103 / 0.15);
}
.disabled\:text-secondary-800\/20:disabled {
  color: rgb(65 97 103 / 0.2);
}
.disabled\:text-secondary-800\/25:disabled {
  color: rgb(65 97 103 / 0.25);
}
.disabled\:text-secondary-800\/30:disabled {
  color: rgb(65 97 103 / 0.3);
}
.disabled\:text-secondary-800\/35:disabled {
  color: rgb(65 97 103 / 0.35);
}
.disabled\:text-secondary-800\/40:disabled {
  color: rgb(65 97 103 / 0.4);
}
.disabled\:text-secondary-800\/45:disabled {
  color: rgb(65 97 103 / 0.45);
}
.disabled\:text-secondary-800\/5:disabled {
  color: rgb(65 97 103 / 0.05);
}
.disabled\:text-secondary-800\/50:disabled {
  color: rgb(65 97 103 / 0.5);
}
.disabled\:text-secondary-800\/55:disabled {
  color: rgb(65 97 103 / 0.55);
}
.disabled\:text-secondary-800\/60:disabled {
  color: rgb(65 97 103 / 0.6);
}
.disabled\:text-secondary-800\/65:disabled {
  color: rgb(65 97 103 / 0.65);
}
.disabled\:text-secondary-800\/70:disabled {
  color: rgb(65 97 103 / 0.7);
}
.disabled\:text-secondary-800\/75:disabled {
  color: rgb(65 97 103 / 0.75);
}
.disabled\:text-secondary-800\/80:disabled {
  color: rgb(65 97 103 / 0.8);
}
.disabled\:text-secondary-800\/85:disabled {
  color: rgb(65 97 103 / 0.85);
}
.disabled\:text-secondary-800\/90:disabled {
  color: rgb(65 97 103 / 0.9);
}
.disabled\:text-secondary-800\/95:disabled {
  color: rgb(65 97 103 / 0.95);
}
.disabled\:text-secondary-900:disabled {
  color: #2F474B;
}
.disabled\:text-secondary-900\/0:disabled {
  color: rgb(47 71 75 / 0);
}
.disabled\:text-secondary-900\/10:disabled {
  color: rgb(47 71 75 / 0.1);
}
.disabled\:text-secondary-900\/100:disabled {
  color: rgb(47 71 75 / 1);
}
.disabled\:text-secondary-900\/15:disabled {
  color: rgb(47 71 75 / 0.15);
}
.disabled\:text-secondary-900\/20:disabled {
  color: rgb(47 71 75 / 0.2);
}
.disabled\:text-secondary-900\/25:disabled {
  color: rgb(47 71 75 / 0.25);
}
.disabled\:text-secondary-900\/30:disabled {
  color: rgb(47 71 75 / 0.3);
}
.disabled\:text-secondary-900\/35:disabled {
  color: rgb(47 71 75 / 0.35);
}
.disabled\:text-secondary-900\/40:disabled {
  color: rgb(47 71 75 / 0.4);
}
.disabled\:text-secondary-900\/45:disabled {
  color: rgb(47 71 75 / 0.45);
}
.disabled\:text-secondary-900\/5:disabled {
  color: rgb(47 71 75 / 0.05);
}
.disabled\:text-secondary-900\/50:disabled {
  color: rgb(47 71 75 / 0.5);
}
.disabled\:text-secondary-900\/55:disabled {
  color: rgb(47 71 75 / 0.55);
}
.disabled\:text-secondary-900\/60:disabled {
  color: rgb(47 71 75 / 0.6);
}
.disabled\:text-secondary-900\/65:disabled {
  color: rgb(47 71 75 / 0.65);
}
.disabled\:text-secondary-900\/70:disabled {
  color: rgb(47 71 75 / 0.7);
}
.disabled\:text-secondary-900\/75:disabled {
  color: rgb(47 71 75 / 0.75);
}
.disabled\:text-secondary-900\/80:disabled {
  color: rgb(47 71 75 / 0.8);
}
.disabled\:text-secondary-900\/85:disabled {
  color: rgb(47 71 75 / 0.85);
}
.disabled\:text-secondary-900\/90:disabled {
  color: rgb(47 71 75 / 0.9);
}
.disabled\:text-secondary-900\/95:disabled {
  color: rgb(47 71 75 / 0.95);
}
.disabled\:opacity-50:disabled {
  opacity: 0.5;
}
.disabled\:opacity-60:disabled {
  opacity: 0.6;
}
.group:hover .group-hover\:block {
  display: block;
}
.group:hover .group-hover\:bg-blue-200 {
  background-color: #bfdbfe;
}
.group:hover .group-hover\:bg-green-200 {
  background-color: #bbf7d0;
}
.group:hover .group-hover\:text-blue-700 {
  color: #1d4ed8;
}
.group:hover .group-hover\: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);
}
@media not all and (min-width: 768px) {
  .max-md\:h-5 {
    height: 1.25rem;
  }
  .max-md\:w-5 {
    width: 1.25rem;
  }
}
@media (min-width: 640px) {
  .sm\:ml-3 {
    margin-left: 0.75rem;
  }
  .sm\:mt-0 {
    margin-top: 0px;
  }
  .sm\:block {
    display: block;
  }
  .sm\:flex {
    display: flex;
  }
  .sm\:h-2\.5 {
    height: 0.625rem;
  }
  .sm\:w-2\.5 {
    width: 0.625rem;
  }
  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sm\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .sm\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .sm\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .sm\:pt-6 {
    padding-top: 1.5rem;
  }
  .sm\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .sm\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .sm\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .sm\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .sm\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
@media (min-width: 768px) {
  .md\:col-auto {
    grid-column: auto;
  }
  .md\:col-span-1 {
    grid-column: span 1 / span 1;
  }
  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }
  .md\:col-start-1 {
    grid-column-start: 1;
  }
  .md\:row-start-2 {
    grid-row-start: 2;
  }
  .md\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }
  .md\:mb-0 {
    margin-bottom: 0px;
  }
  .md\:mb-6 {
    margin-bottom: 1.5rem;
  }
  .md\:mb-9 {
    margin-bottom: 2.25rem;
  }
  .md\:ml-4 {
    margin-left: 1rem;
  }
  .md\:mr-6 {
    margin-right: 1.5rem;
  }
  .md\:mt-10 {
    margin-top: 2.5rem;
  }
  .md\:mt-4 {
    margin-top: 1rem;
  }
  .md\:block {
    display: block;
  }
  .md\:inline {
    display: inline;
  }
  .md\:flex {
    display: flex;
  }
  .md\:grid {
    display: grid;
  }
  .md\:hidden {
    display: none;
  }
  .md\:h-11 {
    height: 2.75rem;
  }
  .md\:h-16 {
    height: 4rem;
  }
  .md\:w-1\/2 {
    width: 50%;
  }
  .md\:w-1\/5 {
    width: 20%;
  }
  .md\:w-2\/5 {
    width: 40%;
  }
  .md\:w-2\/6 {
    width: 33.333333%;
  }
  .md\:w-3\/5 {
    width: 60%;
  }
  .md\:w-\[350px\] {
    width: 350px;
  }
  .md\:w-auto {
    width: auto;
  }
  .md\:max-w-none {
    max-width: none;
  }
  .md\:flex-none {
    flex: none;
  }
  .md\:flex-shrink-0 {
    flex-shrink: 0;
  }
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .md\:grid-cols-\[5rem_1rem_1fr_auto_auto_auto\] {
    grid-template-columns: 5rem 1rem 1fr auto auto auto;
  }
  .md\:grid-cols-\[auto_4\.75rem\] {
    grid-template-columns: auto 4.75rem;
  }
  .md\:grid-cols-\[auto_4\.75rem_1rem_1fr_auto_auto_auto\] {
    grid-template-columns: auto 4.75rem 1rem 1fr auto auto auto;
  }
  .md\:grid-rows-\[auto_auto_auto\] {
    grid-template-rows: auto auto auto;
  }
  .md\:flex-row {
    flex-direction: row;
  }
  .md\:flex-col {
    flex-direction: column;
  }
  .md\:items-start {
    align-items: flex-start;
  }
  .md\:items-center {
    align-items: center;
  }
  .md\:justify-start {
    justify-content: flex-start;
  }
  .md\:justify-center {
    justify-content: center;
  }
  .md\:justify-between {
    justify-content: space-between;
  }
  .md\:justify-items-center {
    justify-items: center;
  }
  .md\:gap-4 {
    gap: 1rem;
  }
  .md\: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)));
  }
  .md\:space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
  }
  .md\:self-center {
    align-self: center;
  }
  .md\:justify-self-auto {
    justify-self: auto;
  }
  .md\:rounded {
    border-radius: 0.25rem;
  }
  .md\:border {
    border-width: 1px;
  }
  .md\:border-0 {
    border-width: 0px;
  }
  .md\:border-b {
    border-bottom-width: 1px;
  }
  .md\:border-dotted {
    border-style: dotted;
  }
  .md\:border-gray-100 {
    border-color: #f3f4f6;
  }
  .md\:border-gray-200 {
    border-color: #e5e7eb;
  }
  .md\:bg-transparent {
    background-color: transparent;
  }
  .md\:p-0 {
    padding: 0px;
  }
  .md\:p-6 {
    padding: 1.5rem;
  }
  .md\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .md\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .md\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .md\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .md\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .md\:pb-4 {
    padding-bottom: 1rem;
  }
  .md\:pb-8 {
    padding-bottom: 2rem;
  }
  .md\:pt-16 {
    padding-top: 4rem;
  }
  .md\:pt-2 {
    padding-top: 0.5rem;
  }
  .md\:text-left {
    text-align: left;
  }
  .md\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .md\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }
  .md\:text-\[12px\] {
    font-size: 12px;
  }
  .md\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .md\: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);
  }
  .md\:hover\:bg-transparent:hover {
    background-color: transparent;
  }
}
@media (min-width: 1024px) {
  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }
  .lg\:block {
    display: block;
  }
  .lg\:inline {
    display: inline;
  }
  .lg\:hidden {
    display: none;
  }
  .lg\:h-12 {
    height: 3rem;
  }
  .lg\:h-20 {
    height: 5rem;
  }
  .lg\:w-\[445px\] {
    width: 445px;
  }
  .lg\:min-w-\[600px\] {
    min-width: 600px;
  }
  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .lg\:flex-row {
    flex-direction: row;
  }
  .lg\:space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .lg\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .lg\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .lg\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .lg\:pt-20 {
    padding-top: 5rem;
  }
  .lg\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }
  .lg\:text-\[14px\] {
    font-size: 14px;
  }
  .lg\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1280px) {
  .xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .xl\:space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }
}
@media (min-width: 1536px) {
  .\32xl\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles-HTFXWXVF.css.map */
