/* node_modules/.pnpm/maplibre-gl@5.16.0/node_modules/maplibre-gl/dist/maplibre-gl.css */
.maplibregl-map {
  font:
    12px/20px Helvetica Neue,
    Arial,
    Helvetica,
    sans-serif;
  overflow: hidden;
  position: relative;
  -webkit-tap-highlight-color: rgb(0, 0, 0, 0);
}
.maplibregl-canvas {
  left: 0;
  position: absolute;
  top: 0;
}
.maplibregl-map:fullscreen {
  height: 100%;
  width: 100%;
}
.maplibregl-ctrl-group button.maplibregl-ctrl-compass {
  touch-action: none;
}
.maplibregl-canvas-container.maplibregl-interactive,
.maplibregl-ctrl-group button.maplibregl-ctrl-compass {
  cursor: grab;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.maplibregl-canvas-container.maplibregl-interactive.maplibregl-track-pointer {
  cursor: pointer;
}
.maplibregl-canvas-container.maplibregl-interactive:active,
.maplibregl-ctrl-group button.maplibregl-ctrl-compass:active {
  cursor: grabbing;
}
.maplibregl-canvas-container.maplibregl-touch-zoom-rotate,
.maplibregl-canvas-container.maplibregl-touch-zoom-rotate .maplibregl-canvas {
  touch-action: pan-x pan-y;
}
.maplibregl-canvas-container.maplibregl-touch-drag-pan,
.maplibregl-canvas-container.maplibregl-touch-drag-pan .maplibregl-canvas {
  touch-action: pinch-zoom;
}
.maplibregl-canvas-container.maplibregl-touch-zoom-rotate.maplibregl-touch-drag-pan,
.maplibregl-canvas-container.maplibregl-touch-zoom-rotate.maplibregl-touch-drag-pan .maplibregl-canvas {
  touch-action: none;
}
.maplibregl-canvas-container.maplibregl-touch-drag-pan.maplibregl-cooperative-gestures,
.maplibregl-canvas-container.maplibregl-touch-drag-pan.maplibregl-cooperative-gestures .maplibregl-canvas {
  touch-action: pan-x pan-y;
}
.maplibregl-ctrl-bottom-left,
.maplibregl-ctrl-bottom-right,
.maplibregl-ctrl-top-left,
.maplibregl-ctrl-top-right {
  pointer-events: none;
  position: absolute;
  z-index: 2;
}
.maplibregl-ctrl-top-left {
  left: 0;
  top: 0;
}
.maplibregl-ctrl-top-right {
  right: 0;
  top: 0;
}
.maplibregl-ctrl-bottom-left {
  bottom: 0;
  left: 0;
}
.maplibregl-ctrl-bottom-right {
  bottom: 0;
  right: 0;
}
.maplibregl-ctrl {
  clear: both;
  pointer-events: auto;
  transform: translate(0);
}
.maplibregl-ctrl-top-left .maplibregl-ctrl {
  float: left;
  margin: 10px 0 0 10px;
}
.maplibregl-ctrl-top-right .maplibregl-ctrl {
  float: right;
  margin: 10px 10px 0 0;
}
.maplibregl-ctrl-bottom-left .maplibregl-ctrl {
  float: left;
  margin: 0 0 10px 10px;
}
.maplibregl-ctrl-bottom-right .maplibregl-ctrl {
  float: right;
  margin: 0 10px 10px 0;
}
.maplibregl-ctrl-group {
  background: #fff;
  border-radius: 4px;
}
.maplibregl-ctrl-group:not(:empty) {
  box-shadow: 0 0 0 2px rgba(0, 0, 0, .1);
}
@media (forced-colors:active) {
  .maplibregl-ctrl-group:not(:empty) {
    box-shadow: 0 0 0 2px ButtonText;
  }
}
.maplibregl-ctrl-group button {
  background-color: transparent;
  border: 0;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 29px;
  outline: none;
  padding: 0;
  width: 29px;
}
.maplibregl-ctrl-group button + button {
  border-top: 1px solid #ddd;
}
.maplibregl-ctrl button .maplibregl-ctrl-icon {
  background-position: 50%;
  background-repeat: no-repeat;
  display: block;
  height: 100%;
  width: 100%;
}
@media (forced-colors:active) {
  .maplibregl-ctrl-icon {
    background-color: transparent;
  }
  .maplibregl-ctrl-group button + button {
    border-top: 1px solid ButtonText;
  }
}
.maplibregl-ctrl button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.maplibregl-ctrl-attrib-button:focus,
.maplibregl-ctrl-group button:focus {
  box-shadow: 0 0 2px 2px #0096ff;
}
.maplibregl-ctrl button:disabled {
  cursor: not-allowed;
}
.maplibregl-ctrl button:disabled .maplibregl-ctrl-icon {
  opacity: .25;
}
@media (hover:hover) {
  .maplibregl-ctrl button:not(:disabled):hover {
    background-color: rgba(0, 0, 0, .05);
  }
}
.maplibregl-ctrl button:not(:disabled):active {
  background-color: rgba(0, 0, 0, .05);
}
.maplibregl-ctrl-group button:focus:focus-visible {
  box-shadow: 0 0 2px 2px #0096ff;
}
.maplibregl-ctrl-group button:focus:not(:focus-visible) {
  box-shadow: none;
}
.maplibregl-ctrl-group button:focus:first-child {
  border-radius: 4px 4px 0 0;
}
.maplibregl-ctrl-group button:focus:last-child {
  border-radius: 0 0 4px 4px;
}
.maplibregl-ctrl-group button:focus:only-child {
  border-radius: inherit;
}
.maplibregl-ctrl button.maplibregl-ctrl-zoom-out .maplibregl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13z'/%3E%3C/svg%3E");
}
.maplibregl-ctrl button.maplibregl-ctrl-zoom-in .maplibregl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5'/%3E%3C/svg%3E");
}
@media (forced-colors:active) {
  .maplibregl-ctrl button.maplibregl-ctrl-zoom-out .maplibregl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13z'/%3E%3C/svg%3E");
  }
  .maplibregl-ctrl button.maplibregl-ctrl-zoom-in .maplibregl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5'/%3E%3C/svg%3E");
  }
}
@media (forced-colors:active) and (prefers-color-scheme:light) {
  .maplibregl-ctrl button.maplibregl-ctrl-zoom-out .maplibregl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13z'/%3E%3C/svg%3E");
  }
  .maplibregl-ctrl button.maplibregl-ctrl-zoom-in .maplibregl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5'/%3E%3C/svg%3E");
  }
}
.maplibregl-ctrl button.maplibregl-ctrl-fullscreen .maplibregl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1z'/%3E%3C/svg%3E");
}
.maplibregl-ctrl button.maplibregl-ctrl-shrink .maplibregl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1z'/%3E%3C/svg%3E");
}
@media (forced-colors:active) {
  .maplibregl-ctrl button.maplibregl-ctrl-fullscreen .maplibregl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1z'/%3E%3C/svg%3E");
  }
  .maplibregl-ctrl button.maplibregl-ctrl-shrink .maplibregl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1z'/%3E%3C/svg%3E");
  }
}
@media (forced-colors:active) and (prefers-color-scheme:light) {
  .maplibregl-ctrl button.maplibregl-ctrl-fullscreen .maplibregl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1z'/%3E%3C/svg%3E");
  }
  .maplibregl-ctrl button.maplibregl-ctrl-shrink .maplibregl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1z'/%3E%3C/svg%3E");
  }
}
.maplibregl-ctrl button.maplibregl-ctrl-compass .maplibregl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='m10.5 14 4-8 4 8z'/%3E%3Cpath fill='%23ccc' d='m10.5 16 4 8 4-8z'/%3E%3C/svg%3E");
}
@media (forced-colors:active) {
  .maplibregl-ctrl button.maplibregl-ctrl-compass .maplibregl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='m10.5 14 4-8 4 8z'/%3E%3Cpath fill='%23ccc' d='m10.5 16 4 8 4-8z'/%3E%3C/svg%3E");
  }
}
@media (forced-colors:active) and (prefers-color-scheme:light) {
  .maplibregl-ctrl button.maplibregl-ctrl-compass .maplibregl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='m10.5 14 4-8 4 8z'/%3E%3Cpath fill='%23ccc' d='m10.5 16 4 8 4-8z'/%3E%3C/svg%3E");
  }
}
.maplibregl-ctrl button.maplibregl-ctrl-globe .maplibregl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='none' stroke='%23333' viewBox='0 0 22 22'%3E%3Ccircle cx='11' cy='11' r='8.5'/%3E%3Cpath d='M17.5 11c0 4.819-3.02 8.5-6.5 8.5S4.5 15.819 4.5 11 7.52 2.5 11 2.5s6.5 3.681 6.5 8.5Z'/%3E%3Cpath d='M13.5 11c0 2.447-.331 4.64-.853 6.206-.262.785-.562 1.384-.872 1.777-.314.399-.58.517-.775.517s-.461-.118-.775-.517c-.31-.393-.61-.992-.872-1.777C8.831 15.64 8.5 13.446 8.5 11s.331-4.64.853-6.206c.262-.785.562-1.384.872-1.777.314-.399.58-.517.775-.517s.461.118.775.517c.31.393.61.992.872 1.777.522 1.565.853 3.76.853 6.206Z'/%3E%3Cpath d='M11 7.5c-1.909 0-3.622-.166-4.845-.428-.616-.132-1.08-.283-1.379-.434a1.3 1.3 0 0 1-.224-.138q.07-.058.224-.138c.299-.151.763-.302 1.379-.434C7.378 5.666 9.091 5.5 11 5.5s3.622.166 4.845.428c.616.132 1.08.283 1.379.434.105.053.177.1.224.138q-.07.058-.224.138c-.299.151-.763.302-1.379.434-1.223.262-2.936.428-4.845.428ZM4.486 6.436ZM11 16.5c-1.909 0-3.622-.166-4.845-.428-.616-.132-1.08-.283-1.379-.434a1.3 1.3 0 0 1-.224-.138 1.3 1.3 0 0 1 .224-.138c.299-.151.763-.302 1.379-.434C7.378 14.666 9.091 14.5 11 14.5s3.622.166 4.845.428c.616.132 1.08.283 1.379.434.105.053.177.1.224.138a1.3 1.3 0 0 1-.224.138c-.299.151-.763.302-1.379.434-1.223.262-2.936.428-4.845.428Zm-6.514-1.064ZM11 12.5c-2.46 0-4.672-.222-6.255-.574-.796-.177-1.406-.38-1.805-.59a1.5 1.5 0 0 1-.39-.272.3.3 0 0 1-.047-.064.3.3 0 0 1 .048-.064c.066-.073.189-.167.389-.272.399-.21 1.009-.413 1.805-.59C6.328 9.722 8.54 9.5 11 9.5s4.672.222 6.256.574c.795.177 1.405.38 1.804.59.2.105.323.2.39.272a.3.3 0 0 1 .047.064.3.3 0 0 1-.048.064 1.4 1.4 0 0 1-.389.272c-.399.21-1.009.413-1.804.59-1.584.352-3.796.574-6.256.574Zm-8.501-1.51v.002zm0 .018v.002zm17.002.002v-.002zm0-.018v-.002z'/%3E%3C/svg%3E");
}
.maplibregl-ctrl button.maplibregl-ctrl-globe-enabled .maplibregl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='none' stroke='%2333b5e5' viewBox='0 0 22 22'%3E%3Ccircle cx='11' cy='11' r='8.5'/%3E%3Cpath d='M17.5 11c0 4.819-3.02 8.5-6.5 8.5S4.5 15.819 4.5 11 7.52 2.5 11 2.5s6.5 3.681 6.5 8.5Z'/%3E%3Cpath d='M13.5 11c0 2.447-.331 4.64-.853 6.206-.262.785-.562 1.384-.872 1.777-.314.399-.58.517-.775.517s-.461-.118-.775-.517c-.31-.393-.61-.992-.872-1.777C8.831 15.64 8.5 13.446 8.5 11s.331-4.64.853-6.206c.262-.785.562-1.384.872-1.777.314-.399.58-.517.775-.517s.461.118.775.517c.31.393.61.992.872 1.777.522 1.565.853 3.76.853 6.206Z'/%3E%3Cpath d='M11 7.5c-1.909 0-3.622-.166-4.845-.428-.616-.132-1.08-.283-1.379-.434a1.3 1.3 0 0 1-.224-.138q.07-.058.224-.138c.299-.151.763-.302 1.379-.434C7.378 5.666 9.091 5.5 11 5.5s3.622.166 4.845.428c.616.132 1.08.283 1.379.434.105.053.177.1.224.138q-.07.058-.224.138c-.299.151-.763.302-1.379.434-1.223.262-2.936.428-4.845.428ZM4.486 6.436ZM11 16.5c-1.909 0-3.622-.166-4.845-.428-.616-.132-1.08-.283-1.379-.434a1.3 1.3 0 0 1-.224-.138 1.3 1.3 0 0 1 .224-.138c.299-.151.763-.302 1.379-.434C7.378 14.666 9.091 14.5 11 14.5s3.622.166 4.845.428c.616.132 1.08.283 1.379.434.105.053.177.1.224.138a1.3 1.3 0 0 1-.224.138c-.299.151-.763.302-1.379.434-1.223.262-2.936.428-4.845.428Zm-6.514-1.064ZM11 12.5c-2.46 0-4.672-.222-6.255-.574-.796-.177-1.406-.38-1.805-.59a1.5 1.5 0 0 1-.39-.272.3.3 0 0 1-.047-.064.3.3 0 0 1 .048-.064c.066-.073.189-.167.389-.272.399-.21 1.009-.413 1.805-.59C6.328 9.722 8.54 9.5 11 9.5s4.672.222 6.256.574c.795.177 1.405.38 1.804.59.2.105.323.2.39.272a.3.3 0 0 1 .047.064.3.3 0 0 1-.048.064 1.4 1.4 0 0 1-.389.272c-.399.21-1.009.413-1.804.59-1.584.352-3.796.574-6.256.574Zm-8.501-1.51v.002zm0 .018v.002zm17.002.002v-.002zm0-.018v-.002z'/%3E%3C/svg%3E");
}
.maplibregl-ctrl button.maplibregl-ctrl-terrain .maplibregl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='%23333' viewBox='0 0 22 22'%3E%3Cpath d='m1.754 13.406 4.453-4.851 3.09 3.09 3.281 3.277.969-.969-3.309-3.312 3.844-4.121 6.148 6.886h1.082v-.855l-7.207-8.07-4.84 5.187L6.169 6.57l-5.48 5.965v.871ZM.688 16.844h20.625v1.375H.688Zm0 0'/%3E%3C/svg%3E");
}
.maplibregl-ctrl button.maplibregl-ctrl-terrain-enabled .maplibregl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='%2333b5e5' viewBox='0 0 22 22'%3E%3Cpath d='m1.754 13.406 4.453-4.851 3.09 3.09 3.281 3.277.969-.969-3.309-3.312 3.844-4.121 6.148 6.886h1.082v-.855l-7.207-8.07-4.84 5.187L6.169 6.57l-5.48 5.965v.871ZM.688 16.844h20.625v1.375H.688Zm0 0'/%3E%3C/svg%3E");
}
.maplibregl-ctrl button.maplibregl-ctrl-geolocate .maplibregl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23333' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E");
}
.maplibregl-ctrl button.maplibregl-ctrl-geolocate:disabled .maplibregl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23aaa' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3Cpath fill='red' d='m14 5 1 1-9 9-1-1z'/%3E%3C/svg%3E");
}
.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-active .maplibregl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%2333b5e5' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E");
}
.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-active-error .maplibregl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23e58978' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E");
}
.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-background .maplibregl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%2333b5e5' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3C/svg%3E");
}
.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-background-error .maplibregl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23e54e33' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3C/svg%3E");
}
.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-waiting .maplibregl-ctrl-icon {
  animation: maplibregl-spin 2s linear infinite;
}
@media (forced-colors:active) {
  .maplibregl-ctrl button.maplibregl-ctrl-geolocate .maplibregl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E");
  }
  .maplibregl-ctrl button.maplibregl-ctrl-geolocate:disabled .maplibregl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23999' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3Cpath fill='red' d='m14 5 1 1-9 9-1-1z'/%3E%3C/svg%3E");
  }
  .maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-active .maplibregl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%2333b5e5' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E");
  }
  .maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-active-error .maplibregl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23e58978' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E");
  }
  .maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-background .maplibregl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%2333b5e5' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3C/svg%3E");
  }
  .maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-background-error .maplibregl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23e54e33' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3C/svg%3E");
  }
}
@media (forced-colors:active) and (prefers-color-scheme:light) {
  .maplibregl-ctrl button.maplibregl-ctrl-geolocate .maplibregl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E");
  }
  .maplibregl-ctrl button.maplibregl-ctrl-geolocate:disabled .maplibregl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23666' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3Cpath fill='red' d='m14 5 1 1-9 9-1-1z'/%3E%3C/svg%3E");
  }
}
@keyframes maplibregl-spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
a.maplibregl-ctrl-logo {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='88' height='23' fill='none'%3E%3Cpath fill='%23000' fill-opacity='.4' fill-rule='evenodd' d='M17.408 16.796h-1.827l2.501-12.095h.198l3.324 6.533.988 2.19.988-2.19 3.258-6.533h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.929 5.644h-.098l-2.914-5.644-.757-1.71-.345 1.71zm1.958-3.42-.726 3.663a1.255 1.255 0 0 1-1.232 1.011h-1.827a1.255 1.255 0 0 1-1.229-1.509l2.501-12.095a1.255 1.255 0 0 1 1.23-1.001h.197a1.25 1.25 0 0 1 1.12.685l3.19 6.273 3.125-6.263a1.25 1.25 0 0 1 1.123-.695h.181a1.255 1.255 0 0 1 1.227.991l1.443 6.71a5 5 0 0 1 .314-.787l.009-.016a4.6 4.6 0 0 1 1.777-1.887c.782-.46 1.668-.667 2.611-.667a4.6 4.6 0 0 1 1.7.32l.306.134c.21-.16.474-.256.759-.256h1.694a1.255 1.255 0 0 1 1.212.925 1.255 1.255 0 0 1 1.212-.925h1.711c.284 0 .545.094.755.252.613-.3 1.312-.45 2.075-.45 1.356 0 2.557.445 3.482 1.4q.47.48.763 1.064V4.701a1.255 1.255 0 0 1 1.255-1.255h1.86A1.255 1.255 0 0 1 54.44 4.7v9.194h2.217c.19 0 .37.043.532.118v-4.77c0-.356.147-.678.385-.906a2.42 2.42 0 0 1-.682-1.71c0-.665.267-1.253.735-1.7a2.45 2.45 0 0 1 1.722-.674 2.43 2.43 0 0 1 1.705.675q.318.302.504.683V4.7a1.255 1.255 0 0 1 1.255-1.255h1.744A1.255 1.255 0 0 1 65.812 4.7v3.335a4.8 4.8 0 0 1 1.526-.246c.938 0 1.817.214 2.59.69a4.47 4.47 0 0 1 1.67 1.743v-.98a1.255 1.255 0 0 1 1.256-1.256h1.777c.233 0 .451.064.639.174a3.4 3.4 0 0 1 1.567-.372c.346 0 .861.02 1.285.232a1.25 1.25 0 0 1 .689 1.004 4.7 4.7 0 0 1 .853-.588c.795-.44 1.675-.647 2.61-.647 1.385 0 2.65.39 3.525 1.396.836.938 1.168 2.173 1.168 3.528q-.001.515-.056 1.051a1.255 1.255 0 0 1-.947 1.09l.408.952a1.255 1.255 0 0 1-.477 1.552c-.418.268-.92.463-1.458.612-.613.171-1.304.244-2.049.244-1.06 0-2.043-.207-2.886-.698l-.015-.008c-.798-.48-1.419-1.135-1.818-1.963l-.004-.008a5.8 5.8 0 0 1-.548-2.512q0-.429.053-.843a1.3 1.3 0 0 1-.333-.086l-.166-.004c-.223 0-.426.062-.643.228-.03.024-.142.139-.142.59v3.883a1.255 1.255 0 0 1-1.256 1.256h-1.777a1.255 1.255 0 0 1-1.256-1.256V15.69l-.032.057a4.8 4.8 0 0 1-1.86 1.833 5.04 5.04 0 0 1-2.484.634 4.5 4.5 0 0 1-1.935-.424 1.25 1.25 0 0 1-.764.258h-1.71a1.255 1.255 0 0 1-1.256-1.255V7.687a2.4 2.4 0 0 1-.428.625c.253.23.412.561.412.93v7.553a1.255 1.255 0 0 1-1.256 1.255h-1.843a1.25 1.25 0 0 1-.894-.373c-.228.23-.544.373-.894.373H51.32a1.255 1.255 0 0 1-1.256-1.255v-1.251l-.061.117a4.7 4.7 0 0 1-1.782 1.884 4.77 4.77 0 0 1-2.485.67 5.6 5.6 0 0 1-1.485-.188l.009 2.764a1.255 1.255 0 0 1-1.255 1.259h-1.729a1.255 1.255 0 0 1-1.255-1.255v-3.537a1.255 1.255 0 0 1-1.167.793h-1.679a1.25 1.25 0 0 1-.77-.263 4.5 4.5 0 0 1-1.945.429c-.885 0-1.724-.21-2.495-.632l-.017-.01a5 5 0 0 1-1.081-.836 1.255 1.255 0 0 1-1.254 1.312h-1.81a1.255 1.255 0 0 1-1.228-.99l-.782-3.625-2.044 3.939a1.25 1.25 0 0 1-1.115.676h-.098a1.25 1.25 0 0 1-1.116-.68l-2.061-3.994zM35.92 16.63l.207-.114.223-.15q.493-.356.735-.785l.061-.118.033 1.332h1.678V9.242h-1.694l-.033 1.267q-.133-.329-.526-.658l-.032-.028a3.2 3.2 0 0 0-.668-.428l-.27-.12a3.3 3.3 0 0 0-1.235-.23q-1.136-.001-1.974.493a3.36 3.36 0 0 0-1.3 1.382q-.445.89-.444 2.074 0 1.2.51 2.107a3.8 3.8 0 0 0 1.382 1.381 3.9 3.9 0 0 0 1.893.477q.795 0 1.455-.33zm-2.789-5.38q-.576.675-.575 1.762 0 1.102.559 1.794.576.675 1.645.675a2.25 2.25 0 0 0 .934-.19 2.2 2.2 0 0 0 .468-.29l.178-.161a2.2 2.2 0 0 0 .397-.561q.244-.5.244-1.15v-.115q0-.708-.296-1.267l-.043-.077a2.2 2.2 0 0 0-.633-.709l-.13-.086-.047-.028a2.1 2.1 0 0 0-1.073-.285q-1.052 0-1.629.692zm2.316 2.706c.163-.17.28-.407.28-.83v-.114c0-.292-.06-.508-.15-.68a.96.96 0 0 0-.353-.389.85.85 0 0 0-.464-.127c-.4 0-.56.114-.664.239l-.01.012c-.148.174-.275.45-.275.945 0 .506.122.801.27.99.097.11.266.224.68.224.303 0 .504-.09.687-.269zm7.545 1.705a2.6 2.6 0 0 0 .331.423q.319.33.755.548l.173.074q.65.255 1.49.255 1.02 0 1.844-.493a3.45 3.45 0 0 0 1.316-1.4q.493-.904.493-2.089 0-1.909-.988-2.913-.988-1.02-2.584-1.02-.898 0-1.575.347a3 3 0 0 0-.415.262l-.199.166a3.4 3.4 0 0 0-.64.82V9.242h-1.712v11.553h1.729l-.017-5.134zm.53-1.138q.206.29.48.5l.155.11.053.034q.51.296 1.119.297 1.07 0 1.645-.675.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.435 0-.835.16a2 2 0 0 0-.284.136 2 2 0 0 0-.363.254 2.2 2.2 0 0 0-.46.569l-.082.162a2.6 2.6 0 0 0-.213 1.072v.115q0 .707.296 1.267l.135.211zm.964-.818a1.1 1.1 0 0 0 .367.385.94.94 0 0 0 .476.118c.423 0 .59-.117.687-.23.159-.194.28-.478.28-.95 0-.53-.133-.8-.266-.952l-.021-.025c-.078-.094-.231-.221-.68-.221a1 1 0 0 0-.503.135l-.012.007a.86.86 0 0 0-.335.343c-.073.133-.132.324-.132.614v.115a1.4 1.4 0 0 0 .14.66zm15.7-6.222q.347-.346.346-.856a1.05 1.05 0 0 0-.345-.79 1.18 1.18 0 0 0-.84-.329q-.51 0-.855.33a1.05 1.05 0 0 0-.346.79q0 .51.346.855.345.346.856.346.51 0 .839-.346zm4.337 9.314.033-1.332q.191.403.59.747l.098.081a4 4 0 0 0 .316.224l.223.122a3.2 3.2 0 0 0 1.44.322 3.8 3.8 0 0 0 1.875-.477 3.5 3.5 0 0 0 1.382-1.366q.527-.89.526-2.09 0-1.184-.444-2.073a3.24 3.24 0 0 0-1.283-1.399q-.823-.51-1.942-.51a3.5 3.5 0 0 0-1.527.344l-.086.043-.165.09a3 3 0 0 0-.33.214q-.432.315-.656.707a2 2 0 0 0-.099.198l.082-1.283V4.701h-1.744v12.095zm.473-2.509a2.5 2.5 0 0 0 .566.7q.117.098.245.18l.144.08a2.1 2.1 0 0 0 .975.232q1.07 0 1.645-.675.576-.69.576-1.778 0-1.102-.576-1.777-.56-.691-1.645-.692a2.2 2.2 0 0 0-1.015.235q-.22.113-.415.282l-.15.142a2.1 2.1 0 0 0-.42.594q-.223.479-.223 1.1v.115q0 .705.293 1.26zm2.616-.293c.157-.191.28-.479.28-.967 0-.51-.13-.79-.276-.961l-.021-.026c-.082-.1-.232-.225-.67-.225a.87.87 0 0 0-.681.279l-.012.011c-.154.155-.274.38-.274.807v.115c0 .285.057.499.144.669a1.1 1.1 0 0 0 .367.405c.137.082.28.123.455.123.423 0 .59-.118.686-.23zm8.266-3.013q.345-.13.724-.14l.069-.002q.493 0 .642.099l.247-1.794q-.196-.099-.717-.099a2.3 2.3 0 0 0-.545.063 2 2 0 0 0-.411.148 2.2 2.2 0 0 0-.4.249 2.5 2.5 0 0 0-.485.499 2.7 2.7 0 0 0-.32.581l-.05.137v-1.48h-1.778v7.553h1.777v-3.884q0-.546.159-.943a1.5 1.5 0 0 1 .466-.636 2.5 2.5 0 0 1 .399-.253 2 2 0 0 1 .224-.099zm9.784 2.656.05-.922q0-1.743-.856-2.698-.838-.97-2.584-.97-1.119-.001-2.007.493a3.46 3.46 0 0 0-1.4 1.382q-.493.906-.493 2.106 0 1.07.428 1.975.428.89 1.332 1.432.906.526 2.255.526.973 0 1.668-.185l.044-.012.135-.04q.613-.184.984-.421l-.542-1.267q-.3.162-.642.274l-.297.087q-.51.131-1.3.131-.954 0-1.497-.444a1.6 1.6 0 0 1-.192-.193q-.366-.44-.512-1.234l-.004-.021zm-5.427-1.256-.003.022h3.752v-.138q-.011-.727-.288-1.118a1 1 0 0 0-.156-.176q-.46-.428-1.316-.428-.986 0-1.494.604-.379.45-.494 1.234zm-27.053 2.77V4.7h-1.86v12.095h5.333V15.15zm7.103-5.908v7.553h-1.843V9.242h1.843z'/%3E%3Cpath fill='%23fff' d='m19.63 11.151-.757-1.71-.345 1.71-1.12 5.644h-1.827L18.083 4.7h.197l3.325 6.533.988 2.19.988-2.19L26.839 4.7h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.93 5.644h-.098l-2.913-5.644zm14.836 5.81q-1.02 0-1.893-.478a3.8 3.8 0 0 1-1.381-1.382q-.51-.906-.51-2.106 0-1.185.444-2.074a3.36 3.36 0 0 1 1.3-1.382q.839-.494 1.974-.494a3.3 3.3 0 0 1 1.234.231 3.3 3.3 0 0 1 .97.575q.396.33.527.659l.033-1.267h1.694v7.553H37.18l-.033-1.332q-.279.593-1.02 1.053a3.17 3.17 0 0 1-1.662.444zm.296-1.482q.938 0 1.58-.642.642-.66.642-1.711v-.115q0-.708-.296-1.267a2.2 2.2 0 0 0-.807-.872 2.1 2.1 0 0 0-1.119-.313q-1.053 0-1.629.692-.575.675-.575 1.76 0 1.103.559 1.795.577.675 1.645.675zm6.521-6.237h1.711v1.4q.906-1.597 2.83-1.597 1.596 0 2.584 1.02.988 1.005.988 2.914 0 1.185-.493 2.09a3.46 3.46 0 0 1-1.316 1.399 3.5 3.5 0 0 1-1.844.493q-.954 0-1.662-.329a2.67 2.67 0 0 1-1.086-.97l.017 5.134h-1.728zm4.048 6.22q1.07 0 1.645-.674.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.592 0-1.12.296-.51.28-.822.823-.296.527-.296 1.234v.115q0 .708.296 1.267.313.543.823.855.51.296 1.119.297z'/%3E%3Cpath fill='%23e1e3e9' d='M51.325 4.7h1.86v10.45h3.473v1.646h-5.333zm7.12 4.542h1.843v7.553h-1.843zm.905-1.415a1.16 1.16 0 0 1-.856-.346 1.17 1.17 0 0 1-.346-.856 1.05 1.05 0 0 1 .346-.79q.346-.329.856-.329.494 0 .839.33a1.05 1.05 0 0 1 .345.79 1.16 1.16 0 0 1-.345.855q-.33.346-.84.346zm7.875 9.133a3.17 3.17 0 0 1-1.662-.444q-.723-.46-1.004-1.053l-.033 1.332h-1.71V4.701h1.743v4.657l-.082 1.283q.279-.658 1.086-1.119a3.5 3.5 0 0 1 1.778-.477q1.119 0 1.942.51a3.24 3.24 0 0 1 1.283 1.4q.445.888.444 2.072 0 1.201-.526 2.09a3.5 3.5 0 0 1-1.382 1.366 3.8 3.8 0 0 1-1.876.477zm-.296-1.481q1.069 0 1.645-.675.577-.69.577-1.778 0-1.102-.577-1.776-.56-.691-1.645-.692a2.12 2.12 0 0 0-1.58.659q-.642.641-.642 1.694v.115q0 .71.296 1.267a2.4 2.4 0 0 0 .807.872 2.1 2.1 0 0 0 1.119.313zm5.927-6.237h1.777v1.481q.263-.757.856-1.217a2.14 2.14 0 0 1 1.349-.46q.527 0 .724.098l-.247 1.794q-.149-.099-.642-.099-.774 0-1.416.494-.626.493-.626 1.58v3.883h-1.777V9.242zm9.534 7.718q-1.35 0-2.255-.526-.904-.543-1.332-1.432a4.6 4.6 0 0 1-.428-1.975q0-1.2.493-2.106a3.46 3.46 0 0 1 1.4-1.382q.889-.495 2.007-.494 1.744 0 2.584.97.855.956.856 2.7 0 .444-.05.92h-5.43q.18 1.005.708 1.45.542.443 1.497.443.79 0 1.3-.131a4 4 0 0 0 .938-.362l.542 1.267q-.411.263-1.119.46-.708.198-1.711.197zm1.596-4.558q.016-1.02-.444-1.432-.46-.428-1.316-.428-1.728 0-1.991 1.86z'/%3E%3Cpath d='M5.074 15.948a.484.657 0 0 0-.486.659v1.84a.484.657 0 0 0 .486.659h4.101a.484.657 0 0 0 .486-.659v-1.84a.484.657 0 0 0-.486-.659zm3.56 1.16H5.617v.838h3.017z' style='fill:%23fff;fill-rule:evenodd;stroke-width:1.03600001'/%3E%3Cg style='stroke-width:1.12603545'%3E%3Cpath d='M-9.408-1.416c-3.833-.025-7.056 2.912-7.08 6.615-.02 3.08 1.653 4.832 3.107 6.268.903.892 1.721 1.74 2.32 2.902l-.525-.004c-.543-.003-.992.304-1.24.639a1.87 1.87 0 0 0-.362 1.121l-.011 1.877c-.003.402.104.787.347 1.125.244.338.688.653 1.23.656l4.142.028c.542.003.99-.306 1.238-.641a1.87 1.87 0 0 0 .363-1.121l.012-1.875a1.87 1.87 0 0 0-.348-1.127c-.243-.338-.688-.653-1.23-.656l-.518-.004c.597-1.145 1.425-1.983 2.348-2.87 1.473-1.414 3.18-3.149 3.2-6.226-.016-3.59-2.923-6.684-6.993-6.707m-.006 1.1v.002c3.274.02 5.92 2.532 5.9 5.6-.017 2.706-1.39 4.026-2.863 5.44-1.034.994-2.118 2.033-2.814 3.633-.018.041-.052.055-.075.065q-.013.004-.02.01a.34.34 0 0 1-.226.084.34.34 0 0 1-.224-.086l-.092-.077c-.699-1.615-1.768-2.669-2.781-3.67-1.454-1.435-2.797-2.762-2.78-5.478.02-3.067 2.7-5.545 5.975-5.523m-.02 2.826c-1.62-.01-2.944 1.315-2.955 2.96-.01 1.646 1.295 2.988 2.916 2.999h.002c1.621.01 2.943-1.316 2.953-2.961.011-1.646-1.294-2.988-2.916-2.998m-.005 1.1c1.017.006 1.829.83 1.822 1.89s-.83 1.874-1.848 1.867c-1.018-.006-1.829-.83-1.822-1.89s.83-1.874 1.848-1.868m-2.155 11.857 4.14.025c.271.002.49.305.487.676l-.013 1.875c-.003.37-.224.67-.495.668l-4.14-.025c-.27-.002-.487-.306-.485-.676l.012-1.875c.003-.37.224-.67.494-.668' style='color:%23000;font-style:normal;font-variant:normal;font-weight:400;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:evenodd;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000;solid-opacity:1;vector-effect:none;fill:%23000;fill-opacity:.4;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-9.415-.316C-12.69-.338-15.37 2.14-15.39 5.207c-.017 2.716 1.326 4.041 2.78 5.477 1.013 1 2.081 2.055 2.78 3.67l.092.076a.34.34 0 0 0 .225.086.34.34 0 0 0 .227-.083l.019-.01c.022-.009.057-.024.074-.064.697-1.6 1.78-2.64 2.814-3.634 1.473-1.414 2.847-2.733 2.864-5.44.02-3.067-2.627-5.58-5.901-5.601m-.057 8.784c1.621.011 2.944-1.315 2.955-2.96.01-1.646-1.295-2.988-2.916-2.999-1.622-.01-2.945 1.315-2.955 2.96s1.295 2.989 2.916 3' style='clip-rule:evenodd;fill:%23e1e3e9;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-11.594 15.465c-.27-.002-.492.297-.494.668l-.012 1.876c-.003.371.214.673.485.675l4.14.027c.271.002.492-.298.495-.668l.012-1.877c.003-.37-.215-.672-.485-.674z' style='clip-rule:evenodd;fill:%23fff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  cursor: pointer;
  display: block;
  height: 23px;
  margin: 0 0 -4px -4px;
  overflow: hidden;
  width: 88px;
}
a.maplibregl-ctrl-logo.maplibregl-compact {
  width: 14px;
}
@media (forced-colors:active) {
  a.maplibregl-ctrl-logo {
    background-color: transparent;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='88' height='23' fill='none'%3E%3Cpath fill='%23000' fill-opacity='.4' fill-rule='evenodd' d='M17.408 16.796h-1.827l2.501-12.095h.198l3.324 6.533.988 2.19.988-2.19 3.258-6.533h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.929 5.644h-.098l-2.914-5.644-.757-1.71-.345 1.71zm1.958-3.42-.726 3.663a1.255 1.255 0 0 1-1.232 1.011h-1.827a1.255 1.255 0 0 1-1.229-1.509l2.501-12.095a1.255 1.255 0 0 1 1.23-1.001h.197a1.25 1.25 0 0 1 1.12.685l3.19 6.273 3.125-6.263a1.25 1.25 0 0 1 1.123-.695h.181a1.255 1.255 0 0 1 1.227.991l1.443 6.71a5 5 0 0 1 .314-.787l.009-.016a4.6 4.6 0 0 1 1.777-1.887c.782-.46 1.668-.667 2.611-.667a4.6 4.6 0 0 1 1.7.32l.306.134c.21-.16.474-.256.759-.256h1.694a1.255 1.255 0 0 1 1.212.925 1.255 1.255 0 0 1 1.212-.925h1.711c.284 0 .545.094.755.252.613-.3 1.312-.45 2.075-.45 1.356 0 2.557.445 3.482 1.4q.47.48.763 1.064V4.701a1.255 1.255 0 0 1 1.255-1.255h1.86A1.255 1.255 0 0 1 54.44 4.7v9.194h2.217c.19 0 .37.043.532.118v-4.77c0-.356.147-.678.385-.906a2.42 2.42 0 0 1-.682-1.71c0-.665.267-1.253.735-1.7a2.45 2.45 0 0 1 1.722-.674 2.43 2.43 0 0 1 1.705.675q.318.302.504.683V4.7a1.255 1.255 0 0 1 1.255-1.255h1.744A1.255 1.255 0 0 1 65.812 4.7v3.335a4.8 4.8 0 0 1 1.526-.246c.938 0 1.817.214 2.59.69a4.47 4.47 0 0 1 1.67 1.743v-.98a1.255 1.255 0 0 1 1.256-1.256h1.777c.233 0 .451.064.639.174a3.4 3.4 0 0 1 1.567-.372c.346 0 .861.02 1.285.232a1.25 1.25 0 0 1 .689 1.004 4.7 4.7 0 0 1 .853-.588c.795-.44 1.675-.647 2.61-.647 1.385 0 2.65.39 3.525 1.396.836.938 1.168 2.173 1.168 3.528q-.001.515-.056 1.051a1.255 1.255 0 0 1-.947 1.09l.408.952a1.255 1.255 0 0 1-.477 1.552c-.418.268-.92.463-1.458.612-.613.171-1.304.244-2.049.244-1.06 0-2.043-.207-2.886-.698l-.015-.008c-.798-.48-1.419-1.135-1.818-1.963l-.004-.008a5.8 5.8 0 0 1-.548-2.512q0-.429.053-.843a1.3 1.3 0 0 1-.333-.086l-.166-.004c-.223 0-.426.062-.643.228-.03.024-.142.139-.142.59v3.883a1.255 1.255 0 0 1-1.256 1.256h-1.777a1.255 1.255 0 0 1-1.256-1.256V15.69l-.032.057a4.8 4.8 0 0 1-1.86 1.833 5.04 5.04 0 0 1-2.484.634 4.5 4.5 0 0 1-1.935-.424 1.25 1.25 0 0 1-.764.258h-1.71a1.255 1.255 0 0 1-1.256-1.255V7.687a2.4 2.4 0 0 1-.428.625c.253.23.412.561.412.93v7.553a1.255 1.255 0 0 1-1.256 1.255h-1.843a1.25 1.25 0 0 1-.894-.373c-.228.23-.544.373-.894.373H51.32a1.255 1.255 0 0 1-1.256-1.255v-1.251l-.061.117a4.7 4.7 0 0 1-1.782 1.884 4.77 4.77 0 0 1-2.485.67 5.6 5.6 0 0 1-1.485-.188l.009 2.764a1.255 1.255 0 0 1-1.255 1.259h-1.729a1.255 1.255 0 0 1-1.255-1.255v-3.537a1.255 1.255 0 0 1-1.167.793h-1.679a1.25 1.25 0 0 1-.77-.263 4.5 4.5 0 0 1-1.945.429c-.885 0-1.724-.21-2.495-.632l-.017-.01a5 5 0 0 1-1.081-.836 1.255 1.255 0 0 1-1.254 1.312h-1.81a1.255 1.255 0 0 1-1.228-.99l-.782-3.625-2.044 3.939a1.25 1.25 0 0 1-1.115.676h-.098a1.25 1.25 0 0 1-1.116-.68l-2.061-3.994zM35.92 16.63l.207-.114.223-.15q.493-.356.735-.785l.061-.118.033 1.332h1.678V9.242h-1.694l-.033 1.267q-.133-.329-.526-.658l-.032-.028a3.2 3.2 0 0 0-.668-.428l-.27-.12a3.3 3.3 0 0 0-1.235-.23q-1.136-.001-1.974.493a3.36 3.36 0 0 0-1.3 1.382q-.445.89-.444 2.074 0 1.2.51 2.107a3.8 3.8 0 0 0 1.382 1.381 3.9 3.9 0 0 0 1.893.477q.795 0 1.455-.33zm-2.789-5.38q-.576.675-.575 1.762 0 1.102.559 1.794.576.675 1.645.675a2.25 2.25 0 0 0 .934-.19 2.2 2.2 0 0 0 .468-.29l.178-.161a2.2 2.2 0 0 0 .397-.561q.244-.5.244-1.15v-.115q0-.708-.296-1.267l-.043-.077a2.2 2.2 0 0 0-.633-.709l-.13-.086-.047-.028a2.1 2.1 0 0 0-1.073-.285q-1.052 0-1.629.692zm2.316 2.706c.163-.17.28-.407.28-.83v-.114c0-.292-.06-.508-.15-.68a.96.96 0 0 0-.353-.389.85.85 0 0 0-.464-.127c-.4 0-.56.114-.664.239l-.01.012c-.148.174-.275.45-.275.945 0 .506.122.801.27.99.097.11.266.224.68.224.303 0 .504-.09.687-.269zm7.545 1.705a2.6 2.6 0 0 0 .331.423q.319.33.755.548l.173.074q.65.255 1.49.255 1.02 0 1.844-.493a3.45 3.45 0 0 0 1.316-1.4q.493-.904.493-2.089 0-1.909-.988-2.913-.988-1.02-2.584-1.02-.898 0-1.575.347a3 3 0 0 0-.415.262l-.199.166a3.4 3.4 0 0 0-.64.82V9.242h-1.712v11.553h1.729l-.017-5.134zm.53-1.138q.206.29.48.5l.155.11.053.034q.51.296 1.119.297 1.07 0 1.645-.675.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.435 0-.835.16a2 2 0 0 0-.284.136 2 2 0 0 0-.363.254 2.2 2.2 0 0 0-.46.569l-.082.162a2.6 2.6 0 0 0-.213 1.072v.115q0 .707.296 1.267l.135.211zm.964-.818a1.1 1.1 0 0 0 .367.385.94.94 0 0 0 .476.118c.423 0 .59-.117.687-.23.159-.194.28-.478.28-.95 0-.53-.133-.8-.266-.952l-.021-.025c-.078-.094-.231-.221-.68-.221a1 1 0 0 0-.503.135l-.012.007a.86.86 0 0 0-.335.343c-.073.133-.132.324-.132.614v.115a1.4 1.4 0 0 0 .14.66zm15.7-6.222q.347-.346.346-.856a1.05 1.05 0 0 0-.345-.79 1.18 1.18 0 0 0-.84-.329q-.51 0-.855.33a1.05 1.05 0 0 0-.346.79q0 .51.346.855.345.346.856.346.51 0 .839-.346zm4.337 9.314.033-1.332q.191.403.59.747l.098.081a4 4 0 0 0 .316.224l.223.122a3.2 3.2 0 0 0 1.44.322 3.8 3.8 0 0 0 1.875-.477 3.5 3.5 0 0 0 1.382-1.366q.527-.89.526-2.09 0-1.184-.444-2.073a3.24 3.24 0 0 0-1.283-1.399q-.823-.51-1.942-.51a3.5 3.5 0 0 0-1.527.344l-.086.043-.165.09a3 3 0 0 0-.33.214q-.432.315-.656.707a2 2 0 0 0-.099.198l.082-1.283V4.701h-1.744v12.095zm.473-2.509a2.5 2.5 0 0 0 .566.7q.117.098.245.18l.144.08a2.1 2.1 0 0 0 .975.232q1.07 0 1.645-.675.576-.69.576-1.778 0-1.102-.576-1.777-.56-.691-1.645-.692a2.2 2.2 0 0 0-1.015.235q-.22.113-.415.282l-.15.142a2.1 2.1 0 0 0-.42.594q-.223.479-.223 1.1v.115q0 .705.293 1.26zm2.616-.293c.157-.191.28-.479.28-.967 0-.51-.13-.79-.276-.961l-.021-.026c-.082-.1-.232-.225-.67-.225a.87.87 0 0 0-.681.279l-.012.011c-.154.155-.274.38-.274.807v.115c0 .285.057.499.144.669a1.1 1.1 0 0 0 .367.405c.137.082.28.123.455.123.423 0 .59-.118.686-.23zm8.266-3.013q.345-.13.724-.14l.069-.002q.493 0 .642.099l.247-1.794q-.196-.099-.717-.099a2.3 2.3 0 0 0-.545.063 2 2 0 0 0-.411.148 2.2 2.2 0 0 0-.4.249 2.5 2.5 0 0 0-.485.499 2.7 2.7 0 0 0-.32.581l-.05.137v-1.48h-1.778v7.553h1.777v-3.884q0-.546.159-.943a1.5 1.5 0 0 1 .466-.636 2.5 2.5 0 0 1 .399-.253 2 2 0 0 1 .224-.099zm9.784 2.656.05-.922q0-1.743-.856-2.698-.838-.97-2.584-.97-1.119-.001-2.007.493a3.46 3.46 0 0 0-1.4 1.382q-.493.906-.493 2.106 0 1.07.428 1.975.428.89 1.332 1.432.906.526 2.255.526.973 0 1.668-.185l.044-.012.135-.04q.613-.184.984-.421l-.542-1.267q-.3.162-.642.274l-.297.087q-.51.131-1.3.131-.954 0-1.497-.444a1.6 1.6 0 0 1-.192-.193q-.366-.44-.512-1.234l-.004-.021zm-5.427-1.256-.003.022h3.752v-.138q-.011-.727-.288-1.118a1 1 0 0 0-.156-.176q-.46-.428-1.316-.428-.986 0-1.494.604-.379.45-.494 1.234zm-27.053 2.77V4.7h-1.86v12.095h5.333V15.15zm7.103-5.908v7.553h-1.843V9.242h1.843z'/%3E%3Cpath fill='%23fff' d='m19.63 11.151-.757-1.71-.345 1.71-1.12 5.644h-1.827L18.083 4.7h.197l3.325 6.533.988 2.19.988-2.19L26.839 4.7h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.93 5.644h-.098l-2.913-5.644zm14.836 5.81q-1.02 0-1.893-.478a3.8 3.8 0 0 1-1.381-1.382q-.51-.906-.51-2.106 0-1.185.444-2.074a3.36 3.36 0 0 1 1.3-1.382q.839-.494 1.974-.494a3.3 3.3 0 0 1 1.234.231 3.3 3.3 0 0 1 .97.575q.396.33.527.659l.033-1.267h1.694v7.553H37.18l-.033-1.332q-.279.593-1.02 1.053a3.17 3.17 0 0 1-1.662.444zm.296-1.482q.938 0 1.58-.642.642-.66.642-1.711v-.115q0-.708-.296-1.267a2.2 2.2 0 0 0-.807-.872 2.1 2.1 0 0 0-1.119-.313q-1.053 0-1.629.692-.575.675-.575 1.76 0 1.103.559 1.795.577.675 1.645.675zm6.521-6.237h1.711v1.4q.906-1.597 2.83-1.597 1.596 0 2.584 1.02.988 1.005.988 2.914 0 1.185-.493 2.09a3.46 3.46 0 0 1-1.316 1.399 3.5 3.5 0 0 1-1.844.493q-.954 0-1.662-.329a2.67 2.67 0 0 1-1.086-.97l.017 5.134h-1.728zm4.048 6.22q1.07 0 1.645-.674.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.592 0-1.12.296-.51.28-.822.823-.296.527-.296 1.234v.115q0 .708.296 1.267.313.543.823.855.51.296 1.119.297z'/%3E%3Cpath fill='%23e1e3e9' d='M51.325 4.7h1.86v10.45h3.473v1.646h-5.333zm7.12 4.542h1.843v7.553h-1.843zm.905-1.415a1.16 1.16 0 0 1-.856-.346 1.17 1.17 0 0 1-.346-.856 1.05 1.05 0 0 1 .346-.79q.346-.329.856-.329.494 0 .839.33a1.05 1.05 0 0 1 .345.79 1.16 1.16 0 0 1-.345.855q-.33.346-.84.346zm7.875 9.133a3.17 3.17 0 0 1-1.662-.444q-.723-.46-1.004-1.053l-.033 1.332h-1.71V4.701h1.743v4.657l-.082 1.283q.279-.658 1.086-1.119a3.5 3.5 0 0 1 1.778-.477q1.119 0 1.942.51a3.24 3.24 0 0 1 1.283 1.4q.445.888.444 2.072 0 1.201-.526 2.09a3.5 3.5 0 0 1-1.382 1.366 3.8 3.8 0 0 1-1.876.477zm-.296-1.481q1.069 0 1.645-.675.577-.69.577-1.778 0-1.102-.577-1.776-.56-.691-1.645-.692a2.12 2.12 0 0 0-1.58.659q-.642.641-.642 1.694v.115q0 .71.296 1.267a2.4 2.4 0 0 0 .807.872 2.1 2.1 0 0 0 1.119.313zm5.927-6.237h1.777v1.481q.263-.757.856-1.217a2.14 2.14 0 0 1 1.349-.46q.527 0 .724.098l-.247 1.794q-.149-.099-.642-.099-.774 0-1.416.494-.626.493-.626 1.58v3.883h-1.777V9.242zm9.534 7.718q-1.35 0-2.255-.526-.904-.543-1.332-1.432a4.6 4.6 0 0 1-.428-1.975q0-1.2.493-2.106a3.46 3.46 0 0 1 1.4-1.382q.889-.495 2.007-.494 1.744 0 2.584.97.855.956.856 2.7 0 .444-.05.92h-5.43q.18 1.005.708 1.45.542.443 1.497.443.79 0 1.3-.131a4 4 0 0 0 .938-.362l.542 1.267q-.411.263-1.119.46-.708.198-1.711.197zm1.596-4.558q.016-1.02-.444-1.432-.46-.428-1.316-.428-1.728 0-1.991 1.86z'/%3E%3Cpath d='M5.074 15.948a.484.657 0 0 0-.486.659v1.84a.484.657 0 0 0 .486.659h4.101a.484.657 0 0 0 .486-.659v-1.84a.484.657 0 0 0-.486-.659zm3.56 1.16H5.617v.838h3.017z' style='fill:%23fff;fill-rule:evenodd;stroke-width:1.03600001'/%3E%3Cg style='stroke-width:1.12603545'%3E%3Cpath d='M-9.408-1.416c-3.833-.025-7.056 2.912-7.08 6.615-.02 3.08 1.653 4.832 3.107 6.268.903.892 1.721 1.74 2.32 2.902l-.525-.004c-.543-.003-.992.304-1.24.639a1.87 1.87 0 0 0-.362 1.121l-.011 1.877c-.003.402.104.787.347 1.125.244.338.688.653 1.23.656l4.142.028c.542.003.99-.306 1.238-.641a1.87 1.87 0 0 0 .363-1.121l.012-1.875a1.87 1.87 0 0 0-.348-1.127c-.243-.338-.688-.653-1.23-.656l-.518-.004c.597-1.145 1.425-1.983 2.348-2.87 1.473-1.414 3.18-3.149 3.2-6.226-.016-3.59-2.923-6.684-6.993-6.707m-.006 1.1v.002c3.274.02 5.92 2.532 5.9 5.6-.017 2.706-1.39 4.026-2.863 5.44-1.034.994-2.118 2.033-2.814 3.633-.018.041-.052.055-.075.065q-.013.004-.02.01a.34.34 0 0 1-.226.084.34.34 0 0 1-.224-.086l-.092-.077c-.699-1.615-1.768-2.669-2.781-3.67-1.454-1.435-2.797-2.762-2.78-5.478.02-3.067 2.7-5.545 5.975-5.523m-.02 2.826c-1.62-.01-2.944 1.315-2.955 2.96-.01 1.646 1.295 2.988 2.916 2.999h.002c1.621.01 2.943-1.316 2.953-2.961.011-1.646-1.294-2.988-2.916-2.998m-.005 1.1c1.017.006 1.829.83 1.822 1.89s-.83 1.874-1.848 1.867c-1.018-.006-1.829-.83-1.822-1.89s.83-1.874 1.848-1.868m-2.155 11.857 4.14.025c.271.002.49.305.487.676l-.013 1.875c-.003.37-.224.67-.495.668l-4.14-.025c-.27-.002-.487-.306-.485-.676l.012-1.875c.003-.37.224-.67.494-.668' style='color:%23000;font-style:normal;font-variant:normal;font-weight:400;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:evenodd;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000;solid-opacity:1;vector-effect:none;fill:%23000;fill-opacity:.4;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-9.415-.316C-12.69-.338-15.37 2.14-15.39 5.207c-.017 2.716 1.326 4.041 2.78 5.477 1.013 1 2.081 2.055 2.78 3.67l.092.076a.34.34 0 0 0 .225.086.34.34 0 0 0 .227-.083l.019-.01c.022-.009.057-.024.074-.064.697-1.6 1.78-2.64 2.814-3.634 1.473-1.414 2.847-2.733 2.864-5.44.02-3.067-2.627-5.58-5.901-5.601m-.057 8.784c1.621.011 2.944-1.315 2.955-2.96.01-1.646-1.295-2.988-2.916-2.999-1.622-.01-2.945 1.315-2.955 2.96s1.295 2.989 2.916 3' style='clip-rule:evenodd;fill:%23e1e3e9;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-11.594 15.465c-.27-.002-.492.297-.494.668l-.012 1.876c-.003.371.214.673.485.675l4.14.027c.271.002.492-.298.495-.668l.012-1.877c.003-.37-.215-.672-.485-.674z' style='clip-rule:evenodd;fill:%23fff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3C/g%3E%3C/svg%3E");
  }
}
@media (forced-colors:active) and (prefers-color-scheme:light) {
  a.maplibregl-ctrl-logo {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='88' height='23' fill='none'%3E%3Cpath fill='%23000' fill-opacity='.4' fill-rule='evenodd' d='M17.408 16.796h-1.827l2.501-12.095h.198l3.324 6.533.988 2.19.988-2.19 3.258-6.533h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.929 5.644h-.098l-2.914-5.644-.757-1.71-.345 1.71zm1.958-3.42-.726 3.663a1.255 1.255 0 0 1-1.232 1.011h-1.827a1.255 1.255 0 0 1-1.229-1.509l2.501-12.095a1.255 1.255 0 0 1 1.23-1.001h.197a1.25 1.25 0 0 1 1.12.685l3.19 6.273 3.125-6.263a1.25 1.25 0 0 1 1.123-.695h.181a1.255 1.255 0 0 1 1.227.991l1.443 6.71a5 5 0 0 1 .314-.787l.009-.016a4.6 4.6 0 0 1 1.777-1.887c.782-.46 1.668-.667 2.611-.667a4.6 4.6 0 0 1 1.7.32l.306.134c.21-.16.474-.256.759-.256h1.694a1.255 1.255 0 0 1 1.212.925 1.255 1.255 0 0 1 1.212-.925h1.711c.284 0 .545.094.755.252.613-.3 1.312-.45 2.075-.45 1.356 0 2.557.445 3.482 1.4q.47.48.763 1.064V4.701a1.255 1.255 0 0 1 1.255-1.255h1.86A1.255 1.255 0 0 1 54.44 4.7v9.194h2.217c.19 0 .37.043.532.118v-4.77c0-.356.147-.678.385-.906a2.42 2.42 0 0 1-.682-1.71c0-.665.267-1.253.735-1.7a2.45 2.45 0 0 1 1.722-.674 2.43 2.43 0 0 1 1.705.675q.318.302.504.683V4.7a1.255 1.255 0 0 1 1.255-1.255h1.744A1.255 1.255 0 0 1 65.812 4.7v3.335a4.8 4.8 0 0 1 1.526-.246c.938 0 1.817.214 2.59.69a4.47 4.47 0 0 1 1.67 1.743v-.98a1.255 1.255 0 0 1 1.256-1.256h1.777c.233 0 .451.064.639.174a3.4 3.4 0 0 1 1.567-.372c.346 0 .861.02 1.285.232a1.25 1.25 0 0 1 .689 1.004 4.7 4.7 0 0 1 .853-.588c.795-.44 1.675-.647 2.61-.647 1.385 0 2.65.39 3.525 1.396.836.938 1.168 2.173 1.168 3.528q-.001.515-.056 1.051a1.255 1.255 0 0 1-.947 1.09l.408.952a1.255 1.255 0 0 1-.477 1.552c-.418.268-.92.463-1.458.612-.613.171-1.304.244-2.049.244-1.06 0-2.043-.207-2.886-.698l-.015-.008c-.798-.48-1.419-1.135-1.818-1.963l-.004-.008a5.8 5.8 0 0 1-.548-2.512q0-.429.053-.843a1.3 1.3 0 0 1-.333-.086l-.166-.004c-.223 0-.426.062-.643.228-.03.024-.142.139-.142.59v3.883a1.255 1.255 0 0 1-1.256 1.256h-1.777a1.255 1.255 0 0 1-1.256-1.256V15.69l-.032.057a4.8 4.8 0 0 1-1.86 1.833 5.04 5.04 0 0 1-2.484.634 4.5 4.5 0 0 1-1.935-.424 1.25 1.25 0 0 1-.764.258h-1.71a1.255 1.255 0 0 1-1.256-1.255V7.687a2.4 2.4 0 0 1-.428.625c.253.23.412.561.412.93v7.553a1.255 1.255 0 0 1-1.256 1.255h-1.843a1.25 1.25 0 0 1-.894-.373c-.228.23-.544.373-.894.373H51.32a1.255 1.255 0 0 1-1.256-1.255v-1.251l-.061.117a4.7 4.7 0 0 1-1.782 1.884 4.77 4.77 0 0 1-2.485.67 5.6 5.6 0 0 1-1.485-.188l.009 2.764a1.255 1.255 0 0 1-1.255 1.259h-1.729a1.255 1.255 0 0 1-1.255-1.255v-3.537a1.255 1.255 0 0 1-1.167.793h-1.679a1.25 1.25 0 0 1-.77-.263 4.5 4.5 0 0 1-1.945.429c-.885 0-1.724-.21-2.495-.632l-.017-.01a5 5 0 0 1-1.081-.836 1.255 1.255 0 0 1-1.254 1.312h-1.81a1.255 1.255 0 0 1-1.228-.99l-.782-3.625-2.044 3.939a1.25 1.25 0 0 1-1.115.676h-.098a1.25 1.25 0 0 1-1.116-.68l-2.061-3.994zM35.92 16.63l.207-.114.223-.15q.493-.356.735-.785l.061-.118.033 1.332h1.678V9.242h-1.694l-.033 1.267q-.133-.329-.526-.658l-.032-.028a3.2 3.2 0 0 0-.668-.428l-.27-.12a3.3 3.3 0 0 0-1.235-.23q-1.136-.001-1.974.493a3.36 3.36 0 0 0-1.3 1.382q-.445.89-.444 2.074 0 1.2.51 2.107a3.8 3.8 0 0 0 1.382 1.381 3.9 3.9 0 0 0 1.893.477q.795 0 1.455-.33zm-2.789-5.38q-.576.675-.575 1.762 0 1.102.559 1.794.576.675 1.645.675a2.25 2.25 0 0 0 .934-.19 2.2 2.2 0 0 0 .468-.29l.178-.161a2.2 2.2 0 0 0 .397-.561q.244-.5.244-1.15v-.115q0-.708-.296-1.267l-.043-.077a2.2 2.2 0 0 0-.633-.709l-.13-.086-.047-.028a2.1 2.1 0 0 0-1.073-.285q-1.052 0-1.629.692zm2.316 2.706c.163-.17.28-.407.28-.83v-.114c0-.292-.06-.508-.15-.68a.96.96 0 0 0-.353-.389.85.85 0 0 0-.464-.127c-.4 0-.56.114-.664.239l-.01.012c-.148.174-.275.45-.275.945 0 .506.122.801.27.99.097.11.266.224.68.224.303 0 .504-.09.687-.269zm7.545 1.705a2.6 2.6 0 0 0 .331.423q.319.33.755.548l.173.074q.65.255 1.49.255 1.02 0 1.844-.493a3.45 3.45 0 0 0 1.316-1.4q.493-.904.493-2.089 0-1.909-.988-2.913-.988-1.02-2.584-1.02-.898 0-1.575.347a3 3 0 0 0-.415.262l-.199.166a3.4 3.4 0 0 0-.64.82V9.242h-1.712v11.553h1.729l-.017-5.134zm.53-1.138q.206.29.48.5l.155.11.053.034q.51.296 1.119.297 1.07 0 1.645-.675.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.435 0-.835.16a2 2 0 0 0-.284.136 2 2 0 0 0-.363.254 2.2 2.2 0 0 0-.46.569l-.082.162a2.6 2.6 0 0 0-.213 1.072v.115q0 .707.296 1.267l.135.211zm.964-.818a1.1 1.1 0 0 0 .367.385.94.94 0 0 0 .476.118c.423 0 .59-.117.687-.23.159-.194.28-.478.28-.95 0-.53-.133-.8-.266-.952l-.021-.025c-.078-.094-.231-.221-.68-.221a1 1 0 0 0-.503.135l-.012.007a.86.86 0 0 0-.335.343c-.073.133-.132.324-.132.614v.115a1.4 1.4 0 0 0 .14.66zm15.7-6.222q.347-.346.346-.856a1.05 1.05 0 0 0-.345-.79 1.18 1.18 0 0 0-.84-.329q-.51 0-.855.33a1.05 1.05 0 0 0-.346.79q0 .51.346.855.345.346.856.346.51 0 .839-.346zm4.337 9.314.033-1.332q.191.403.59.747l.098.081a4 4 0 0 0 .316.224l.223.122a3.2 3.2 0 0 0 1.44.322 3.8 3.8 0 0 0 1.875-.477 3.5 3.5 0 0 0 1.382-1.366q.527-.89.526-2.09 0-1.184-.444-2.073a3.24 3.24 0 0 0-1.283-1.399q-.823-.51-1.942-.51a3.5 3.5 0 0 0-1.527.344l-.086.043-.165.09a3 3 0 0 0-.33.214q-.432.315-.656.707a2 2 0 0 0-.099.198l.082-1.283V4.701h-1.744v12.095zm.473-2.509a2.5 2.5 0 0 0 .566.7q.117.098.245.18l.144.08a2.1 2.1 0 0 0 .975.232q1.07 0 1.645-.675.576-.69.576-1.778 0-1.102-.576-1.777-.56-.691-1.645-.692a2.2 2.2 0 0 0-1.015.235q-.22.113-.415.282l-.15.142a2.1 2.1 0 0 0-.42.594q-.223.479-.223 1.1v.115q0 .705.293 1.26zm2.616-.293c.157-.191.28-.479.28-.967 0-.51-.13-.79-.276-.961l-.021-.026c-.082-.1-.232-.225-.67-.225a.87.87 0 0 0-.681.279l-.012.011c-.154.155-.274.38-.274.807v.115c0 .285.057.499.144.669a1.1 1.1 0 0 0 .367.405c.137.082.28.123.455.123.423 0 .59-.118.686-.23zm8.266-3.013q.345-.13.724-.14l.069-.002q.493 0 .642.099l.247-1.794q-.196-.099-.717-.099a2.3 2.3 0 0 0-.545.063 2 2 0 0 0-.411.148 2.2 2.2 0 0 0-.4.249 2.5 2.5 0 0 0-.485.499 2.7 2.7 0 0 0-.32.581l-.05.137v-1.48h-1.778v7.553h1.777v-3.884q0-.546.159-.943a1.5 1.5 0 0 1 .466-.636 2.5 2.5 0 0 1 .399-.253 2 2 0 0 1 .224-.099zm9.784 2.656.05-.922q0-1.743-.856-2.698-.838-.97-2.584-.97-1.119-.001-2.007.493a3.46 3.46 0 0 0-1.4 1.382q-.493.906-.493 2.106 0 1.07.428 1.975.428.89 1.332 1.432.906.526 2.255.526.973 0 1.668-.185l.044-.012.135-.04q.613-.184.984-.421l-.542-1.267q-.3.162-.642.274l-.297.087q-.51.131-1.3.131-.954 0-1.497-.444a1.6 1.6 0 0 1-.192-.193q-.366-.44-.512-1.234l-.004-.021zm-5.427-1.256-.003.022h3.752v-.138q-.011-.727-.288-1.118a1 1 0 0 0-.156-.176q-.46-.428-1.316-.428-.986 0-1.494.604-.379.45-.494 1.234zm-27.053 2.77V4.7h-1.86v12.095h5.333V15.15zm7.103-5.908v7.553h-1.843V9.242h1.843z'/%3E%3Cpath fill='%23fff' d='m19.63 11.151-.757-1.71-.345 1.71-1.12 5.644h-1.827L18.083 4.7h.197l3.325 6.533.988 2.19.988-2.19L26.839 4.7h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.93 5.644h-.098l-2.913-5.644zm14.836 5.81q-1.02 0-1.893-.478a3.8 3.8 0 0 1-1.381-1.382q-.51-.906-.51-2.106 0-1.185.444-2.074a3.36 3.36 0 0 1 1.3-1.382q.839-.494 1.974-.494a3.3 3.3 0 0 1 1.234.231 3.3 3.3 0 0 1 .97.575q.396.33.527.659l.033-1.267h1.694v7.553H37.18l-.033-1.332q-.279.593-1.02 1.053a3.17 3.17 0 0 1-1.662.444zm.296-1.482q.938 0 1.58-.642.642-.66.642-1.711v-.115q0-.708-.296-1.267a2.2 2.2 0 0 0-.807-.872 2.1 2.1 0 0 0-1.119-.313q-1.053 0-1.629.692-.575.675-.575 1.76 0 1.103.559 1.795.577.675 1.645.675zm6.521-6.237h1.711v1.4q.906-1.597 2.83-1.597 1.596 0 2.584 1.02.988 1.005.988 2.914 0 1.185-.493 2.09a3.46 3.46 0 0 1-1.316 1.399 3.5 3.5 0 0 1-1.844.493q-.954 0-1.662-.329a2.67 2.67 0 0 1-1.086-.97l.017 5.134h-1.728zm4.048 6.22q1.07 0 1.645-.674.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.592 0-1.12.296-.51.28-.822.823-.296.527-.296 1.234v.115q0 .708.296 1.267.313.543.823.855.51.296 1.119.297z'/%3E%3Cpath fill='%23e1e3e9' d='M51.325 4.7h1.86v10.45h3.473v1.646h-5.333zm7.12 4.542h1.843v7.553h-1.843zm.905-1.415a1.16 1.16 0 0 1-.856-.346 1.17 1.17 0 0 1-.346-.856 1.05 1.05 0 0 1 .346-.79q.346-.329.856-.329.494 0 .839.33a1.05 1.05 0 0 1 .345.79 1.16 1.16 0 0 1-.345.855q-.33.346-.84.346zm7.875 9.133a3.17 3.17 0 0 1-1.662-.444q-.723-.46-1.004-1.053l-.033 1.332h-1.71V4.701h1.743v4.657l-.082 1.283q.279-.658 1.086-1.119a3.5 3.5 0 0 1 1.778-.477q1.119 0 1.942.51a3.24 3.24 0 0 1 1.283 1.4q.445.888.444 2.072 0 1.201-.526 2.09a3.5 3.5 0 0 1-1.382 1.366 3.8 3.8 0 0 1-1.876.477zm-.296-1.481q1.069 0 1.645-.675.577-.69.577-1.778 0-1.102-.577-1.776-.56-.691-1.645-.692a2.12 2.12 0 0 0-1.58.659q-.642.641-.642 1.694v.115q0 .71.296 1.267a2.4 2.4 0 0 0 .807.872 2.1 2.1 0 0 0 1.119.313zm5.927-6.237h1.777v1.481q.263-.757.856-1.217a2.14 2.14 0 0 1 1.349-.46q.527 0 .724.098l-.247 1.794q-.149-.099-.642-.099-.774 0-1.416.494-.626.493-.626 1.58v3.883h-1.777V9.242zm9.534 7.718q-1.35 0-2.255-.526-.904-.543-1.332-1.432a4.6 4.6 0 0 1-.428-1.975q0-1.2.493-2.106a3.46 3.46 0 0 1 1.4-1.382q.889-.495 2.007-.494 1.744 0 2.584.97.855.956.856 2.7 0 .444-.05.92h-5.43q.18 1.005.708 1.45.542.443 1.497.443.79 0 1.3-.131a4 4 0 0 0 .938-.362l.542 1.267q-.411.263-1.119.46-.708.198-1.711.197zm1.596-4.558q.016-1.02-.444-1.432-.46-.428-1.316-.428-1.728 0-1.991 1.86z'/%3E%3Cpath d='M5.074 15.948a.484.657 0 0 0-.486.659v1.84a.484.657 0 0 0 .486.659h4.101a.484.657 0 0 0 .486-.659v-1.84a.484.657 0 0 0-.486-.659zm3.56 1.16H5.617v.838h3.017z' style='fill:%23fff;fill-rule:evenodd;stroke-width:1.03600001'/%3E%3Cg style='stroke-width:1.12603545'%3E%3Cpath d='M-9.408-1.416c-3.833-.025-7.056 2.912-7.08 6.615-.02 3.08 1.653 4.832 3.107 6.268.903.892 1.721 1.74 2.32 2.902l-.525-.004c-.543-.003-.992.304-1.24.639a1.87 1.87 0 0 0-.362 1.121l-.011 1.877c-.003.402.104.787.347 1.125.244.338.688.653 1.23.656l4.142.028c.542.003.99-.306 1.238-.641a1.87 1.87 0 0 0 .363-1.121l.012-1.875a1.87 1.87 0 0 0-.348-1.127c-.243-.338-.688-.653-1.23-.656l-.518-.004c.597-1.145 1.425-1.983 2.348-2.87 1.473-1.414 3.18-3.149 3.2-6.226-.016-3.59-2.923-6.684-6.993-6.707m-.006 1.1v.002c3.274.02 5.92 2.532 5.9 5.6-.017 2.706-1.39 4.026-2.863 5.44-1.034.994-2.118 2.033-2.814 3.633-.018.041-.052.055-.075.065q-.013.004-.02.01a.34.34 0 0 1-.226.084.34.34 0 0 1-.224-.086l-.092-.077c-.699-1.615-1.768-2.669-2.781-3.67-1.454-1.435-2.797-2.762-2.78-5.478.02-3.067 2.7-5.545 5.975-5.523m-.02 2.826c-1.62-.01-2.944 1.315-2.955 2.96-.01 1.646 1.295 2.988 2.916 2.999h.002c1.621.01 2.943-1.316 2.953-2.961.011-1.646-1.294-2.988-2.916-2.998m-.005 1.1c1.017.006 1.829.83 1.822 1.89s-.83 1.874-1.848 1.867c-1.018-.006-1.829-.83-1.822-1.89s.83-1.874 1.848-1.868m-2.155 11.857 4.14.025c.271.002.49.305.487.676l-.013 1.875c-.003.37-.224.67-.495.668l-4.14-.025c-.27-.002-.487-.306-.485-.676l.012-1.875c.003-.37.224-.67.494-.668' style='color:%23000;font-style:normal;font-variant:normal;font-weight:400;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:evenodd;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000;solid-opacity:1;vector-effect:none;fill:%23000;fill-opacity:.4;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-9.415-.316C-12.69-.338-15.37 2.14-15.39 5.207c-.017 2.716 1.326 4.041 2.78 5.477 1.013 1 2.081 2.055 2.78 3.67l.092.076a.34.34 0 0 0 .225.086.34.34 0 0 0 .227-.083l.019-.01c.022-.009.057-.024.074-.064.697-1.6 1.78-2.64 2.814-3.634 1.473-1.414 2.847-2.733 2.864-5.44.02-3.067-2.627-5.58-5.901-5.601m-.057 8.784c1.621.011 2.944-1.315 2.955-2.96.01-1.646-1.295-2.988-2.916-2.999-1.622-.01-2.945 1.315-2.955 2.96s1.295 2.989 2.916 3' style='clip-rule:evenodd;fill:%23e1e3e9;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-11.594 15.465c-.27-.002-.492.297-.494.668l-.012 1.876c-.003.371.214.673.485.675l4.14.027c.271.002.492-.298.495-.668l.012-1.877c.003-.37-.215-.672-.485-.674z' style='clip-rule:evenodd;fill:%23fff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3C/g%3E%3C/svg%3E");
  }
}
.maplibregl-ctrl.maplibregl-ctrl-attrib {
  background-color: hsla(0, 0%, 100%, .5);
  margin: 0;
  padding: 0 5px;
}
@media screen {
  .maplibregl-ctrl-attrib.maplibregl-compact {
    background-color: #fff;
    border-radius: 12px;
    box-sizing: content-box;
    color: #000;
    margin: 10px;
    min-height: 20px;
    padding: 2px 24px 2px 0;
    position: relative;
  }
  .maplibregl-ctrl-attrib.maplibregl-compact-show {
    padding: 2px 28px 2px 8px;
    visibility: visible;
  }
  .maplibregl-ctrl-bottom-left > .maplibregl-ctrl-attrib.maplibregl-compact-show,
  .maplibregl-ctrl-top-left > .maplibregl-ctrl-attrib.maplibregl-compact-show {
    border-radius: 12px;
    padding: 2px 8px 2px 28px;
  }
  .maplibregl-ctrl-attrib.maplibregl-compact .maplibregl-ctrl-attrib-inner {
    display: none;
  }
  .maplibregl-ctrl-attrib-button {
    background-color: hsla(0, 0%, 100%, .5);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill-rule='evenodd' viewBox='0 0 20 20'%3E%3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E%3C/svg%3E");
    border: 0;
    border-radius: 12px;
    box-sizing: border-box;
    cursor: pointer;
    display: none;
    height: 24px;
    outline: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 24px;
  }
  .maplibregl-ctrl-attrib summary.maplibregl-ctrl-attrib-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    list-style: none;
  }
  .maplibregl-ctrl-attrib summary.maplibregl-ctrl-attrib-button::-webkit-details-marker {
    display: none;
  }
  .maplibregl-ctrl-bottom-left .maplibregl-ctrl-attrib-button,
  .maplibregl-ctrl-top-left .maplibregl-ctrl-attrib-button {
    left: 0;
  }
  .maplibregl-ctrl-attrib.maplibregl-compact .maplibregl-ctrl-attrib-button,
  .maplibregl-ctrl-attrib.maplibregl-compact-show .maplibregl-ctrl-attrib-inner {
    display: block;
  }
  .maplibregl-ctrl-attrib.maplibregl-compact-show .maplibregl-ctrl-attrib-button {
    background-color: rgba(0, 0, 0, .05);
  }
  .maplibregl-ctrl-bottom-right > .maplibregl-ctrl-attrib.maplibregl-compact:after {
    bottom: 0;
    right: 0;
  }
  .maplibregl-ctrl-top-right > .maplibregl-ctrl-attrib.maplibregl-compact:after {
    right: 0;
    top: 0;
  }
  .maplibregl-ctrl-top-left > .maplibregl-ctrl-attrib.maplibregl-compact:after {
    left: 0;
    top: 0;
  }
  .maplibregl-ctrl-bottom-left > .maplibregl-ctrl-attrib.maplibregl-compact:after {
    bottom: 0;
    left: 0;
  }
}
@media screen and (forced-colors:active) {
  .maplibregl-ctrl-attrib.maplibregl-compact:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23fff' fill-rule='evenodd' viewBox='0 0 20 20'%3E%3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E%3C/svg%3E");
  }
}
@media screen and (forced-colors:active) and (prefers-color-scheme:light) {
  .maplibregl-ctrl-attrib.maplibregl-compact:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill-rule='evenodd' viewBox='0 0 20 20'%3E%3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E%3C/svg%3E");
  }
}
.maplibregl-ctrl-attrib a {
  color: rgba(0, 0, 0, .75);
  text-decoration: none;
}
.maplibregl-ctrl-attrib a:hover {
  color: inherit;
  text-decoration: underline;
}
.maplibregl-attrib-empty {
  display: none;
}
.maplibregl-ctrl-scale {
  background-color: hsla(0, 0%, 100%, .75);
  border: 2px solid #333;
  border-top: #333;
  box-sizing: border-box;
  color: #333;
  font-size: 10px;
  padding: 0 5px;
  white-space: nowrap;
}
.maplibregl-popup {
  display: flex;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  will-change: transform;
}
.maplibregl-popup-anchor-top,
.maplibregl-popup-anchor-top-left,
.maplibregl-popup-anchor-top-right {
  flex-direction: column;
}
.maplibregl-popup-anchor-bottom,
.maplibregl-popup-anchor-bottom-left,
.maplibregl-popup-anchor-bottom-right {
  flex-direction: column-reverse;
}
.maplibregl-popup-anchor-left {
  flex-direction: row;
}
.maplibregl-popup-anchor-right {
  flex-direction: row-reverse;
}
.maplibregl-popup-tip {
  border: 10px solid transparent;
  height: 0;
  width: 0;
  z-index: 1;
}
.maplibregl-popup-anchor-top .maplibregl-popup-tip {
  align-self: center;
  border-bottom-color: #fff;
  border-top: none;
}
.maplibregl-popup-anchor-top-left .maplibregl-popup-tip {
  align-self: flex-start;
  border-bottom-color: #fff;
  border-left: none;
  border-top: none;
}
.maplibregl-popup-anchor-top-right .maplibregl-popup-tip {
  align-self: flex-end;
  border-bottom-color: #fff;
  border-right: none;
  border-top: none;
}
.maplibregl-popup-anchor-bottom .maplibregl-popup-tip {
  align-self: center;
  border-bottom: none;
  border-top-color: #fff;
}
.maplibregl-popup-anchor-bottom-left .maplibregl-popup-tip {
  align-self: flex-start;
  border-bottom: none;
  border-left: none;
  border-top-color: #fff;
}
.maplibregl-popup-anchor-bottom-right .maplibregl-popup-tip {
  align-self: flex-end;
  border-bottom: none;
  border-right: none;
  border-top-color: #fff;
}
.maplibregl-popup-anchor-left .maplibregl-popup-tip {
  align-self: center;
  border-left: none;
  border-right-color: #fff;
}
.maplibregl-popup-anchor-right .maplibregl-popup-tip {
  align-self: center;
  border-left-color: #fff;
  border-right: none;
}
.maplibregl-popup-close-button {
  background-color: transparent;
  border: 0;
  border-radius: 0 3px 0 0;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
}
.maplibregl-popup-close-button:hover {
  background-color: rgba(0, 0, 0, .05);
}
.maplibregl-popup-content {
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
  padding: 15px 10px;
  pointer-events: auto;
  position: relative;
}
.maplibregl-popup-anchor-top-left .maplibregl-popup-content {
  border-top-left-radius: 0;
}
.maplibregl-popup-anchor-top-right .maplibregl-popup-content {
  border-top-right-radius: 0;
}
.maplibregl-popup-anchor-bottom-left .maplibregl-popup-content {
  border-bottom-left-radius: 0;
}
.maplibregl-popup-anchor-bottom-right .maplibregl-popup-content {
  border-bottom-right-radius: 0;
}
.maplibregl-popup-track-pointer {
  display: none;
}
.maplibregl-popup-track-pointer * {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.maplibregl-map:hover .maplibregl-popup-track-pointer {
  display: flex;
}
.maplibregl-map:active .maplibregl-popup-track-pointer {
  display: none;
}
.maplibregl-marker {
  left: 0;
  position: absolute;
  top: 0;
  transition: opacity .2s;
  will-change: transform;
}
.maplibregl-user-location-dot,
.maplibregl-user-location-dot:before {
  background-color: #1da1f2;
  border-radius: 50%;
  height: 15px;
  width: 15px;
}
.maplibregl-user-location-dot:before {
  animation: maplibregl-user-location-dot-pulse 2s infinite;
  content: "";
  position: absolute;
}
.maplibregl-user-location-dot:after {
  border: 2px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 3px rgba(0, 0, 0, .35);
  box-sizing: border-box;
  content: "";
  height: 19px;
  left: -2px;
  position: absolute;
  top: -2px;
  width: 19px;
}
@keyframes maplibregl-user-location-dot-pulse {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  70% {
    opacity: 0;
    transform: scale(3);
  }
  to {
    opacity: 0;
    transform: scale(1);
  }
}
.maplibregl-user-location-dot-stale {
  background-color: #aaa;
}
.maplibregl-user-location-dot-stale:after {
  display: none;
}
.maplibregl-user-location-accuracy-circle {
  background-color: #1da1f233;
  border-radius: 100%;
  height: 1px;
  width: 1px;
}
.maplibregl-crosshair,
.maplibregl-crosshair .maplibregl-interactive,
.maplibregl-crosshair .maplibregl-interactive:active {
  cursor: crosshair;
}
.maplibregl-boxzoom {
  background: #fff;
  border: 2px dotted #202020;
  height: 0;
  left: 0;
  opacity: .5;
  position: absolute;
  top: 0;
  width: 0;
}
.maplibregl-cooperative-gesture-screen {
  align-items: center;
  background: rgba(0, 0, 0, .4);
  color: #fff;
  display: flex;
  font-size: 1.4em;
  inset: 0;
  justify-content: center;
  line-height: 1.2;
  opacity: 0;
  padding: 1rem;
  pointer-events: none;
  position: absolute;
  transition: opacity 1s ease 1s;
  z-index: 99999;
}
.maplibregl-cooperative-gesture-screen.maplibregl-show {
  opacity: 1;
  transition: opacity .05s;
}
.maplibregl-cooperative-gesture-screen .maplibregl-mobile-message {
  display: none;
}
@media (hover:none), (pointer:coarse) {
  .maplibregl-cooperative-gesture-screen .maplibregl-desktop-message {
    display: none;
  }
  .maplibregl-cooperative-gesture-screen .maplibregl-mobile-message {
    display: block;
  }
}
.maplibregl-pseudo-fullscreen {
  height: 100% !important;
  left: 0 !important;
  position: fixed !important;
  top: 0 !important;
  width: 100% !important;
  z-index: 99999;
}

/* src/styles.scss */
*,
::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:
    ui-sans-serif,
    system-ui,
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji";
  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% !important;
}
.container {
  width: 100%;
}
@media (min-width: 576px) {
  .\!container {
    max-width: 576px !important;
  }
  .container {
    max-width: 576px;
  }
}
@media (min-width: 768px) {
  .\!container {
    max-width: 768px !important;
  }
  .container {
    max-width: 768px;
  }
}
@media (min-width: 992px) {
  .\!container {
    max-width: 992px !important;
  }
  .container {
    max-width: 992px;
  }
}
@media (min-width: 1200px) {
  .\!container {
    max-width: 1200px !important;
  }
  .container {
    max-width: 1200px;
  }
}
@media (min-width: 1920px) {
  .\!container {
    max-width: 1920px !important;
  }
  .container {
    max-width: 1920px;
  }
}
.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;
}
.\!visible {
  visibility: visible !important;
}
.visible {
  visibility: visible;
}
.collapse {
  visibility: collapse;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: 0px;
}
.inset-4 {
  inset: 1rem;
}
.inset-y-0 {
  top: 0px;
  bottom: 0px;
}
.-right-0\.5 {
  right: -0.125rem;
}
.-right-1 {
  right: -0.25rem;
}
.-right-2 {
  right: -0.5rem;
}
.-top-0\.5 {
  top: -0.125rem;
}
.-top-1 {
  top: -0.25rem;
}
.-top-2 {
  top: -0.5rem;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-4 {
  bottom: 1rem;
}
.left-0 {
  left: 0px;
}
.left-1 {
  left: 0.25rem;
}
.left-1\/2 {
  left: 50%;
}
.left-2\.5 {
  left: 0.625rem;
}
.left-3 {
  left: 0.75rem;
}
.left-4 {
  left: 1rem;
}
.left-64 {
  left: 16rem;
}
.left-\[220px\] {
  left: 220px;
}
.right-0 {
  right: 0px;
}
.right-1 {
  right: 0.25rem;
}
.right-1\/2 {
  right: 50%;
}
.right-3 {
  right: 0.75rem;
}
.right-4 {
  right: 1rem;
}
.right-8 {
  right: 2rem;
}
.top-0 {
  top: 0px;
}
.top-1 {
  top: 0.25rem;
}
.top-1\/2 {
  top: 50%;
}
.top-16 {
  top: 4rem;
}
.top-3 {
  top: 0.75rem;
}
.top-4 {
  top: 1rem;
}
.top-6 {
  top: 1.5rem;
}
.top-8 {
  top: 2rem;
}
.top-\[3\.25rem\] {
  top: 3.25rem;
}
.z-0 {
  z-index: 0;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-30 {
  z-index: 30;
}
.z-40 {
  z-index: 40;
}
.z-50 {
  z-index: 50;
}
.z-\[1000\] {
  z-index: 1000;
}
.z-\[100\] {
  z-index: 100;
}
.z-\[9999\] {
  z-index: 9999;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.col-span-1 {
  grid-column: span 1 / span 1;
}
.col-span-12 {
  grid-column: span 12 / span 12;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.col-span-3 {
  grid-column: span 3 / span 3;
}
.col-span-4 {
  grid-column: span 4 / span 4;
}
.col-span-7 {
  grid-column: span 7 / span 7;
}
.\!m-0 {
  margin: 0px !important;
}
.-m-6 {
  margin: -1.5rem;
}
.m-0 {
  margin: 0px;
}
.m-1 {
  margin: 0.25rem;
}
.m-2 {
  margin: 0.5rem;
}
.m-4 {
  margin: 1rem;
}
.m-6 {
  margin: 1.5rem;
}
.mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}
.mx-0\.5 {
  margin-left: 0.125rem;
  margin-right: 0.125rem;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.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-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.\!mb-4 {
  margin-bottom: 1rem !important;
}
.\!ml-auto {
  margin-left: auto !important;
}
.\!mr-2 {
  margin-right: 0.5rem !important;
}
.\!mr-4 {
  margin-right: 1rem !important;
}
.\!mt-3 {
  margin-top: 0.75rem !important;
}
.-mr-16 {
  margin-right: -4rem;
}
.-mt-0\.5 {
  margin-top: -0.125rem;
}
.-mt-16 {
  margin-top: -4rem;
}
.mb-0\.5 {
  margin-bottom: 0.125rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-1\.5 {
  margin-bottom: 0.375rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-2\.5 {
  margin-bottom: 0.625rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-10 {
  margin-left: 2.5rem;
}
.ml-14 {
  margin-left: 3.5rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.ml-4 {
  margin-left: 1rem;
}
.ml-5 {
  margin-left: 1.25rem;
}
.ml-8 {
  margin-left: 2rem;
}
.ml-auto {
  margin-left: auto;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mr-1\.5 {
  margin-right: 0.375rem;
}
.mr-10 {
  margin-right: 2.5rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mt-0 {
  margin-top: 0px;
}
.mt-0\.5 {
  margin-top: 0.125rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-1\.5 {
  margin-top: 0.375rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-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;
}
.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.hidden {
  display: none;
}
.aspect-\[4\/3\] {
  aspect-ratio: 4/3;
}
.\!h-12 {
  height: 3rem !important;
}
.h-0 {
  height: 0px;
}
.h-0\.5 {
  height: 0.125rem;
}
.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-24 {
  height: 6rem;
}
.h-3 {
  height: 0.75rem;
}
.h-3\.5 {
  height: 0.875rem;
}
.h-32 {
  height: 8rem;
}
.h-4 {
  height: 1rem;
}
.h-40 {
  height: 10rem;
}
.h-48 {
  height: 12rem;
}
.h-5 {
  height: 1.25rem;
}
.h-6 {
  height: 1.5rem;
}
.h-7 {
  height: 1.75rem;
}
.h-72 {
  height: 18rem;
}
.h-8 {
  height: 2rem;
}
.h-80 {
  height: 20rem;
}
.h-9 {
  height: 2.25rem;
}
.h-96 {
  height: 24rem;
}
.h-\[2\.6rem\] {
  height: 2.6rem;
}
.h-\[40px\] {
  height: 40px;
}
.h-\[500px\] {
  height: 500px;
}
.h-\[calc\(100vh-48px\)\] {
  height: calc(100vh - 48px);
}
.h-full {
  height: 100%;
}
.h-screen {
  height: 100vh;
}
.max-h-0 {
  max-height: 0px;
}
.max-h-48 {
  max-height: 12rem;
}
.max-h-60 {
  max-height: 15rem;
}
.max-h-64 {
  max-height: 16rem;
}
.max-h-96 {
  max-height: 24rem;
}
.max-h-\[1000px\] {
  max-height: 1000px;
}
.max-h-\[140px\] {
  max-height: 140px;
}
.max-h-\[280px\] {
  max-height: 280px;
}
.max-h-\[300px\] {
  max-height: 300px;
}
.max-h-\[350px\] {
  max-height: 350px;
}
.max-h-\[400px\] {
  max-height: 400px;
}
.max-h-\[500px\] {
  max-height: 500px;
}
.max-h-\[600px\] {
  max-height: 600px;
}
.min-h-0 {
  min-height: 0px;
}
.min-h-4 {
  min-height: 1rem;
}
.min-h-\[400px\] {
  min-height: 400px;
}
.min-h-\[500px\] {
  min-height: 500px;
}
.min-h-\[56px\] {
  min-height: 56px;
}
.min-h-screen {
  min-height: 100vh;
}
.\!w-12 {
  width: 3rem !important;
}
.\!w-\[90\%\] {
  width: 90% !important;
}
.\!w-full {
  width: 100% !important;
}
.w-0 {
  width: 0px;
}
.w-0\.5 {
  width: 0.125rem;
}
.w-1\.5 {
  width: 0.375rem;
}
.w-1\/2 {
  width: 50%;
}
.w-10 {
  width: 2.5rem;
}
.w-11\/12 {
  width: 91.666667%;
}
.w-12 {
  width: 3rem;
}
.w-14 {
  width: 3.5rem;
}
.w-16 {
  width: 4rem;
}
.w-2 {
  width: 0.5rem;
}
.w-2\.5 {
  width: 0.625rem;
}
.w-20 {
  width: 5rem;
}
.w-24 {
  width: 6rem;
}
.w-28 {
  width: 7rem;
}
.w-3 {
  width: 0.75rem;
}
.w-3\.5 {
  width: 0.875rem;
}
.w-32 {
  width: 8rem;
}
.w-36 {
  width: 9rem;
}
.w-4 {
  width: 1rem;
}
.w-40 {
  width: 10rem;
}
.w-48 {
  width: 12rem;
}
.w-5 {
  width: 1.25rem;
}
.w-56 {
  width: 14rem;
}
.w-6 {
  width: 1.5rem;
}
.w-60 {
  width: 15rem;
}
.w-64 {
  width: 16rem;
}
.w-7 {
  width: 1.75rem;
}
.w-72 {
  width: 18rem;
}
.w-8 {
  width: 2rem;
}
.w-80 {
  width: 20rem;
}
.w-9 {
  width: 2.25rem;
}
.w-96 {
  width: 24rem;
}
.w-\[200px\] {
  width: 200px;
}
.w-\[30\%\] {
  width: 30%;
}
.w-\[400px\] {
  width: 400px;
}
.w-\[420px\] {
  width: 420px;
}
.w-\[450px\] {
  width: 450px;
}
.w-\[5rem\] {
  width: 5rem;
}
.w-\[70\%\] {
  width: 70%;
}
.w-\[90vw\] {
  width: 90vw;
}
.w-full {
  width: 100%;
}
.w-px {
  width: 1px;
}
.w-screen {
  width: 100vw;
}
.min-w-0 {
  min-width: 0px;
}
.min-w-28 {
  min-width: 7rem;
}
.min-w-32 {
  min-width: 8rem;
}
.min-w-36 {
  min-width: 9rem;
}
.min-w-40 {
  min-width: 10rem;
}
.min-w-48 {
  min-width: 12rem;
}
.min-w-52 {
  min-width: 13rem;
}
.min-w-\[100px\] {
  min-width: 100px;
}
.min-w-\[100vw\] {
  min-width: 100vw;
}
.min-w-\[140px\] {
  min-width: 140px;
}
.min-w-\[150px\] {
  min-width: 150px;
}
.min-w-\[160px\] {
  min-width: 160px;
}
.min-w-\[180px\] {
  min-width: 180px;
}
.min-w-\[20px\] {
  min-width: 20px;
}
.min-w-\[30rem\] {
  min-width: 30rem;
}
.min-w-\[40px\] {
  min-width: 40px;
}
.min-w-\[46px\] {
  min-width: 46px;
}
.min-w-\[50px\] {
  min-width: 50px;
}
.min-w-\[60px\] {
  min-width: 60px;
}
.min-w-\[6rem\] {
  min-width: 6rem;
}
.min-w-\[70px\] {
  min-width: 70px;
}
.min-w-\[7rem\] {
  min-width: 7rem;
}
.min-w-\[80px\] {
  min-width: 80px;
}
.max-w-2xl {
  max-width: 42rem;
}
.max-w-4xl {
  max-width: 56rem;
}
.max-w-5xl {
  max-width: 64rem;
}
.max-w-7xl {
  max-width: 80rem;
}
.max-w-\[120px\] {
  max-width: 120px;
}
.max-w-\[180px\] {
  max-width: 180px;
}
.max-w-\[300px\] {
  max-width: 300px;
}
.max-w-\[45\%\] {
  max-width: 45%;
}
.max-w-md {
  max-width: 28rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.shrink-0 {
  flex-shrink: 0;
}
.basis-\[45\%\] {
  flex-basis: 45%;
}
.basis-\[55\%\] {
  flex-basis: 55%;
}
.origin-top {
  transform-origin: top;
}
.-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-x-full {
  --tw-translate-x: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-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-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));
}
.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));
}
.-skew-x-12 {
  --tw-skew-x: -12deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-105 {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-\[1\.02\] {
  --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));
}
.scale-y-100 {
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-y-95 {
  --tw-scale-y: .95;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.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 attention {
  0%, 100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(239, 68, 68, 0);
    filter: brightness(1);
  }
  50% {
    transform: scale(1.15);
    box-shadow: 0 0 20px 8px rgba(239, 68, 68, 0.7);
    filter: brightness(1.1);
  }
}
.animate-attention {
  animation: attention 1s ease-in-out infinite;
}
@keyframes emergency {
  0%, 100% {
    box-shadow: inset 0 0 0 0 rgba(239, 68, 68, 0), 0 0 0 0 rgba(239, 68, 68, 0);
  }
  50% {
    box-shadow: inset 0 0 0 2px rgba(239, 68, 68, 0.6), 0 0 15px 5px rgba(239, 68, 68, 0.3);
  }
}
.animate-emergency {
  animation: emergency 1.5s ease-in-out infinite;
}
@keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.animate-fadeout {
  animation: fadeout 0.15s linear;
}
@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 scalein {
  0% {
    opacity: 0;
    transform: scaleY(0.8);
    transition: transform 0.12s cubic-bezier(0, 0, 0.2, 1), opacity 0.12s cubic-bezier(0, 0, 0.2, 1);
  }
  100% {
    opacity: 1;
    transform: scaleY(1);
  }
}
.animate-scalein {
  animation: scalein 0.15s linear;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.animate-spin {
  animation: spin 1s linear infinite;
}
@keyframes warning-pulse {
  0%, 100% {
    box-shadow: inset 0 0 0 0 rgba(245, 158, 11, 0), 0 0 0 0 rgba(245, 158, 11, 0);
  }
  50% {
    box-shadow: inset 0 0 0 2px rgba(245, 158, 11, 0.5), 0 0 12px 4px rgba(245, 158, 11, 0.25);
  }
}
.animate-warning-pulse {
  animation: warning-pulse 2s ease-in-out infinite;
}
.cursor-default {
  cursor: default;
}
.cursor-grab {
  cursor: grab;
}
.cursor-help {
  cursor: help;
}
.cursor-move {
  cursor: move;
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.cursor-pointer {
  cursor: pointer;
}
.resize-none {
  resize: none;
}
.resize {
  resize: both;
}
.list-inside {
  list-style-position: inside;
}
.list-disc {
  list-style-type: disc;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.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;
}
.items-baseline {
  align-items: baseline;
}
.items-stretch {
  align-items: stretch;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-0\.5 {
  gap: 0.125rem;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-1\.5 {
  gap: 0.375rem;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-2\.5 {
  gap: 0.625rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-x-3 {
  column-gap: 0.75rem;
}
.gap-x-4 {
  column-gap: 1rem;
}
.gap-y-2 {
  row-gap: 0.5rem;
}
.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-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.125rem * var(--tw-space-y-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-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));
}
.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-2\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.625rem * 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-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.divide-gray-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-divide-opacity, 1));
}
.divide-slate-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(241 245 249 / var(--tw-divide-opacity, 1));
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.whitespace-pre-wrap {
  white-space: pre-wrap;
}
.break-words {
  overflow-wrap: break-word;
}
.break-all {
  word-break: break-all;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-3xl {
  border-radius: 1.5rem;
}
.rounded-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-xl {
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}
.rounded-l-lg {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.rounded-l-md {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.rounded-r-lg {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
.rounded-r-md {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}
.rounded-t {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.rounded-t-lg {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.rounded-t-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-x {
  border-left-width: 1px;
  border-right-width: 1px;
}
.\!border-b-0 {
  border-bottom-width: 0px !important;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-b-8 {
  border-bottom-width: 8px;
}
.border-b-\[10px\] {
  border-bottom-width: 10px;
}
.border-l {
  border-left-width: 1px;
}
.border-l-4 {
  border-left-width: 4px;
}
.border-l-\[3px\] {
  border-left-width: 3px;
}
.border-l-\[6px\] {
  border-left-width: 6px;
}
.border-r {
  border-right-width: 1px;
}
.border-r-4 {
  border-right-width: 4px;
}
.border-r-\[6px\] {
  border-right-width: 6px;
}
.border-t {
  border-top-width: 1px;
}
.border-t-2 {
  border-top-width: 2px;
}
.border-solid {
  border-style: solid;
}
.border-dashed {
  border-style: dashed;
}
.border-double {
  border-style: double;
}
.border-none {
  border-style: none;
}
.border-amber-100 {
  --tw-border-opacity: 1;
  border-color: rgb(254 243 199 / var(--tw-border-opacity, 1));
}
.border-amber-100\/0 {
  border-color: rgb(254 243 199 / 0);
}
.border-amber-100\/10 {
  border-color: rgb(254 243 199 / 0.1);
}
.border-amber-100\/100 {
  border-color: rgb(254 243 199 / 1);
}
.border-amber-100\/15 {
  border-color: rgb(254 243 199 / 0.15);
}
.border-amber-100\/20 {
  border-color: rgb(254 243 199 / 0.2);
}
.border-amber-100\/25 {
  border-color: rgb(254 243 199 / 0.25);
}
.border-amber-100\/30 {
  border-color: rgb(254 243 199 / 0.3);
}
.border-amber-100\/35 {
  border-color: rgb(254 243 199 / 0.35);
}
.border-amber-100\/40 {
  border-color: rgb(254 243 199 / 0.4);
}
.border-amber-100\/45 {
  border-color: rgb(254 243 199 / 0.45);
}
.border-amber-100\/5 {
  border-color: rgb(254 243 199 / 0.05);
}
.border-amber-100\/50 {
  border-color: rgb(254 243 199 / 0.5);
}
.border-amber-100\/55 {
  border-color: rgb(254 243 199 / 0.55);
}
.border-amber-100\/60 {
  border-color: rgb(254 243 199 / 0.6);
}
.border-amber-100\/65 {
  border-color: rgb(254 243 199 / 0.65);
}
.border-amber-100\/70 {
  border-color: rgb(254 243 199 / 0.7);
}
.border-amber-100\/75 {
  border-color: rgb(254 243 199 / 0.75);
}
.border-amber-100\/80 {
  border-color: rgb(254 243 199 / 0.8);
}
.border-amber-100\/85 {
  border-color: rgb(254 243 199 / 0.85);
}
.border-amber-100\/90 {
  border-color: rgb(254 243 199 / 0.9);
}
.border-amber-100\/95 {
  border-color: rgb(254 243 199 / 0.95);
}
.border-amber-200 {
  --tw-border-opacity: 1;
  border-color: rgb(253 230 138 / var(--tw-border-opacity, 1));
}
.border-amber-200\/0 {
  border-color: rgb(253 230 138 / 0);
}
.border-amber-200\/10 {
  border-color: rgb(253 230 138 / 0.1);
}
.border-amber-200\/100 {
  border-color: rgb(253 230 138 / 1);
}
.border-amber-200\/15 {
  border-color: rgb(253 230 138 / 0.15);
}
.border-amber-200\/20 {
  border-color: rgb(253 230 138 / 0.2);
}
.border-amber-200\/25 {
  border-color: rgb(253 230 138 / 0.25);
}
.border-amber-200\/30 {
  border-color: rgb(253 230 138 / 0.3);
}
.border-amber-200\/35 {
  border-color: rgb(253 230 138 / 0.35);
}
.border-amber-200\/40 {
  border-color: rgb(253 230 138 / 0.4);
}
.border-amber-200\/45 {
  border-color: rgb(253 230 138 / 0.45);
}
.border-amber-200\/5 {
  border-color: rgb(253 230 138 / 0.05);
}
.border-amber-200\/50 {
  border-color: rgb(253 230 138 / 0.5);
}
.border-amber-200\/55 {
  border-color: rgb(253 230 138 / 0.55);
}
.border-amber-200\/60 {
  border-color: rgb(253 230 138 / 0.6);
}
.border-amber-200\/65 {
  border-color: rgb(253 230 138 / 0.65);
}
.border-amber-200\/70 {
  border-color: rgb(253 230 138 / 0.7);
}
.border-amber-200\/75 {
  border-color: rgb(253 230 138 / 0.75);
}
.border-amber-200\/80 {
  border-color: rgb(253 230 138 / 0.8);
}
.border-amber-200\/85 {
  border-color: rgb(253 230 138 / 0.85);
}
.border-amber-200\/90 {
  border-color: rgb(253 230 138 / 0.9);
}
.border-amber-200\/95 {
  border-color: rgb(253 230 138 / 0.95);
}
.border-amber-300 {
  --tw-border-opacity: 1;
  border-color: rgb(252 211 77 / var(--tw-border-opacity, 1));
}
.border-amber-300\/0 {
  border-color: rgb(252 211 77 / 0);
}
.border-amber-300\/10 {
  border-color: rgb(252 211 77 / 0.1);
}
.border-amber-300\/100 {
  border-color: rgb(252 211 77 / 1);
}
.border-amber-300\/15 {
  border-color: rgb(252 211 77 / 0.15);
}
.border-amber-300\/20 {
  border-color: rgb(252 211 77 / 0.2);
}
.border-amber-300\/25 {
  border-color: rgb(252 211 77 / 0.25);
}
.border-amber-300\/30 {
  border-color: rgb(252 211 77 / 0.3);
}
.border-amber-300\/35 {
  border-color: rgb(252 211 77 / 0.35);
}
.border-amber-300\/40 {
  border-color: rgb(252 211 77 / 0.4);
}
.border-amber-300\/45 {
  border-color: rgb(252 211 77 / 0.45);
}
.border-amber-300\/5 {
  border-color: rgb(252 211 77 / 0.05);
}
.border-amber-300\/50 {
  border-color: rgb(252 211 77 / 0.5);
}
.border-amber-300\/55 {
  border-color: rgb(252 211 77 / 0.55);
}
.border-amber-300\/60 {
  border-color: rgb(252 211 77 / 0.6);
}
.border-amber-300\/65 {
  border-color: rgb(252 211 77 / 0.65);
}
.border-amber-300\/70 {
  border-color: rgb(252 211 77 / 0.7);
}
.border-amber-300\/75 {
  border-color: rgb(252 211 77 / 0.75);
}
.border-amber-300\/80 {
  border-color: rgb(252 211 77 / 0.8);
}
.border-amber-300\/85 {
  border-color: rgb(252 211 77 / 0.85);
}
.border-amber-300\/90 {
  border-color: rgb(252 211 77 / 0.9);
}
.border-amber-300\/95 {
  border-color: rgb(252 211 77 / 0.95);
}
.border-amber-400 {
  --tw-border-opacity: 1;
  border-color: rgb(251 191 36 / var(--tw-border-opacity, 1));
}
.border-amber-400\/0 {
  border-color: rgb(251 191 36 / 0);
}
.border-amber-400\/10 {
  border-color: rgb(251 191 36 / 0.1);
}
.border-amber-400\/100 {
  border-color: rgb(251 191 36 / 1);
}
.border-amber-400\/15 {
  border-color: rgb(251 191 36 / 0.15);
}
.border-amber-400\/20 {
  border-color: rgb(251 191 36 / 0.2);
}
.border-amber-400\/25 {
  border-color: rgb(251 191 36 / 0.25);
}
.border-amber-400\/30 {
  border-color: rgb(251 191 36 / 0.3);
}
.border-amber-400\/35 {
  border-color: rgb(251 191 36 / 0.35);
}
.border-amber-400\/40 {
  border-color: rgb(251 191 36 / 0.4);
}
.border-amber-400\/45 {
  border-color: rgb(251 191 36 / 0.45);
}
.border-amber-400\/5 {
  border-color: rgb(251 191 36 / 0.05);
}
.border-amber-400\/50 {
  border-color: rgb(251 191 36 / 0.5);
}
.border-amber-400\/55 {
  border-color: rgb(251 191 36 / 0.55);
}
.border-amber-400\/60 {
  border-color: rgb(251 191 36 / 0.6);
}
.border-amber-400\/65 {
  border-color: rgb(251 191 36 / 0.65);
}
.border-amber-400\/70 {
  border-color: rgb(251 191 36 / 0.7);
}
.border-amber-400\/75 {
  border-color: rgb(251 191 36 / 0.75);
}
.border-amber-400\/80 {
  border-color: rgb(251 191 36 / 0.8);
}
.border-amber-400\/85 {
  border-color: rgb(251 191 36 / 0.85);
}
.border-amber-400\/90 {
  border-color: rgb(251 191 36 / 0.9);
}
.border-amber-400\/95 {
  border-color: rgb(251 191 36 / 0.95);
}
.border-amber-50 {
  --tw-border-opacity: 1;
  border-color: rgb(255 251 235 / var(--tw-border-opacity, 1));
}
.border-amber-50\/0 {
  border-color: rgb(255 251 235 / 0);
}
.border-amber-50\/10 {
  border-color: rgb(255 251 235 / 0.1);
}
.border-amber-50\/100 {
  border-color: rgb(255 251 235 / 1);
}
.border-amber-50\/15 {
  border-color: rgb(255 251 235 / 0.15);
}
.border-amber-50\/20 {
  border-color: rgb(255 251 235 / 0.2);
}
.border-amber-50\/25 {
  border-color: rgb(255 251 235 / 0.25);
}
.border-amber-50\/30 {
  border-color: rgb(255 251 235 / 0.3);
}
.border-amber-50\/35 {
  border-color: rgb(255 251 235 / 0.35);
}
.border-amber-50\/40 {
  border-color: rgb(255 251 235 / 0.4);
}
.border-amber-50\/45 {
  border-color: rgb(255 251 235 / 0.45);
}
.border-amber-50\/5 {
  border-color: rgb(255 251 235 / 0.05);
}
.border-amber-50\/50 {
  border-color: rgb(255 251 235 / 0.5);
}
.border-amber-50\/55 {
  border-color: rgb(255 251 235 / 0.55);
}
.border-amber-50\/60 {
  border-color: rgb(255 251 235 / 0.6);
}
.border-amber-50\/65 {
  border-color: rgb(255 251 235 / 0.65);
}
.border-amber-50\/70 {
  border-color: rgb(255 251 235 / 0.7);
}
.border-amber-50\/75 {
  border-color: rgb(255 251 235 / 0.75);
}
.border-amber-50\/80 {
  border-color: rgb(255 251 235 / 0.8);
}
.border-amber-50\/85 {
  border-color: rgb(255 251 235 / 0.85);
}
.border-amber-50\/90 {
  border-color: rgb(255 251 235 / 0.9);
}
.border-amber-50\/95 {
  border-color: rgb(255 251 235 / 0.95);
}
.border-amber-500 {
  --tw-border-opacity: 1;
  border-color: rgb(245 158 11 / var(--tw-border-opacity, 1));
}
.border-amber-500\/0 {
  border-color: rgb(245 158 11 / 0);
}
.border-amber-500\/10 {
  border-color: rgb(245 158 11 / 0.1);
}
.border-amber-500\/100 {
  border-color: rgb(245 158 11 / 1);
}
.border-amber-500\/15 {
  border-color: rgb(245 158 11 / 0.15);
}
.border-amber-500\/20 {
  border-color: rgb(245 158 11 / 0.2);
}
.border-amber-500\/25 {
  border-color: rgb(245 158 11 / 0.25);
}
.border-amber-500\/30 {
  border-color: rgb(245 158 11 / 0.3);
}
.border-amber-500\/35 {
  border-color: rgb(245 158 11 / 0.35);
}
.border-amber-500\/40 {
  border-color: rgb(245 158 11 / 0.4);
}
.border-amber-500\/45 {
  border-color: rgb(245 158 11 / 0.45);
}
.border-amber-500\/5 {
  border-color: rgb(245 158 11 / 0.05);
}
.border-amber-500\/50 {
  border-color: rgb(245 158 11 / 0.5);
}
.border-amber-500\/55 {
  border-color: rgb(245 158 11 / 0.55);
}
.border-amber-500\/60 {
  border-color: rgb(245 158 11 / 0.6);
}
.border-amber-500\/65 {
  border-color: rgb(245 158 11 / 0.65);
}
.border-amber-500\/70 {
  border-color: rgb(245 158 11 / 0.7);
}
.border-amber-500\/75 {
  border-color: rgb(245 158 11 / 0.75);
}
.border-amber-500\/80 {
  border-color: rgb(245 158 11 / 0.8);
}
.border-amber-500\/85 {
  border-color: rgb(245 158 11 / 0.85);
}
.border-amber-500\/90 {
  border-color: rgb(245 158 11 / 0.9);
}
.border-amber-500\/95 {
  border-color: rgb(245 158 11 / 0.95);
}
.border-amber-600 {
  --tw-border-opacity: 1;
  border-color: rgb(217 119 6 / var(--tw-border-opacity, 1));
}
.border-amber-600\/0 {
  border-color: rgb(217 119 6 / 0);
}
.border-amber-600\/10 {
  border-color: rgb(217 119 6 / 0.1);
}
.border-amber-600\/100 {
  border-color: rgb(217 119 6 / 1);
}
.border-amber-600\/15 {
  border-color: rgb(217 119 6 / 0.15);
}
.border-amber-600\/20 {
  border-color: rgb(217 119 6 / 0.2);
}
.border-amber-600\/25 {
  border-color: rgb(217 119 6 / 0.25);
}
.border-amber-600\/30 {
  border-color: rgb(217 119 6 / 0.3);
}
.border-amber-600\/35 {
  border-color: rgb(217 119 6 / 0.35);
}
.border-amber-600\/40 {
  border-color: rgb(217 119 6 / 0.4);
}
.border-amber-600\/45 {
  border-color: rgb(217 119 6 / 0.45);
}
.border-amber-600\/5 {
  border-color: rgb(217 119 6 / 0.05);
}
.border-amber-600\/50 {
  border-color: rgb(217 119 6 / 0.5);
}
.border-amber-600\/55 {
  border-color: rgb(217 119 6 / 0.55);
}
.border-amber-600\/60 {
  border-color: rgb(217 119 6 / 0.6);
}
.border-amber-600\/65 {
  border-color: rgb(217 119 6 / 0.65);
}
.border-amber-600\/70 {
  border-color: rgb(217 119 6 / 0.7);
}
.border-amber-600\/75 {
  border-color: rgb(217 119 6 / 0.75);
}
.border-amber-600\/80 {
  border-color: rgb(217 119 6 / 0.8);
}
.border-amber-600\/85 {
  border-color: rgb(217 119 6 / 0.85);
}
.border-amber-600\/90 {
  border-color: rgb(217 119 6 / 0.9);
}
.border-amber-600\/95 {
  border-color: rgb(217 119 6 / 0.95);
}
.border-amber-700 {
  --tw-border-opacity: 1;
  border-color: rgb(180 83 9 / var(--tw-border-opacity, 1));
}
.border-amber-700\/0 {
  border-color: rgb(180 83 9 / 0);
}
.border-amber-700\/10 {
  border-color: rgb(180 83 9 / 0.1);
}
.border-amber-700\/100 {
  border-color: rgb(180 83 9 / 1);
}
.border-amber-700\/15 {
  border-color: rgb(180 83 9 / 0.15);
}
.border-amber-700\/20 {
  border-color: rgb(180 83 9 / 0.2);
}
.border-amber-700\/25 {
  border-color: rgb(180 83 9 / 0.25);
}
.border-amber-700\/30 {
  border-color: rgb(180 83 9 / 0.3);
}
.border-amber-700\/35 {
  border-color: rgb(180 83 9 / 0.35);
}
.border-amber-700\/40 {
  border-color: rgb(180 83 9 / 0.4);
}
.border-amber-700\/45 {
  border-color: rgb(180 83 9 / 0.45);
}
.border-amber-700\/5 {
  border-color: rgb(180 83 9 / 0.05);
}
.border-amber-700\/50 {
  border-color: rgb(180 83 9 / 0.5);
}
.border-amber-700\/55 {
  border-color: rgb(180 83 9 / 0.55);
}
.border-amber-700\/60 {
  border-color: rgb(180 83 9 / 0.6);
}
.border-amber-700\/65 {
  border-color: rgb(180 83 9 / 0.65);
}
.border-amber-700\/70 {
  border-color: rgb(180 83 9 / 0.7);
}
.border-amber-700\/75 {
  border-color: rgb(180 83 9 / 0.75);
}
.border-amber-700\/80 {
  border-color: rgb(180 83 9 / 0.8);
}
.border-amber-700\/85 {
  border-color: rgb(180 83 9 / 0.85);
}
.border-amber-700\/90 {
  border-color: rgb(180 83 9 / 0.9);
}
.border-amber-700\/95 {
  border-color: rgb(180 83 9 / 0.95);
}
.border-amber-800 {
  --tw-border-opacity: 1;
  border-color: rgb(146 64 14 / var(--tw-border-opacity, 1));
}
.border-amber-800\/0 {
  border-color: rgb(146 64 14 / 0);
}
.border-amber-800\/10 {
  border-color: rgb(146 64 14 / 0.1);
}
.border-amber-800\/100 {
  border-color: rgb(146 64 14 / 1);
}
.border-amber-800\/15 {
  border-color: rgb(146 64 14 / 0.15);
}
.border-amber-800\/20 {
  border-color: rgb(146 64 14 / 0.2);
}
.border-amber-800\/25 {
  border-color: rgb(146 64 14 / 0.25);
}
.border-amber-800\/30 {
  border-color: rgb(146 64 14 / 0.3);
}
.border-amber-800\/35 {
  border-color: rgb(146 64 14 / 0.35);
}
.border-amber-800\/40 {
  border-color: rgb(146 64 14 / 0.4);
}
.border-amber-800\/45 {
  border-color: rgb(146 64 14 / 0.45);
}
.border-amber-800\/5 {
  border-color: rgb(146 64 14 / 0.05);
}
.border-amber-800\/50 {
  border-color: rgb(146 64 14 / 0.5);
}
.border-amber-800\/55 {
  border-color: rgb(146 64 14 / 0.55);
}
.border-amber-800\/60 {
  border-color: rgb(146 64 14 / 0.6);
}
.border-amber-800\/65 {
  border-color: rgb(146 64 14 / 0.65);
}
.border-amber-800\/70 {
  border-color: rgb(146 64 14 / 0.7);
}
.border-amber-800\/75 {
  border-color: rgb(146 64 14 / 0.75);
}
.border-amber-800\/80 {
  border-color: rgb(146 64 14 / 0.8);
}
.border-amber-800\/85 {
  border-color: rgb(146 64 14 / 0.85);
}
.border-amber-800\/90 {
  border-color: rgb(146 64 14 / 0.9);
}
.border-amber-800\/95 {
  border-color: rgb(146 64 14 / 0.95);
}
.border-amber-900 {
  --tw-border-opacity: 1;
  border-color: rgb(120 53 15 / var(--tw-border-opacity, 1));
}
.border-amber-900\/0 {
  border-color: rgb(120 53 15 / 0);
}
.border-amber-900\/10 {
  border-color: rgb(120 53 15 / 0.1);
}
.border-amber-900\/100 {
  border-color: rgb(120 53 15 / 1);
}
.border-amber-900\/15 {
  border-color: rgb(120 53 15 / 0.15);
}
.border-amber-900\/20 {
  border-color: rgb(120 53 15 / 0.2);
}
.border-amber-900\/25 {
  border-color: rgb(120 53 15 / 0.25);
}
.border-amber-900\/30 {
  border-color: rgb(120 53 15 / 0.3);
}
.border-amber-900\/35 {
  border-color: rgb(120 53 15 / 0.35);
}
.border-amber-900\/40 {
  border-color: rgb(120 53 15 / 0.4);
}
.border-amber-900\/45 {
  border-color: rgb(120 53 15 / 0.45);
}
.border-amber-900\/5 {
  border-color: rgb(120 53 15 / 0.05);
}
.border-amber-900\/50 {
  border-color: rgb(120 53 15 / 0.5);
}
.border-amber-900\/55 {
  border-color: rgb(120 53 15 / 0.55);
}
.border-amber-900\/60 {
  border-color: rgb(120 53 15 / 0.6);
}
.border-amber-900\/65 {
  border-color: rgb(120 53 15 / 0.65);
}
.border-amber-900\/70 {
  border-color: rgb(120 53 15 / 0.7);
}
.border-amber-900\/75 {
  border-color: rgb(120 53 15 / 0.75);
}
.border-amber-900\/80 {
  border-color: rgb(120 53 15 / 0.8);
}
.border-amber-900\/85 {
  border-color: rgb(120 53 15 / 0.85);
}
.border-amber-900\/90 {
  border-color: rgb(120 53 15 / 0.9);
}
.border-amber-900\/95 {
  border-color: rgb(120 53 15 / 0.95);
}
.border-amber-950 {
  --tw-border-opacity: 1;
  border-color: rgb(69 26 3 / var(--tw-border-opacity, 1));
}
.border-amber-950\/0 {
  border-color: rgb(69 26 3 / 0);
}
.border-amber-950\/10 {
  border-color: rgb(69 26 3 / 0.1);
}
.border-amber-950\/100 {
  border-color: rgb(69 26 3 / 1);
}
.border-amber-950\/15 {
  border-color: rgb(69 26 3 / 0.15);
}
.border-amber-950\/20 {
  border-color: rgb(69 26 3 / 0.2);
}
.border-amber-950\/25 {
  border-color: rgb(69 26 3 / 0.25);
}
.border-amber-950\/30 {
  border-color: rgb(69 26 3 / 0.3);
}
.border-amber-950\/35 {
  border-color: rgb(69 26 3 / 0.35);
}
.border-amber-950\/40 {
  border-color: rgb(69 26 3 / 0.4);
}
.border-amber-950\/45 {
  border-color: rgb(69 26 3 / 0.45);
}
.border-amber-950\/5 {
  border-color: rgb(69 26 3 / 0.05);
}
.border-amber-950\/50 {
  border-color: rgb(69 26 3 / 0.5);
}
.border-amber-950\/55 {
  border-color: rgb(69 26 3 / 0.55);
}
.border-amber-950\/60 {
  border-color: rgb(69 26 3 / 0.6);
}
.border-amber-950\/65 {
  border-color: rgb(69 26 3 / 0.65);
}
.border-amber-950\/70 {
  border-color: rgb(69 26 3 / 0.7);
}
.border-amber-950\/75 {
  border-color: rgb(69 26 3 / 0.75);
}
.border-amber-950\/80 {
  border-color: rgb(69 26 3 / 0.8);
}
.border-amber-950\/85 {
  border-color: rgb(69 26 3 / 0.85);
}
.border-amber-950\/90 {
  border-color: rgb(69 26 3 / 0.9);
}
.border-amber-950\/95 {
  border-color: rgb(69 26 3 / 0.95);
}
.border-blue-100 {
  --tw-border-opacity: 1;
  border-color: rgb(219 234 254 / var(--tw-border-opacity, 1));
}
.border-blue-100\/0 {
  border-color: rgb(219 234 254 / 0);
}
.border-blue-100\/10 {
  border-color: rgb(219 234 254 / 0.1);
}
.border-blue-100\/100 {
  border-color: rgb(219 234 254 / 1);
}
.border-blue-100\/15 {
  border-color: rgb(219 234 254 / 0.15);
}
.border-blue-100\/20 {
  border-color: rgb(219 234 254 / 0.2);
}
.border-blue-100\/25 {
  border-color: rgb(219 234 254 / 0.25);
}
.border-blue-100\/30 {
  border-color: rgb(219 234 254 / 0.3);
}
.border-blue-100\/35 {
  border-color: rgb(219 234 254 / 0.35);
}
.border-blue-100\/40 {
  border-color: rgb(219 234 254 / 0.4);
}
.border-blue-100\/45 {
  border-color: rgb(219 234 254 / 0.45);
}
.border-blue-100\/5 {
  border-color: rgb(219 234 254 / 0.05);
}
.border-blue-100\/50 {
  border-color: rgb(219 234 254 / 0.5);
}
.border-blue-100\/55 {
  border-color: rgb(219 234 254 / 0.55);
}
.border-blue-100\/60 {
  border-color: rgb(219 234 254 / 0.6);
}
.border-blue-100\/65 {
  border-color: rgb(219 234 254 / 0.65);
}
.border-blue-100\/70 {
  border-color: rgb(219 234 254 / 0.7);
}
.border-blue-100\/75 {
  border-color: rgb(219 234 254 / 0.75);
}
.border-blue-100\/80 {
  border-color: rgb(219 234 254 / 0.8);
}
.border-blue-100\/85 {
  border-color: rgb(219 234 254 / 0.85);
}
.border-blue-100\/90 {
  border-color: rgb(219 234 254 / 0.9);
}
.border-blue-100\/95 {
  border-color: rgb(219 234 254 / 0.95);
}
.border-blue-200 {
  --tw-border-opacity: 1;
  border-color: rgb(191 219 254 / var(--tw-border-opacity, 1));
}
.border-blue-200\/0 {
  border-color: rgb(191 219 254 / 0);
}
.border-blue-200\/10 {
  border-color: rgb(191 219 254 / 0.1);
}
.border-blue-200\/100 {
  border-color: rgb(191 219 254 / 1);
}
.border-blue-200\/15 {
  border-color: rgb(191 219 254 / 0.15);
}
.border-blue-200\/20 {
  border-color: rgb(191 219 254 / 0.2);
}
.border-blue-200\/25 {
  border-color: rgb(191 219 254 / 0.25);
}
.border-blue-200\/30 {
  border-color: rgb(191 219 254 / 0.3);
}
.border-blue-200\/35 {
  border-color: rgb(191 219 254 / 0.35);
}
.border-blue-200\/40 {
  border-color: rgb(191 219 254 / 0.4);
}
.border-blue-200\/45 {
  border-color: rgb(191 219 254 / 0.45);
}
.border-blue-200\/5 {
  border-color: rgb(191 219 254 / 0.05);
}
.border-blue-200\/50 {
  border-color: rgb(191 219 254 / 0.5);
}
.border-blue-200\/55 {
  border-color: rgb(191 219 254 / 0.55);
}
.border-blue-200\/60 {
  border-color: rgb(191 219 254 / 0.6);
}
.border-blue-200\/65 {
  border-color: rgb(191 219 254 / 0.65);
}
.border-blue-200\/70 {
  border-color: rgb(191 219 254 / 0.7);
}
.border-blue-200\/75 {
  border-color: rgb(191 219 254 / 0.75);
}
.border-blue-200\/80 {
  border-color: rgb(191 219 254 / 0.8);
}
.border-blue-200\/85 {
  border-color: rgb(191 219 254 / 0.85);
}
.border-blue-200\/90 {
  border-color: rgb(191 219 254 / 0.9);
}
.border-blue-200\/95 {
  border-color: rgb(191 219 254 / 0.95);
}
.border-blue-300 {
  --tw-border-opacity: 1;
  border-color: rgb(147 197 253 / var(--tw-border-opacity, 1));
}
.border-blue-300\/0 {
  border-color: rgb(147 197 253 / 0);
}
.border-blue-300\/10 {
  border-color: rgb(147 197 253 / 0.1);
}
.border-blue-300\/100 {
  border-color: rgb(147 197 253 / 1);
}
.border-blue-300\/15 {
  border-color: rgb(147 197 253 / 0.15);
}
.border-blue-300\/20 {
  border-color: rgb(147 197 253 / 0.2);
}
.border-blue-300\/25 {
  border-color: rgb(147 197 253 / 0.25);
}
.border-blue-300\/30 {
  border-color: rgb(147 197 253 / 0.3);
}
.border-blue-300\/35 {
  border-color: rgb(147 197 253 / 0.35);
}
.border-blue-300\/40 {
  border-color: rgb(147 197 253 / 0.4);
}
.border-blue-300\/45 {
  border-color: rgb(147 197 253 / 0.45);
}
.border-blue-300\/5 {
  border-color: rgb(147 197 253 / 0.05);
}
.border-blue-300\/50 {
  border-color: rgb(147 197 253 / 0.5);
}
.border-blue-300\/55 {
  border-color: rgb(147 197 253 / 0.55);
}
.border-blue-300\/60 {
  border-color: rgb(147 197 253 / 0.6);
}
.border-blue-300\/65 {
  border-color: rgb(147 197 253 / 0.65);
}
.border-blue-300\/70 {
  border-color: rgb(147 197 253 / 0.7);
}
.border-blue-300\/75 {
  border-color: rgb(147 197 253 / 0.75);
}
.border-blue-300\/80 {
  border-color: rgb(147 197 253 / 0.8);
}
.border-blue-300\/85 {
  border-color: rgb(147 197 253 / 0.85);
}
.border-blue-300\/90 {
  border-color: rgb(147 197 253 / 0.9);
}
.border-blue-300\/95 {
  border-color: rgb(147 197 253 / 0.95);
}
.border-blue-400 {
  --tw-border-opacity: 1;
  border-color: rgb(96 165 250 / var(--tw-border-opacity, 1));
}
.border-blue-400\/0 {
  border-color: rgb(96 165 250 / 0);
}
.border-blue-400\/10 {
  border-color: rgb(96 165 250 / 0.1);
}
.border-blue-400\/100 {
  border-color: rgb(96 165 250 / 1);
}
.border-blue-400\/15 {
  border-color: rgb(96 165 250 / 0.15);
}
.border-blue-400\/20 {
  border-color: rgb(96 165 250 / 0.2);
}
.border-blue-400\/25 {
  border-color: rgb(96 165 250 / 0.25);
}
.border-blue-400\/30 {
  border-color: rgb(96 165 250 / 0.3);
}
.border-blue-400\/35 {
  border-color: rgb(96 165 250 / 0.35);
}
.border-blue-400\/40 {
  border-color: rgb(96 165 250 / 0.4);
}
.border-blue-400\/45 {
  border-color: rgb(96 165 250 / 0.45);
}
.border-blue-400\/5 {
  border-color: rgb(96 165 250 / 0.05);
}
.border-blue-400\/50 {
  border-color: rgb(96 165 250 / 0.5);
}
.border-blue-400\/55 {
  border-color: rgb(96 165 250 / 0.55);
}
.border-blue-400\/60 {
  border-color: rgb(96 165 250 / 0.6);
}
.border-blue-400\/65 {
  border-color: rgb(96 165 250 / 0.65);
}
.border-blue-400\/70 {
  border-color: rgb(96 165 250 / 0.7);
}
.border-blue-400\/75 {
  border-color: rgb(96 165 250 / 0.75);
}
.border-blue-400\/80 {
  border-color: rgb(96 165 250 / 0.8);
}
.border-blue-400\/85 {
  border-color: rgb(96 165 250 / 0.85);
}
.border-blue-400\/90 {
  border-color: rgb(96 165 250 / 0.9);
}
.border-blue-400\/95 {
  border-color: rgb(96 165 250 / 0.95);
}
.border-blue-50 {
  --tw-border-opacity: 1;
  border-color: rgb(239 246 255 / var(--tw-border-opacity, 1));
}
.border-blue-50\/0 {
  border-color: rgb(239 246 255 / 0);
}
.border-blue-50\/10 {
  border-color: rgb(239 246 255 / 0.1);
}
.border-blue-50\/100 {
  border-color: rgb(239 246 255 / 1);
}
.border-blue-50\/15 {
  border-color: rgb(239 246 255 / 0.15);
}
.border-blue-50\/20 {
  border-color: rgb(239 246 255 / 0.2);
}
.border-blue-50\/25 {
  border-color: rgb(239 246 255 / 0.25);
}
.border-blue-50\/30 {
  border-color: rgb(239 246 255 / 0.3);
}
.border-blue-50\/35 {
  border-color: rgb(239 246 255 / 0.35);
}
.border-blue-50\/40 {
  border-color: rgb(239 246 255 / 0.4);
}
.border-blue-50\/45 {
  border-color: rgb(239 246 255 / 0.45);
}
.border-blue-50\/5 {
  border-color: rgb(239 246 255 / 0.05);
}
.border-blue-50\/50 {
  border-color: rgb(239 246 255 / 0.5);
}
.border-blue-50\/55 {
  border-color: rgb(239 246 255 / 0.55);
}
.border-blue-50\/60 {
  border-color: rgb(239 246 255 / 0.6);
}
.border-blue-50\/65 {
  border-color: rgb(239 246 255 / 0.65);
}
.border-blue-50\/70 {
  border-color: rgb(239 246 255 / 0.7);
}
.border-blue-50\/75 {
  border-color: rgb(239 246 255 / 0.75);
}
.border-blue-50\/80 {
  border-color: rgb(239 246 255 / 0.8);
}
.border-blue-50\/85 {
  border-color: rgb(239 246 255 / 0.85);
}
.border-blue-50\/90 {
  border-color: rgb(239 246 255 / 0.9);
}
.border-blue-50\/95 {
  border-color: rgb(239 246 255 / 0.95);
}
.border-blue-500 {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}
.border-blue-500\/0 {
  border-color: rgb(59 130 246 / 0);
}
.border-blue-500\/10 {
  border-color: rgb(59 130 246 / 0.1);
}
.border-blue-500\/100 {
  border-color: rgb(59 130 246 / 1);
}
.border-blue-500\/15 {
  border-color: rgb(59 130 246 / 0.15);
}
.border-blue-500\/20 {
  border-color: rgb(59 130 246 / 0.2);
}
.border-blue-500\/25 {
  border-color: rgb(59 130 246 / 0.25);
}
.border-blue-500\/30 {
  border-color: rgb(59 130 246 / 0.3);
}
.border-blue-500\/35 {
  border-color: rgb(59 130 246 / 0.35);
}
.border-blue-500\/40 {
  border-color: rgb(59 130 246 / 0.4);
}
.border-blue-500\/45 {
  border-color: rgb(59 130 246 / 0.45);
}
.border-blue-500\/5 {
  border-color: rgb(59 130 246 / 0.05);
}
.border-blue-500\/50 {
  border-color: rgb(59 130 246 / 0.5);
}
.border-blue-500\/55 {
  border-color: rgb(59 130 246 / 0.55);
}
.border-blue-500\/60 {
  border-color: rgb(59 130 246 / 0.6);
}
.border-blue-500\/65 {
  border-color: rgb(59 130 246 / 0.65);
}
.border-blue-500\/70 {
  border-color: rgb(59 130 246 / 0.7);
}
.border-blue-500\/75 {
  border-color: rgb(59 130 246 / 0.75);
}
.border-blue-500\/80 {
  border-color: rgb(59 130 246 / 0.8);
}
.border-blue-500\/85 {
  border-color: rgb(59 130 246 / 0.85);
}
.border-blue-500\/90 {
  border-color: rgb(59 130 246 / 0.9);
}
.border-blue-500\/95 {
  border-color: rgb(59 130 246 / 0.95);
}
.border-blue-600 {
  --tw-border-opacity: 1;
  border-color: rgb(37 99 235 / var(--tw-border-opacity, 1));
}
.border-blue-600\/0 {
  border-color: rgb(37 99 235 / 0);
}
.border-blue-600\/10 {
  border-color: rgb(37 99 235 / 0.1);
}
.border-blue-600\/100 {
  border-color: rgb(37 99 235 / 1);
}
.border-blue-600\/15 {
  border-color: rgb(37 99 235 / 0.15);
}
.border-blue-600\/20 {
  border-color: rgb(37 99 235 / 0.2);
}
.border-blue-600\/25 {
  border-color: rgb(37 99 235 / 0.25);
}
.border-blue-600\/30 {
  border-color: rgb(37 99 235 / 0.3);
}
.border-blue-600\/35 {
  border-color: rgb(37 99 235 / 0.35);
}
.border-blue-600\/40 {
  border-color: rgb(37 99 235 / 0.4);
}
.border-blue-600\/45 {
  border-color: rgb(37 99 235 / 0.45);
}
.border-blue-600\/5 {
  border-color: rgb(37 99 235 / 0.05);
}
.border-blue-600\/50 {
  border-color: rgb(37 99 235 / 0.5);
}
.border-blue-600\/55 {
  border-color: rgb(37 99 235 / 0.55);
}
.border-blue-600\/60 {
  border-color: rgb(37 99 235 / 0.6);
}
.border-blue-600\/65 {
  border-color: rgb(37 99 235 / 0.65);
}
.border-blue-600\/70 {
  border-color: rgb(37 99 235 / 0.7);
}
.border-blue-600\/75 {
  border-color: rgb(37 99 235 / 0.75);
}
.border-blue-600\/80 {
  border-color: rgb(37 99 235 / 0.8);
}
.border-blue-600\/85 {
  border-color: rgb(37 99 235 / 0.85);
}
.border-blue-600\/90 {
  border-color: rgb(37 99 235 / 0.9);
}
.border-blue-600\/95 {
  border-color: rgb(37 99 235 / 0.95);
}
.border-blue-700 {
  --tw-border-opacity: 1;
  border-color: rgb(29 78 216 / var(--tw-border-opacity, 1));
}
.border-blue-700\/0 {
  border-color: rgb(29 78 216 / 0);
}
.border-blue-700\/10 {
  border-color: rgb(29 78 216 / 0.1);
}
.border-blue-700\/100 {
  border-color: rgb(29 78 216 / 1);
}
.border-blue-700\/15 {
  border-color: rgb(29 78 216 / 0.15);
}
.border-blue-700\/20 {
  border-color: rgb(29 78 216 / 0.2);
}
.border-blue-700\/25 {
  border-color: rgb(29 78 216 / 0.25);
}
.border-blue-700\/30 {
  border-color: rgb(29 78 216 / 0.3);
}
.border-blue-700\/35 {
  border-color: rgb(29 78 216 / 0.35);
}
.border-blue-700\/40 {
  border-color: rgb(29 78 216 / 0.4);
}
.border-blue-700\/45 {
  border-color: rgb(29 78 216 / 0.45);
}
.border-blue-700\/5 {
  border-color: rgb(29 78 216 / 0.05);
}
.border-blue-700\/50 {
  border-color: rgb(29 78 216 / 0.5);
}
.border-blue-700\/55 {
  border-color: rgb(29 78 216 / 0.55);
}
.border-blue-700\/60 {
  border-color: rgb(29 78 216 / 0.6);
}
.border-blue-700\/65 {
  border-color: rgb(29 78 216 / 0.65);
}
.border-blue-700\/70 {
  border-color: rgb(29 78 216 / 0.7);
}
.border-blue-700\/75 {
  border-color: rgb(29 78 216 / 0.75);
}
.border-blue-700\/80 {
  border-color: rgb(29 78 216 / 0.8);
}
.border-blue-700\/85 {
  border-color: rgb(29 78 216 / 0.85);
}
.border-blue-700\/90 {
  border-color: rgb(29 78 216 / 0.9);
}
.border-blue-700\/95 {
  border-color: rgb(29 78 216 / 0.95);
}
.border-blue-800 {
  --tw-border-opacity: 1;
  border-color: rgb(30 64 175 / var(--tw-border-opacity, 1));
}
.border-blue-800\/0 {
  border-color: rgb(30 64 175 / 0);
}
.border-blue-800\/10 {
  border-color: rgb(30 64 175 / 0.1);
}
.border-blue-800\/100 {
  border-color: rgb(30 64 175 / 1);
}
.border-blue-800\/15 {
  border-color: rgb(30 64 175 / 0.15);
}
.border-blue-800\/20 {
  border-color: rgb(30 64 175 / 0.2);
}
.border-blue-800\/25 {
  border-color: rgb(30 64 175 / 0.25);
}
.border-blue-800\/30 {
  border-color: rgb(30 64 175 / 0.3);
}
.border-blue-800\/35 {
  border-color: rgb(30 64 175 / 0.35);
}
.border-blue-800\/40 {
  border-color: rgb(30 64 175 / 0.4);
}
.border-blue-800\/45 {
  border-color: rgb(30 64 175 / 0.45);
}
.border-blue-800\/5 {
  border-color: rgb(30 64 175 / 0.05);
}
.border-blue-800\/50 {
  border-color: rgb(30 64 175 / 0.5);
}
.border-blue-800\/55 {
  border-color: rgb(30 64 175 / 0.55);
}
.border-blue-800\/60 {
  border-color: rgb(30 64 175 / 0.6);
}
.border-blue-800\/65 {
  border-color: rgb(30 64 175 / 0.65);
}
.border-blue-800\/70 {
  border-color: rgb(30 64 175 / 0.7);
}
.border-blue-800\/75 {
  border-color: rgb(30 64 175 / 0.75);
}
.border-blue-800\/80 {
  border-color: rgb(30 64 175 / 0.8);
}
.border-blue-800\/85 {
  border-color: rgb(30 64 175 / 0.85);
}
.border-blue-800\/90 {
  border-color: rgb(30 64 175 / 0.9);
}
.border-blue-800\/95 {
  border-color: rgb(30 64 175 / 0.95);
}
.border-blue-900 {
  --tw-border-opacity: 1;
  border-color: rgb(30 58 138 / var(--tw-border-opacity, 1));
}
.border-blue-900\/0 {
  border-color: rgb(30 58 138 / 0);
}
.border-blue-900\/10 {
  border-color: rgb(30 58 138 / 0.1);
}
.border-blue-900\/100 {
  border-color: rgb(30 58 138 / 1);
}
.border-blue-900\/15 {
  border-color: rgb(30 58 138 / 0.15);
}
.border-blue-900\/20 {
  border-color: rgb(30 58 138 / 0.2);
}
.border-blue-900\/25 {
  border-color: rgb(30 58 138 / 0.25);
}
.border-blue-900\/30 {
  border-color: rgb(30 58 138 / 0.3);
}
.border-blue-900\/35 {
  border-color: rgb(30 58 138 / 0.35);
}
.border-blue-900\/40 {
  border-color: rgb(30 58 138 / 0.4);
}
.border-blue-900\/45 {
  border-color: rgb(30 58 138 / 0.45);
}
.border-blue-900\/5 {
  border-color: rgb(30 58 138 / 0.05);
}
.border-blue-900\/50 {
  border-color: rgb(30 58 138 / 0.5);
}
.border-blue-900\/55 {
  border-color: rgb(30 58 138 / 0.55);
}
.border-blue-900\/60 {
  border-color: rgb(30 58 138 / 0.6);
}
.border-blue-900\/65 {
  border-color: rgb(30 58 138 / 0.65);
}
.border-blue-900\/70 {
  border-color: rgb(30 58 138 / 0.7);
}
.border-blue-900\/75 {
  border-color: rgb(30 58 138 / 0.75);
}
.border-blue-900\/80 {
  border-color: rgb(30 58 138 / 0.8);
}
.border-blue-900\/85 {
  border-color: rgb(30 58 138 / 0.85);
}
.border-blue-900\/90 {
  border-color: rgb(30 58 138 / 0.9);
}
.border-blue-900\/95 {
  border-color: rgb(30 58 138 / 0.95);
}
.border-blue-950 {
  --tw-border-opacity: 1;
  border-color: rgb(23 37 84 / var(--tw-border-opacity, 1));
}
.border-blue-950\/0 {
  border-color: rgb(23 37 84 / 0);
}
.border-blue-950\/10 {
  border-color: rgb(23 37 84 / 0.1);
}
.border-blue-950\/100 {
  border-color: rgb(23 37 84 / 1);
}
.border-blue-950\/15 {
  border-color: rgb(23 37 84 / 0.15);
}
.border-blue-950\/20 {
  border-color: rgb(23 37 84 / 0.2);
}
.border-blue-950\/25 {
  border-color: rgb(23 37 84 / 0.25);
}
.border-blue-950\/30 {
  border-color: rgb(23 37 84 / 0.3);
}
.border-blue-950\/35 {
  border-color: rgb(23 37 84 / 0.35);
}
.border-blue-950\/40 {
  border-color: rgb(23 37 84 / 0.4);
}
.border-blue-950\/45 {
  border-color: rgb(23 37 84 / 0.45);
}
.border-blue-950\/5 {
  border-color: rgb(23 37 84 / 0.05);
}
.border-blue-950\/50 {
  border-color: rgb(23 37 84 / 0.5);
}
.border-blue-950\/55 {
  border-color: rgb(23 37 84 / 0.55);
}
.border-blue-950\/60 {
  border-color: rgb(23 37 84 / 0.6);
}
.border-blue-950\/65 {
  border-color: rgb(23 37 84 / 0.65);
}
.border-blue-950\/70 {
  border-color: rgb(23 37 84 / 0.7);
}
.border-blue-950\/75 {
  border-color: rgb(23 37 84 / 0.75);
}
.border-blue-950\/80 {
  border-color: rgb(23 37 84 / 0.8);
}
.border-blue-950\/85 {
  border-color: rgb(23 37 84 / 0.85);
}
.border-blue-950\/90 {
  border-color: rgb(23 37 84 / 0.9);
}
.border-blue-950\/95 {
  border-color: rgb(23 37 84 / 0.95);
}
.border-cyan-100 {
  --tw-border-opacity: 1;
  border-color: rgb(207 250 254 / var(--tw-border-opacity, 1));
}
.border-cyan-100\/0 {
  border-color: rgb(207 250 254 / 0);
}
.border-cyan-100\/10 {
  border-color: rgb(207 250 254 / 0.1);
}
.border-cyan-100\/100 {
  border-color: rgb(207 250 254 / 1);
}
.border-cyan-100\/15 {
  border-color: rgb(207 250 254 / 0.15);
}
.border-cyan-100\/20 {
  border-color: rgb(207 250 254 / 0.2);
}
.border-cyan-100\/25 {
  border-color: rgb(207 250 254 / 0.25);
}
.border-cyan-100\/30 {
  border-color: rgb(207 250 254 / 0.3);
}
.border-cyan-100\/35 {
  border-color: rgb(207 250 254 / 0.35);
}
.border-cyan-100\/40 {
  border-color: rgb(207 250 254 / 0.4);
}
.border-cyan-100\/45 {
  border-color: rgb(207 250 254 / 0.45);
}
.border-cyan-100\/5 {
  border-color: rgb(207 250 254 / 0.05);
}
.border-cyan-100\/50 {
  border-color: rgb(207 250 254 / 0.5);
}
.border-cyan-100\/55 {
  border-color: rgb(207 250 254 / 0.55);
}
.border-cyan-100\/60 {
  border-color: rgb(207 250 254 / 0.6);
}
.border-cyan-100\/65 {
  border-color: rgb(207 250 254 / 0.65);
}
.border-cyan-100\/70 {
  border-color: rgb(207 250 254 / 0.7);
}
.border-cyan-100\/75 {
  border-color: rgb(207 250 254 / 0.75);
}
.border-cyan-100\/80 {
  border-color: rgb(207 250 254 / 0.8);
}
.border-cyan-100\/85 {
  border-color: rgb(207 250 254 / 0.85);
}
.border-cyan-100\/90 {
  border-color: rgb(207 250 254 / 0.9);
}
.border-cyan-100\/95 {
  border-color: rgb(207 250 254 / 0.95);
}
.border-cyan-200 {
  --tw-border-opacity: 1;
  border-color: rgb(165 243 252 / var(--tw-border-opacity, 1));
}
.border-cyan-200\/0 {
  border-color: rgb(165 243 252 / 0);
}
.border-cyan-200\/10 {
  border-color: rgb(165 243 252 / 0.1);
}
.border-cyan-200\/100 {
  border-color: rgb(165 243 252 / 1);
}
.border-cyan-200\/15 {
  border-color: rgb(165 243 252 / 0.15);
}
.border-cyan-200\/20 {
  border-color: rgb(165 243 252 / 0.2);
}
.border-cyan-200\/25 {
  border-color: rgb(165 243 252 / 0.25);
}
.border-cyan-200\/30 {
  border-color: rgb(165 243 252 / 0.3);
}
.border-cyan-200\/35 {
  border-color: rgb(165 243 252 / 0.35);
}
.border-cyan-200\/40 {
  border-color: rgb(165 243 252 / 0.4);
}
.border-cyan-200\/45 {
  border-color: rgb(165 243 252 / 0.45);
}
.border-cyan-200\/5 {
  border-color: rgb(165 243 252 / 0.05);
}
.border-cyan-200\/50 {
  border-color: rgb(165 243 252 / 0.5);
}
.border-cyan-200\/55 {
  border-color: rgb(165 243 252 / 0.55);
}
.border-cyan-200\/60 {
  border-color: rgb(165 243 252 / 0.6);
}
.border-cyan-200\/65 {
  border-color: rgb(165 243 252 / 0.65);
}
.border-cyan-200\/70 {
  border-color: rgb(165 243 252 / 0.7);
}
.border-cyan-200\/75 {
  border-color: rgb(165 243 252 / 0.75);
}
.border-cyan-200\/80 {
  border-color: rgb(165 243 252 / 0.8);
}
.border-cyan-200\/85 {
  border-color: rgb(165 243 252 / 0.85);
}
.border-cyan-200\/90 {
  border-color: rgb(165 243 252 / 0.9);
}
.border-cyan-200\/95 {
  border-color: rgb(165 243 252 / 0.95);
}
.border-cyan-300 {
  --tw-border-opacity: 1;
  border-color: rgb(103 232 249 / var(--tw-border-opacity, 1));
}
.border-cyan-300\/0 {
  border-color: rgb(103 232 249 / 0);
}
.border-cyan-300\/10 {
  border-color: rgb(103 232 249 / 0.1);
}
.border-cyan-300\/100 {
  border-color: rgb(103 232 249 / 1);
}
.border-cyan-300\/15 {
  border-color: rgb(103 232 249 / 0.15);
}
.border-cyan-300\/20 {
  border-color: rgb(103 232 249 / 0.2);
}
.border-cyan-300\/25 {
  border-color: rgb(103 232 249 / 0.25);
}
.border-cyan-300\/30 {
  border-color: rgb(103 232 249 / 0.3);
}
.border-cyan-300\/35 {
  border-color: rgb(103 232 249 / 0.35);
}
.border-cyan-300\/40 {
  border-color: rgb(103 232 249 / 0.4);
}
.border-cyan-300\/45 {
  border-color: rgb(103 232 249 / 0.45);
}
.border-cyan-300\/5 {
  border-color: rgb(103 232 249 / 0.05);
}
.border-cyan-300\/50 {
  border-color: rgb(103 232 249 / 0.5);
}
.border-cyan-300\/55 {
  border-color: rgb(103 232 249 / 0.55);
}
.border-cyan-300\/60 {
  border-color: rgb(103 232 249 / 0.6);
}
.border-cyan-300\/65 {
  border-color: rgb(103 232 249 / 0.65);
}
.border-cyan-300\/70 {
  border-color: rgb(103 232 249 / 0.7);
}
.border-cyan-300\/75 {
  border-color: rgb(103 232 249 / 0.75);
}
.border-cyan-300\/80 {
  border-color: rgb(103 232 249 / 0.8);
}
.border-cyan-300\/85 {
  border-color: rgb(103 232 249 / 0.85);
}
.border-cyan-300\/90 {
  border-color: rgb(103 232 249 / 0.9);
}
.border-cyan-300\/95 {
  border-color: rgb(103 232 249 / 0.95);
}
.border-cyan-400 {
  --tw-border-opacity: 1;
  border-color: rgb(34 211 238 / var(--tw-border-opacity, 1));
}
.border-cyan-400\/0 {
  border-color: rgb(34 211 238 / 0);
}
.border-cyan-400\/10 {
  border-color: rgb(34 211 238 / 0.1);
}
.border-cyan-400\/100 {
  border-color: rgb(34 211 238 / 1);
}
.border-cyan-400\/15 {
  border-color: rgb(34 211 238 / 0.15);
}
.border-cyan-400\/20 {
  border-color: rgb(34 211 238 / 0.2);
}
.border-cyan-400\/25 {
  border-color: rgb(34 211 238 / 0.25);
}
.border-cyan-400\/30 {
  border-color: rgb(34 211 238 / 0.3);
}
.border-cyan-400\/35 {
  border-color: rgb(34 211 238 / 0.35);
}
.border-cyan-400\/40 {
  border-color: rgb(34 211 238 / 0.4);
}
.border-cyan-400\/45 {
  border-color: rgb(34 211 238 / 0.45);
}
.border-cyan-400\/5 {
  border-color: rgb(34 211 238 / 0.05);
}
.border-cyan-400\/50 {
  border-color: rgb(34 211 238 / 0.5);
}
.border-cyan-400\/55 {
  border-color: rgb(34 211 238 / 0.55);
}
.border-cyan-400\/60 {
  border-color: rgb(34 211 238 / 0.6);
}
.border-cyan-400\/65 {
  border-color: rgb(34 211 238 / 0.65);
}
.border-cyan-400\/70 {
  border-color: rgb(34 211 238 / 0.7);
}
.border-cyan-400\/75 {
  border-color: rgb(34 211 238 / 0.75);
}
.border-cyan-400\/80 {
  border-color: rgb(34 211 238 / 0.8);
}
.border-cyan-400\/85 {
  border-color: rgb(34 211 238 / 0.85);
}
.border-cyan-400\/90 {
  border-color: rgb(34 211 238 / 0.9);
}
.border-cyan-400\/95 {
  border-color: rgb(34 211 238 / 0.95);
}
.border-cyan-50 {
  --tw-border-opacity: 1;
  border-color: rgb(236 254 255 / var(--tw-border-opacity, 1));
}
.border-cyan-50\/0 {
  border-color: rgb(236 254 255 / 0);
}
.border-cyan-50\/10 {
  border-color: rgb(236 254 255 / 0.1);
}
.border-cyan-50\/100 {
  border-color: rgb(236 254 255 / 1);
}
.border-cyan-50\/15 {
  border-color: rgb(236 254 255 / 0.15);
}
.border-cyan-50\/20 {
  border-color: rgb(236 254 255 / 0.2);
}
.border-cyan-50\/25 {
  border-color: rgb(236 254 255 / 0.25);
}
.border-cyan-50\/30 {
  border-color: rgb(236 254 255 / 0.3);
}
.border-cyan-50\/35 {
  border-color: rgb(236 254 255 / 0.35);
}
.border-cyan-50\/40 {
  border-color: rgb(236 254 255 / 0.4);
}
.border-cyan-50\/45 {
  border-color: rgb(236 254 255 / 0.45);
}
.border-cyan-50\/5 {
  border-color: rgb(236 254 255 / 0.05);
}
.border-cyan-50\/50 {
  border-color: rgb(236 254 255 / 0.5);
}
.border-cyan-50\/55 {
  border-color: rgb(236 254 255 / 0.55);
}
.border-cyan-50\/60 {
  border-color: rgb(236 254 255 / 0.6);
}
.border-cyan-50\/65 {
  border-color: rgb(236 254 255 / 0.65);
}
.border-cyan-50\/70 {
  border-color: rgb(236 254 255 / 0.7);
}
.border-cyan-50\/75 {
  border-color: rgb(236 254 255 / 0.75);
}
.border-cyan-50\/80 {
  border-color: rgb(236 254 255 / 0.8);
}
.border-cyan-50\/85 {
  border-color: rgb(236 254 255 / 0.85);
}
.border-cyan-50\/90 {
  border-color: rgb(236 254 255 / 0.9);
}
.border-cyan-50\/95 {
  border-color: rgb(236 254 255 / 0.95);
}
.border-cyan-500 {
  --tw-border-opacity: 1;
  border-color: rgb(6 182 212 / var(--tw-border-opacity, 1));
}
.border-cyan-500\/0 {
  border-color: rgb(6 182 212 / 0);
}
.border-cyan-500\/10 {
  border-color: rgb(6 182 212 / 0.1);
}
.border-cyan-500\/100 {
  border-color: rgb(6 182 212 / 1);
}
.border-cyan-500\/15 {
  border-color: rgb(6 182 212 / 0.15);
}
.border-cyan-500\/20 {
  border-color: rgb(6 182 212 / 0.2);
}
.border-cyan-500\/25 {
  border-color: rgb(6 182 212 / 0.25);
}
.border-cyan-500\/30 {
  border-color: rgb(6 182 212 / 0.3);
}
.border-cyan-500\/35 {
  border-color: rgb(6 182 212 / 0.35);
}
.border-cyan-500\/40 {
  border-color: rgb(6 182 212 / 0.4);
}
.border-cyan-500\/45 {
  border-color: rgb(6 182 212 / 0.45);
}
.border-cyan-500\/5 {
  border-color: rgb(6 182 212 / 0.05);
}
.border-cyan-500\/50 {
  border-color: rgb(6 182 212 / 0.5);
}
.border-cyan-500\/55 {
  border-color: rgb(6 182 212 / 0.55);
}
.border-cyan-500\/60 {
  border-color: rgb(6 182 212 / 0.6);
}
.border-cyan-500\/65 {
  border-color: rgb(6 182 212 / 0.65);
}
.border-cyan-500\/70 {
  border-color: rgb(6 182 212 / 0.7);
}
.border-cyan-500\/75 {
  border-color: rgb(6 182 212 / 0.75);
}
.border-cyan-500\/80 {
  border-color: rgb(6 182 212 / 0.8);
}
.border-cyan-500\/85 {
  border-color: rgb(6 182 212 / 0.85);
}
.border-cyan-500\/90 {
  border-color: rgb(6 182 212 / 0.9);
}
.border-cyan-500\/95 {
  border-color: rgb(6 182 212 / 0.95);
}
.border-cyan-600 {
  --tw-border-opacity: 1;
  border-color: rgb(8 145 178 / var(--tw-border-opacity, 1));
}
.border-cyan-600\/0 {
  border-color: rgb(8 145 178 / 0);
}
.border-cyan-600\/10 {
  border-color: rgb(8 145 178 / 0.1);
}
.border-cyan-600\/100 {
  border-color: rgb(8 145 178 / 1);
}
.border-cyan-600\/15 {
  border-color: rgb(8 145 178 / 0.15);
}
.border-cyan-600\/20 {
  border-color: rgb(8 145 178 / 0.2);
}
.border-cyan-600\/25 {
  border-color: rgb(8 145 178 / 0.25);
}
.border-cyan-600\/30 {
  border-color: rgb(8 145 178 / 0.3);
}
.border-cyan-600\/35 {
  border-color: rgb(8 145 178 / 0.35);
}
.border-cyan-600\/40 {
  border-color: rgb(8 145 178 / 0.4);
}
.border-cyan-600\/45 {
  border-color: rgb(8 145 178 / 0.45);
}
.border-cyan-600\/5 {
  border-color: rgb(8 145 178 / 0.05);
}
.border-cyan-600\/50 {
  border-color: rgb(8 145 178 / 0.5);
}
.border-cyan-600\/55 {
  border-color: rgb(8 145 178 / 0.55);
}
.border-cyan-600\/60 {
  border-color: rgb(8 145 178 / 0.6);
}
.border-cyan-600\/65 {
  border-color: rgb(8 145 178 / 0.65);
}
.border-cyan-600\/70 {
  border-color: rgb(8 145 178 / 0.7);
}
.border-cyan-600\/75 {
  border-color: rgb(8 145 178 / 0.75);
}
.border-cyan-600\/80 {
  border-color: rgb(8 145 178 / 0.8);
}
.border-cyan-600\/85 {
  border-color: rgb(8 145 178 / 0.85);
}
.border-cyan-600\/90 {
  border-color: rgb(8 145 178 / 0.9);
}
.border-cyan-600\/95 {
  border-color: rgb(8 145 178 / 0.95);
}
.border-cyan-700 {
  --tw-border-opacity: 1;
  border-color: rgb(14 116 144 / var(--tw-border-opacity, 1));
}
.border-cyan-700\/0 {
  border-color: rgb(14 116 144 / 0);
}
.border-cyan-700\/10 {
  border-color: rgb(14 116 144 / 0.1);
}
.border-cyan-700\/100 {
  border-color: rgb(14 116 144 / 1);
}
.border-cyan-700\/15 {
  border-color: rgb(14 116 144 / 0.15);
}
.border-cyan-700\/20 {
  border-color: rgb(14 116 144 / 0.2);
}
.border-cyan-700\/25 {
  border-color: rgb(14 116 144 / 0.25);
}
.border-cyan-700\/30 {
  border-color: rgb(14 116 144 / 0.3);
}
.border-cyan-700\/35 {
  border-color: rgb(14 116 144 / 0.35);
}
.border-cyan-700\/40 {
  border-color: rgb(14 116 144 / 0.4);
}
.border-cyan-700\/45 {
  border-color: rgb(14 116 144 / 0.45);
}
.border-cyan-700\/5 {
  border-color: rgb(14 116 144 / 0.05);
}
.border-cyan-700\/50 {
  border-color: rgb(14 116 144 / 0.5);
}
.border-cyan-700\/55 {
  border-color: rgb(14 116 144 / 0.55);
}
.border-cyan-700\/60 {
  border-color: rgb(14 116 144 / 0.6);
}
.border-cyan-700\/65 {
  border-color: rgb(14 116 144 / 0.65);
}
.border-cyan-700\/70 {
  border-color: rgb(14 116 144 / 0.7);
}
.border-cyan-700\/75 {
  border-color: rgb(14 116 144 / 0.75);
}
.border-cyan-700\/80 {
  border-color: rgb(14 116 144 / 0.8);
}
.border-cyan-700\/85 {
  border-color: rgb(14 116 144 / 0.85);
}
.border-cyan-700\/90 {
  border-color: rgb(14 116 144 / 0.9);
}
.border-cyan-700\/95 {
  border-color: rgb(14 116 144 / 0.95);
}
.border-cyan-800 {
  --tw-border-opacity: 1;
  border-color: rgb(21 94 117 / var(--tw-border-opacity, 1));
}
.border-cyan-800\/0 {
  border-color: rgb(21 94 117 / 0);
}
.border-cyan-800\/10 {
  border-color: rgb(21 94 117 / 0.1);
}
.border-cyan-800\/100 {
  border-color: rgb(21 94 117 / 1);
}
.border-cyan-800\/15 {
  border-color: rgb(21 94 117 / 0.15);
}
.border-cyan-800\/20 {
  border-color: rgb(21 94 117 / 0.2);
}
.border-cyan-800\/25 {
  border-color: rgb(21 94 117 / 0.25);
}
.border-cyan-800\/30 {
  border-color: rgb(21 94 117 / 0.3);
}
.border-cyan-800\/35 {
  border-color: rgb(21 94 117 / 0.35);
}
.border-cyan-800\/40 {
  border-color: rgb(21 94 117 / 0.4);
}
.border-cyan-800\/45 {
  border-color: rgb(21 94 117 / 0.45);
}
.border-cyan-800\/5 {
  border-color: rgb(21 94 117 / 0.05);
}
.border-cyan-800\/50 {
  border-color: rgb(21 94 117 / 0.5);
}
.border-cyan-800\/55 {
  border-color: rgb(21 94 117 / 0.55);
}
.border-cyan-800\/60 {
  border-color: rgb(21 94 117 / 0.6);
}
.border-cyan-800\/65 {
  border-color: rgb(21 94 117 / 0.65);
}
.border-cyan-800\/70 {
  border-color: rgb(21 94 117 / 0.7);
}
.border-cyan-800\/75 {
  border-color: rgb(21 94 117 / 0.75);
}
.border-cyan-800\/80 {
  border-color: rgb(21 94 117 / 0.8);
}
.border-cyan-800\/85 {
  border-color: rgb(21 94 117 / 0.85);
}
.border-cyan-800\/90 {
  border-color: rgb(21 94 117 / 0.9);
}
.border-cyan-800\/95 {
  border-color: rgb(21 94 117 / 0.95);
}
.border-cyan-900 {
  --tw-border-opacity: 1;
  border-color: rgb(22 78 99 / var(--tw-border-opacity, 1));
}
.border-cyan-900\/0 {
  border-color: rgb(22 78 99 / 0);
}
.border-cyan-900\/10 {
  border-color: rgb(22 78 99 / 0.1);
}
.border-cyan-900\/100 {
  border-color: rgb(22 78 99 / 1);
}
.border-cyan-900\/15 {
  border-color: rgb(22 78 99 / 0.15);
}
.border-cyan-900\/20 {
  border-color: rgb(22 78 99 / 0.2);
}
.border-cyan-900\/25 {
  border-color: rgb(22 78 99 / 0.25);
}
.border-cyan-900\/30 {
  border-color: rgb(22 78 99 / 0.3);
}
.border-cyan-900\/35 {
  border-color: rgb(22 78 99 / 0.35);
}
.border-cyan-900\/40 {
  border-color: rgb(22 78 99 / 0.4);
}
.border-cyan-900\/45 {
  border-color: rgb(22 78 99 / 0.45);
}
.border-cyan-900\/5 {
  border-color: rgb(22 78 99 / 0.05);
}
.border-cyan-900\/50 {
  border-color: rgb(22 78 99 / 0.5);
}
.border-cyan-900\/55 {
  border-color: rgb(22 78 99 / 0.55);
}
.border-cyan-900\/60 {
  border-color: rgb(22 78 99 / 0.6);
}
.border-cyan-900\/65 {
  border-color: rgb(22 78 99 / 0.65);
}
.border-cyan-900\/70 {
  border-color: rgb(22 78 99 / 0.7);
}
.border-cyan-900\/75 {
  border-color: rgb(22 78 99 / 0.75);
}
.border-cyan-900\/80 {
  border-color: rgb(22 78 99 / 0.8);
}
.border-cyan-900\/85 {
  border-color: rgb(22 78 99 / 0.85);
}
.border-cyan-900\/90 {
  border-color: rgb(22 78 99 / 0.9);
}
.border-cyan-900\/95 {
  border-color: rgb(22 78 99 / 0.95);
}
.border-cyan-950 {
  --tw-border-opacity: 1;
  border-color: rgb(8 51 68 / var(--tw-border-opacity, 1));
}
.border-cyan-950\/0 {
  border-color: rgb(8 51 68 / 0);
}
.border-cyan-950\/10 {
  border-color: rgb(8 51 68 / 0.1);
}
.border-cyan-950\/100 {
  border-color: rgb(8 51 68 / 1);
}
.border-cyan-950\/15 {
  border-color: rgb(8 51 68 / 0.15);
}
.border-cyan-950\/20 {
  border-color: rgb(8 51 68 / 0.2);
}
.border-cyan-950\/25 {
  border-color: rgb(8 51 68 / 0.25);
}
.border-cyan-950\/30 {
  border-color: rgb(8 51 68 / 0.3);
}
.border-cyan-950\/35 {
  border-color: rgb(8 51 68 / 0.35);
}
.border-cyan-950\/40 {
  border-color: rgb(8 51 68 / 0.4);
}
.border-cyan-950\/45 {
  border-color: rgb(8 51 68 / 0.45);
}
.border-cyan-950\/5 {
  border-color: rgb(8 51 68 / 0.05);
}
.border-cyan-950\/50 {
  border-color: rgb(8 51 68 / 0.5);
}
.border-cyan-950\/55 {
  border-color: rgb(8 51 68 / 0.55);
}
.border-cyan-950\/60 {
  border-color: rgb(8 51 68 / 0.6);
}
.border-cyan-950\/65 {
  border-color: rgb(8 51 68 / 0.65);
}
.border-cyan-950\/70 {
  border-color: rgb(8 51 68 / 0.7);
}
.border-cyan-950\/75 {
  border-color: rgb(8 51 68 / 0.75);
}
.border-cyan-950\/80 {
  border-color: rgb(8 51 68 / 0.8);
}
.border-cyan-950\/85 {
  border-color: rgb(8 51 68 / 0.85);
}
.border-cyan-950\/90 {
  border-color: rgb(8 51 68 / 0.9);
}
.border-cyan-950\/95 {
  border-color: rgb(8 51 68 / 0.95);
}
.border-emerald-100 {
  --tw-border-opacity: 1;
  border-color: rgb(209 250 229 / var(--tw-border-opacity, 1));
}
.border-emerald-100\/0 {
  border-color: rgb(209 250 229 / 0);
}
.border-emerald-100\/10 {
  border-color: rgb(209 250 229 / 0.1);
}
.border-emerald-100\/100 {
  border-color: rgb(209 250 229 / 1);
}
.border-emerald-100\/15 {
  border-color: rgb(209 250 229 / 0.15);
}
.border-emerald-100\/20 {
  border-color: rgb(209 250 229 / 0.2);
}
.border-emerald-100\/25 {
  border-color: rgb(209 250 229 / 0.25);
}
.border-emerald-100\/30 {
  border-color: rgb(209 250 229 / 0.3);
}
.border-emerald-100\/35 {
  border-color: rgb(209 250 229 / 0.35);
}
.border-emerald-100\/40 {
  border-color: rgb(209 250 229 / 0.4);
}
.border-emerald-100\/45 {
  border-color: rgb(209 250 229 / 0.45);
}
.border-emerald-100\/5 {
  border-color: rgb(209 250 229 / 0.05);
}
.border-emerald-100\/50 {
  border-color: rgb(209 250 229 / 0.5);
}
.border-emerald-100\/55 {
  border-color: rgb(209 250 229 / 0.55);
}
.border-emerald-100\/60 {
  border-color: rgb(209 250 229 / 0.6);
}
.border-emerald-100\/65 {
  border-color: rgb(209 250 229 / 0.65);
}
.border-emerald-100\/70 {
  border-color: rgb(209 250 229 / 0.7);
}
.border-emerald-100\/75 {
  border-color: rgb(209 250 229 / 0.75);
}
.border-emerald-100\/80 {
  border-color: rgb(209 250 229 / 0.8);
}
.border-emerald-100\/85 {
  border-color: rgb(209 250 229 / 0.85);
}
.border-emerald-100\/90 {
  border-color: rgb(209 250 229 / 0.9);
}
.border-emerald-100\/95 {
  border-color: rgb(209 250 229 / 0.95);
}
.border-emerald-200 {
  --tw-border-opacity: 1;
  border-color: rgb(167 243 208 / var(--tw-border-opacity, 1));
}
.border-emerald-200\/0 {
  border-color: rgb(167 243 208 / 0);
}
.border-emerald-200\/10 {
  border-color: rgb(167 243 208 / 0.1);
}
.border-emerald-200\/100 {
  border-color: rgb(167 243 208 / 1);
}
.border-emerald-200\/15 {
  border-color: rgb(167 243 208 / 0.15);
}
.border-emerald-200\/20 {
  border-color: rgb(167 243 208 / 0.2);
}
.border-emerald-200\/25 {
  border-color: rgb(167 243 208 / 0.25);
}
.border-emerald-200\/30 {
  border-color: rgb(167 243 208 / 0.3);
}
.border-emerald-200\/35 {
  border-color: rgb(167 243 208 / 0.35);
}
.border-emerald-200\/40 {
  border-color: rgb(167 243 208 / 0.4);
}
.border-emerald-200\/45 {
  border-color: rgb(167 243 208 / 0.45);
}
.border-emerald-200\/5 {
  border-color: rgb(167 243 208 / 0.05);
}
.border-emerald-200\/50 {
  border-color: rgb(167 243 208 / 0.5);
}
.border-emerald-200\/55 {
  border-color: rgb(167 243 208 / 0.55);
}
.border-emerald-200\/60 {
  border-color: rgb(167 243 208 / 0.6);
}
.border-emerald-200\/65 {
  border-color: rgb(167 243 208 / 0.65);
}
.border-emerald-200\/70 {
  border-color: rgb(167 243 208 / 0.7);
}
.border-emerald-200\/75 {
  border-color: rgb(167 243 208 / 0.75);
}
.border-emerald-200\/80 {
  border-color: rgb(167 243 208 / 0.8);
}
.border-emerald-200\/85 {
  border-color: rgb(167 243 208 / 0.85);
}
.border-emerald-200\/90 {
  border-color: rgb(167 243 208 / 0.9);
}
.border-emerald-200\/95 {
  border-color: rgb(167 243 208 / 0.95);
}
.border-emerald-300 {
  --tw-border-opacity: 1;
  border-color: rgb(110 231 183 / var(--tw-border-opacity, 1));
}
.border-emerald-300\/0 {
  border-color: rgb(110 231 183 / 0);
}
.border-emerald-300\/10 {
  border-color: rgb(110 231 183 / 0.1);
}
.border-emerald-300\/100 {
  border-color: rgb(110 231 183 / 1);
}
.border-emerald-300\/15 {
  border-color: rgb(110 231 183 / 0.15);
}
.border-emerald-300\/20 {
  border-color: rgb(110 231 183 / 0.2);
}
.border-emerald-300\/25 {
  border-color: rgb(110 231 183 / 0.25);
}
.border-emerald-300\/30 {
  border-color: rgb(110 231 183 / 0.3);
}
.border-emerald-300\/35 {
  border-color: rgb(110 231 183 / 0.35);
}
.border-emerald-300\/40 {
  border-color: rgb(110 231 183 / 0.4);
}
.border-emerald-300\/45 {
  border-color: rgb(110 231 183 / 0.45);
}
.border-emerald-300\/5 {
  border-color: rgb(110 231 183 / 0.05);
}
.border-emerald-300\/50 {
  border-color: rgb(110 231 183 / 0.5);
}
.border-emerald-300\/55 {
  border-color: rgb(110 231 183 / 0.55);
}
.border-emerald-300\/60 {
  border-color: rgb(110 231 183 / 0.6);
}
.border-emerald-300\/65 {
  border-color: rgb(110 231 183 / 0.65);
}
.border-emerald-300\/70 {
  border-color: rgb(110 231 183 / 0.7);
}
.border-emerald-300\/75 {
  border-color: rgb(110 231 183 / 0.75);
}
.border-emerald-300\/80 {
  border-color: rgb(110 231 183 / 0.8);
}
.border-emerald-300\/85 {
  border-color: rgb(110 231 183 / 0.85);
}
.border-emerald-300\/90 {
  border-color: rgb(110 231 183 / 0.9);
}
.border-emerald-300\/95 {
  border-color: rgb(110 231 183 / 0.95);
}
.border-emerald-400 {
  --tw-border-opacity: 1;
  border-color: rgb(52 211 153 / var(--tw-border-opacity, 1));
}
.border-emerald-400\/0 {
  border-color: rgb(52 211 153 / 0);
}
.border-emerald-400\/10 {
  border-color: rgb(52 211 153 / 0.1);
}
.border-emerald-400\/100 {
  border-color: rgb(52 211 153 / 1);
}
.border-emerald-400\/15 {
  border-color: rgb(52 211 153 / 0.15);
}
.border-emerald-400\/20 {
  border-color: rgb(52 211 153 / 0.2);
}
.border-emerald-400\/25 {
  border-color: rgb(52 211 153 / 0.25);
}
.border-emerald-400\/30 {
  border-color: rgb(52 211 153 / 0.3);
}
.border-emerald-400\/35 {
  border-color: rgb(52 211 153 / 0.35);
}
.border-emerald-400\/40 {
  border-color: rgb(52 211 153 / 0.4);
}
.border-emerald-400\/45 {
  border-color: rgb(52 211 153 / 0.45);
}
.border-emerald-400\/5 {
  border-color: rgb(52 211 153 / 0.05);
}
.border-emerald-400\/50 {
  border-color: rgb(52 211 153 / 0.5);
}
.border-emerald-400\/55 {
  border-color: rgb(52 211 153 / 0.55);
}
.border-emerald-400\/60 {
  border-color: rgb(52 211 153 / 0.6);
}
.border-emerald-400\/65 {
  border-color: rgb(52 211 153 / 0.65);
}
.border-emerald-400\/70 {
  border-color: rgb(52 211 153 / 0.7);
}
.border-emerald-400\/75 {
  border-color: rgb(52 211 153 / 0.75);
}
.border-emerald-400\/80 {
  border-color: rgb(52 211 153 / 0.8);
}
.border-emerald-400\/85 {
  border-color: rgb(52 211 153 / 0.85);
}
.border-emerald-400\/90 {
  border-color: rgb(52 211 153 / 0.9);
}
.border-emerald-400\/95 {
  border-color: rgb(52 211 153 / 0.95);
}
.border-emerald-50 {
  --tw-border-opacity: 1;
  border-color: rgb(236 253 245 / var(--tw-border-opacity, 1));
}
.border-emerald-50\/0 {
  border-color: rgb(236 253 245 / 0);
}
.border-emerald-50\/10 {
  border-color: rgb(236 253 245 / 0.1);
}
.border-emerald-50\/100 {
  border-color: rgb(236 253 245 / 1);
}
.border-emerald-50\/15 {
  border-color: rgb(236 253 245 / 0.15);
}
.border-emerald-50\/20 {
  border-color: rgb(236 253 245 / 0.2);
}
.border-emerald-50\/25 {
  border-color: rgb(236 253 245 / 0.25);
}
.border-emerald-50\/30 {
  border-color: rgb(236 253 245 / 0.3);
}
.border-emerald-50\/35 {
  border-color: rgb(236 253 245 / 0.35);
}
.border-emerald-50\/40 {
  border-color: rgb(236 253 245 / 0.4);
}
.border-emerald-50\/45 {
  border-color: rgb(236 253 245 / 0.45);
}
.border-emerald-50\/5 {
  border-color: rgb(236 253 245 / 0.05);
}
.border-emerald-50\/50 {
  border-color: rgb(236 253 245 / 0.5);
}
.border-emerald-50\/55 {
  border-color: rgb(236 253 245 / 0.55);
}
.border-emerald-50\/60 {
  border-color: rgb(236 253 245 / 0.6);
}
.border-emerald-50\/65 {
  border-color: rgb(236 253 245 / 0.65);
}
.border-emerald-50\/70 {
  border-color: rgb(236 253 245 / 0.7);
}
.border-emerald-50\/75 {
  border-color: rgb(236 253 245 / 0.75);
}
.border-emerald-50\/80 {
  border-color: rgb(236 253 245 / 0.8);
}
.border-emerald-50\/85 {
  border-color: rgb(236 253 245 / 0.85);
}
.border-emerald-50\/90 {
  border-color: rgb(236 253 245 / 0.9);
}
.border-emerald-50\/95 {
  border-color: rgb(236 253 245 / 0.95);
}
.border-emerald-500 {
  --tw-border-opacity: 1;
  border-color: rgb(16 185 129 / var(--tw-border-opacity, 1));
}
.border-emerald-500\/0 {
  border-color: rgb(16 185 129 / 0);
}
.border-emerald-500\/10 {
  border-color: rgb(16 185 129 / 0.1);
}
.border-emerald-500\/100 {
  border-color: rgb(16 185 129 / 1);
}
.border-emerald-500\/15 {
  border-color: rgb(16 185 129 / 0.15);
}
.border-emerald-500\/20 {
  border-color: rgb(16 185 129 / 0.2);
}
.border-emerald-500\/25 {
  border-color: rgb(16 185 129 / 0.25);
}
.border-emerald-500\/30 {
  border-color: rgb(16 185 129 / 0.3);
}
.border-emerald-500\/35 {
  border-color: rgb(16 185 129 / 0.35);
}
.border-emerald-500\/40 {
  border-color: rgb(16 185 129 / 0.4);
}
.border-emerald-500\/45 {
  border-color: rgb(16 185 129 / 0.45);
}
.border-emerald-500\/5 {
  border-color: rgb(16 185 129 / 0.05);
}
.border-emerald-500\/50 {
  border-color: rgb(16 185 129 / 0.5);
}
.border-emerald-500\/55 {
  border-color: rgb(16 185 129 / 0.55);
}
.border-emerald-500\/60 {
  border-color: rgb(16 185 129 / 0.6);
}
.border-emerald-500\/65 {
  border-color: rgb(16 185 129 / 0.65);
}
.border-emerald-500\/70 {
  border-color: rgb(16 185 129 / 0.7);
}
.border-emerald-500\/75 {
  border-color: rgb(16 185 129 / 0.75);
}
.border-emerald-500\/80 {
  border-color: rgb(16 185 129 / 0.8);
}
.border-emerald-500\/85 {
  border-color: rgb(16 185 129 / 0.85);
}
.border-emerald-500\/90 {
  border-color: rgb(16 185 129 / 0.9);
}
.border-emerald-500\/95 {
  border-color: rgb(16 185 129 / 0.95);
}
.border-emerald-600 {
  --tw-border-opacity: 1;
  border-color: rgb(5 150 105 / var(--tw-border-opacity, 1));
}
.border-emerald-600\/0 {
  border-color: rgb(5 150 105 / 0);
}
.border-emerald-600\/10 {
  border-color: rgb(5 150 105 / 0.1);
}
.border-emerald-600\/100 {
  border-color: rgb(5 150 105 / 1);
}
.border-emerald-600\/15 {
  border-color: rgb(5 150 105 / 0.15);
}
.border-emerald-600\/20 {
  border-color: rgb(5 150 105 / 0.2);
}
.border-emerald-600\/25 {
  border-color: rgb(5 150 105 / 0.25);
}
.border-emerald-600\/30 {
  border-color: rgb(5 150 105 / 0.3);
}
.border-emerald-600\/35 {
  border-color: rgb(5 150 105 / 0.35);
}
.border-emerald-600\/40 {
  border-color: rgb(5 150 105 / 0.4);
}
.border-emerald-600\/45 {
  border-color: rgb(5 150 105 / 0.45);
}
.border-emerald-600\/5 {
  border-color: rgb(5 150 105 / 0.05);
}
.border-emerald-600\/50 {
  border-color: rgb(5 150 105 / 0.5);
}
.border-emerald-600\/55 {
  border-color: rgb(5 150 105 / 0.55);
}
.border-emerald-600\/60 {
  border-color: rgb(5 150 105 / 0.6);
}
.border-emerald-600\/65 {
  border-color: rgb(5 150 105 / 0.65);
}
.border-emerald-600\/70 {
  border-color: rgb(5 150 105 / 0.7);
}
.border-emerald-600\/75 {
  border-color: rgb(5 150 105 / 0.75);
}
.border-emerald-600\/80 {
  border-color: rgb(5 150 105 / 0.8);
}
.border-emerald-600\/85 {
  border-color: rgb(5 150 105 / 0.85);
}
.border-emerald-600\/90 {
  border-color: rgb(5 150 105 / 0.9);
}
.border-emerald-600\/95 {
  border-color: rgb(5 150 105 / 0.95);
}
.border-emerald-700 {
  --tw-border-opacity: 1;
  border-color: rgb(4 120 87 / var(--tw-border-opacity, 1));
}
.border-emerald-700\/0 {
  border-color: rgb(4 120 87 / 0);
}
.border-emerald-700\/10 {
  border-color: rgb(4 120 87 / 0.1);
}
.border-emerald-700\/100 {
  border-color: rgb(4 120 87 / 1);
}
.border-emerald-700\/15 {
  border-color: rgb(4 120 87 / 0.15);
}
.border-emerald-700\/20 {
  border-color: rgb(4 120 87 / 0.2);
}
.border-emerald-700\/25 {
  border-color: rgb(4 120 87 / 0.25);
}
.border-emerald-700\/30 {
  border-color: rgb(4 120 87 / 0.3);
}
.border-emerald-700\/35 {
  border-color: rgb(4 120 87 / 0.35);
}
.border-emerald-700\/40 {
  border-color: rgb(4 120 87 / 0.4);
}
.border-emerald-700\/45 {
  border-color: rgb(4 120 87 / 0.45);
}
.border-emerald-700\/5 {
  border-color: rgb(4 120 87 / 0.05);
}
.border-emerald-700\/50 {
  border-color: rgb(4 120 87 / 0.5);
}
.border-emerald-700\/55 {
  border-color: rgb(4 120 87 / 0.55);
}
.border-emerald-700\/60 {
  border-color: rgb(4 120 87 / 0.6);
}
.border-emerald-700\/65 {
  border-color: rgb(4 120 87 / 0.65);
}
.border-emerald-700\/70 {
  border-color: rgb(4 120 87 / 0.7);
}
.border-emerald-700\/75 {
  border-color: rgb(4 120 87 / 0.75);
}
.border-emerald-700\/80 {
  border-color: rgb(4 120 87 / 0.8);
}
.border-emerald-700\/85 {
  border-color: rgb(4 120 87 / 0.85);
}
.border-emerald-700\/90 {
  border-color: rgb(4 120 87 / 0.9);
}
.border-emerald-700\/95 {
  border-color: rgb(4 120 87 / 0.95);
}
.border-emerald-800 {
  --tw-border-opacity: 1;
  border-color: rgb(6 95 70 / var(--tw-border-opacity, 1));
}
.border-emerald-800\/0 {
  border-color: rgb(6 95 70 / 0);
}
.border-emerald-800\/10 {
  border-color: rgb(6 95 70 / 0.1);
}
.border-emerald-800\/100 {
  border-color: rgb(6 95 70 / 1);
}
.border-emerald-800\/15 {
  border-color: rgb(6 95 70 / 0.15);
}
.border-emerald-800\/20 {
  border-color: rgb(6 95 70 / 0.2);
}
.border-emerald-800\/25 {
  border-color: rgb(6 95 70 / 0.25);
}
.border-emerald-800\/30 {
  border-color: rgb(6 95 70 / 0.3);
}
.border-emerald-800\/35 {
  border-color: rgb(6 95 70 / 0.35);
}
.border-emerald-800\/40 {
  border-color: rgb(6 95 70 / 0.4);
}
.border-emerald-800\/45 {
  border-color: rgb(6 95 70 / 0.45);
}
.border-emerald-800\/5 {
  border-color: rgb(6 95 70 / 0.05);
}
.border-emerald-800\/50 {
  border-color: rgb(6 95 70 / 0.5);
}
.border-emerald-800\/55 {
  border-color: rgb(6 95 70 / 0.55);
}
.border-emerald-800\/60 {
  border-color: rgb(6 95 70 / 0.6);
}
.border-emerald-800\/65 {
  border-color: rgb(6 95 70 / 0.65);
}
.border-emerald-800\/70 {
  border-color: rgb(6 95 70 / 0.7);
}
.border-emerald-800\/75 {
  border-color: rgb(6 95 70 / 0.75);
}
.border-emerald-800\/80 {
  border-color: rgb(6 95 70 / 0.8);
}
.border-emerald-800\/85 {
  border-color: rgb(6 95 70 / 0.85);
}
.border-emerald-800\/90 {
  border-color: rgb(6 95 70 / 0.9);
}
.border-emerald-800\/95 {
  border-color: rgb(6 95 70 / 0.95);
}
.border-emerald-900 {
  --tw-border-opacity: 1;
  border-color: rgb(6 78 59 / var(--tw-border-opacity, 1));
}
.border-emerald-900\/0 {
  border-color: rgb(6 78 59 / 0);
}
.border-emerald-900\/10 {
  border-color: rgb(6 78 59 / 0.1);
}
.border-emerald-900\/100 {
  border-color: rgb(6 78 59 / 1);
}
.border-emerald-900\/15 {
  border-color: rgb(6 78 59 / 0.15);
}
.border-emerald-900\/20 {
  border-color: rgb(6 78 59 / 0.2);
}
.border-emerald-900\/25 {
  border-color: rgb(6 78 59 / 0.25);
}
.border-emerald-900\/30 {
  border-color: rgb(6 78 59 / 0.3);
}
.border-emerald-900\/35 {
  border-color: rgb(6 78 59 / 0.35);
}
.border-emerald-900\/40 {
  border-color: rgb(6 78 59 / 0.4);
}
.border-emerald-900\/45 {
  border-color: rgb(6 78 59 / 0.45);
}
.border-emerald-900\/5 {
  border-color: rgb(6 78 59 / 0.05);
}
.border-emerald-900\/50 {
  border-color: rgb(6 78 59 / 0.5);
}
.border-emerald-900\/55 {
  border-color: rgb(6 78 59 / 0.55);
}
.border-emerald-900\/60 {
  border-color: rgb(6 78 59 / 0.6);
}
.border-emerald-900\/65 {
  border-color: rgb(6 78 59 / 0.65);
}
.border-emerald-900\/70 {
  border-color: rgb(6 78 59 / 0.7);
}
.border-emerald-900\/75 {
  border-color: rgb(6 78 59 / 0.75);
}
.border-emerald-900\/80 {
  border-color: rgb(6 78 59 / 0.8);
}
.border-emerald-900\/85 {
  border-color: rgb(6 78 59 / 0.85);
}
.border-emerald-900\/90 {
  border-color: rgb(6 78 59 / 0.9);
}
.border-emerald-900\/95 {
  border-color: rgb(6 78 59 / 0.95);
}
.border-emerald-950 {
  --tw-border-opacity: 1;
  border-color: rgb(2 44 34 / var(--tw-border-opacity, 1));
}
.border-emerald-950\/0 {
  border-color: rgb(2 44 34 / 0);
}
.border-emerald-950\/10 {
  border-color: rgb(2 44 34 / 0.1);
}
.border-emerald-950\/100 {
  border-color: rgb(2 44 34 / 1);
}
.border-emerald-950\/15 {
  border-color: rgb(2 44 34 / 0.15);
}
.border-emerald-950\/20 {
  border-color: rgb(2 44 34 / 0.2);
}
.border-emerald-950\/25 {
  border-color: rgb(2 44 34 / 0.25);
}
.border-emerald-950\/30 {
  border-color: rgb(2 44 34 / 0.3);
}
.border-emerald-950\/35 {
  border-color: rgb(2 44 34 / 0.35);
}
.border-emerald-950\/40 {
  border-color: rgb(2 44 34 / 0.4);
}
.border-emerald-950\/45 {
  border-color: rgb(2 44 34 / 0.45);
}
.border-emerald-950\/5 {
  border-color: rgb(2 44 34 / 0.05);
}
.border-emerald-950\/50 {
  border-color: rgb(2 44 34 / 0.5);
}
.border-emerald-950\/55 {
  border-color: rgb(2 44 34 / 0.55);
}
.border-emerald-950\/60 {
  border-color: rgb(2 44 34 / 0.6);
}
.border-emerald-950\/65 {
  border-color: rgb(2 44 34 / 0.65);
}
.border-emerald-950\/70 {
  border-color: rgb(2 44 34 / 0.7);
}
.border-emerald-950\/75 {
  border-color: rgb(2 44 34 / 0.75);
}
.border-emerald-950\/80 {
  border-color: rgb(2 44 34 / 0.8);
}
.border-emerald-950\/85 {
  border-color: rgb(2 44 34 / 0.85);
}
.border-emerald-950\/90 {
  border-color: rgb(2 44 34 / 0.9);
}
.border-emerald-950\/95 {
  border-color: rgb(2 44 34 / 0.95);
}
.border-fuchsia-100 {
  --tw-border-opacity: 1;
  border-color: rgb(250 232 255 / var(--tw-border-opacity, 1));
}
.border-fuchsia-100\/0 {
  border-color: rgb(250 232 255 / 0);
}
.border-fuchsia-100\/10 {
  border-color: rgb(250 232 255 / 0.1);
}
.border-fuchsia-100\/100 {
  border-color: rgb(250 232 255 / 1);
}
.border-fuchsia-100\/15 {
  border-color: rgb(250 232 255 / 0.15);
}
.border-fuchsia-100\/20 {
  border-color: rgb(250 232 255 / 0.2);
}
.border-fuchsia-100\/25 {
  border-color: rgb(250 232 255 / 0.25);
}
.border-fuchsia-100\/30 {
  border-color: rgb(250 232 255 / 0.3);
}
.border-fuchsia-100\/35 {
  border-color: rgb(250 232 255 / 0.35);
}
.border-fuchsia-100\/40 {
  border-color: rgb(250 232 255 / 0.4);
}
.border-fuchsia-100\/45 {
  border-color: rgb(250 232 255 / 0.45);
}
.border-fuchsia-100\/5 {
  border-color: rgb(250 232 255 / 0.05);
}
.border-fuchsia-100\/50 {
  border-color: rgb(250 232 255 / 0.5);
}
.border-fuchsia-100\/55 {
  border-color: rgb(250 232 255 / 0.55);
}
.border-fuchsia-100\/60 {
  border-color: rgb(250 232 255 / 0.6);
}
.border-fuchsia-100\/65 {
  border-color: rgb(250 232 255 / 0.65);
}
.border-fuchsia-100\/70 {
  border-color: rgb(250 232 255 / 0.7);
}
.border-fuchsia-100\/75 {
  border-color: rgb(250 232 255 / 0.75);
}
.border-fuchsia-100\/80 {
  border-color: rgb(250 232 255 / 0.8);
}
.border-fuchsia-100\/85 {
  border-color: rgb(250 232 255 / 0.85);
}
.border-fuchsia-100\/90 {
  border-color: rgb(250 232 255 / 0.9);
}
.border-fuchsia-100\/95 {
  border-color: rgb(250 232 255 / 0.95);
}
.border-fuchsia-200 {
  --tw-border-opacity: 1;
  border-color: rgb(245 208 254 / var(--tw-border-opacity, 1));
}
.border-fuchsia-200\/0 {
  border-color: rgb(245 208 254 / 0);
}
.border-fuchsia-200\/10 {
  border-color: rgb(245 208 254 / 0.1);
}
.border-fuchsia-200\/100 {
  border-color: rgb(245 208 254 / 1);
}
.border-fuchsia-200\/15 {
  border-color: rgb(245 208 254 / 0.15);
}
.border-fuchsia-200\/20 {
  border-color: rgb(245 208 254 / 0.2);
}
.border-fuchsia-200\/25 {
  border-color: rgb(245 208 254 / 0.25);
}
.border-fuchsia-200\/30 {
  border-color: rgb(245 208 254 / 0.3);
}
.border-fuchsia-200\/35 {
  border-color: rgb(245 208 254 / 0.35);
}
.border-fuchsia-200\/40 {
  border-color: rgb(245 208 254 / 0.4);
}
.border-fuchsia-200\/45 {
  border-color: rgb(245 208 254 / 0.45);
}
.border-fuchsia-200\/5 {
  border-color: rgb(245 208 254 / 0.05);
}
.border-fuchsia-200\/50 {
  border-color: rgb(245 208 254 / 0.5);
}
.border-fuchsia-200\/55 {
  border-color: rgb(245 208 254 / 0.55);
}
.border-fuchsia-200\/60 {
  border-color: rgb(245 208 254 / 0.6);
}
.border-fuchsia-200\/65 {
  border-color: rgb(245 208 254 / 0.65);
}
.border-fuchsia-200\/70 {
  border-color: rgb(245 208 254 / 0.7);
}
.border-fuchsia-200\/75 {
  border-color: rgb(245 208 254 / 0.75);
}
.border-fuchsia-200\/80 {
  border-color: rgb(245 208 254 / 0.8);
}
.border-fuchsia-200\/85 {
  border-color: rgb(245 208 254 / 0.85);
}
.border-fuchsia-200\/90 {
  border-color: rgb(245 208 254 / 0.9);
}
.border-fuchsia-200\/95 {
  border-color: rgb(245 208 254 / 0.95);
}
.border-fuchsia-300 {
  --tw-border-opacity: 1;
  border-color: rgb(240 171 252 / var(--tw-border-opacity, 1));
}
.border-fuchsia-300\/0 {
  border-color: rgb(240 171 252 / 0);
}
.border-fuchsia-300\/10 {
  border-color: rgb(240 171 252 / 0.1);
}
.border-fuchsia-300\/100 {
  border-color: rgb(240 171 252 / 1);
}
.border-fuchsia-300\/15 {
  border-color: rgb(240 171 252 / 0.15);
}
.border-fuchsia-300\/20 {
  border-color: rgb(240 171 252 / 0.2);
}
.border-fuchsia-300\/25 {
  border-color: rgb(240 171 252 / 0.25);
}
.border-fuchsia-300\/30 {
  border-color: rgb(240 171 252 / 0.3);
}
.border-fuchsia-300\/35 {
  border-color: rgb(240 171 252 / 0.35);
}
.border-fuchsia-300\/40 {
  border-color: rgb(240 171 252 / 0.4);
}
.border-fuchsia-300\/45 {
  border-color: rgb(240 171 252 / 0.45);
}
.border-fuchsia-300\/5 {
  border-color: rgb(240 171 252 / 0.05);
}
.border-fuchsia-300\/50 {
  border-color: rgb(240 171 252 / 0.5);
}
.border-fuchsia-300\/55 {
  border-color: rgb(240 171 252 / 0.55);
}
.border-fuchsia-300\/60 {
  border-color: rgb(240 171 252 / 0.6);
}
.border-fuchsia-300\/65 {
  border-color: rgb(240 171 252 / 0.65);
}
.border-fuchsia-300\/70 {
  border-color: rgb(240 171 252 / 0.7);
}
.border-fuchsia-300\/75 {
  border-color: rgb(240 171 252 / 0.75);
}
.border-fuchsia-300\/80 {
  border-color: rgb(240 171 252 / 0.8);
}
.border-fuchsia-300\/85 {
  border-color: rgb(240 171 252 / 0.85);
}
.border-fuchsia-300\/90 {
  border-color: rgb(240 171 252 / 0.9);
}
.border-fuchsia-300\/95 {
  border-color: rgb(240 171 252 / 0.95);
}
.border-fuchsia-400 {
  --tw-border-opacity: 1;
  border-color: rgb(232 121 249 / var(--tw-border-opacity, 1));
}
.border-fuchsia-400\/0 {
  border-color: rgb(232 121 249 / 0);
}
.border-fuchsia-400\/10 {
  border-color: rgb(232 121 249 / 0.1);
}
.border-fuchsia-400\/100 {
  border-color: rgb(232 121 249 / 1);
}
.border-fuchsia-400\/15 {
  border-color: rgb(232 121 249 / 0.15);
}
.border-fuchsia-400\/20 {
  border-color: rgb(232 121 249 / 0.2);
}
.border-fuchsia-400\/25 {
  border-color: rgb(232 121 249 / 0.25);
}
.border-fuchsia-400\/30 {
  border-color: rgb(232 121 249 / 0.3);
}
.border-fuchsia-400\/35 {
  border-color: rgb(232 121 249 / 0.35);
}
.border-fuchsia-400\/40 {
  border-color: rgb(232 121 249 / 0.4);
}
.border-fuchsia-400\/45 {
  border-color: rgb(232 121 249 / 0.45);
}
.border-fuchsia-400\/5 {
  border-color: rgb(232 121 249 / 0.05);
}
.border-fuchsia-400\/50 {
  border-color: rgb(232 121 249 / 0.5);
}
.border-fuchsia-400\/55 {
  border-color: rgb(232 121 249 / 0.55);
}
.border-fuchsia-400\/60 {
  border-color: rgb(232 121 249 / 0.6);
}
.border-fuchsia-400\/65 {
  border-color: rgb(232 121 249 / 0.65);
}
.border-fuchsia-400\/70 {
  border-color: rgb(232 121 249 / 0.7);
}
.border-fuchsia-400\/75 {
  border-color: rgb(232 121 249 / 0.75);
}
.border-fuchsia-400\/80 {
  border-color: rgb(232 121 249 / 0.8);
}
.border-fuchsia-400\/85 {
  border-color: rgb(232 121 249 / 0.85);
}
.border-fuchsia-400\/90 {
  border-color: rgb(232 121 249 / 0.9);
}
.border-fuchsia-400\/95 {
  border-color: rgb(232 121 249 / 0.95);
}
.border-fuchsia-50 {
  --tw-border-opacity: 1;
  border-color: rgb(253 244 255 / var(--tw-border-opacity, 1));
}
.border-fuchsia-50\/0 {
  border-color: rgb(253 244 255 / 0);
}
.border-fuchsia-50\/10 {
  border-color: rgb(253 244 255 / 0.1);
}
.border-fuchsia-50\/100 {
  border-color: rgb(253 244 255 / 1);
}
.border-fuchsia-50\/15 {
  border-color: rgb(253 244 255 / 0.15);
}
.border-fuchsia-50\/20 {
  border-color: rgb(253 244 255 / 0.2);
}
.border-fuchsia-50\/25 {
  border-color: rgb(253 244 255 / 0.25);
}
.border-fuchsia-50\/30 {
  border-color: rgb(253 244 255 / 0.3);
}
.border-fuchsia-50\/35 {
  border-color: rgb(253 244 255 / 0.35);
}
.border-fuchsia-50\/40 {
  border-color: rgb(253 244 255 / 0.4);
}
.border-fuchsia-50\/45 {
  border-color: rgb(253 244 255 / 0.45);
}
.border-fuchsia-50\/5 {
  border-color: rgb(253 244 255 / 0.05);
}
.border-fuchsia-50\/50 {
  border-color: rgb(253 244 255 / 0.5);
}
.border-fuchsia-50\/55 {
  border-color: rgb(253 244 255 / 0.55);
}
.border-fuchsia-50\/60 {
  border-color: rgb(253 244 255 / 0.6);
}
.border-fuchsia-50\/65 {
  border-color: rgb(253 244 255 / 0.65);
}
.border-fuchsia-50\/70 {
  border-color: rgb(253 244 255 / 0.7);
}
.border-fuchsia-50\/75 {
  border-color: rgb(253 244 255 / 0.75);
}
.border-fuchsia-50\/80 {
  border-color: rgb(253 244 255 / 0.8);
}
.border-fuchsia-50\/85 {
  border-color: rgb(253 244 255 / 0.85);
}
.border-fuchsia-50\/90 {
  border-color: rgb(253 244 255 / 0.9);
}
.border-fuchsia-50\/95 {
  border-color: rgb(253 244 255 / 0.95);
}
.border-fuchsia-500 {
  --tw-border-opacity: 1;
  border-color: rgb(217 70 239 / var(--tw-border-opacity, 1));
}
.border-fuchsia-500\/0 {
  border-color: rgb(217 70 239 / 0);
}
.border-fuchsia-500\/10 {
  border-color: rgb(217 70 239 / 0.1);
}
.border-fuchsia-500\/100 {
  border-color: rgb(217 70 239 / 1);
}
.border-fuchsia-500\/15 {
  border-color: rgb(217 70 239 / 0.15);
}
.border-fuchsia-500\/20 {
  border-color: rgb(217 70 239 / 0.2);
}
.border-fuchsia-500\/25 {
  border-color: rgb(217 70 239 / 0.25);
}
.border-fuchsia-500\/30 {
  border-color: rgb(217 70 239 / 0.3);
}
.border-fuchsia-500\/35 {
  border-color: rgb(217 70 239 / 0.35);
}
.border-fuchsia-500\/40 {
  border-color: rgb(217 70 239 / 0.4);
}
.border-fuchsia-500\/45 {
  border-color: rgb(217 70 239 / 0.45);
}
.border-fuchsia-500\/5 {
  border-color: rgb(217 70 239 / 0.05);
}
.border-fuchsia-500\/50 {
  border-color: rgb(217 70 239 / 0.5);
}
.border-fuchsia-500\/55 {
  border-color: rgb(217 70 239 / 0.55);
}
.border-fuchsia-500\/60 {
  border-color: rgb(217 70 239 / 0.6);
}
.border-fuchsia-500\/65 {
  border-color: rgb(217 70 239 / 0.65);
}
.border-fuchsia-500\/70 {
  border-color: rgb(217 70 239 / 0.7);
}
.border-fuchsia-500\/75 {
  border-color: rgb(217 70 239 / 0.75);
}
.border-fuchsia-500\/80 {
  border-color: rgb(217 70 239 / 0.8);
}
.border-fuchsia-500\/85 {
  border-color: rgb(217 70 239 / 0.85);
}
.border-fuchsia-500\/90 {
  border-color: rgb(217 70 239 / 0.9);
}
.border-fuchsia-500\/95 {
  border-color: rgb(217 70 239 / 0.95);
}
.border-fuchsia-600 {
  --tw-border-opacity: 1;
  border-color: rgb(192 38 211 / var(--tw-border-opacity, 1));
}
.border-fuchsia-600\/0 {
  border-color: rgb(192 38 211 / 0);
}
.border-fuchsia-600\/10 {
  border-color: rgb(192 38 211 / 0.1);
}
.border-fuchsia-600\/100 {
  border-color: rgb(192 38 211 / 1);
}
.border-fuchsia-600\/15 {
  border-color: rgb(192 38 211 / 0.15);
}
.border-fuchsia-600\/20 {
  border-color: rgb(192 38 211 / 0.2);
}
.border-fuchsia-600\/25 {
  border-color: rgb(192 38 211 / 0.25);
}
.border-fuchsia-600\/30 {
  border-color: rgb(192 38 211 / 0.3);
}
.border-fuchsia-600\/35 {
  border-color: rgb(192 38 211 / 0.35);
}
.border-fuchsia-600\/40 {
  border-color: rgb(192 38 211 / 0.4);
}
.border-fuchsia-600\/45 {
  border-color: rgb(192 38 211 / 0.45);
}
.border-fuchsia-600\/5 {
  border-color: rgb(192 38 211 / 0.05);
}
.border-fuchsia-600\/50 {
  border-color: rgb(192 38 211 / 0.5);
}
.border-fuchsia-600\/55 {
  border-color: rgb(192 38 211 / 0.55);
}
.border-fuchsia-600\/60 {
  border-color: rgb(192 38 211 / 0.6);
}
.border-fuchsia-600\/65 {
  border-color: rgb(192 38 211 / 0.65);
}
.border-fuchsia-600\/70 {
  border-color: rgb(192 38 211 / 0.7);
}
.border-fuchsia-600\/75 {
  border-color: rgb(192 38 211 / 0.75);
}
.border-fuchsia-600\/80 {
  border-color: rgb(192 38 211 / 0.8);
}
.border-fuchsia-600\/85 {
  border-color: rgb(192 38 211 / 0.85);
}
.border-fuchsia-600\/90 {
  border-color: rgb(192 38 211 / 0.9);
}
.border-fuchsia-600\/95 {
  border-color: rgb(192 38 211 / 0.95);
}
.border-fuchsia-700 {
  --tw-border-opacity: 1;
  border-color: rgb(162 28 175 / var(--tw-border-opacity, 1));
}
.border-fuchsia-700\/0 {
  border-color: rgb(162 28 175 / 0);
}
.border-fuchsia-700\/10 {
  border-color: rgb(162 28 175 / 0.1);
}
.border-fuchsia-700\/100 {
  border-color: rgb(162 28 175 / 1);
}
.border-fuchsia-700\/15 {
  border-color: rgb(162 28 175 / 0.15);
}
.border-fuchsia-700\/20 {
  border-color: rgb(162 28 175 / 0.2);
}
.border-fuchsia-700\/25 {
  border-color: rgb(162 28 175 / 0.25);
}
.border-fuchsia-700\/30 {
  border-color: rgb(162 28 175 / 0.3);
}
.border-fuchsia-700\/35 {
  border-color: rgb(162 28 175 / 0.35);
}
.border-fuchsia-700\/40 {
  border-color: rgb(162 28 175 / 0.4);
}
.border-fuchsia-700\/45 {
  border-color: rgb(162 28 175 / 0.45);
}
.border-fuchsia-700\/5 {
  border-color: rgb(162 28 175 / 0.05);
}
.border-fuchsia-700\/50 {
  border-color: rgb(162 28 175 / 0.5);
}
.border-fuchsia-700\/55 {
  border-color: rgb(162 28 175 / 0.55);
}
.border-fuchsia-700\/60 {
  border-color: rgb(162 28 175 / 0.6);
}
.border-fuchsia-700\/65 {
  border-color: rgb(162 28 175 / 0.65);
}
.border-fuchsia-700\/70 {
  border-color: rgb(162 28 175 / 0.7);
}
.border-fuchsia-700\/75 {
  border-color: rgb(162 28 175 / 0.75);
}
.border-fuchsia-700\/80 {
  border-color: rgb(162 28 175 / 0.8);
}
.border-fuchsia-700\/85 {
  border-color: rgb(162 28 175 / 0.85);
}
.border-fuchsia-700\/90 {
  border-color: rgb(162 28 175 / 0.9);
}
.border-fuchsia-700\/95 {
  border-color: rgb(162 28 175 / 0.95);
}
.border-fuchsia-800 {
  --tw-border-opacity: 1;
  border-color: rgb(134 25 143 / var(--tw-border-opacity, 1));
}
.border-fuchsia-800\/0 {
  border-color: rgb(134 25 143 / 0);
}
.border-fuchsia-800\/10 {
  border-color: rgb(134 25 143 / 0.1);
}
.border-fuchsia-800\/100 {
  border-color: rgb(134 25 143 / 1);
}
.border-fuchsia-800\/15 {
  border-color: rgb(134 25 143 / 0.15);
}
.border-fuchsia-800\/20 {
  border-color: rgb(134 25 143 / 0.2);
}
.border-fuchsia-800\/25 {
  border-color: rgb(134 25 143 / 0.25);
}
.border-fuchsia-800\/30 {
  border-color: rgb(134 25 143 / 0.3);
}
.border-fuchsia-800\/35 {
  border-color: rgb(134 25 143 / 0.35);
}
.border-fuchsia-800\/40 {
  border-color: rgb(134 25 143 / 0.4);
}
.border-fuchsia-800\/45 {
  border-color: rgb(134 25 143 / 0.45);
}
.border-fuchsia-800\/5 {
  border-color: rgb(134 25 143 / 0.05);
}
.border-fuchsia-800\/50 {
  border-color: rgb(134 25 143 / 0.5);
}
.border-fuchsia-800\/55 {
  border-color: rgb(134 25 143 / 0.55);
}
.border-fuchsia-800\/60 {
  border-color: rgb(134 25 143 / 0.6);
}
.border-fuchsia-800\/65 {
  border-color: rgb(134 25 143 / 0.65);
}
.border-fuchsia-800\/70 {
  border-color: rgb(134 25 143 / 0.7);
}
.border-fuchsia-800\/75 {
  border-color: rgb(134 25 143 / 0.75);
}
.border-fuchsia-800\/80 {
  border-color: rgb(134 25 143 / 0.8);
}
.border-fuchsia-800\/85 {
  border-color: rgb(134 25 143 / 0.85);
}
.border-fuchsia-800\/90 {
  border-color: rgb(134 25 143 / 0.9);
}
.border-fuchsia-800\/95 {
  border-color: rgb(134 25 143 / 0.95);
}
.border-fuchsia-900 {
  --tw-border-opacity: 1;
  border-color: rgb(112 26 117 / var(--tw-border-opacity, 1));
}
.border-fuchsia-900\/0 {
  border-color: rgb(112 26 117 / 0);
}
.border-fuchsia-900\/10 {
  border-color: rgb(112 26 117 / 0.1);
}
.border-fuchsia-900\/100 {
  border-color: rgb(112 26 117 / 1);
}
.border-fuchsia-900\/15 {
  border-color: rgb(112 26 117 / 0.15);
}
.border-fuchsia-900\/20 {
  border-color: rgb(112 26 117 / 0.2);
}
.border-fuchsia-900\/25 {
  border-color: rgb(112 26 117 / 0.25);
}
.border-fuchsia-900\/30 {
  border-color: rgb(112 26 117 / 0.3);
}
.border-fuchsia-900\/35 {
  border-color: rgb(112 26 117 / 0.35);
}
.border-fuchsia-900\/40 {
  border-color: rgb(112 26 117 / 0.4);
}
.border-fuchsia-900\/45 {
  border-color: rgb(112 26 117 / 0.45);
}
.border-fuchsia-900\/5 {
  border-color: rgb(112 26 117 / 0.05);
}
.border-fuchsia-900\/50 {
  border-color: rgb(112 26 117 / 0.5);
}
.border-fuchsia-900\/55 {
  border-color: rgb(112 26 117 / 0.55);
}
.border-fuchsia-900\/60 {
  border-color: rgb(112 26 117 / 0.6);
}
.border-fuchsia-900\/65 {
  border-color: rgb(112 26 117 / 0.65);
}
.border-fuchsia-900\/70 {
  border-color: rgb(112 26 117 / 0.7);
}
.border-fuchsia-900\/75 {
  border-color: rgb(112 26 117 / 0.75);
}
.border-fuchsia-900\/80 {
  border-color: rgb(112 26 117 / 0.8);
}
.border-fuchsia-900\/85 {
  border-color: rgb(112 26 117 / 0.85);
}
.border-fuchsia-900\/90 {
  border-color: rgb(112 26 117 / 0.9);
}
.border-fuchsia-900\/95 {
  border-color: rgb(112 26 117 / 0.95);
}
.border-fuchsia-950 {
  --tw-border-opacity: 1;
  border-color: rgb(74 4 78 / var(--tw-border-opacity, 1));
}
.border-fuchsia-950\/0 {
  border-color: rgb(74 4 78 / 0);
}
.border-fuchsia-950\/10 {
  border-color: rgb(74 4 78 / 0.1);
}
.border-fuchsia-950\/100 {
  border-color: rgb(74 4 78 / 1);
}
.border-fuchsia-950\/15 {
  border-color: rgb(74 4 78 / 0.15);
}
.border-fuchsia-950\/20 {
  border-color: rgb(74 4 78 / 0.2);
}
.border-fuchsia-950\/25 {
  border-color: rgb(74 4 78 / 0.25);
}
.border-fuchsia-950\/30 {
  border-color: rgb(74 4 78 / 0.3);
}
.border-fuchsia-950\/35 {
  border-color: rgb(74 4 78 / 0.35);
}
.border-fuchsia-950\/40 {
  border-color: rgb(74 4 78 / 0.4);
}
.border-fuchsia-950\/45 {
  border-color: rgb(74 4 78 / 0.45);
}
.border-fuchsia-950\/5 {
  border-color: rgb(74 4 78 / 0.05);
}
.border-fuchsia-950\/50 {
  border-color: rgb(74 4 78 / 0.5);
}
.border-fuchsia-950\/55 {
  border-color: rgb(74 4 78 / 0.55);
}
.border-fuchsia-950\/60 {
  border-color: rgb(74 4 78 / 0.6);
}
.border-fuchsia-950\/65 {
  border-color: rgb(74 4 78 / 0.65);
}
.border-fuchsia-950\/70 {
  border-color: rgb(74 4 78 / 0.7);
}
.border-fuchsia-950\/75 {
  border-color: rgb(74 4 78 / 0.75);
}
.border-fuchsia-950\/80 {
  border-color: rgb(74 4 78 / 0.8);
}
.border-fuchsia-950\/85 {
  border-color: rgb(74 4 78 / 0.85);
}
.border-fuchsia-950\/90 {
  border-color: rgb(74 4 78 / 0.9);
}
.border-fuchsia-950\/95 {
  border-color: rgb(74 4 78 / 0.95);
}
.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}
.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}
.border-gray-700\/50 {
  border-color: rgb(55 65 81 / 0.5);
}
.border-gray-900 {
  --tw-border-opacity: 1;
  border-color: rgb(17 24 39 / var(--tw-border-opacity, 1));
}
.border-green-100 {
  --tw-border-opacity: 1;
  border-color: rgb(220 252 231 / var(--tw-border-opacity, 1));
}
.border-green-100\/0 {
  border-color: rgb(220 252 231 / 0);
}
.border-green-100\/10 {
  border-color: rgb(220 252 231 / 0.1);
}
.border-green-100\/100 {
  border-color: rgb(220 252 231 / 1);
}
.border-green-100\/15 {
  border-color: rgb(220 252 231 / 0.15);
}
.border-green-100\/20 {
  border-color: rgb(220 252 231 / 0.2);
}
.border-green-100\/25 {
  border-color: rgb(220 252 231 / 0.25);
}
.border-green-100\/30 {
  border-color: rgb(220 252 231 / 0.3);
}
.border-green-100\/35 {
  border-color: rgb(220 252 231 / 0.35);
}
.border-green-100\/40 {
  border-color: rgb(220 252 231 / 0.4);
}
.border-green-100\/45 {
  border-color: rgb(220 252 231 / 0.45);
}
.border-green-100\/5 {
  border-color: rgb(220 252 231 / 0.05);
}
.border-green-100\/50 {
  border-color: rgb(220 252 231 / 0.5);
}
.border-green-100\/55 {
  border-color: rgb(220 252 231 / 0.55);
}
.border-green-100\/60 {
  border-color: rgb(220 252 231 / 0.6);
}
.border-green-100\/65 {
  border-color: rgb(220 252 231 / 0.65);
}
.border-green-100\/70 {
  border-color: rgb(220 252 231 / 0.7);
}
.border-green-100\/75 {
  border-color: rgb(220 252 231 / 0.75);
}
.border-green-100\/80 {
  border-color: rgb(220 252 231 / 0.8);
}
.border-green-100\/85 {
  border-color: rgb(220 252 231 / 0.85);
}
.border-green-100\/90 {
  border-color: rgb(220 252 231 / 0.9);
}
.border-green-100\/95 {
  border-color: rgb(220 252 231 / 0.95);
}
.border-green-200 {
  --tw-border-opacity: 1;
  border-color: rgb(187 247 208 / var(--tw-border-opacity, 1));
}
.border-green-200\/0 {
  border-color: rgb(187 247 208 / 0);
}
.border-green-200\/10 {
  border-color: rgb(187 247 208 / 0.1);
}
.border-green-200\/100 {
  border-color: rgb(187 247 208 / 1);
}
.border-green-200\/15 {
  border-color: rgb(187 247 208 / 0.15);
}
.border-green-200\/20 {
  border-color: rgb(187 247 208 / 0.2);
}
.border-green-200\/25 {
  border-color: rgb(187 247 208 / 0.25);
}
.border-green-200\/30 {
  border-color: rgb(187 247 208 / 0.3);
}
.border-green-200\/35 {
  border-color: rgb(187 247 208 / 0.35);
}
.border-green-200\/40 {
  border-color: rgb(187 247 208 / 0.4);
}
.border-green-200\/45 {
  border-color: rgb(187 247 208 / 0.45);
}
.border-green-200\/5 {
  border-color: rgb(187 247 208 / 0.05);
}
.border-green-200\/50 {
  border-color: rgb(187 247 208 / 0.5);
}
.border-green-200\/55 {
  border-color: rgb(187 247 208 / 0.55);
}
.border-green-200\/60 {
  border-color: rgb(187 247 208 / 0.6);
}
.border-green-200\/65 {
  border-color: rgb(187 247 208 / 0.65);
}
.border-green-200\/70 {
  border-color: rgb(187 247 208 / 0.7);
}
.border-green-200\/75 {
  border-color: rgb(187 247 208 / 0.75);
}
.border-green-200\/80 {
  border-color: rgb(187 247 208 / 0.8);
}
.border-green-200\/85 {
  border-color: rgb(187 247 208 / 0.85);
}
.border-green-200\/90 {
  border-color: rgb(187 247 208 / 0.9);
}
.border-green-200\/95 {
  border-color: rgb(187 247 208 / 0.95);
}
.border-green-300 {
  --tw-border-opacity: 1;
  border-color: rgb(134 239 172 / var(--tw-border-opacity, 1));
}
.border-green-300\/0 {
  border-color: rgb(134 239 172 / 0);
}
.border-green-300\/10 {
  border-color: rgb(134 239 172 / 0.1);
}
.border-green-300\/100 {
  border-color: rgb(134 239 172 / 1);
}
.border-green-300\/15 {
  border-color: rgb(134 239 172 / 0.15);
}
.border-green-300\/20 {
  border-color: rgb(134 239 172 / 0.2);
}
.border-green-300\/25 {
  border-color: rgb(134 239 172 / 0.25);
}
.border-green-300\/30 {
  border-color: rgb(134 239 172 / 0.3);
}
.border-green-300\/35 {
  border-color: rgb(134 239 172 / 0.35);
}
.border-green-300\/40 {
  border-color: rgb(134 239 172 / 0.4);
}
.border-green-300\/45 {
  border-color: rgb(134 239 172 / 0.45);
}
.border-green-300\/5 {
  border-color: rgb(134 239 172 / 0.05);
}
.border-green-300\/50 {
  border-color: rgb(134 239 172 / 0.5);
}
.border-green-300\/55 {
  border-color: rgb(134 239 172 / 0.55);
}
.border-green-300\/60 {
  border-color: rgb(134 239 172 / 0.6);
}
.border-green-300\/65 {
  border-color: rgb(134 239 172 / 0.65);
}
.border-green-300\/70 {
  border-color: rgb(134 239 172 / 0.7);
}
.border-green-300\/75 {
  border-color: rgb(134 239 172 / 0.75);
}
.border-green-300\/80 {
  border-color: rgb(134 239 172 / 0.8);
}
.border-green-300\/85 {
  border-color: rgb(134 239 172 / 0.85);
}
.border-green-300\/90 {
  border-color: rgb(134 239 172 / 0.9);
}
.border-green-300\/95 {
  border-color: rgb(134 239 172 / 0.95);
}
.border-green-400 {
  --tw-border-opacity: 1;
  border-color: rgb(74 222 128 / var(--tw-border-opacity, 1));
}
.border-green-400\/0 {
  border-color: rgb(74 222 128 / 0);
}
.border-green-400\/10 {
  border-color: rgb(74 222 128 / 0.1);
}
.border-green-400\/100 {
  border-color: rgb(74 222 128 / 1);
}
.border-green-400\/15 {
  border-color: rgb(74 222 128 / 0.15);
}
.border-green-400\/20 {
  border-color: rgb(74 222 128 / 0.2);
}
.border-green-400\/25 {
  border-color: rgb(74 222 128 / 0.25);
}
.border-green-400\/30 {
  border-color: rgb(74 222 128 / 0.3);
}
.border-green-400\/35 {
  border-color: rgb(74 222 128 / 0.35);
}
.border-green-400\/40 {
  border-color: rgb(74 222 128 / 0.4);
}
.border-green-400\/45 {
  border-color: rgb(74 222 128 / 0.45);
}
.border-green-400\/5 {
  border-color: rgb(74 222 128 / 0.05);
}
.border-green-400\/50 {
  border-color: rgb(74 222 128 / 0.5);
}
.border-green-400\/55 {
  border-color: rgb(74 222 128 / 0.55);
}
.border-green-400\/60 {
  border-color: rgb(74 222 128 / 0.6);
}
.border-green-400\/65 {
  border-color: rgb(74 222 128 / 0.65);
}
.border-green-400\/70 {
  border-color: rgb(74 222 128 / 0.7);
}
.border-green-400\/75 {
  border-color: rgb(74 222 128 / 0.75);
}
.border-green-400\/80 {
  border-color: rgb(74 222 128 / 0.8);
}
.border-green-400\/85 {
  border-color: rgb(74 222 128 / 0.85);
}
.border-green-400\/90 {
  border-color: rgb(74 222 128 / 0.9);
}
.border-green-400\/95 {
  border-color: rgb(74 222 128 / 0.95);
}
.border-green-50 {
  --tw-border-opacity: 1;
  border-color: rgb(240 253 244 / var(--tw-border-opacity, 1));
}
.border-green-50\/0 {
  border-color: rgb(240 253 244 / 0);
}
.border-green-50\/10 {
  border-color: rgb(240 253 244 / 0.1);
}
.border-green-50\/100 {
  border-color: rgb(240 253 244 / 1);
}
.border-green-50\/15 {
  border-color: rgb(240 253 244 / 0.15);
}
.border-green-50\/20 {
  border-color: rgb(240 253 244 / 0.2);
}
.border-green-50\/25 {
  border-color: rgb(240 253 244 / 0.25);
}
.border-green-50\/30 {
  border-color: rgb(240 253 244 / 0.3);
}
.border-green-50\/35 {
  border-color: rgb(240 253 244 / 0.35);
}
.border-green-50\/40 {
  border-color: rgb(240 253 244 / 0.4);
}
.border-green-50\/45 {
  border-color: rgb(240 253 244 / 0.45);
}
.border-green-50\/5 {
  border-color: rgb(240 253 244 / 0.05);
}
.border-green-50\/50 {
  border-color: rgb(240 253 244 / 0.5);
}
.border-green-50\/55 {
  border-color: rgb(240 253 244 / 0.55);
}
.border-green-50\/60 {
  border-color: rgb(240 253 244 / 0.6);
}
.border-green-50\/65 {
  border-color: rgb(240 253 244 / 0.65);
}
.border-green-50\/70 {
  border-color: rgb(240 253 244 / 0.7);
}
.border-green-50\/75 {
  border-color: rgb(240 253 244 / 0.75);
}
.border-green-50\/80 {
  border-color: rgb(240 253 244 / 0.8);
}
.border-green-50\/85 {
  border-color: rgb(240 253 244 / 0.85);
}
.border-green-50\/90 {
  border-color: rgb(240 253 244 / 0.9);
}
.border-green-50\/95 {
  border-color: rgb(240 253 244 / 0.95);
}
.border-green-500 {
  --tw-border-opacity: 1;
  border-color: rgb(34 197 94 / var(--tw-border-opacity, 1));
}
.border-green-500\/0 {
  border-color: rgb(34 197 94 / 0);
}
.border-green-500\/10 {
  border-color: rgb(34 197 94 / 0.1);
}
.border-green-500\/100 {
  border-color: rgb(34 197 94 / 1);
}
.border-green-500\/15 {
  border-color: rgb(34 197 94 / 0.15);
}
.border-green-500\/20 {
  border-color: rgb(34 197 94 / 0.2);
}
.border-green-500\/25 {
  border-color: rgb(34 197 94 / 0.25);
}
.border-green-500\/30 {
  border-color: rgb(34 197 94 / 0.3);
}
.border-green-500\/35 {
  border-color: rgb(34 197 94 / 0.35);
}
.border-green-500\/40 {
  border-color: rgb(34 197 94 / 0.4);
}
.border-green-500\/45 {
  border-color: rgb(34 197 94 / 0.45);
}
.border-green-500\/5 {
  border-color: rgb(34 197 94 / 0.05);
}
.border-green-500\/50 {
  border-color: rgb(34 197 94 / 0.5);
}
.border-green-500\/55 {
  border-color: rgb(34 197 94 / 0.55);
}
.border-green-500\/60 {
  border-color: rgb(34 197 94 / 0.6);
}
.border-green-500\/65 {
  border-color: rgb(34 197 94 / 0.65);
}
.border-green-500\/70 {
  border-color: rgb(34 197 94 / 0.7);
}
.border-green-500\/75 {
  border-color: rgb(34 197 94 / 0.75);
}
.border-green-500\/80 {
  border-color: rgb(34 197 94 / 0.8);
}
.border-green-500\/85 {
  border-color: rgb(34 197 94 / 0.85);
}
.border-green-500\/90 {
  border-color: rgb(34 197 94 / 0.9);
}
.border-green-500\/95 {
  border-color: rgb(34 197 94 / 0.95);
}
.border-green-600 {
  --tw-border-opacity: 1;
  border-color: rgb(22 163 74 / var(--tw-border-opacity, 1));
}
.border-green-600\/0 {
  border-color: rgb(22 163 74 / 0);
}
.border-green-600\/10 {
  border-color: rgb(22 163 74 / 0.1);
}
.border-green-600\/100 {
  border-color: rgb(22 163 74 / 1);
}
.border-green-600\/15 {
  border-color: rgb(22 163 74 / 0.15);
}
.border-green-600\/20 {
  border-color: rgb(22 163 74 / 0.2);
}
.border-green-600\/25 {
  border-color: rgb(22 163 74 / 0.25);
}
.border-green-600\/30 {
  border-color: rgb(22 163 74 / 0.3);
}
.border-green-600\/35 {
  border-color: rgb(22 163 74 / 0.35);
}
.border-green-600\/40 {
  border-color: rgb(22 163 74 / 0.4);
}
.border-green-600\/45 {
  border-color: rgb(22 163 74 / 0.45);
}
.border-green-600\/5 {
  border-color: rgb(22 163 74 / 0.05);
}
.border-green-600\/50 {
  border-color: rgb(22 163 74 / 0.5);
}
.border-green-600\/55 {
  border-color: rgb(22 163 74 / 0.55);
}
.border-green-600\/60 {
  border-color: rgb(22 163 74 / 0.6);
}
.border-green-600\/65 {
  border-color: rgb(22 163 74 / 0.65);
}
.border-green-600\/70 {
  border-color: rgb(22 163 74 / 0.7);
}
.border-green-600\/75 {
  border-color: rgb(22 163 74 / 0.75);
}
.border-green-600\/80 {
  border-color: rgb(22 163 74 / 0.8);
}
.border-green-600\/85 {
  border-color: rgb(22 163 74 / 0.85);
}
.border-green-600\/90 {
  border-color: rgb(22 163 74 / 0.9);
}
.border-green-600\/95 {
  border-color: rgb(22 163 74 / 0.95);
}
.border-green-700 {
  --tw-border-opacity: 1;
  border-color: rgb(21 128 61 / var(--tw-border-opacity, 1));
}
.border-green-700\/0 {
  border-color: rgb(21 128 61 / 0);
}
.border-green-700\/10 {
  border-color: rgb(21 128 61 / 0.1);
}
.border-green-700\/100 {
  border-color: rgb(21 128 61 / 1);
}
.border-green-700\/15 {
  border-color: rgb(21 128 61 / 0.15);
}
.border-green-700\/20 {
  border-color: rgb(21 128 61 / 0.2);
}
.border-green-700\/25 {
  border-color: rgb(21 128 61 / 0.25);
}
.border-green-700\/30 {
  border-color: rgb(21 128 61 / 0.3);
}
.border-green-700\/35 {
  border-color: rgb(21 128 61 / 0.35);
}
.border-green-700\/40 {
  border-color: rgb(21 128 61 / 0.4);
}
.border-green-700\/45 {
  border-color: rgb(21 128 61 / 0.45);
}
.border-green-700\/5 {
  border-color: rgb(21 128 61 / 0.05);
}
.border-green-700\/50 {
  border-color: rgb(21 128 61 / 0.5);
}
.border-green-700\/55 {
  border-color: rgb(21 128 61 / 0.55);
}
.border-green-700\/60 {
  border-color: rgb(21 128 61 / 0.6);
}
.border-green-700\/65 {
  border-color: rgb(21 128 61 / 0.65);
}
.border-green-700\/70 {
  border-color: rgb(21 128 61 / 0.7);
}
.border-green-700\/75 {
  border-color: rgb(21 128 61 / 0.75);
}
.border-green-700\/80 {
  border-color: rgb(21 128 61 / 0.8);
}
.border-green-700\/85 {
  border-color: rgb(21 128 61 / 0.85);
}
.border-green-700\/90 {
  border-color: rgb(21 128 61 / 0.9);
}
.border-green-700\/95 {
  border-color: rgb(21 128 61 / 0.95);
}
.border-green-800 {
  --tw-border-opacity: 1;
  border-color: rgb(22 101 52 / var(--tw-border-opacity, 1));
}
.border-green-800\/0 {
  border-color: rgb(22 101 52 / 0);
}
.border-green-800\/10 {
  border-color: rgb(22 101 52 / 0.1);
}
.border-green-800\/100 {
  border-color: rgb(22 101 52 / 1);
}
.border-green-800\/15 {
  border-color: rgb(22 101 52 / 0.15);
}
.border-green-800\/20 {
  border-color: rgb(22 101 52 / 0.2);
}
.border-green-800\/25 {
  border-color: rgb(22 101 52 / 0.25);
}
.border-green-800\/30 {
  border-color: rgb(22 101 52 / 0.3);
}
.border-green-800\/35 {
  border-color: rgb(22 101 52 / 0.35);
}
.border-green-800\/40 {
  border-color: rgb(22 101 52 / 0.4);
}
.border-green-800\/45 {
  border-color: rgb(22 101 52 / 0.45);
}
.border-green-800\/5 {
  border-color: rgb(22 101 52 / 0.05);
}
.border-green-800\/50 {
  border-color: rgb(22 101 52 / 0.5);
}
.border-green-800\/55 {
  border-color: rgb(22 101 52 / 0.55);
}
.border-green-800\/60 {
  border-color: rgb(22 101 52 / 0.6);
}
.border-green-800\/65 {
  border-color: rgb(22 101 52 / 0.65);
}
.border-green-800\/70 {
  border-color: rgb(22 101 52 / 0.7);
}
.border-green-800\/75 {
  border-color: rgb(22 101 52 / 0.75);
}
.border-green-800\/80 {
  border-color: rgb(22 101 52 / 0.8);
}
.border-green-800\/85 {
  border-color: rgb(22 101 52 / 0.85);
}
.border-green-800\/90 {
  border-color: rgb(22 101 52 / 0.9);
}
.border-green-800\/95 {
  border-color: rgb(22 101 52 / 0.95);
}
.border-green-900 {
  --tw-border-opacity: 1;
  border-color: rgb(20 83 45 / var(--tw-border-opacity, 1));
}
.border-green-900\/0 {
  border-color: rgb(20 83 45 / 0);
}
.border-green-900\/10 {
  border-color: rgb(20 83 45 / 0.1);
}
.border-green-900\/100 {
  border-color: rgb(20 83 45 / 1);
}
.border-green-900\/15 {
  border-color: rgb(20 83 45 / 0.15);
}
.border-green-900\/20 {
  border-color: rgb(20 83 45 / 0.2);
}
.border-green-900\/25 {
  border-color: rgb(20 83 45 / 0.25);
}
.border-green-900\/30 {
  border-color: rgb(20 83 45 / 0.3);
}
.border-green-900\/35 {
  border-color: rgb(20 83 45 / 0.35);
}
.border-green-900\/40 {
  border-color: rgb(20 83 45 / 0.4);
}
.border-green-900\/45 {
  border-color: rgb(20 83 45 / 0.45);
}
.border-green-900\/5 {
  border-color: rgb(20 83 45 / 0.05);
}
.border-green-900\/50 {
  border-color: rgb(20 83 45 / 0.5);
}
.border-green-900\/55 {
  border-color: rgb(20 83 45 / 0.55);
}
.border-green-900\/60 {
  border-color: rgb(20 83 45 / 0.6);
}
.border-green-900\/65 {
  border-color: rgb(20 83 45 / 0.65);
}
.border-green-900\/70 {
  border-color: rgb(20 83 45 / 0.7);
}
.border-green-900\/75 {
  border-color: rgb(20 83 45 / 0.75);
}
.border-green-900\/80 {
  border-color: rgb(20 83 45 / 0.8);
}
.border-green-900\/85 {
  border-color: rgb(20 83 45 / 0.85);
}
.border-green-900\/90 {
  border-color: rgb(20 83 45 / 0.9);
}
.border-green-900\/95 {
  border-color: rgb(20 83 45 / 0.95);
}
.border-green-950 {
  --tw-border-opacity: 1;
  border-color: rgb(5 46 22 / var(--tw-border-opacity, 1));
}
.border-green-950\/0 {
  border-color: rgb(5 46 22 / 0);
}
.border-green-950\/10 {
  border-color: rgb(5 46 22 / 0.1);
}
.border-green-950\/100 {
  border-color: rgb(5 46 22 / 1);
}
.border-green-950\/15 {
  border-color: rgb(5 46 22 / 0.15);
}
.border-green-950\/20 {
  border-color: rgb(5 46 22 / 0.2);
}
.border-green-950\/25 {
  border-color: rgb(5 46 22 / 0.25);
}
.border-green-950\/30 {
  border-color: rgb(5 46 22 / 0.3);
}
.border-green-950\/35 {
  border-color: rgb(5 46 22 / 0.35);
}
.border-green-950\/40 {
  border-color: rgb(5 46 22 / 0.4);
}
.border-green-950\/45 {
  border-color: rgb(5 46 22 / 0.45);
}
.border-green-950\/5 {
  border-color: rgb(5 46 22 / 0.05);
}
.border-green-950\/50 {
  border-color: rgb(5 46 22 / 0.5);
}
.border-green-950\/55 {
  border-color: rgb(5 46 22 / 0.55);
}
.border-green-950\/60 {
  border-color: rgb(5 46 22 / 0.6);
}
.border-green-950\/65 {
  border-color: rgb(5 46 22 / 0.65);
}
.border-green-950\/70 {
  border-color: rgb(5 46 22 / 0.7);
}
.border-green-950\/75 {
  border-color: rgb(5 46 22 / 0.75);
}
.border-green-950\/80 {
  border-color: rgb(5 46 22 / 0.8);
}
.border-green-950\/85 {
  border-color: rgb(5 46 22 / 0.85);
}
.border-green-950\/90 {
  border-color: rgb(5 46 22 / 0.9);
}
.border-green-950\/95 {
  border-color: rgb(5 46 22 / 0.95);
}
.border-indigo-100 {
  --tw-border-opacity: 1;
  border-color: rgb(224 231 255 / var(--tw-border-opacity, 1));
}
.border-indigo-100\/0 {
  border-color: rgb(224 231 255 / 0);
}
.border-indigo-100\/10 {
  border-color: rgb(224 231 255 / 0.1);
}
.border-indigo-100\/100 {
  border-color: rgb(224 231 255 / 1);
}
.border-indigo-100\/15 {
  border-color: rgb(224 231 255 / 0.15);
}
.border-indigo-100\/20 {
  border-color: rgb(224 231 255 / 0.2);
}
.border-indigo-100\/25 {
  border-color: rgb(224 231 255 / 0.25);
}
.border-indigo-100\/30 {
  border-color: rgb(224 231 255 / 0.3);
}
.border-indigo-100\/35 {
  border-color: rgb(224 231 255 / 0.35);
}
.border-indigo-100\/40 {
  border-color: rgb(224 231 255 / 0.4);
}
.border-indigo-100\/45 {
  border-color: rgb(224 231 255 / 0.45);
}
.border-indigo-100\/5 {
  border-color: rgb(224 231 255 / 0.05);
}
.border-indigo-100\/50 {
  border-color: rgb(224 231 255 / 0.5);
}
.border-indigo-100\/55 {
  border-color: rgb(224 231 255 / 0.55);
}
.border-indigo-100\/60 {
  border-color: rgb(224 231 255 / 0.6);
}
.border-indigo-100\/65 {
  border-color: rgb(224 231 255 / 0.65);
}
.border-indigo-100\/70 {
  border-color: rgb(224 231 255 / 0.7);
}
.border-indigo-100\/75 {
  border-color: rgb(224 231 255 / 0.75);
}
.border-indigo-100\/80 {
  border-color: rgb(224 231 255 / 0.8);
}
.border-indigo-100\/85 {
  border-color: rgb(224 231 255 / 0.85);
}
.border-indigo-100\/90 {
  border-color: rgb(224 231 255 / 0.9);
}
.border-indigo-100\/95 {
  border-color: rgb(224 231 255 / 0.95);
}
.border-indigo-200 {
  --tw-border-opacity: 1;
  border-color: rgb(199 210 254 / var(--tw-border-opacity, 1));
}
.border-indigo-200\/0 {
  border-color: rgb(199 210 254 / 0);
}
.border-indigo-200\/10 {
  border-color: rgb(199 210 254 / 0.1);
}
.border-indigo-200\/100 {
  border-color: rgb(199 210 254 / 1);
}
.border-indigo-200\/15 {
  border-color: rgb(199 210 254 / 0.15);
}
.border-indigo-200\/20 {
  border-color: rgb(199 210 254 / 0.2);
}
.border-indigo-200\/25 {
  border-color: rgb(199 210 254 / 0.25);
}
.border-indigo-200\/30 {
  border-color: rgb(199 210 254 / 0.3);
}
.border-indigo-200\/35 {
  border-color: rgb(199 210 254 / 0.35);
}
.border-indigo-200\/40 {
  border-color: rgb(199 210 254 / 0.4);
}
.border-indigo-200\/45 {
  border-color: rgb(199 210 254 / 0.45);
}
.border-indigo-200\/5 {
  border-color: rgb(199 210 254 / 0.05);
}
.border-indigo-200\/50 {
  border-color: rgb(199 210 254 / 0.5);
}
.border-indigo-200\/55 {
  border-color: rgb(199 210 254 / 0.55);
}
.border-indigo-200\/60 {
  border-color: rgb(199 210 254 / 0.6);
}
.border-indigo-200\/65 {
  border-color: rgb(199 210 254 / 0.65);
}
.border-indigo-200\/70 {
  border-color: rgb(199 210 254 / 0.7);
}
.border-indigo-200\/75 {
  border-color: rgb(199 210 254 / 0.75);
}
.border-indigo-200\/80 {
  border-color: rgb(199 210 254 / 0.8);
}
.border-indigo-200\/85 {
  border-color: rgb(199 210 254 / 0.85);
}
.border-indigo-200\/90 {
  border-color: rgb(199 210 254 / 0.9);
}
.border-indigo-200\/95 {
  border-color: rgb(199 210 254 / 0.95);
}
.border-indigo-300 {
  --tw-border-opacity: 1;
  border-color: rgb(165 180 252 / var(--tw-border-opacity, 1));
}
.border-indigo-300\/0 {
  border-color: rgb(165 180 252 / 0);
}
.border-indigo-300\/10 {
  border-color: rgb(165 180 252 / 0.1);
}
.border-indigo-300\/100 {
  border-color: rgb(165 180 252 / 1);
}
.border-indigo-300\/15 {
  border-color: rgb(165 180 252 / 0.15);
}
.border-indigo-300\/20 {
  border-color: rgb(165 180 252 / 0.2);
}
.border-indigo-300\/25 {
  border-color: rgb(165 180 252 / 0.25);
}
.border-indigo-300\/30 {
  border-color: rgb(165 180 252 / 0.3);
}
.border-indigo-300\/35 {
  border-color: rgb(165 180 252 / 0.35);
}
.border-indigo-300\/40 {
  border-color: rgb(165 180 252 / 0.4);
}
.border-indigo-300\/45 {
  border-color: rgb(165 180 252 / 0.45);
}
.border-indigo-300\/5 {
  border-color: rgb(165 180 252 / 0.05);
}
.border-indigo-300\/50 {
  border-color: rgb(165 180 252 / 0.5);
}
.border-indigo-300\/55 {
  border-color: rgb(165 180 252 / 0.55);
}
.border-indigo-300\/60 {
  border-color: rgb(165 180 252 / 0.6);
}
.border-indigo-300\/65 {
  border-color: rgb(165 180 252 / 0.65);
}
.border-indigo-300\/70 {
  border-color: rgb(165 180 252 / 0.7);
}
.border-indigo-300\/75 {
  border-color: rgb(165 180 252 / 0.75);
}
.border-indigo-300\/80 {
  border-color: rgb(165 180 252 / 0.8);
}
.border-indigo-300\/85 {
  border-color: rgb(165 180 252 / 0.85);
}
.border-indigo-300\/90 {
  border-color: rgb(165 180 252 / 0.9);
}
.border-indigo-300\/95 {
  border-color: rgb(165 180 252 / 0.95);
}
.border-indigo-400 {
  --tw-border-opacity: 1;
  border-color: rgb(129 140 248 / var(--tw-border-opacity, 1));
}
.border-indigo-400\/0 {
  border-color: rgb(129 140 248 / 0);
}
.border-indigo-400\/10 {
  border-color: rgb(129 140 248 / 0.1);
}
.border-indigo-400\/100 {
  border-color: rgb(129 140 248 / 1);
}
.border-indigo-400\/15 {
  border-color: rgb(129 140 248 / 0.15);
}
.border-indigo-400\/20 {
  border-color: rgb(129 140 248 / 0.2);
}
.border-indigo-400\/25 {
  border-color: rgb(129 140 248 / 0.25);
}
.border-indigo-400\/30 {
  border-color: rgb(129 140 248 / 0.3);
}
.border-indigo-400\/35 {
  border-color: rgb(129 140 248 / 0.35);
}
.border-indigo-400\/40 {
  border-color: rgb(129 140 248 / 0.4);
}
.border-indigo-400\/45 {
  border-color: rgb(129 140 248 / 0.45);
}
.border-indigo-400\/5 {
  border-color: rgb(129 140 248 / 0.05);
}
.border-indigo-400\/50 {
  border-color: rgb(129 140 248 / 0.5);
}
.border-indigo-400\/55 {
  border-color: rgb(129 140 248 / 0.55);
}
.border-indigo-400\/60 {
  border-color: rgb(129 140 248 / 0.6);
}
.border-indigo-400\/65 {
  border-color: rgb(129 140 248 / 0.65);
}
.border-indigo-400\/70 {
  border-color: rgb(129 140 248 / 0.7);
}
.border-indigo-400\/75 {
  border-color: rgb(129 140 248 / 0.75);
}
.border-indigo-400\/80 {
  border-color: rgb(129 140 248 / 0.8);
}
.border-indigo-400\/85 {
  border-color: rgb(129 140 248 / 0.85);
}
.border-indigo-400\/90 {
  border-color: rgb(129 140 248 / 0.9);
}
.border-indigo-400\/95 {
  border-color: rgb(129 140 248 / 0.95);
}
.border-indigo-50 {
  --tw-border-opacity: 1;
  border-color: rgb(238 242 255 / var(--tw-border-opacity, 1));
}
.border-indigo-50\/0 {
  border-color: rgb(238 242 255 / 0);
}
.border-indigo-50\/10 {
  border-color: rgb(238 242 255 / 0.1);
}
.border-indigo-50\/100 {
  border-color: rgb(238 242 255 / 1);
}
.border-indigo-50\/15 {
  border-color: rgb(238 242 255 / 0.15);
}
.border-indigo-50\/20 {
  border-color: rgb(238 242 255 / 0.2);
}
.border-indigo-50\/25 {
  border-color: rgb(238 242 255 / 0.25);
}
.border-indigo-50\/30 {
  border-color: rgb(238 242 255 / 0.3);
}
.border-indigo-50\/35 {
  border-color: rgb(238 242 255 / 0.35);
}
.border-indigo-50\/40 {
  border-color: rgb(238 242 255 / 0.4);
}
.border-indigo-50\/45 {
  border-color: rgb(238 242 255 / 0.45);
}
.border-indigo-50\/5 {
  border-color: rgb(238 242 255 / 0.05);
}
.border-indigo-50\/50 {
  border-color: rgb(238 242 255 / 0.5);
}
.border-indigo-50\/55 {
  border-color: rgb(238 242 255 / 0.55);
}
.border-indigo-50\/60 {
  border-color: rgb(238 242 255 / 0.6);
}
.border-indigo-50\/65 {
  border-color: rgb(238 242 255 / 0.65);
}
.border-indigo-50\/70 {
  border-color: rgb(238 242 255 / 0.7);
}
.border-indigo-50\/75 {
  border-color: rgb(238 242 255 / 0.75);
}
.border-indigo-50\/80 {
  border-color: rgb(238 242 255 / 0.8);
}
.border-indigo-50\/85 {
  border-color: rgb(238 242 255 / 0.85);
}
.border-indigo-50\/90 {
  border-color: rgb(238 242 255 / 0.9);
}
.border-indigo-50\/95 {
  border-color: rgb(238 242 255 / 0.95);
}
.border-indigo-500 {
  --tw-border-opacity: 1;
  border-color: rgb(99 102 241 / var(--tw-border-opacity, 1));
}
.border-indigo-500\/0 {
  border-color: rgb(99 102 241 / 0);
}
.border-indigo-500\/10 {
  border-color: rgb(99 102 241 / 0.1);
}
.border-indigo-500\/100 {
  border-color: rgb(99 102 241 / 1);
}
.border-indigo-500\/15 {
  border-color: rgb(99 102 241 / 0.15);
}
.border-indigo-500\/20 {
  border-color: rgb(99 102 241 / 0.2);
}
.border-indigo-500\/25 {
  border-color: rgb(99 102 241 / 0.25);
}
.border-indigo-500\/30 {
  border-color: rgb(99 102 241 / 0.3);
}
.border-indigo-500\/35 {
  border-color: rgb(99 102 241 / 0.35);
}
.border-indigo-500\/40 {
  border-color: rgb(99 102 241 / 0.4);
}
.border-indigo-500\/45 {
  border-color: rgb(99 102 241 / 0.45);
}
.border-indigo-500\/5 {
  border-color: rgb(99 102 241 / 0.05);
}
.border-indigo-500\/50 {
  border-color: rgb(99 102 241 / 0.5);
}
.border-indigo-500\/55 {
  border-color: rgb(99 102 241 / 0.55);
}
.border-indigo-500\/60 {
  border-color: rgb(99 102 241 / 0.6);
}
.border-indigo-500\/65 {
  border-color: rgb(99 102 241 / 0.65);
}
.border-indigo-500\/70 {
  border-color: rgb(99 102 241 / 0.7);
}
.border-indigo-500\/75 {
  border-color: rgb(99 102 241 / 0.75);
}
.border-indigo-500\/80 {
  border-color: rgb(99 102 241 / 0.8);
}
.border-indigo-500\/85 {
  border-color: rgb(99 102 241 / 0.85);
}
.border-indigo-500\/90 {
  border-color: rgb(99 102 241 / 0.9);
}
.border-indigo-500\/95 {
  border-color: rgb(99 102 241 / 0.95);
}
.border-indigo-600 {
  --tw-border-opacity: 1;
  border-color: rgb(79 70 229 / var(--tw-border-opacity, 1));
}
.border-indigo-600\/0 {
  border-color: rgb(79 70 229 / 0);
}
.border-indigo-600\/10 {
  border-color: rgb(79 70 229 / 0.1);
}
.border-indigo-600\/100 {
  border-color: rgb(79 70 229 / 1);
}
.border-indigo-600\/15 {
  border-color: rgb(79 70 229 / 0.15);
}
.border-indigo-600\/20 {
  border-color: rgb(79 70 229 / 0.2);
}
.border-indigo-600\/25 {
  border-color: rgb(79 70 229 / 0.25);
}
.border-indigo-600\/30 {
  border-color: rgb(79 70 229 / 0.3);
}
.border-indigo-600\/35 {
  border-color: rgb(79 70 229 / 0.35);
}
.border-indigo-600\/40 {
  border-color: rgb(79 70 229 / 0.4);
}
.border-indigo-600\/45 {
  border-color: rgb(79 70 229 / 0.45);
}
.border-indigo-600\/5 {
  border-color: rgb(79 70 229 / 0.05);
}
.border-indigo-600\/50 {
  border-color: rgb(79 70 229 / 0.5);
}
.border-indigo-600\/55 {
  border-color: rgb(79 70 229 / 0.55);
}
.border-indigo-600\/60 {
  border-color: rgb(79 70 229 / 0.6);
}
.border-indigo-600\/65 {
  border-color: rgb(79 70 229 / 0.65);
}
.border-indigo-600\/70 {
  border-color: rgb(79 70 229 / 0.7);
}
.border-indigo-600\/75 {
  border-color: rgb(79 70 229 / 0.75);
}
.border-indigo-600\/80 {
  border-color: rgb(79 70 229 / 0.8);
}
.border-indigo-600\/85 {
  border-color: rgb(79 70 229 / 0.85);
}
.border-indigo-600\/90 {
  border-color: rgb(79 70 229 / 0.9);
}
.border-indigo-600\/95 {
  border-color: rgb(79 70 229 / 0.95);
}
.border-indigo-700 {
  --tw-border-opacity: 1;
  border-color: rgb(67 56 202 / var(--tw-border-opacity, 1));
}
.border-indigo-700\/0 {
  border-color: rgb(67 56 202 / 0);
}
.border-indigo-700\/10 {
  border-color: rgb(67 56 202 / 0.1);
}
.border-indigo-700\/100 {
  border-color: rgb(67 56 202 / 1);
}
.border-indigo-700\/15 {
  border-color: rgb(67 56 202 / 0.15);
}
.border-indigo-700\/20 {
  border-color: rgb(67 56 202 / 0.2);
}
.border-indigo-700\/25 {
  border-color: rgb(67 56 202 / 0.25);
}
.border-indigo-700\/30 {
  border-color: rgb(67 56 202 / 0.3);
}
.border-indigo-700\/35 {
  border-color: rgb(67 56 202 / 0.35);
}
.border-indigo-700\/40 {
  border-color: rgb(67 56 202 / 0.4);
}
.border-indigo-700\/45 {
  border-color: rgb(67 56 202 / 0.45);
}
.border-indigo-700\/5 {
  border-color: rgb(67 56 202 / 0.05);
}
.border-indigo-700\/50 {
  border-color: rgb(67 56 202 / 0.5);
}
.border-indigo-700\/55 {
  border-color: rgb(67 56 202 / 0.55);
}
.border-indigo-700\/60 {
  border-color: rgb(67 56 202 / 0.6);
}
.border-indigo-700\/65 {
  border-color: rgb(67 56 202 / 0.65);
}
.border-indigo-700\/70 {
  border-color: rgb(67 56 202 / 0.7);
}
.border-indigo-700\/75 {
  border-color: rgb(67 56 202 / 0.75);
}
.border-indigo-700\/80 {
  border-color: rgb(67 56 202 / 0.8);
}
.border-indigo-700\/85 {
  border-color: rgb(67 56 202 / 0.85);
}
.border-indigo-700\/90 {
  border-color: rgb(67 56 202 / 0.9);
}
.border-indigo-700\/95 {
  border-color: rgb(67 56 202 / 0.95);
}
.border-indigo-800 {
  --tw-border-opacity: 1;
  border-color: rgb(55 48 163 / var(--tw-border-opacity, 1));
}
.border-indigo-800\/0 {
  border-color: rgb(55 48 163 / 0);
}
.border-indigo-800\/10 {
  border-color: rgb(55 48 163 / 0.1);
}
.border-indigo-800\/100 {
  border-color: rgb(55 48 163 / 1);
}
.border-indigo-800\/15 {
  border-color: rgb(55 48 163 / 0.15);
}
.border-indigo-800\/20 {
  border-color: rgb(55 48 163 / 0.2);
}
.border-indigo-800\/25 {
  border-color: rgb(55 48 163 / 0.25);
}
.border-indigo-800\/30 {
  border-color: rgb(55 48 163 / 0.3);
}
.border-indigo-800\/35 {
  border-color: rgb(55 48 163 / 0.35);
}
.border-indigo-800\/40 {
  border-color: rgb(55 48 163 / 0.4);
}
.border-indigo-800\/45 {
  border-color: rgb(55 48 163 / 0.45);
}
.border-indigo-800\/5 {
  border-color: rgb(55 48 163 / 0.05);
}
.border-indigo-800\/50 {
  border-color: rgb(55 48 163 / 0.5);
}
.border-indigo-800\/55 {
  border-color: rgb(55 48 163 / 0.55);
}
.border-indigo-800\/60 {
  border-color: rgb(55 48 163 / 0.6);
}
.border-indigo-800\/65 {
  border-color: rgb(55 48 163 / 0.65);
}
.border-indigo-800\/70 {
  border-color: rgb(55 48 163 / 0.7);
}
.border-indigo-800\/75 {
  border-color: rgb(55 48 163 / 0.75);
}
.border-indigo-800\/80 {
  border-color: rgb(55 48 163 / 0.8);
}
.border-indigo-800\/85 {
  border-color: rgb(55 48 163 / 0.85);
}
.border-indigo-800\/90 {
  border-color: rgb(55 48 163 / 0.9);
}
.border-indigo-800\/95 {
  border-color: rgb(55 48 163 / 0.95);
}
.border-indigo-900 {
  --tw-border-opacity: 1;
  border-color: rgb(49 46 129 / var(--tw-border-opacity, 1));
}
.border-indigo-900\/0 {
  border-color: rgb(49 46 129 / 0);
}
.border-indigo-900\/10 {
  border-color: rgb(49 46 129 / 0.1);
}
.border-indigo-900\/100 {
  border-color: rgb(49 46 129 / 1);
}
.border-indigo-900\/15 {
  border-color: rgb(49 46 129 / 0.15);
}
.border-indigo-900\/20 {
  border-color: rgb(49 46 129 / 0.2);
}
.border-indigo-900\/25 {
  border-color: rgb(49 46 129 / 0.25);
}
.border-indigo-900\/30 {
  border-color: rgb(49 46 129 / 0.3);
}
.border-indigo-900\/35 {
  border-color: rgb(49 46 129 / 0.35);
}
.border-indigo-900\/40 {
  border-color: rgb(49 46 129 / 0.4);
}
.border-indigo-900\/45 {
  border-color: rgb(49 46 129 / 0.45);
}
.border-indigo-900\/5 {
  border-color: rgb(49 46 129 / 0.05);
}
.border-indigo-900\/50 {
  border-color: rgb(49 46 129 / 0.5);
}
.border-indigo-900\/55 {
  border-color: rgb(49 46 129 / 0.55);
}
.border-indigo-900\/60 {
  border-color: rgb(49 46 129 / 0.6);
}
.border-indigo-900\/65 {
  border-color: rgb(49 46 129 / 0.65);
}
.border-indigo-900\/70 {
  border-color: rgb(49 46 129 / 0.7);
}
.border-indigo-900\/75 {
  border-color: rgb(49 46 129 / 0.75);
}
.border-indigo-900\/80 {
  border-color: rgb(49 46 129 / 0.8);
}
.border-indigo-900\/85 {
  border-color: rgb(49 46 129 / 0.85);
}
.border-indigo-900\/90 {
  border-color: rgb(49 46 129 / 0.9);
}
.border-indigo-900\/95 {
  border-color: rgb(49 46 129 / 0.95);
}
.border-indigo-950 {
  --tw-border-opacity: 1;
  border-color: rgb(30 27 75 / var(--tw-border-opacity, 1));
}
.border-indigo-950\/0 {
  border-color: rgb(30 27 75 / 0);
}
.border-indigo-950\/10 {
  border-color: rgb(30 27 75 / 0.1);
}
.border-indigo-950\/100 {
  border-color: rgb(30 27 75 / 1);
}
.border-indigo-950\/15 {
  border-color: rgb(30 27 75 / 0.15);
}
.border-indigo-950\/20 {
  border-color: rgb(30 27 75 / 0.2);
}
.border-indigo-950\/25 {
  border-color: rgb(30 27 75 / 0.25);
}
.border-indigo-950\/30 {
  border-color: rgb(30 27 75 / 0.3);
}
.border-indigo-950\/35 {
  border-color: rgb(30 27 75 / 0.35);
}
.border-indigo-950\/40 {
  border-color: rgb(30 27 75 / 0.4);
}
.border-indigo-950\/45 {
  border-color: rgb(30 27 75 / 0.45);
}
.border-indigo-950\/5 {
  border-color: rgb(30 27 75 / 0.05);
}
.border-indigo-950\/50 {
  border-color: rgb(30 27 75 / 0.5);
}
.border-indigo-950\/55 {
  border-color: rgb(30 27 75 / 0.55);
}
.border-indigo-950\/60 {
  border-color: rgb(30 27 75 / 0.6);
}
.border-indigo-950\/65 {
  border-color: rgb(30 27 75 / 0.65);
}
.border-indigo-950\/70 {
  border-color: rgb(30 27 75 / 0.7);
}
.border-indigo-950\/75 {
  border-color: rgb(30 27 75 / 0.75);
}
.border-indigo-950\/80 {
  border-color: rgb(30 27 75 / 0.8);
}
.border-indigo-950\/85 {
  border-color: rgb(30 27 75 / 0.85);
}
.border-indigo-950\/90 {
  border-color: rgb(30 27 75 / 0.9);
}
.border-indigo-950\/95 {
  border-color: rgb(30 27 75 / 0.95);
}
.border-lime-100 {
  --tw-border-opacity: 1;
  border-color: rgb(236 252 203 / var(--tw-border-opacity, 1));
}
.border-lime-100\/0 {
  border-color: rgb(236 252 203 / 0);
}
.border-lime-100\/10 {
  border-color: rgb(236 252 203 / 0.1);
}
.border-lime-100\/100 {
  border-color: rgb(236 252 203 / 1);
}
.border-lime-100\/15 {
  border-color: rgb(236 252 203 / 0.15);
}
.border-lime-100\/20 {
  border-color: rgb(236 252 203 / 0.2);
}
.border-lime-100\/25 {
  border-color: rgb(236 252 203 / 0.25);
}
.border-lime-100\/30 {
  border-color: rgb(236 252 203 / 0.3);
}
.border-lime-100\/35 {
  border-color: rgb(236 252 203 / 0.35);
}
.border-lime-100\/40 {
  border-color: rgb(236 252 203 / 0.4);
}
.border-lime-100\/45 {
  border-color: rgb(236 252 203 / 0.45);
}
.border-lime-100\/5 {
  border-color: rgb(236 252 203 / 0.05);
}
.border-lime-100\/50 {
  border-color: rgb(236 252 203 / 0.5);
}
.border-lime-100\/55 {
  border-color: rgb(236 252 203 / 0.55);
}
.border-lime-100\/60 {
  border-color: rgb(236 252 203 / 0.6);
}
.border-lime-100\/65 {
  border-color: rgb(236 252 203 / 0.65);
}
.border-lime-100\/70 {
  border-color: rgb(236 252 203 / 0.7);
}
.border-lime-100\/75 {
  border-color: rgb(236 252 203 / 0.75);
}
.border-lime-100\/80 {
  border-color: rgb(236 252 203 / 0.8);
}
.border-lime-100\/85 {
  border-color: rgb(236 252 203 / 0.85);
}
.border-lime-100\/90 {
  border-color: rgb(236 252 203 / 0.9);
}
.border-lime-100\/95 {
  border-color: rgb(236 252 203 / 0.95);
}
.border-lime-200 {
  --tw-border-opacity: 1;
  border-color: rgb(217 249 157 / var(--tw-border-opacity, 1));
}
.border-lime-200\/0 {
  border-color: rgb(217 249 157 / 0);
}
.border-lime-200\/10 {
  border-color: rgb(217 249 157 / 0.1);
}
.border-lime-200\/100 {
  border-color: rgb(217 249 157 / 1);
}
.border-lime-200\/15 {
  border-color: rgb(217 249 157 / 0.15);
}
.border-lime-200\/20 {
  border-color: rgb(217 249 157 / 0.2);
}
.border-lime-200\/25 {
  border-color: rgb(217 249 157 / 0.25);
}
.border-lime-200\/30 {
  border-color: rgb(217 249 157 / 0.3);
}
.border-lime-200\/35 {
  border-color: rgb(217 249 157 / 0.35);
}
.border-lime-200\/40 {
  border-color: rgb(217 249 157 / 0.4);
}
.border-lime-200\/45 {
  border-color: rgb(217 249 157 / 0.45);
}
.border-lime-200\/5 {
  border-color: rgb(217 249 157 / 0.05);
}
.border-lime-200\/50 {
  border-color: rgb(217 249 157 / 0.5);
}
.border-lime-200\/55 {
  border-color: rgb(217 249 157 / 0.55);
}
.border-lime-200\/60 {
  border-color: rgb(217 249 157 / 0.6);
}
.border-lime-200\/65 {
  border-color: rgb(217 249 157 / 0.65);
}
.border-lime-200\/70 {
  border-color: rgb(217 249 157 / 0.7);
}
.border-lime-200\/75 {
  border-color: rgb(217 249 157 / 0.75);
}
.border-lime-200\/80 {
  border-color: rgb(217 249 157 / 0.8);
}
.border-lime-200\/85 {
  border-color: rgb(217 249 157 / 0.85);
}
.border-lime-200\/90 {
  border-color: rgb(217 249 157 / 0.9);
}
.border-lime-200\/95 {
  border-color: rgb(217 249 157 / 0.95);
}
.border-lime-300 {
  --tw-border-opacity: 1;
  border-color: rgb(190 242 100 / var(--tw-border-opacity, 1));
}
.border-lime-300\/0 {
  border-color: rgb(190 242 100 / 0);
}
.border-lime-300\/10 {
  border-color: rgb(190 242 100 / 0.1);
}
.border-lime-300\/100 {
  border-color: rgb(190 242 100 / 1);
}
.border-lime-300\/15 {
  border-color: rgb(190 242 100 / 0.15);
}
.border-lime-300\/20 {
  border-color: rgb(190 242 100 / 0.2);
}
.border-lime-300\/25 {
  border-color: rgb(190 242 100 / 0.25);
}
.border-lime-300\/30 {
  border-color: rgb(190 242 100 / 0.3);
}
.border-lime-300\/35 {
  border-color: rgb(190 242 100 / 0.35);
}
.border-lime-300\/40 {
  border-color: rgb(190 242 100 / 0.4);
}
.border-lime-300\/45 {
  border-color: rgb(190 242 100 / 0.45);
}
.border-lime-300\/5 {
  border-color: rgb(190 242 100 / 0.05);
}
.border-lime-300\/50 {
  border-color: rgb(190 242 100 / 0.5);
}
.border-lime-300\/55 {
  border-color: rgb(190 242 100 / 0.55);
}
.border-lime-300\/60 {
  border-color: rgb(190 242 100 / 0.6);
}
.border-lime-300\/65 {
  border-color: rgb(190 242 100 / 0.65);
}
.border-lime-300\/70 {
  border-color: rgb(190 242 100 / 0.7);
}
.border-lime-300\/75 {
  border-color: rgb(190 242 100 / 0.75);
}
.border-lime-300\/80 {
  border-color: rgb(190 242 100 / 0.8);
}
.border-lime-300\/85 {
  border-color: rgb(190 242 100 / 0.85);
}
.border-lime-300\/90 {
  border-color: rgb(190 242 100 / 0.9);
}
.border-lime-300\/95 {
  border-color: rgb(190 242 100 / 0.95);
}
.border-lime-400 {
  --tw-border-opacity: 1;
  border-color: rgb(163 230 53 / var(--tw-border-opacity, 1));
}
.border-lime-400\/0 {
  border-color: rgb(163 230 53 / 0);
}
.border-lime-400\/10 {
  border-color: rgb(163 230 53 / 0.1);
}
.border-lime-400\/100 {
  border-color: rgb(163 230 53 / 1);
}
.border-lime-400\/15 {
  border-color: rgb(163 230 53 / 0.15);
}
.border-lime-400\/20 {
  border-color: rgb(163 230 53 / 0.2);
}
.border-lime-400\/25 {
  border-color: rgb(163 230 53 / 0.25);
}
.border-lime-400\/30 {
  border-color: rgb(163 230 53 / 0.3);
}
.border-lime-400\/35 {
  border-color: rgb(163 230 53 / 0.35);
}
.border-lime-400\/40 {
  border-color: rgb(163 230 53 / 0.4);
}
.border-lime-400\/45 {
  border-color: rgb(163 230 53 / 0.45);
}
.border-lime-400\/5 {
  border-color: rgb(163 230 53 / 0.05);
}
.border-lime-400\/50 {
  border-color: rgb(163 230 53 / 0.5);
}
.border-lime-400\/55 {
  border-color: rgb(163 230 53 / 0.55);
}
.border-lime-400\/60 {
  border-color: rgb(163 230 53 / 0.6);
}
.border-lime-400\/65 {
  border-color: rgb(163 230 53 / 0.65);
}
.border-lime-400\/70 {
  border-color: rgb(163 230 53 / 0.7);
}
.border-lime-400\/75 {
  border-color: rgb(163 230 53 / 0.75);
}
.border-lime-400\/80 {
  border-color: rgb(163 230 53 / 0.8);
}
.border-lime-400\/85 {
  border-color: rgb(163 230 53 / 0.85);
}
.border-lime-400\/90 {
  border-color: rgb(163 230 53 / 0.9);
}
.border-lime-400\/95 {
  border-color: rgb(163 230 53 / 0.95);
}
.border-lime-50 {
  --tw-border-opacity: 1;
  border-color: rgb(247 254 231 / var(--tw-border-opacity, 1));
}
.border-lime-50\/0 {
  border-color: rgb(247 254 231 / 0);
}
.border-lime-50\/10 {
  border-color: rgb(247 254 231 / 0.1);
}
.border-lime-50\/100 {
  border-color: rgb(247 254 231 / 1);
}
.border-lime-50\/15 {
  border-color: rgb(247 254 231 / 0.15);
}
.border-lime-50\/20 {
  border-color: rgb(247 254 231 / 0.2);
}
.border-lime-50\/25 {
  border-color: rgb(247 254 231 / 0.25);
}
.border-lime-50\/30 {
  border-color: rgb(247 254 231 / 0.3);
}
.border-lime-50\/35 {
  border-color: rgb(247 254 231 / 0.35);
}
.border-lime-50\/40 {
  border-color: rgb(247 254 231 / 0.4);
}
.border-lime-50\/45 {
  border-color: rgb(247 254 231 / 0.45);
}
.border-lime-50\/5 {
  border-color: rgb(247 254 231 / 0.05);
}
.border-lime-50\/50 {
  border-color: rgb(247 254 231 / 0.5);
}
.border-lime-50\/55 {
  border-color: rgb(247 254 231 / 0.55);
}
.border-lime-50\/60 {
  border-color: rgb(247 254 231 / 0.6);
}
.border-lime-50\/65 {
  border-color: rgb(247 254 231 / 0.65);
}
.border-lime-50\/70 {
  border-color: rgb(247 254 231 / 0.7);
}
.border-lime-50\/75 {
  border-color: rgb(247 254 231 / 0.75);
}
.border-lime-50\/80 {
  border-color: rgb(247 254 231 / 0.8);
}
.border-lime-50\/85 {
  border-color: rgb(247 254 231 / 0.85);
}
.border-lime-50\/90 {
  border-color: rgb(247 254 231 / 0.9);
}
.border-lime-50\/95 {
  border-color: rgb(247 254 231 / 0.95);
}
.border-lime-500 {
  --tw-border-opacity: 1;
  border-color: rgb(132 204 22 / var(--tw-border-opacity, 1));
}
.border-lime-500\/0 {
  border-color: rgb(132 204 22 / 0);
}
.border-lime-500\/10 {
  border-color: rgb(132 204 22 / 0.1);
}
.border-lime-500\/100 {
  border-color: rgb(132 204 22 / 1);
}
.border-lime-500\/15 {
  border-color: rgb(132 204 22 / 0.15);
}
.border-lime-500\/20 {
  border-color: rgb(132 204 22 / 0.2);
}
.border-lime-500\/25 {
  border-color: rgb(132 204 22 / 0.25);
}
.border-lime-500\/30 {
  border-color: rgb(132 204 22 / 0.3);
}
.border-lime-500\/35 {
  border-color: rgb(132 204 22 / 0.35);
}
.border-lime-500\/40 {
  border-color: rgb(132 204 22 / 0.4);
}
.border-lime-500\/45 {
  border-color: rgb(132 204 22 / 0.45);
}
.border-lime-500\/5 {
  border-color: rgb(132 204 22 / 0.05);
}
.border-lime-500\/50 {
  border-color: rgb(132 204 22 / 0.5);
}
.border-lime-500\/55 {
  border-color: rgb(132 204 22 / 0.55);
}
.border-lime-500\/60 {
  border-color: rgb(132 204 22 / 0.6);
}
.border-lime-500\/65 {
  border-color: rgb(132 204 22 / 0.65);
}
.border-lime-500\/70 {
  border-color: rgb(132 204 22 / 0.7);
}
.border-lime-500\/75 {
  border-color: rgb(132 204 22 / 0.75);
}
.border-lime-500\/80 {
  border-color: rgb(132 204 22 / 0.8);
}
.border-lime-500\/85 {
  border-color: rgb(132 204 22 / 0.85);
}
.border-lime-500\/90 {
  border-color: rgb(132 204 22 / 0.9);
}
.border-lime-500\/95 {
  border-color: rgb(132 204 22 / 0.95);
}
.border-lime-600 {
  --tw-border-opacity: 1;
  border-color: rgb(101 163 13 / var(--tw-border-opacity, 1));
}
.border-lime-600\/0 {
  border-color: rgb(101 163 13 / 0);
}
.border-lime-600\/10 {
  border-color: rgb(101 163 13 / 0.1);
}
.border-lime-600\/100 {
  border-color: rgb(101 163 13 / 1);
}
.border-lime-600\/15 {
  border-color: rgb(101 163 13 / 0.15);
}
.border-lime-600\/20 {
  border-color: rgb(101 163 13 / 0.2);
}
.border-lime-600\/25 {
  border-color: rgb(101 163 13 / 0.25);
}
.border-lime-600\/30 {
  border-color: rgb(101 163 13 / 0.3);
}
.border-lime-600\/35 {
  border-color: rgb(101 163 13 / 0.35);
}
.border-lime-600\/40 {
  border-color: rgb(101 163 13 / 0.4);
}
.border-lime-600\/45 {
  border-color: rgb(101 163 13 / 0.45);
}
.border-lime-600\/5 {
  border-color: rgb(101 163 13 / 0.05);
}
.border-lime-600\/50 {
  border-color: rgb(101 163 13 / 0.5);
}
.border-lime-600\/55 {
  border-color: rgb(101 163 13 / 0.55);
}
.border-lime-600\/60 {
  border-color: rgb(101 163 13 / 0.6);
}
.border-lime-600\/65 {
  border-color: rgb(101 163 13 / 0.65);
}
.border-lime-600\/70 {
  border-color: rgb(101 163 13 / 0.7);
}
.border-lime-600\/75 {
  border-color: rgb(101 163 13 / 0.75);
}
.border-lime-600\/80 {
  border-color: rgb(101 163 13 / 0.8);
}
.border-lime-600\/85 {
  border-color: rgb(101 163 13 / 0.85);
}
.border-lime-600\/90 {
  border-color: rgb(101 163 13 / 0.9);
}
.border-lime-600\/95 {
  border-color: rgb(101 163 13 / 0.95);
}
.border-lime-700 {
  --tw-border-opacity: 1;
  border-color: rgb(77 124 15 / var(--tw-border-opacity, 1));
}
.border-lime-700\/0 {
  border-color: rgb(77 124 15 / 0);
}
.border-lime-700\/10 {
  border-color: rgb(77 124 15 / 0.1);
}
.border-lime-700\/100 {
  border-color: rgb(77 124 15 / 1);
}
.border-lime-700\/15 {
  border-color: rgb(77 124 15 / 0.15);
}
.border-lime-700\/20 {
  border-color: rgb(77 124 15 / 0.2);
}
.border-lime-700\/25 {
  border-color: rgb(77 124 15 / 0.25);
}
.border-lime-700\/30 {
  border-color: rgb(77 124 15 / 0.3);
}
.border-lime-700\/35 {
  border-color: rgb(77 124 15 / 0.35);
}
.border-lime-700\/40 {
  border-color: rgb(77 124 15 / 0.4);
}
.border-lime-700\/45 {
  border-color: rgb(77 124 15 / 0.45);
}
.border-lime-700\/5 {
  border-color: rgb(77 124 15 / 0.05);
}
.border-lime-700\/50 {
  border-color: rgb(77 124 15 / 0.5);
}
.border-lime-700\/55 {
  border-color: rgb(77 124 15 / 0.55);
}
.border-lime-700\/60 {
  border-color: rgb(77 124 15 / 0.6);
}
.border-lime-700\/65 {
  border-color: rgb(77 124 15 / 0.65);
}
.border-lime-700\/70 {
  border-color: rgb(77 124 15 / 0.7);
}
.border-lime-700\/75 {
  border-color: rgb(77 124 15 / 0.75);
}
.border-lime-700\/80 {
  border-color: rgb(77 124 15 / 0.8);
}
.border-lime-700\/85 {
  border-color: rgb(77 124 15 / 0.85);
}
.border-lime-700\/90 {
  border-color: rgb(77 124 15 / 0.9);
}
.border-lime-700\/95 {
  border-color: rgb(77 124 15 / 0.95);
}
.border-lime-800 {
  --tw-border-opacity: 1;
  border-color: rgb(63 98 18 / var(--tw-border-opacity, 1));
}
.border-lime-800\/0 {
  border-color: rgb(63 98 18 / 0);
}
.border-lime-800\/10 {
  border-color: rgb(63 98 18 / 0.1);
}
.border-lime-800\/100 {
  border-color: rgb(63 98 18 / 1);
}
.border-lime-800\/15 {
  border-color: rgb(63 98 18 / 0.15);
}
.border-lime-800\/20 {
  border-color: rgb(63 98 18 / 0.2);
}
.border-lime-800\/25 {
  border-color: rgb(63 98 18 / 0.25);
}
.border-lime-800\/30 {
  border-color: rgb(63 98 18 / 0.3);
}
.border-lime-800\/35 {
  border-color: rgb(63 98 18 / 0.35);
}
.border-lime-800\/40 {
  border-color: rgb(63 98 18 / 0.4);
}
.border-lime-800\/45 {
  border-color: rgb(63 98 18 / 0.45);
}
.border-lime-800\/5 {
  border-color: rgb(63 98 18 / 0.05);
}
.border-lime-800\/50 {
  border-color: rgb(63 98 18 / 0.5);
}
.border-lime-800\/55 {
  border-color: rgb(63 98 18 / 0.55);
}
.border-lime-800\/60 {
  border-color: rgb(63 98 18 / 0.6);
}
.border-lime-800\/65 {
  border-color: rgb(63 98 18 / 0.65);
}
.border-lime-800\/70 {
  border-color: rgb(63 98 18 / 0.7);
}
.border-lime-800\/75 {
  border-color: rgb(63 98 18 / 0.75);
}
.border-lime-800\/80 {
  border-color: rgb(63 98 18 / 0.8);
}
.border-lime-800\/85 {
  border-color: rgb(63 98 18 / 0.85);
}
.border-lime-800\/90 {
  border-color: rgb(63 98 18 / 0.9);
}
.border-lime-800\/95 {
  border-color: rgb(63 98 18 / 0.95);
}
.border-lime-900 {
  --tw-border-opacity: 1;
  border-color: rgb(54 83 20 / var(--tw-border-opacity, 1));
}
.border-lime-900\/0 {
  border-color: rgb(54 83 20 / 0);
}
.border-lime-900\/10 {
  border-color: rgb(54 83 20 / 0.1);
}
.border-lime-900\/100 {
  border-color: rgb(54 83 20 / 1);
}
.border-lime-900\/15 {
  border-color: rgb(54 83 20 / 0.15);
}
.border-lime-900\/20 {
  border-color: rgb(54 83 20 / 0.2);
}
.border-lime-900\/25 {
  border-color: rgb(54 83 20 / 0.25);
}
.border-lime-900\/30 {
  border-color: rgb(54 83 20 / 0.3);
}
.border-lime-900\/35 {
  border-color: rgb(54 83 20 / 0.35);
}
.border-lime-900\/40 {
  border-color: rgb(54 83 20 / 0.4);
}
.border-lime-900\/45 {
  border-color: rgb(54 83 20 / 0.45);
}
.border-lime-900\/5 {
  border-color: rgb(54 83 20 / 0.05);
}
.border-lime-900\/50 {
  border-color: rgb(54 83 20 / 0.5);
}
.border-lime-900\/55 {
  border-color: rgb(54 83 20 / 0.55);
}
.border-lime-900\/60 {
  border-color: rgb(54 83 20 / 0.6);
}
.border-lime-900\/65 {
  border-color: rgb(54 83 20 / 0.65);
}
.border-lime-900\/70 {
  border-color: rgb(54 83 20 / 0.7);
}
.border-lime-900\/75 {
  border-color: rgb(54 83 20 / 0.75);
}
.border-lime-900\/80 {
  border-color: rgb(54 83 20 / 0.8);
}
.border-lime-900\/85 {
  border-color: rgb(54 83 20 / 0.85);
}
.border-lime-900\/90 {
  border-color: rgb(54 83 20 / 0.9);
}
.border-lime-900\/95 {
  border-color: rgb(54 83 20 / 0.95);
}
.border-lime-950 {
  --tw-border-opacity: 1;
  border-color: rgb(26 46 5 / var(--tw-border-opacity, 1));
}
.border-lime-950\/0 {
  border-color: rgb(26 46 5 / 0);
}
.border-lime-950\/10 {
  border-color: rgb(26 46 5 / 0.1);
}
.border-lime-950\/100 {
  border-color: rgb(26 46 5 / 1);
}
.border-lime-950\/15 {
  border-color: rgb(26 46 5 / 0.15);
}
.border-lime-950\/20 {
  border-color: rgb(26 46 5 / 0.2);
}
.border-lime-950\/25 {
  border-color: rgb(26 46 5 / 0.25);
}
.border-lime-950\/30 {
  border-color: rgb(26 46 5 / 0.3);
}
.border-lime-950\/35 {
  border-color: rgb(26 46 5 / 0.35);
}
.border-lime-950\/40 {
  border-color: rgb(26 46 5 / 0.4);
}
.border-lime-950\/45 {
  border-color: rgb(26 46 5 / 0.45);
}
.border-lime-950\/5 {
  border-color: rgb(26 46 5 / 0.05);
}
.border-lime-950\/50 {
  border-color: rgb(26 46 5 / 0.5);
}
.border-lime-950\/55 {
  border-color: rgb(26 46 5 / 0.55);
}
.border-lime-950\/60 {
  border-color: rgb(26 46 5 / 0.6);
}
.border-lime-950\/65 {
  border-color: rgb(26 46 5 / 0.65);
}
.border-lime-950\/70 {
  border-color: rgb(26 46 5 / 0.7);
}
.border-lime-950\/75 {
  border-color: rgb(26 46 5 / 0.75);
}
.border-lime-950\/80 {
  border-color: rgb(26 46 5 / 0.8);
}
.border-lime-950\/85 {
  border-color: rgb(26 46 5 / 0.85);
}
.border-lime-950\/90 {
  border-color: rgb(26 46 5 / 0.9);
}
.border-lime-950\/95 {
  border-color: rgb(26 46 5 / 0.95);
}
.border-orange-100 {
  --tw-border-opacity: 1;
  border-color: rgb(255 237 213 / var(--tw-border-opacity, 1));
}
.border-orange-100\/0 {
  border-color: rgb(255 237 213 / 0);
}
.border-orange-100\/10 {
  border-color: rgb(255 237 213 / 0.1);
}
.border-orange-100\/100 {
  border-color: rgb(255 237 213 / 1);
}
.border-orange-100\/15 {
  border-color: rgb(255 237 213 / 0.15);
}
.border-orange-100\/20 {
  border-color: rgb(255 237 213 / 0.2);
}
.border-orange-100\/25 {
  border-color: rgb(255 237 213 / 0.25);
}
.border-orange-100\/30 {
  border-color: rgb(255 237 213 / 0.3);
}
.border-orange-100\/35 {
  border-color: rgb(255 237 213 / 0.35);
}
.border-orange-100\/40 {
  border-color: rgb(255 237 213 / 0.4);
}
.border-orange-100\/45 {
  border-color: rgb(255 237 213 / 0.45);
}
.border-orange-100\/5 {
  border-color: rgb(255 237 213 / 0.05);
}
.border-orange-100\/50 {
  border-color: rgb(255 237 213 / 0.5);
}
.border-orange-100\/55 {
  border-color: rgb(255 237 213 / 0.55);
}
.border-orange-100\/60 {
  border-color: rgb(255 237 213 / 0.6);
}
.border-orange-100\/65 {
  border-color: rgb(255 237 213 / 0.65);
}
.border-orange-100\/70 {
  border-color: rgb(255 237 213 / 0.7);
}
.border-orange-100\/75 {
  border-color: rgb(255 237 213 / 0.75);
}
.border-orange-100\/80 {
  border-color: rgb(255 237 213 / 0.8);
}
.border-orange-100\/85 {
  border-color: rgb(255 237 213 / 0.85);
}
.border-orange-100\/90 {
  border-color: rgb(255 237 213 / 0.9);
}
.border-orange-100\/95 {
  border-color: rgb(255 237 213 / 0.95);
}
.border-orange-200 {
  --tw-border-opacity: 1;
  border-color: rgb(254 215 170 / var(--tw-border-opacity, 1));
}
.border-orange-200\/0 {
  border-color: rgb(254 215 170 / 0);
}
.border-orange-200\/10 {
  border-color: rgb(254 215 170 / 0.1);
}
.border-orange-200\/100 {
  border-color: rgb(254 215 170 / 1);
}
.border-orange-200\/15 {
  border-color: rgb(254 215 170 / 0.15);
}
.border-orange-200\/20 {
  border-color: rgb(254 215 170 / 0.2);
}
.border-orange-200\/25 {
  border-color: rgb(254 215 170 / 0.25);
}
.border-orange-200\/30 {
  border-color: rgb(254 215 170 / 0.3);
}
.border-orange-200\/35 {
  border-color: rgb(254 215 170 / 0.35);
}
.border-orange-200\/40 {
  border-color: rgb(254 215 170 / 0.4);
}
.border-orange-200\/45 {
  border-color: rgb(254 215 170 / 0.45);
}
.border-orange-200\/5 {
  border-color: rgb(254 215 170 / 0.05);
}
.border-orange-200\/50 {
  border-color: rgb(254 215 170 / 0.5);
}
.border-orange-200\/55 {
  border-color: rgb(254 215 170 / 0.55);
}
.border-orange-200\/60 {
  border-color: rgb(254 215 170 / 0.6);
}
.border-orange-200\/65 {
  border-color: rgb(254 215 170 / 0.65);
}
.border-orange-200\/70 {
  border-color: rgb(254 215 170 / 0.7);
}
.border-orange-200\/75 {
  border-color: rgb(254 215 170 / 0.75);
}
.border-orange-200\/80 {
  border-color: rgb(254 215 170 / 0.8);
}
.border-orange-200\/85 {
  border-color: rgb(254 215 170 / 0.85);
}
.border-orange-200\/90 {
  border-color: rgb(254 215 170 / 0.9);
}
.border-orange-200\/95 {
  border-color: rgb(254 215 170 / 0.95);
}
.border-orange-300 {
  --tw-border-opacity: 1;
  border-color: rgb(253 186 116 / var(--tw-border-opacity, 1));
}
.border-orange-300\/0 {
  border-color: rgb(253 186 116 / 0);
}
.border-orange-300\/10 {
  border-color: rgb(253 186 116 / 0.1);
}
.border-orange-300\/100 {
  border-color: rgb(253 186 116 / 1);
}
.border-orange-300\/15 {
  border-color: rgb(253 186 116 / 0.15);
}
.border-orange-300\/20 {
  border-color: rgb(253 186 116 / 0.2);
}
.border-orange-300\/25 {
  border-color: rgb(253 186 116 / 0.25);
}
.border-orange-300\/30 {
  border-color: rgb(253 186 116 / 0.3);
}
.border-orange-300\/35 {
  border-color: rgb(253 186 116 / 0.35);
}
.border-orange-300\/40 {
  border-color: rgb(253 186 116 / 0.4);
}
.border-orange-300\/45 {
  border-color: rgb(253 186 116 / 0.45);
}
.border-orange-300\/5 {
  border-color: rgb(253 186 116 / 0.05);
}
.border-orange-300\/50 {
  border-color: rgb(253 186 116 / 0.5);
}
.border-orange-300\/55 {
  border-color: rgb(253 186 116 / 0.55);
}
.border-orange-300\/60 {
  border-color: rgb(253 186 116 / 0.6);
}
.border-orange-300\/65 {
  border-color: rgb(253 186 116 / 0.65);
}
.border-orange-300\/70 {
  border-color: rgb(253 186 116 / 0.7);
}
.border-orange-300\/75 {
  border-color: rgb(253 186 116 / 0.75);
}
.border-orange-300\/80 {
  border-color: rgb(253 186 116 / 0.8);
}
.border-orange-300\/85 {
  border-color: rgb(253 186 116 / 0.85);
}
.border-orange-300\/90 {
  border-color: rgb(253 186 116 / 0.9);
}
.border-orange-300\/95 {
  border-color: rgb(253 186 116 / 0.95);
}
.border-orange-400 {
  --tw-border-opacity: 1;
  border-color: rgb(251 146 60 / var(--tw-border-opacity, 1));
}
.border-orange-400\/0 {
  border-color: rgb(251 146 60 / 0);
}
.border-orange-400\/10 {
  border-color: rgb(251 146 60 / 0.1);
}
.border-orange-400\/100 {
  border-color: rgb(251 146 60 / 1);
}
.border-orange-400\/15 {
  border-color: rgb(251 146 60 / 0.15);
}
.border-orange-400\/20 {
  border-color: rgb(251 146 60 / 0.2);
}
.border-orange-400\/25 {
  border-color: rgb(251 146 60 / 0.25);
}
.border-orange-400\/30 {
  border-color: rgb(251 146 60 / 0.3);
}
.border-orange-400\/35 {
  border-color: rgb(251 146 60 / 0.35);
}
.border-orange-400\/40 {
  border-color: rgb(251 146 60 / 0.4);
}
.border-orange-400\/45 {
  border-color: rgb(251 146 60 / 0.45);
}
.border-orange-400\/5 {
  border-color: rgb(251 146 60 / 0.05);
}
.border-orange-400\/50 {
  border-color: rgb(251 146 60 / 0.5);
}
.border-orange-400\/55 {
  border-color: rgb(251 146 60 / 0.55);
}
.border-orange-400\/60 {
  border-color: rgb(251 146 60 / 0.6);
}
.border-orange-400\/65 {
  border-color: rgb(251 146 60 / 0.65);
}
.border-orange-400\/70 {
  border-color: rgb(251 146 60 / 0.7);
}
.border-orange-400\/75 {
  border-color: rgb(251 146 60 / 0.75);
}
.border-orange-400\/80 {
  border-color: rgb(251 146 60 / 0.8);
}
.border-orange-400\/85 {
  border-color: rgb(251 146 60 / 0.85);
}
.border-orange-400\/90 {
  border-color: rgb(251 146 60 / 0.9);
}
.border-orange-400\/95 {
  border-color: rgb(251 146 60 / 0.95);
}
.border-orange-50 {
  --tw-border-opacity: 1;
  border-color: rgb(255 247 237 / var(--tw-border-opacity, 1));
}
.border-orange-50\/0 {
  border-color: rgb(255 247 237 / 0);
}
.border-orange-50\/10 {
  border-color: rgb(255 247 237 / 0.1);
}
.border-orange-50\/100 {
  border-color: rgb(255 247 237 / 1);
}
.border-orange-50\/15 {
  border-color: rgb(255 247 237 / 0.15);
}
.border-orange-50\/20 {
  border-color: rgb(255 247 237 / 0.2);
}
.border-orange-50\/25 {
  border-color: rgb(255 247 237 / 0.25);
}
.border-orange-50\/30 {
  border-color: rgb(255 247 237 / 0.3);
}
.border-orange-50\/35 {
  border-color: rgb(255 247 237 / 0.35);
}
.border-orange-50\/40 {
  border-color: rgb(255 247 237 / 0.4);
}
.border-orange-50\/45 {
  border-color: rgb(255 247 237 / 0.45);
}
.border-orange-50\/5 {
  border-color: rgb(255 247 237 / 0.05);
}
.border-orange-50\/50 {
  border-color: rgb(255 247 237 / 0.5);
}
.border-orange-50\/55 {
  border-color: rgb(255 247 237 / 0.55);
}
.border-orange-50\/60 {
  border-color: rgb(255 247 237 / 0.6);
}
.border-orange-50\/65 {
  border-color: rgb(255 247 237 / 0.65);
}
.border-orange-50\/70 {
  border-color: rgb(255 247 237 / 0.7);
}
.border-orange-50\/75 {
  border-color: rgb(255 247 237 / 0.75);
}
.border-orange-50\/80 {
  border-color: rgb(255 247 237 / 0.8);
}
.border-orange-50\/85 {
  border-color: rgb(255 247 237 / 0.85);
}
.border-orange-50\/90 {
  border-color: rgb(255 247 237 / 0.9);
}
.border-orange-50\/95 {
  border-color: rgb(255 247 237 / 0.95);
}
.border-orange-500 {
  --tw-border-opacity: 1;
  border-color: rgb(249 115 22 / var(--tw-border-opacity, 1));
}
.border-orange-500\/0 {
  border-color: rgb(249 115 22 / 0);
}
.border-orange-500\/10 {
  border-color: rgb(249 115 22 / 0.1);
}
.border-orange-500\/100 {
  border-color: rgb(249 115 22 / 1);
}
.border-orange-500\/15 {
  border-color: rgb(249 115 22 / 0.15);
}
.border-orange-500\/20 {
  border-color: rgb(249 115 22 / 0.2);
}
.border-orange-500\/25 {
  border-color: rgb(249 115 22 / 0.25);
}
.border-orange-500\/30 {
  border-color: rgb(249 115 22 / 0.3);
}
.border-orange-500\/35 {
  border-color: rgb(249 115 22 / 0.35);
}
.border-orange-500\/40 {
  border-color: rgb(249 115 22 / 0.4);
}
.border-orange-500\/45 {
  border-color: rgb(249 115 22 / 0.45);
}
.border-orange-500\/5 {
  border-color: rgb(249 115 22 / 0.05);
}
.border-orange-500\/50 {
  border-color: rgb(249 115 22 / 0.5);
}
.border-orange-500\/55 {
  border-color: rgb(249 115 22 / 0.55);
}
.border-orange-500\/60 {
  border-color: rgb(249 115 22 / 0.6);
}
.border-orange-500\/65 {
  border-color: rgb(249 115 22 / 0.65);
}
.border-orange-500\/70 {
  border-color: rgb(249 115 22 / 0.7);
}
.border-orange-500\/75 {
  border-color: rgb(249 115 22 / 0.75);
}
.border-orange-500\/80 {
  border-color: rgb(249 115 22 / 0.8);
}
.border-orange-500\/85 {
  border-color: rgb(249 115 22 / 0.85);
}
.border-orange-500\/90 {
  border-color: rgb(249 115 22 / 0.9);
}
.border-orange-500\/95 {
  border-color: rgb(249 115 22 / 0.95);
}
.border-orange-600 {
  --tw-border-opacity: 1;
  border-color: rgb(234 88 12 / var(--tw-border-opacity, 1));
}
.border-orange-600\/0 {
  border-color: rgb(234 88 12 / 0);
}
.border-orange-600\/10 {
  border-color: rgb(234 88 12 / 0.1);
}
.border-orange-600\/100 {
  border-color: rgb(234 88 12 / 1);
}
.border-orange-600\/15 {
  border-color: rgb(234 88 12 / 0.15);
}
.border-orange-600\/20 {
  border-color: rgb(234 88 12 / 0.2);
}
.border-orange-600\/25 {
  border-color: rgb(234 88 12 / 0.25);
}
.border-orange-600\/30 {
  border-color: rgb(234 88 12 / 0.3);
}
.border-orange-600\/35 {
  border-color: rgb(234 88 12 / 0.35);
}
.border-orange-600\/40 {
  border-color: rgb(234 88 12 / 0.4);
}
.border-orange-600\/45 {
  border-color: rgb(234 88 12 / 0.45);
}
.border-orange-600\/5 {
  border-color: rgb(234 88 12 / 0.05);
}
.border-orange-600\/50 {
  border-color: rgb(234 88 12 / 0.5);
}
.border-orange-600\/55 {
  border-color: rgb(234 88 12 / 0.55);
}
.border-orange-600\/60 {
  border-color: rgb(234 88 12 / 0.6);
}
.border-orange-600\/65 {
  border-color: rgb(234 88 12 / 0.65);
}
.border-orange-600\/70 {
  border-color: rgb(234 88 12 / 0.7);
}
.border-orange-600\/75 {
  border-color: rgb(234 88 12 / 0.75);
}
.border-orange-600\/80 {
  border-color: rgb(234 88 12 / 0.8);
}
.border-orange-600\/85 {
  border-color: rgb(234 88 12 / 0.85);
}
.border-orange-600\/90 {
  border-color: rgb(234 88 12 / 0.9);
}
.border-orange-600\/95 {
  border-color: rgb(234 88 12 / 0.95);
}
.border-orange-700 {
  --tw-border-opacity: 1;
  border-color: rgb(194 65 12 / var(--tw-border-opacity, 1));
}
.border-orange-700\/0 {
  border-color: rgb(194 65 12 / 0);
}
.border-orange-700\/10 {
  border-color: rgb(194 65 12 / 0.1);
}
.border-orange-700\/100 {
  border-color: rgb(194 65 12 / 1);
}
.border-orange-700\/15 {
  border-color: rgb(194 65 12 / 0.15);
}
.border-orange-700\/20 {
  border-color: rgb(194 65 12 / 0.2);
}
.border-orange-700\/25 {
  border-color: rgb(194 65 12 / 0.25);
}
.border-orange-700\/30 {
  border-color: rgb(194 65 12 / 0.3);
}
.border-orange-700\/35 {
  border-color: rgb(194 65 12 / 0.35);
}
.border-orange-700\/40 {
  border-color: rgb(194 65 12 / 0.4);
}
.border-orange-700\/45 {
  border-color: rgb(194 65 12 / 0.45);
}
.border-orange-700\/5 {
  border-color: rgb(194 65 12 / 0.05);
}
.border-orange-700\/50 {
  border-color: rgb(194 65 12 / 0.5);
}
.border-orange-700\/55 {
  border-color: rgb(194 65 12 / 0.55);
}
.border-orange-700\/60 {
  border-color: rgb(194 65 12 / 0.6);
}
.border-orange-700\/65 {
  border-color: rgb(194 65 12 / 0.65);
}
.border-orange-700\/70 {
  border-color: rgb(194 65 12 / 0.7);
}
.border-orange-700\/75 {
  border-color: rgb(194 65 12 / 0.75);
}
.border-orange-700\/80 {
  border-color: rgb(194 65 12 / 0.8);
}
.border-orange-700\/85 {
  border-color: rgb(194 65 12 / 0.85);
}
.border-orange-700\/90 {
  border-color: rgb(194 65 12 / 0.9);
}
.border-orange-700\/95 {
  border-color: rgb(194 65 12 / 0.95);
}
.border-orange-800 {
  --tw-border-opacity: 1;
  border-color: rgb(154 52 18 / var(--tw-border-opacity, 1));
}
.border-orange-800\/0 {
  border-color: rgb(154 52 18 / 0);
}
.border-orange-800\/10 {
  border-color: rgb(154 52 18 / 0.1);
}
.border-orange-800\/100 {
  border-color: rgb(154 52 18 / 1);
}
.border-orange-800\/15 {
  border-color: rgb(154 52 18 / 0.15);
}
.border-orange-800\/20 {
  border-color: rgb(154 52 18 / 0.2);
}
.border-orange-800\/25 {
  border-color: rgb(154 52 18 / 0.25);
}
.border-orange-800\/30 {
  border-color: rgb(154 52 18 / 0.3);
}
.border-orange-800\/35 {
  border-color: rgb(154 52 18 / 0.35);
}
.border-orange-800\/40 {
  border-color: rgb(154 52 18 / 0.4);
}
.border-orange-800\/45 {
  border-color: rgb(154 52 18 / 0.45);
}
.border-orange-800\/5 {
  border-color: rgb(154 52 18 / 0.05);
}
.border-orange-800\/50 {
  border-color: rgb(154 52 18 / 0.5);
}
.border-orange-800\/55 {
  border-color: rgb(154 52 18 / 0.55);
}
.border-orange-800\/60 {
  border-color: rgb(154 52 18 / 0.6);
}
.border-orange-800\/65 {
  border-color: rgb(154 52 18 / 0.65);
}
.border-orange-800\/70 {
  border-color: rgb(154 52 18 / 0.7);
}
.border-orange-800\/75 {
  border-color: rgb(154 52 18 / 0.75);
}
.border-orange-800\/80 {
  border-color: rgb(154 52 18 / 0.8);
}
.border-orange-800\/85 {
  border-color: rgb(154 52 18 / 0.85);
}
.border-orange-800\/90 {
  border-color: rgb(154 52 18 / 0.9);
}
.border-orange-800\/95 {
  border-color: rgb(154 52 18 / 0.95);
}
.border-orange-900 {
  --tw-border-opacity: 1;
  border-color: rgb(124 45 18 / var(--tw-border-opacity, 1));
}
.border-orange-900\/0 {
  border-color: rgb(124 45 18 / 0);
}
.border-orange-900\/10 {
  border-color: rgb(124 45 18 / 0.1);
}
.border-orange-900\/100 {
  border-color: rgb(124 45 18 / 1);
}
.border-orange-900\/15 {
  border-color: rgb(124 45 18 / 0.15);
}
.border-orange-900\/20 {
  border-color: rgb(124 45 18 / 0.2);
}
.border-orange-900\/25 {
  border-color: rgb(124 45 18 / 0.25);
}
.border-orange-900\/30 {
  border-color: rgb(124 45 18 / 0.3);
}
.border-orange-900\/35 {
  border-color: rgb(124 45 18 / 0.35);
}
.border-orange-900\/40 {
  border-color: rgb(124 45 18 / 0.4);
}
.border-orange-900\/45 {
  border-color: rgb(124 45 18 / 0.45);
}
.border-orange-900\/5 {
  border-color: rgb(124 45 18 / 0.05);
}
.border-orange-900\/50 {
  border-color: rgb(124 45 18 / 0.5);
}
.border-orange-900\/55 {
  border-color: rgb(124 45 18 / 0.55);
}
.border-orange-900\/60 {
  border-color: rgb(124 45 18 / 0.6);
}
.border-orange-900\/65 {
  border-color: rgb(124 45 18 / 0.65);
}
.border-orange-900\/70 {
  border-color: rgb(124 45 18 / 0.7);
}
.border-orange-900\/75 {
  border-color: rgb(124 45 18 / 0.75);
}
.border-orange-900\/80 {
  border-color: rgb(124 45 18 / 0.8);
}
.border-orange-900\/85 {
  border-color: rgb(124 45 18 / 0.85);
}
.border-orange-900\/90 {
  border-color: rgb(124 45 18 / 0.9);
}
.border-orange-900\/95 {
  border-color: rgb(124 45 18 / 0.95);
}
.border-orange-950 {
  --tw-border-opacity: 1;
  border-color: rgb(67 20 7 / var(--tw-border-opacity, 1));
}
.border-orange-950\/0 {
  border-color: rgb(67 20 7 / 0);
}
.border-orange-950\/10 {
  border-color: rgb(67 20 7 / 0.1);
}
.border-orange-950\/100 {
  border-color: rgb(67 20 7 / 1);
}
.border-orange-950\/15 {
  border-color: rgb(67 20 7 / 0.15);
}
.border-orange-950\/20 {
  border-color: rgb(67 20 7 / 0.2);
}
.border-orange-950\/25 {
  border-color: rgb(67 20 7 / 0.25);
}
.border-orange-950\/30 {
  border-color: rgb(67 20 7 / 0.3);
}
.border-orange-950\/35 {
  border-color: rgb(67 20 7 / 0.35);
}
.border-orange-950\/40 {
  border-color: rgb(67 20 7 / 0.4);
}
.border-orange-950\/45 {
  border-color: rgb(67 20 7 / 0.45);
}
.border-orange-950\/5 {
  border-color: rgb(67 20 7 / 0.05);
}
.border-orange-950\/50 {
  border-color: rgb(67 20 7 / 0.5);
}
.border-orange-950\/55 {
  border-color: rgb(67 20 7 / 0.55);
}
.border-orange-950\/60 {
  border-color: rgb(67 20 7 / 0.6);
}
.border-orange-950\/65 {
  border-color: rgb(67 20 7 / 0.65);
}
.border-orange-950\/70 {
  border-color: rgb(67 20 7 / 0.7);
}
.border-orange-950\/75 {
  border-color: rgb(67 20 7 / 0.75);
}
.border-orange-950\/80 {
  border-color: rgb(67 20 7 / 0.8);
}
.border-orange-950\/85 {
  border-color: rgb(67 20 7 / 0.85);
}
.border-orange-950\/90 {
  border-color: rgb(67 20 7 / 0.9);
}
.border-orange-950\/95 {
  border-color: rgb(67 20 7 / 0.95);
}
.border-purple-100 {
  --tw-border-opacity: 1;
  border-color: rgb(243 232 255 / var(--tw-border-opacity, 1));
}
.border-purple-100\/0 {
  border-color: rgb(243 232 255 / 0);
}
.border-purple-100\/10 {
  border-color: rgb(243 232 255 / 0.1);
}
.border-purple-100\/100 {
  border-color: rgb(243 232 255 / 1);
}
.border-purple-100\/15 {
  border-color: rgb(243 232 255 / 0.15);
}
.border-purple-100\/20 {
  border-color: rgb(243 232 255 / 0.2);
}
.border-purple-100\/25 {
  border-color: rgb(243 232 255 / 0.25);
}
.border-purple-100\/30 {
  border-color: rgb(243 232 255 / 0.3);
}
.border-purple-100\/35 {
  border-color: rgb(243 232 255 / 0.35);
}
.border-purple-100\/40 {
  border-color: rgb(243 232 255 / 0.4);
}
.border-purple-100\/45 {
  border-color: rgb(243 232 255 / 0.45);
}
.border-purple-100\/5 {
  border-color: rgb(243 232 255 / 0.05);
}
.border-purple-100\/50 {
  border-color: rgb(243 232 255 / 0.5);
}
.border-purple-100\/55 {
  border-color: rgb(243 232 255 / 0.55);
}
.border-purple-100\/60 {
  border-color: rgb(243 232 255 / 0.6);
}
.border-purple-100\/65 {
  border-color: rgb(243 232 255 / 0.65);
}
.border-purple-100\/70 {
  border-color: rgb(243 232 255 / 0.7);
}
.border-purple-100\/75 {
  border-color: rgb(243 232 255 / 0.75);
}
.border-purple-100\/80 {
  border-color: rgb(243 232 255 / 0.8);
}
.border-purple-100\/85 {
  border-color: rgb(243 232 255 / 0.85);
}
.border-purple-100\/90 {
  border-color: rgb(243 232 255 / 0.9);
}
.border-purple-100\/95 {
  border-color: rgb(243 232 255 / 0.95);
}
.border-purple-200 {
  --tw-border-opacity: 1;
  border-color: rgb(233 213 255 / var(--tw-border-opacity, 1));
}
.border-purple-200\/0 {
  border-color: rgb(233 213 255 / 0);
}
.border-purple-200\/10 {
  border-color: rgb(233 213 255 / 0.1);
}
.border-purple-200\/100 {
  border-color: rgb(233 213 255 / 1);
}
.border-purple-200\/15 {
  border-color: rgb(233 213 255 / 0.15);
}
.border-purple-200\/20 {
  border-color: rgb(233 213 255 / 0.2);
}
.border-purple-200\/25 {
  border-color: rgb(233 213 255 / 0.25);
}
.border-purple-200\/30 {
  border-color: rgb(233 213 255 / 0.3);
}
.border-purple-200\/35 {
  border-color: rgb(233 213 255 / 0.35);
}
.border-purple-200\/40 {
  border-color: rgb(233 213 255 / 0.4);
}
.border-purple-200\/45 {
  border-color: rgb(233 213 255 / 0.45);
}
.border-purple-200\/5 {
  border-color: rgb(233 213 255 / 0.05);
}
.border-purple-200\/50 {
  border-color: rgb(233 213 255 / 0.5);
}
.border-purple-200\/55 {
  border-color: rgb(233 213 255 / 0.55);
}
.border-purple-200\/60 {
  border-color: rgb(233 213 255 / 0.6);
}
.border-purple-200\/65 {
  border-color: rgb(233 213 255 / 0.65);
}
.border-purple-200\/70 {
  border-color: rgb(233 213 255 / 0.7);
}
.border-purple-200\/75 {
  border-color: rgb(233 213 255 / 0.75);
}
.border-purple-200\/80 {
  border-color: rgb(233 213 255 / 0.8);
}
.border-purple-200\/85 {
  border-color: rgb(233 213 255 / 0.85);
}
.border-purple-200\/90 {
  border-color: rgb(233 213 255 / 0.9);
}
.border-purple-200\/95 {
  border-color: rgb(233 213 255 / 0.95);
}
.border-purple-300 {
  --tw-border-opacity: 1;
  border-color: rgb(216 180 254 / var(--tw-border-opacity, 1));
}
.border-purple-300\/0 {
  border-color: rgb(216 180 254 / 0);
}
.border-purple-300\/10 {
  border-color: rgb(216 180 254 / 0.1);
}
.border-purple-300\/100 {
  border-color: rgb(216 180 254 / 1);
}
.border-purple-300\/15 {
  border-color: rgb(216 180 254 / 0.15);
}
.border-purple-300\/20 {
  border-color: rgb(216 180 254 / 0.2);
}
.border-purple-300\/25 {
  border-color: rgb(216 180 254 / 0.25);
}
.border-purple-300\/30 {
  border-color: rgb(216 180 254 / 0.3);
}
.border-purple-300\/35 {
  border-color: rgb(216 180 254 / 0.35);
}
.border-purple-300\/40 {
  border-color: rgb(216 180 254 / 0.4);
}
.border-purple-300\/45 {
  border-color: rgb(216 180 254 / 0.45);
}
.border-purple-300\/5 {
  border-color: rgb(216 180 254 / 0.05);
}
.border-purple-300\/50 {
  border-color: rgb(216 180 254 / 0.5);
}
.border-purple-300\/55 {
  border-color: rgb(216 180 254 / 0.55);
}
.border-purple-300\/60 {
  border-color: rgb(216 180 254 / 0.6);
}
.border-purple-300\/65 {
  border-color: rgb(216 180 254 / 0.65);
}
.border-purple-300\/70 {
  border-color: rgb(216 180 254 / 0.7);
}
.border-purple-300\/75 {
  border-color: rgb(216 180 254 / 0.75);
}
.border-purple-300\/80 {
  border-color: rgb(216 180 254 / 0.8);
}
.border-purple-300\/85 {
  border-color: rgb(216 180 254 / 0.85);
}
.border-purple-300\/90 {
  border-color: rgb(216 180 254 / 0.9);
}
.border-purple-300\/95 {
  border-color: rgb(216 180 254 / 0.95);
}
.border-purple-400 {
  --tw-border-opacity: 1;
  border-color: rgb(192 132 252 / var(--tw-border-opacity, 1));
}
.border-purple-400\/0 {
  border-color: rgb(192 132 252 / 0);
}
.border-purple-400\/10 {
  border-color: rgb(192 132 252 / 0.1);
}
.border-purple-400\/100 {
  border-color: rgb(192 132 252 / 1);
}
.border-purple-400\/15 {
  border-color: rgb(192 132 252 / 0.15);
}
.border-purple-400\/20 {
  border-color: rgb(192 132 252 / 0.2);
}
.border-purple-400\/25 {
  border-color: rgb(192 132 252 / 0.25);
}
.border-purple-400\/30 {
  border-color: rgb(192 132 252 / 0.3);
}
.border-purple-400\/35 {
  border-color: rgb(192 132 252 / 0.35);
}
.border-purple-400\/40 {
  border-color: rgb(192 132 252 / 0.4);
}
.border-purple-400\/45 {
  border-color: rgb(192 132 252 / 0.45);
}
.border-purple-400\/5 {
  border-color: rgb(192 132 252 / 0.05);
}
.border-purple-400\/50 {
  border-color: rgb(192 132 252 / 0.5);
}
.border-purple-400\/55 {
  border-color: rgb(192 132 252 / 0.55);
}
.border-purple-400\/60 {
  border-color: rgb(192 132 252 / 0.6);
}
.border-purple-400\/65 {
  border-color: rgb(192 132 252 / 0.65);
}
.border-purple-400\/70 {
  border-color: rgb(192 132 252 / 0.7);
}
.border-purple-400\/75 {
  border-color: rgb(192 132 252 / 0.75);
}
.border-purple-400\/80 {
  border-color: rgb(192 132 252 / 0.8);
}
.border-purple-400\/85 {
  border-color: rgb(192 132 252 / 0.85);
}
.border-purple-400\/90 {
  border-color: rgb(192 132 252 / 0.9);
}
.border-purple-400\/95 {
  border-color: rgb(192 132 252 / 0.95);
}
.border-purple-50 {
  --tw-border-opacity: 1;
  border-color: rgb(250 245 255 / var(--tw-border-opacity, 1));
}
.border-purple-50\/0 {
  border-color: rgb(250 245 255 / 0);
}
.border-purple-50\/10 {
  border-color: rgb(250 245 255 / 0.1);
}
.border-purple-50\/100 {
  border-color: rgb(250 245 255 / 1);
}
.border-purple-50\/15 {
  border-color: rgb(250 245 255 / 0.15);
}
.border-purple-50\/20 {
  border-color: rgb(250 245 255 / 0.2);
}
.border-purple-50\/25 {
  border-color: rgb(250 245 255 / 0.25);
}
.border-purple-50\/30 {
  border-color: rgb(250 245 255 / 0.3);
}
.border-purple-50\/35 {
  border-color: rgb(250 245 255 / 0.35);
}
.border-purple-50\/40 {
  border-color: rgb(250 245 255 / 0.4);
}
.border-purple-50\/45 {
  border-color: rgb(250 245 255 / 0.45);
}
.border-purple-50\/5 {
  border-color: rgb(250 245 255 / 0.05);
}
.border-purple-50\/50 {
  border-color: rgb(250 245 255 / 0.5);
}
.border-purple-50\/55 {
  border-color: rgb(250 245 255 / 0.55);
}
.border-purple-50\/60 {
  border-color: rgb(250 245 255 / 0.6);
}
.border-purple-50\/65 {
  border-color: rgb(250 245 255 / 0.65);
}
.border-purple-50\/70 {
  border-color: rgb(250 245 255 / 0.7);
}
.border-purple-50\/75 {
  border-color: rgb(250 245 255 / 0.75);
}
.border-purple-50\/80 {
  border-color: rgb(250 245 255 / 0.8);
}
.border-purple-50\/85 {
  border-color: rgb(250 245 255 / 0.85);
}
.border-purple-50\/90 {
  border-color: rgb(250 245 255 / 0.9);
}
.border-purple-50\/95 {
  border-color: rgb(250 245 255 / 0.95);
}
.border-purple-500 {
  --tw-border-opacity: 1;
  border-color: rgb(168 85 247 / var(--tw-border-opacity, 1));
}
.border-purple-500\/0 {
  border-color: rgb(168 85 247 / 0);
}
.border-purple-500\/10 {
  border-color: rgb(168 85 247 / 0.1);
}
.border-purple-500\/100 {
  border-color: rgb(168 85 247 / 1);
}
.border-purple-500\/15 {
  border-color: rgb(168 85 247 / 0.15);
}
.border-purple-500\/20 {
  border-color: rgb(168 85 247 / 0.2);
}
.border-purple-500\/25 {
  border-color: rgb(168 85 247 / 0.25);
}
.border-purple-500\/30 {
  border-color: rgb(168 85 247 / 0.3);
}
.border-purple-500\/35 {
  border-color: rgb(168 85 247 / 0.35);
}
.border-purple-500\/40 {
  border-color: rgb(168 85 247 / 0.4);
}
.border-purple-500\/45 {
  border-color: rgb(168 85 247 / 0.45);
}
.border-purple-500\/5 {
  border-color: rgb(168 85 247 / 0.05);
}
.border-purple-500\/50 {
  border-color: rgb(168 85 247 / 0.5);
}
.border-purple-500\/55 {
  border-color: rgb(168 85 247 / 0.55);
}
.border-purple-500\/60 {
  border-color: rgb(168 85 247 / 0.6);
}
.border-purple-500\/65 {
  border-color: rgb(168 85 247 / 0.65);
}
.border-purple-500\/70 {
  border-color: rgb(168 85 247 / 0.7);
}
.border-purple-500\/75 {
  border-color: rgb(168 85 247 / 0.75);
}
.border-purple-500\/80 {
  border-color: rgb(168 85 247 / 0.8);
}
.border-purple-500\/85 {
  border-color: rgb(168 85 247 / 0.85);
}
.border-purple-500\/90 {
  border-color: rgb(168 85 247 / 0.9);
}
.border-purple-500\/95 {
  border-color: rgb(168 85 247 / 0.95);
}
.border-purple-600 {
  --tw-border-opacity: 1;
  border-color: rgb(147 51 234 / var(--tw-border-opacity, 1));
}
.border-purple-600\/0 {
  border-color: rgb(147 51 234 / 0);
}
.border-purple-600\/10 {
  border-color: rgb(147 51 234 / 0.1);
}
.border-purple-600\/100 {
  border-color: rgb(147 51 234 / 1);
}
.border-purple-600\/15 {
  border-color: rgb(147 51 234 / 0.15);
}
.border-purple-600\/20 {
  border-color: rgb(147 51 234 / 0.2);
}
.border-purple-600\/25 {
  border-color: rgb(147 51 234 / 0.25);
}
.border-purple-600\/30 {
  border-color: rgb(147 51 234 / 0.3);
}
.border-purple-600\/35 {
  border-color: rgb(147 51 234 / 0.35);
}
.border-purple-600\/40 {
  border-color: rgb(147 51 234 / 0.4);
}
.border-purple-600\/45 {
  border-color: rgb(147 51 234 / 0.45);
}
.border-purple-600\/5 {
  border-color: rgb(147 51 234 / 0.05);
}
.border-purple-600\/50 {
  border-color: rgb(147 51 234 / 0.5);
}
.border-purple-600\/55 {
  border-color: rgb(147 51 234 / 0.55);
}
.border-purple-600\/60 {
  border-color: rgb(147 51 234 / 0.6);
}
.border-purple-600\/65 {
  border-color: rgb(147 51 234 / 0.65);
}
.border-purple-600\/70 {
  border-color: rgb(147 51 234 / 0.7);
}
.border-purple-600\/75 {
  border-color: rgb(147 51 234 / 0.75);
}
.border-purple-600\/80 {
  border-color: rgb(147 51 234 / 0.8);
}
.border-purple-600\/85 {
  border-color: rgb(147 51 234 / 0.85);
}
.border-purple-600\/90 {
  border-color: rgb(147 51 234 / 0.9);
}
.border-purple-600\/95 {
  border-color: rgb(147 51 234 / 0.95);
}
.border-purple-700 {
  --tw-border-opacity: 1;
  border-color: rgb(126 34 206 / var(--tw-border-opacity, 1));
}
.border-purple-700\/0 {
  border-color: rgb(126 34 206 / 0);
}
.border-purple-700\/10 {
  border-color: rgb(126 34 206 / 0.1);
}
.border-purple-700\/100 {
  border-color: rgb(126 34 206 / 1);
}
.border-purple-700\/15 {
  border-color: rgb(126 34 206 / 0.15);
}
.border-purple-700\/20 {
  border-color: rgb(126 34 206 / 0.2);
}
.border-purple-700\/25 {
  border-color: rgb(126 34 206 / 0.25);
}
.border-purple-700\/30 {
  border-color: rgb(126 34 206 / 0.3);
}
.border-purple-700\/35 {
  border-color: rgb(126 34 206 / 0.35);
}
.border-purple-700\/40 {
  border-color: rgb(126 34 206 / 0.4);
}
.border-purple-700\/45 {
  border-color: rgb(126 34 206 / 0.45);
}
.border-purple-700\/5 {
  border-color: rgb(126 34 206 / 0.05);
}
.border-purple-700\/50 {
  border-color: rgb(126 34 206 / 0.5);
}
.border-purple-700\/55 {
  border-color: rgb(126 34 206 / 0.55);
}
.border-purple-700\/60 {
  border-color: rgb(126 34 206 / 0.6);
}
.border-purple-700\/65 {
  border-color: rgb(126 34 206 / 0.65);
}
.border-purple-700\/70 {
  border-color: rgb(126 34 206 / 0.7);
}
.border-purple-700\/75 {
  border-color: rgb(126 34 206 / 0.75);
}
.border-purple-700\/80 {
  border-color: rgb(126 34 206 / 0.8);
}
.border-purple-700\/85 {
  border-color: rgb(126 34 206 / 0.85);
}
.border-purple-700\/90 {
  border-color: rgb(126 34 206 / 0.9);
}
.border-purple-700\/95 {
  border-color: rgb(126 34 206 / 0.95);
}
.border-purple-800 {
  --tw-border-opacity: 1;
  border-color: rgb(107 33 168 / var(--tw-border-opacity, 1));
}
.border-purple-800\/0 {
  border-color: rgb(107 33 168 / 0);
}
.border-purple-800\/10 {
  border-color: rgb(107 33 168 / 0.1);
}
.border-purple-800\/100 {
  border-color: rgb(107 33 168 / 1);
}
.border-purple-800\/15 {
  border-color: rgb(107 33 168 / 0.15);
}
.border-purple-800\/20 {
  border-color: rgb(107 33 168 / 0.2);
}
.border-purple-800\/25 {
  border-color: rgb(107 33 168 / 0.25);
}
.border-purple-800\/30 {
  border-color: rgb(107 33 168 / 0.3);
}
.border-purple-800\/35 {
  border-color: rgb(107 33 168 / 0.35);
}
.border-purple-800\/40 {
  border-color: rgb(107 33 168 / 0.4);
}
.border-purple-800\/45 {
  border-color: rgb(107 33 168 / 0.45);
}
.border-purple-800\/5 {
  border-color: rgb(107 33 168 / 0.05);
}
.border-purple-800\/50 {
  border-color: rgb(107 33 168 / 0.5);
}
.border-purple-800\/55 {
  border-color: rgb(107 33 168 / 0.55);
}
.border-purple-800\/60 {
  border-color: rgb(107 33 168 / 0.6);
}
.border-purple-800\/65 {
  border-color: rgb(107 33 168 / 0.65);
}
.border-purple-800\/70 {
  border-color: rgb(107 33 168 / 0.7);
}
.border-purple-800\/75 {
  border-color: rgb(107 33 168 / 0.75);
}
.border-purple-800\/80 {
  border-color: rgb(107 33 168 / 0.8);
}
.border-purple-800\/85 {
  border-color: rgb(107 33 168 / 0.85);
}
.border-purple-800\/90 {
  border-color: rgb(107 33 168 / 0.9);
}
.border-purple-800\/95 {
  border-color: rgb(107 33 168 / 0.95);
}
.border-purple-900 {
  --tw-border-opacity: 1;
  border-color: rgb(88 28 135 / var(--tw-border-opacity, 1));
}
.border-purple-900\/0 {
  border-color: rgb(88 28 135 / 0);
}
.border-purple-900\/10 {
  border-color: rgb(88 28 135 / 0.1);
}
.border-purple-900\/100 {
  border-color: rgb(88 28 135 / 1);
}
.border-purple-900\/15 {
  border-color: rgb(88 28 135 / 0.15);
}
.border-purple-900\/20 {
  border-color: rgb(88 28 135 / 0.2);
}
.border-purple-900\/25 {
  border-color: rgb(88 28 135 / 0.25);
}
.border-purple-900\/30 {
  border-color: rgb(88 28 135 / 0.3);
}
.border-purple-900\/35 {
  border-color: rgb(88 28 135 / 0.35);
}
.border-purple-900\/40 {
  border-color: rgb(88 28 135 / 0.4);
}
.border-purple-900\/45 {
  border-color: rgb(88 28 135 / 0.45);
}
.border-purple-900\/5 {
  border-color: rgb(88 28 135 / 0.05);
}
.border-purple-900\/50 {
  border-color: rgb(88 28 135 / 0.5);
}
.border-purple-900\/55 {
  border-color: rgb(88 28 135 / 0.55);
}
.border-purple-900\/60 {
  border-color: rgb(88 28 135 / 0.6);
}
.border-purple-900\/65 {
  border-color: rgb(88 28 135 / 0.65);
}
.border-purple-900\/70 {
  border-color: rgb(88 28 135 / 0.7);
}
.border-purple-900\/75 {
  border-color: rgb(88 28 135 / 0.75);
}
.border-purple-900\/80 {
  border-color: rgb(88 28 135 / 0.8);
}
.border-purple-900\/85 {
  border-color: rgb(88 28 135 / 0.85);
}
.border-purple-900\/90 {
  border-color: rgb(88 28 135 / 0.9);
}
.border-purple-900\/95 {
  border-color: rgb(88 28 135 / 0.95);
}
.border-purple-950 {
  --tw-border-opacity: 1;
  border-color: rgb(59 7 100 / var(--tw-border-opacity, 1));
}
.border-purple-950\/0 {
  border-color: rgb(59 7 100 / 0);
}
.border-purple-950\/10 {
  border-color: rgb(59 7 100 / 0.1);
}
.border-purple-950\/100 {
  border-color: rgb(59 7 100 / 1);
}
.border-purple-950\/15 {
  border-color: rgb(59 7 100 / 0.15);
}
.border-purple-950\/20 {
  border-color: rgb(59 7 100 / 0.2);
}
.border-purple-950\/25 {
  border-color: rgb(59 7 100 / 0.25);
}
.border-purple-950\/30 {
  border-color: rgb(59 7 100 / 0.3);
}
.border-purple-950\/35 {
  border-color: rgb(59 7 100 / 0.35);
}
.border-purple-950\/40 {
  border-color: rgb(59 7 100 / 0.4);
}
.border-purple-950\/45 {
  border-color: rgb(59 7 100 / 0.45);
}
.border-purple-950\/5 {
  border-color: rgb(59 7 100 / 0.05);
}
.border-purple-950\/50 {
  border-color: rgb(59 7 100 / 0.5);
}
.border-purple-950\/55 {
  border-color: rgb(59 7 100 / 0.55);
}
.border-purple-950\/60 {
  border-color: rgb(59 7 100 / 0.6);
}
.border-purple-950\/65 {
  border-color: rgb(59 7 100 / 0.65);
}
.border-purple-950\/70 {
  border-color: rgb(59 7 100 / 0.7);
}
.border-purple-950\/75 {
  border-color: rgb(59 7 100 / 0.75);
}
.border-purple-950\/80 {
  border-color: rgb(59 7 100 / 0.8);
}
.border-purple-950\/85 {
  border-color: rgb(59 7 100 / 0.85);
}
.border-purple-950\/90 {
  border-color: rgb(59 7 100 / 0.9);
}
.border-purple-950\/95 {
  border-color: rgb(59 7 100 / 0.95);
}
.border-red-100 {
  --tw-border-opacity: 1;
  border-color: rgb(254 226 226 / var(--tw-border-opacity, 1));
}
.border-red-100\/0 {
  border-color: rgb(254 226 226 / 0);
}
.border-red-100\/10 {
  border-color: rgb(254 226 226 / 0.1);
}
.border-red-100\/100 {
  border-color: rgb(254 226 226 / 1);
}
.border-red-100\/15 {
  border-color: rgb(254 226 226 / 0.15);
}
.border-red-100\/20 {
  border-color: rgb(254 226 226 / 0.2);
}
.border-red-100\/25 {
  border-color: rgb(254 226 226 / 0.25);
}
.border-red-100\/30 {
  border-color: rgb(254 226 226 / 0.3);
}
.border-red-100\/35 {
  border-color: rgb(254 226 226 / 0.35);
}
.border-red-100\/40 {
  border-color: rgb(254 226 226 / 0.4);
}
.border-red-100\/45 {
  border-color: rgb(254 226 226 / 0.45);
}
.border-red-100\/5 {
  border-color: rgb(254 226 226 / 0.05);
}
.border-red-100\/50 {
  border-color: rgb(254 226 226 / 0.5);
}
.border-red-100\/55 {
  border-color: rgb(254 226 226 / 0.55);
}
.border-red-100\/60 {
  border-color: rgb(254 226 226 / 0.6);
}
.border-red-100\/65 {
  border-color: rgb(254 226 226 / 0.65);
}
.border-red-100\/70 {
  border-color: rgb(254 226 226 / 0.7);
}
.border-red-100\/75 {
  border-color: rgb(254 226 226 / 0.75);
}
.border-red-100\/80 {
  border-color: rgb(254 226 226 / 0.8);
}
.border-red-100\/85 {
  border-color: rgb(254 226 226 / 0.85);
}
.border-red-100\/90 {
  border-color: rgb(254 226 226 / 0.9);
}
.border-red-100\/95 {
  border-color: rgb(254 226 226 / 0.95);
}
.border-red-200 {
  --tw-border-opacity: 1;
  border-color: rgb(254 202 202 / var(--tw-border-opacity, 1));
}
.border-red-200\/0 {
  border-color: rgb(254 202 202 / 0);
}
.border-red-200\/10 {
  border-color: rgb(254 202 202 / 0.1);
}
.border-red-200\/100 {
  border-color: rgb(254 202 202 / 1);
}
.border-red-200\/15 {
  border-color: rgb(254 202 202 / 0.15);
}
.border-red-200\/20 {
  border-color: rgb(254 202 202 / 0.2);
}
.border-red-200\/25 {
  border-color: rgb(254 202 202 / 0.25);
}
.border-red-200\/30 {
  border-color: rgb(254 202 202 / 0.3);
}
.border-red-200\/35 {
  border-color: rgb(254 202 202 / 0.35);
}
.border-red-200\/40 {
  border-color: rgb(254 202 202 / 0.4);
}
.border-red-200\/45 {
  border-color: rgb(254 202 202 / 0.45);
}
.border-red-200\/5 {
  border-color: rgb(254 202 202 / 0.05);
}
.border-red-200\/50 {
  border-color: rgb(254 202 202 / 0.5);
}
.border-red-200\/55 {
  border-color: rgb(254 202 202 / 0.55);
}
.border-red-200\/60 {
  border-color: rgb(254 202 202 / 0.6);
}
.border-red-200\/65 {
  border-color: rgb(254 202 202 / 0.65);
}
.border-red-200\/70 {
  border-color: rgb(254 202 202 / 0.7);
}
.border-red-200\/75 {
  border-color: rgb(254 202 202 / 0.75);
}
.border-red-200\/80 {
  border-color: rgb(254 202 202 / 0.8);
}
.border-red-200\/85 {
  border-color: rgb(254 202 202 / 0.85);
}
.border-red-200\/90 {
  border-color: rgb(254 202 202 / 0.9);
}
.border-red-200\/95 {
  border-color: rgb(254 202 202 / 0.95);
}
.border-red-300 {
  --tw-border-opacity: 1;
  border-color: rgb(252 165 165 / var(--tw-border-opacity, 1));
}
.border-red-300\/0 {
  border-color: rgb(252 165 165 / 0);
}
.border-red-300\/10 {
  border-color: rgb(252 165 165 / 0.1);
}
.border-red-300\/100 {
  border-color: rgb(252 165 165 / 1);
}
.border-red-300\/15 {
  border-color: rgb(252 165 165 / 0.15);
}
.border-red-300\/20 {
  border-color: rgb(252 165 165 / 0.2);
}
.border-red-300\/25 {
  border-color: rgb(252 165 165 / 0.25);
}
.border-red-300\/30 {
  border-color: rgb(252 165 165 / 0.3);
}
.border-red-300\/35 {
  border-color: rgb(252 165 165 / 0.35);
}
.border-red-300\/40 {
  border-color: rgb(252 165 165 / 0.4);
}
.border-red-300\/45 {
  border-color: rgb(252 165 165 / 0.45);
}
.border-red-300\/5 {
  border-color: rgb(252 165 165 / 0.05);
}
.border-red-300\/50 {
  border-color: rgb(252 165 165 / 0.5);
}
.border-red-300\/55 {
  border-color: rgb(252 165 165 / 0.55);
}
.border-red-300\/60 {
  border-color: rgb(252 165 165 / 0.6);
}
.border-red-300\/65 {
  border-color: rgb(252 165 165 / 0.65);
}
.border-red-300\/70 {
  border-color: rgb(252 165 165 / 0.7);
}
.border-red-300\/75 {
  border-color: rgb(252 165 165 / 0.75);
}
.border-red-300\/80 {
  border-color: rgb(252 165 165 / 0.8);
}
.border-red-300\/85 {
  border-color: rgb(252 165 165 / 0.85);
}
.border-red-300\/90 {
  border-color: rgb(252 165 165 / 0.9);
}
.border-red-300\/95 {
  border-color: rgb(252 165 165 / 0.95);
}
.border-red-400 {
  --tw-border-opacity: 1;
  border-color: rgb(248 113 113 / var(--tw-border-opacity, 1));
}
.border-red-400\/0 {
  border-color: rgb(248 113 113 / 0);
}
.border-red-400\/10 {
  border-color: rgb(248 113 113 / 0.1);
}
.border-red-400\/100 {
  border-color: rgb(248 113 113 / 1);
}
.border-red-400\/15 {
  border-color: rgb(248 113 113 / 0.15);
}
.border-red-400\/20 {
  border-color: rgb(248 113 113 / 0.2);
}
.border-red-400\/25 {
  border-color: rgb(248 113 113 / 0.25);
}
.border-red-400\/30 {
  border-color: rgb(248 113 113 / 0.3);
}
.border-red-400\/35 {
  border-color: rgb(248 113 113 / 0.35);
}
.border-red-400\/40 {
  border-color: rgb(248 113 113 / 0.4);
}
.border-red-400\/45 {
  border-color: rgb(248 113 113 / 0.45);
}
.border-red-400\/5 {
  border-color: rgb(248 113 113 / 0.05);
}
.border-red-400\/50 {
  border-color: rgb(248 113 113 / 0.5);
}
.border-red-400\/55 {
  border-color: rgb(248 113 113 / 0.55);
}
.border-red-400\/60 {
  border-color: rgb(248 113 113 / 0.6);
}
.border-red-400\/65 {
  border-color: rgb(248 113 113 / 0.65);
}
.border-red-400\/70 {
  border-color: rgb(248 113 113 / 0.7);
}
.border-red-400\/75 {
  border-color: rgb(248 113 113 / 0.75);
}
.border-red-400\/80 {
  border-color: rgb(248 113 113 / 0.8);
}
.border-red-400\/85 {
  border-color: rgb(248 113 113 / 0.85);
}
.border-red-400\/90 {
  border-color: rgb(248 113 113 / 0.9);
}
.border-red-400\/95 {
  border-color: rgb(248 113 113 / 0.95);
}
.border-red-50 {
  --tw-border-opacity: 1;
  border-color: rgb(254 242 242 / var(--tw-border-opacity, 1));
}
.border-red-50\/0 {
  border-color: rgb(254 242 242 / 0);
}
.border-red-50\/10 {
  border-color: rgb(254 242 242 / 0.1);
}
.border-red-50\/100 {
  border-color: rgb(254 242 242 / 1);
}
.border-red-50\/15 {
  border-color: rgb(254 242 242 / 0.15);
}
.border-red-50\/20 {
  border-color: rgb(254 242 242 / 0.2);
}
.border-red-50\/25 {
  border-color: rgb(254 242 242 / 0.25);
}
.border-red-50\/30 {
  border-color: rgb(254 242 242 / 0.3);
}
.border-red-50\/35 {
  border-color: rgb(254 242 242 / 0.35);
}
.border-red-50\/40 {
  border-color: rgb(254 242 242 / 0.4);
}
.border-red-50\/45 {
  border-color: rgb(254 242 242 / 0.45);
}
.border-red-50\/5 {
  border-color: rgb(254 242 242 / 0.05);
}
.border-red-50\/50 {
  border-color: rgb(254 242 242 / 0.5);
}
.border-red-50\/55 {
  border-color: rgb(254 242 242 / 0.55);
}
.border-red-50\/60 {
  border-color: rgb(254 242 242 / 0.6);
}
.border-red-50\/65 {
  border-color: rgb(254 242 242 / 0.65);
}
.border-red-50\/70 {
  border-color: rgb(254 242 242 / 0.7);
}
.border-red-50\/75 {
  border-color: rgb(254 242 242 / 0.75);
}
.border-red-50\/80 {
  border-color: rgb(254 242 242 / 0.8);
}
.border-red-50\/85 {
  border-color: rgb(254 242 242 / 0.85);
}
.border-red-50\/90 {
  border-color: rgb(254 242 242 / 0.9);
}
.border-red-50\/95 {
  border-color: rgb(254 242 242 / 0.95);
}
.border-red-500 {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
}
.border-red-500\/0 {
  border-color: rgb(239 68 68 / 0);
}
.border-red-500\/10 {
  border-color: rgb(239 68 68 / 0.1);
}
.border-red-500\/100 {
  border-color: rgb(239 68 68 / 1);
}
.border-red-500\/15 {
  border-color: rgb(239 68 68 / 0.15);
}
.border-red-500\/20 {
  border-color: rgb(239 68 68 / 0.2);
}
.border-red-500\/25 {
  border-color: rgb(239 68 68 / 0.25);
}
.border-red-500\/30 {
  border-color: rgb(239 68 68 / 0.3);
}
.border-red-500\/35 {
  border-color: rgb(239 68 68 / 0.35);
}
.border-red-500\/40 {
  border-color: rgb(239 68 68 / 0.4);
}
.border-red-500\/45 {
  border-color: rgb(239 68 68 / 0.45);
}
.border-red-500\/5 {
  border-color: rgb(239 68 68 / 0.05);
}
.border-red-500\/50 {
  border-color: rgb(239 68 68 / 0.5);
}
.border-red-500\/55 {
  border-color: rgb(239 68 68 / 0.55);
}
.border-red-500\/60 {
  border-color: rgb(239 68 68 / 0.6);
}
.border-red-500\/65 {
  border-color: rgb(239 68 68 / 0.65);
}
.border-red-500\/70 {
  border-color: rgb(239 68 68 / 0.7);
}
.border-red-500\/75 {
  border-color: rgb(239 68 68 / 0.75);
}
.border-red-500\/80 {
  border-color: rgb(239 68 68 / 0.8);
}
.border-red-500\/85 {
  border-color: rgb(239 68 68 / 0.85);
}
.border-red-500\/90 {
  border-color: rgb(239 68 68 / 0.9);
}
.border-red-500\/95 {
  border-color: rgb(239 68 68 / 0.95);
}
.border-red-600 {
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38 / var(--tw-border-opacity, 1));
}
.border-red-600\/0 {
  border-color: rgb(220 38 38 / 0);
}
.border-red-600\/10 {
  border-color: rgb(220 38 38 / 0.1);
}
.border-red-600\/100 {
  border-color: rgb(220 38 38 / 1);
}
.border-red-600\/15 {
  border-color: rgb(220 38 38 / 0.15);
}
.border-red-600\/20 {
  border-color: rgb(220 38 38 / 0.2);
}
.border-red-600\/25 {
  border-color: rgb(220 38 38 / 0.25);
}
.border-red-600\/30 {
  border-color: rgb(220 38 38 / 0.3);
}
.border-red-600\/35 {
  border-color: rgb(220 38 38 / 0.35);
}
.border-red-600\/40 {
  border-color: rgb(220 38 38 / 0.4);
}
.border-red-600\/45 {
  border-color: rgb(220 38 38 / 0.45);
}
.border-red-600\/5 {
  border-color: rgb(220 38 38 / 0.05);
}
.border-red-600\/50 {
  border-color: rgb(220 38 38 / 0.5);
}
.border-red-600\/55 {
  border-color: rgb(220 38 38 / 0.55);
}
.border-red-600\/60 {
  border-color: rgb(220 38 38 / 0.6);
}
.border-red-600\/65 {
  border-color: rgb(220 38 38 / 0.65);
}
.border-red-600\/70 {
  border-color: rgb(220 38 38 / 0.7);
}
.border-red-600\/75 {
  border-color: rgb(220 38 38 / 0.75);
}
.border-red-600\/80 {
  border-color: rgb(220 38 38 / 0.8);
}
.border-red-600\/85 {
  border-color: rgb(220 38 38 / 0.85);
}
.border-red-600\/90 {
  border-color: rgb(220 38 38 / 0.9);
}
.border-red-600\/95 {
  border-color: rgb(220 38 38 / 0.95);
}
.border-red-700 {
  --tw-border-opacity: 1;
  border-color: rgb(185 28 28 / var(--tw-border-opacity, 1));
}
.border-red-700\/0 {
  border-color: rgb(185 28 28 / 0);
}
.border-red-700\/10 {
  border-color: rgb(185 28 28 / 0.1);
}
.border-red-700\/100 {
  border-color: rgb(185 28 28 / 1);
}
.border-red-700\/15 {
  border-color: rgb(185 28 28 / 0.15);
}
.border-red-700\/20 {
  border-color: rgb(185 28 28 / 0.2);
}
.border-red-700\/25 {
  border-color: rgb(185 28 28 / 0.25);
}
.border-red-700\/30 {
  border-color: rgb(185 28 28 / 0.3);
}
.border-red-700\/35 {
  border-color: rgb(185 28 28 / 0.35);
}
.border-red-700\/40 {
  border-color: rgb(185 28 28 / 0.4);
}
.border-red-700\/45 {
  border-color: rgb(185 28 28 / 0.45);
}
.border-red-700\/5 {
  border-color: rgb(185 28 28 / 0.05);
}
.border-red-700\/50 {
  border-color: rgb(185 28 28 / 0.5);
}
.border-red-700\/55 {
  border-color: rgb(185 28 28 / 0.55);
}
.border-red-700\/60 {
  border-color: rgb(185 28 28 / 0.6);
}
.border-red-700\/65 {
  border-color: rgb(185 28 28 / 0.65);
}
.border-red-700\/70 {
  border-color: rgb(185 28 28 / 0.7);
}
.border-red-700\/75 {
  border-color: rgb(185 28 28 / 0.75);
}
.border-red-700\/80 {
  border-color: rgb(185 28 28 / 0.8);
}
.border-red-700\/85 {
  border-color: rgb(185 28 28 / 0.85);
}
.border-red-700\/90 {
  border-color: rgb(185 28 28 / 0.9);
}
.border-red-700\/95 {
  border-color: rgb(185 28 28 / 0.95);
}
.border-red-800 {
  --tw-border-opacity: 1;
  border-color: rgb(153 27 27 / var(--tw-border-opacity, 1));
}
.border-red-800\/0 {
  border-color: rgb(153 27 27 / 0);
}
.border-red-800\/10 {
  border-color: rgb(153 27 27 / 0.1);
}
.border-red-800\/100 {
  border-color: rgb(153 27 27 / 1);
}
.border-red-800\/15 {
  border-color: rgb(153 27 27 / 0.15);
}
.border-red-800\/20 {
  border-color: rgb(153 27 27 / 0.2);
}
.border-red-800\/25 {
  border-color: rgb(153 27 27 / 0.25);
}
.border-red-800\/30 {
  border-color: rgb(153 27 27 / 0.3);
}
.border-red-800\/35 {
  border-color: rgb(153 27 27 / 0.35);
}
.border-red-800\/40 {
  border-color: rgb(153 27 27 / 0.4);
}
.border-red-800\/45 {
  border-color: rgb(153 27 27 / 0.45);
}
.border-red-800\/5 {
  border-color: rgb(153 27 27 / 0.05);
}
.border-red-800\/50 {
  border-color: rgb(153 27 27 / 0.5);
}
.border-red-800\/55 {
  border-color: rgb(153 27 27 / 0.55);
}
.border-red-800\/60 {
  border-color: rgb(153 27 27 / 0.6);
}
.border-red-800\/65 {
  border-color: rgb(153 27 27 / 0.65);
}
.border-red-800\/70 {
  border-color: rgb(153 27 27 / 0.7);
}
.border-red-800\/75 {
  border-color: rgb(153 27 27 / 0.75);
}
.border-red-800\/80 {
  border-color: rgb(153 27 27 / 0.8);
}
.border-red-800\/85 {
  border-color: rgb(153 27 27 / 0.85);
}
.border-red-800\/90 {
  border-color: rgb(153 27 27 / 0.9);
}
.border-red-800\/95 {
  border-color: rgb(153 27 27 / 0.95);
}
.border-red-900 {
  --tw-border-opacity: 1;
  border-color: rgb(127 29 29 / var(--tw-border-opacity, 1));
}
.border-red-900\/0 {
  border-color: rgb(127 29 29 / 0);
}
.border-red-900\/10 {
  border-color: rgb(127 29 29 / 0.1);
}
.border-red-900\/100 {
  border-color: rgb(127 29 29 / 1);
}
.border-red-900\/15 {
  border-color: rgb(127 29 29 / 0.15);
}
.border-red-900\/20 {
  border-color: rgb(127 29 29 / 0.2);
}
.border-red-900\/25 {
  border-color: rgb(127 29 29 / 0.25);
}
.border-red-900\/30 {
  border-color: rgb(127 29 29 / 0.3);
}
.border-red-900\/35 {
  border-color: rgb(127 29 29 / 0.35);
}
.border-red-900\/40 {
  border-color: rgb(127 29 29 / 0.4);
}
.border-red-900\/45 {
  border-color: rgb(127 29 29 / 0.45);
}
.border-red-900\/5 {
  border-color: rgb(127 29 29 / 0.05);
}
.border-red-900\/50 {
  border-color: rgb(127 29 29 / 0.5);
}
.border-red-900\/55 {
  border-color: rgb(127 29 29 / 0.55);
}
.border-red-900\/60 {
  border-color: rgb(127 29 29 / 0.6);
}
.border-red-900\/65 {
  border-color: rgb(127 29 29 / 0.65);
}
.border-red-900\/70 {
  border-color: rgb(127 29 29 / 0.7);
}
.border-red-900\/75 {
  border-color: rgb(127 29 29 / 0.75);
}
.border-red-900\/80 {
  border-color: rgb(127 29 29 / 0.8);
}
.border-red-900\/85 {
  border-color: rgb(127 29 29 / 0.85);
}
.border-red-900\/90 {
  border-color: rgb(127 29 29 / 0.9);
}
.border-red-900\/95 {
  border-color: rgb(127 29 29 / 0.95);
}
.border-red-950 {
  --tw-border-opacity: 1;
  border-color: rgb(69 10 10 / var(--tw-border-opacity, 1));
}
.border-red-950\/0 {
  border-color: rgb(69 10 10 / 0);
}
.border-red-950\/10 {
  border-color: rgb(69 10 10 / 0.1);
}
.border-red-950\/100 {
  border-color: rgb(69 10 10 / 1);
}
.border-red-950\/15 {
  border-color: rgb(69 10 10 / 0.15);
}
.border-red-950\/20 {
  border-color: rgb(69 10 10 / 0.2);
}
.border-red-950\/25 {
  border-color: rgb(69 10 10 / 0.25);
}
.border-red-950\/30 {
  border-color: rgb(69 10 10 / 0.3);
}
.border-red-950\/35 {
  border-color: rgb(69 10 10 / 0.35);
}
.border-red-950\/40 {
  border-color: rgb(69 10 10 / 0.4);
}
.border-red-950\/45 {
  border-color: rgb(69 10 10 / 0.45);
}
.border-red-950\/5 {
  border-color: rgb(69 10 10 / 0.05);
}
.border-red-950\/50 {
  border-color: rgb(69 10 10 / 0.5);
}
.border-red-950\/55 {
  border-color: rgb(69 10 10 / 0.55);
}
.border-red-950\/60 {
  border-color: rgb(69 10 10 / 0.6);
}
.border-red-950\/65 {
  border-color: rgb(69 10 10 / 0.65);
}
.border-red-950\/70 {
  border-color: rgb(69 10 10 / 0.7);
}
.border-red-950\/75 {
  border-color: rgb(69 10 10 / 0.75);
}
.border-red-950\/80 {
  border-color: rgb(69 10 10 / 0.8);
}
.border-red-950\/85 {
  border-color: rgb(69 10 10 / 0.85);
}
.border-red-950\/90 {
  border-color: rgb(69 10 10 / 0.9);
}
.border-red-950\/95 {
  border-color: rgb(69 10 10 / 0.95);
}
.border-sky-100 {
  --tw-border-opacity: 1;
  border-color: rgb(224 242 254 / var(--tw-border-opacity, 1));
}
.border-sky-100\/0 {
  border-color: rgb(224 242 254 / 0);
}
.border-sky-100\/10 {
  border-color: rgb(224 242 254 / 0.1);
}
.border-sky-100\/100 {
  border-color: rgb(224 242 254 / 1);
}
.border-sky-100\/15 {
  border-color: rgb(224 242 254 / 0.15);
}
.border-sky-100\/20 {
  border-color: rgb(224 242 254 / 0.2);
}
.border-sky-100\/25 {
  border-color: rgb(224 242 254 / 0.25);
}
.border-sky-100\/30 {
  border-color: rgb(224 242 254 / 0.3);
}
.border-sky-100\/35 {
  border-color: rgb(224 242 254 / 0.35);
}
.border-sky-100\/40 {
  border-color: rgb(224 242 254 / 0.4);
}
.border-sky-100\/45 {
  border-color: rgb(224 242 254 / 0.45);
}
.border-sky-100\/5 {
  border-color: rgb(224 242 254 / 0.05);
}
.border-sky-100\/50 {
  border-color: rgb(224 242 254 / 0.5);
}
.border-sky-100\/55 {
  border-color: rgb(224 242 254 / 0.55);
}
.border-sky-100\/60 {
  border-color: rgb(224 242 254 / 0.6);
}
.border-sky-100\/65 {
  border-color: rgb(224 242 254 / 0.65);
}
.border-sky-100\/70 {
  border-color: rgb(224 242 254 / 0.7);
}
.border-sky-100\/75 {
  border-color: rgb(224 242 254 / 0.75);
}
.border-sky-100\/80 {
  border-color: rgb(224 242 254 / 0.8);
}
.border-sky-100\/85 {
  border-color: rgb(224 242 254 / 0.85);
}
.border-sky-100\/90 {
  border-color: rgb(224 242 254 / 0.9);
}
.border-sky-100\/95 {
  border-color: rgb(224 242 254 / 0.95);
}
.border-sky-200 {
  --tw-border-opacity: 1;
  border-color: rgb(186 230 253 / var(--tw-border-opacity, 1));
}
.border-sky-200\/0 {
  border-color: rgb(186 230 253 / 0);
}
.border-sky-200\/10 {
  border-color: rgb(186 230 253 / 0.1);
}
.border-sky-200\/100 {
  border-color: rgb(186 230 253 / 1);
}
.border-sky-200\/15 {
  border-color: rgb(186 230 253 / 0.15);
}
.border-sky-200\/20 {
  border-color: rgb(186 230 253 / 0.2);
}
.border-sky-200\/25 {
  border-color: rgb(186 230 253 / 0.25);
}
.border-sky-200\/30 {
  border-color: rgb(186 230 253 / 0.3);
}
.border-sky-200\/35 {
  border-color: rgb(186 230 253 / 0.35);
}
.border-sky-200\/40 {
  border-color: rgb(186 230 253 / 0.4);
}
.border-sky-200\/45 {
  border-color: rgb(186 230 253 / 0.45);
}
.border-sky-200\/5 {
  border-color: rgb(186 230 253 / 0.05);
}
.border-sky-200\/50 {
  border-color: rgb(186 230 253 / 0.5);
}
.border-sky-200\/55 {
  border-color: rgb(186 230 253 / 0.55);
}
.border-sky-200\/60 {
  border-color: rgb(186 230 253 / 0.6);
}
.border-sky-200\/65 {
  border-color: rgb(186 230 253 / 0.65);
}
.border-sky-200\/70 {
  border-color: rgb(186 230 253 / 0.7);
}
.border-sky-200\/75 {
  border-color: rgb(186 230 253 / 0.75);
}
.border-sky-200\/80 {
  border-color: rgb(186 230 253 / 0.8);
}
.border-sky-200\/85 {
  border-color: rgb(186 230 253 / 0.85);
}
.border-sky-200\/90 {
  border-color: rgb(186 230 253 / 0.9);
}
.border-sky-200\/95 {
  border-color: rgb(186 230 253 / 0.95);
}
.border-sky-300 {
  --tw-border-opacity: 1;
  border-color: rgb(125 211 252 / var(--tw-border-opacity, 1));
}
.border-sky-300\/0 {
  border-color: rgb(125 211 252 / 0);
}
.border-sky-300\/10 {
  border-color: rgb(125 211 252 / 0.1);
}
.border-sky-300\/100 {
  border-color: rgb(125 211 252 / 1);
}
.border-sky-300\/15 {
  border-color: rgb(125 211 252 / 0.15);
}
.border-sky-300\/20 {
  border-color: rgb(125 211 252 / 0.2);
}
.border-sky-300\/25 {
  border-color: rgb(125 211 252 / 0.25);
}
.border-sky-300\/30 {
  border-color: rgb(125 211 252 / 0.3);
}
.border-sky-300\/35 {
  border-color: rgb(125 211 252 / 0.35);
}
.border-sky-300\/40 {
  border-color: rgb(125 211 252 / 0.4);
}
.border-sky-300\/45 {
  border-color: rgb(125 211 252 / 0.45);
}
.border-sky-300\/5 {
  border-color: rgb(125 211 252 / 0.05);
}
.border-sky-300\/50 {
  border-color: rgb(125 211 252 / 0.5);
}
.border-sky-300\/55 {
  border-color: rgb(125 211 252 / 0.55);
}
.border-sky-300\/60 {
  border-color: rgb(125 211 252 / 0.6);
}
.border-sky-300\/65 {
  border-color: rgb(125 211 252 / 0.65);
}
.border-sky-300\/70 {
  border-color: rgb(125 211 252 / 0.7);
}
.border-sky-300\/75 {
  border-color: rgb(125 211 252 / 0.75);
}
.border-sky-300\/80 {
  border-color: rgb(125 211 252 / 0.8);
}
.border-sky-300\/85 {
  border-color: rgb(125 211 252 / 0.85);
}
.border-sky-300\/90 {
  border-color: rgb(125 211 252 / 0.9);
}
.border-sky-300\/95 {
  border-color: rgb(125 211 252 / 0.95);
}
.border-sky-400 {
  --tw-border-opacity: 1;
  border-color: rgb(56 189 248 / var(--tw-border-opacity, 1));
}
.border-sky-400\/0 {
  border-color: rgb(56 189 248 / 0);
}
.border-sky-400\/10 {
  border-color: rgb(56 189 248 / 0.1);
}
.border-sky-400\/100 {
  border-color: rgb(56 189 248 / 1);
}
.border-sky-400\/15 {
  border-color: rgb(56 189 248 / 0.15);
}
.border-sky-400\/20 {
  border-color: rgb(56 189 248 / 0.2);
}
.border-sky-400\/25 {
  border-color: rgb(56 189 248 / 0.25);
}
.border-sky-400\/30 {
  border-color: rgb(56 189 248 / 0.3);
}
.border-sky-400\/35 {
  border-color: rgb(56 189 248 / 0.35);
}
.border-sky-400\/40 {
  border-color: rgb(56 189 248 / 0.4);
}
.border-sky-400\/45 {
  border-color: rgb(56 189 248 / 0.45);
}
.border-sky-400\/5 {
  border-color: rgb(56 189 248 / 0.05);
}
.border-sky-400\/50 {
  border-color: rgb(56 189 248 / 0.5);
}
.border-sky-400\/55 {
  border-color: rgb(56 189 248 / 0.55);
}
.border-sky-400\/60 {
  border-color: rgb(56 189 248 / 0.6);
}
.border-sky-400\/65 {
  border-color: rgb(56 189 248 / 0.65);
}
.border-sky-400\/70 {
  border-color: rgb(56 189 248 / 0.7);
}
.border-sky-400\/75 {
  border-color: rgb(56 189 248 / 0.75);
}
.border-sky-400\/80 {
  border-color: rgb(56 189 248 / 0.8);
}
.border-sky-400\/85 {
  border-color: rgb(56 189 248 / 0.85);
}
.border-sky-400\/90 {
  border-color: rgb(56 189 248 / 0.9);
}
.border-sky-400\/95 {
  border-color: rgb(56 189 248 / 0.95);
}
.border-sky-50 {
  --tw-border-opacity: 1;
  border-color: rgb(240 249 255 / var(--tw-border-opacity, 1));
}
.border-sky-50\/0 {
  border-color: rgb(240 249 255 / 0);
}
.border-sky-50\/10 {
  border-color: rgb(240 249 255 / 0.1);
}
.border-sky-50\/100 {
  border-color: rgb(240 249 255 / 1);
}
.border-sky-50\/15 {
  border-color: rgb(240 249 255 / 0.15);
}
.border-sky-50\/20 {
  border-color: rgb(240 249 255 / 0.2);
}
.border-sky-50\/25 {
  border-color: rgb(240 249 255 / 0.25);
}
.border-sky-50\/30 {
  border-color: rgb(240 249 255 / 0.3);
}
.border-sky-50\/35 {
  border-color: rgb(240 249 255 / 0.35);
}
.border-sky-50\/40 {
  border-color: rgb(240 249 255 / 0.4);
}
.border-sky-50\/45 {
  border-color: rgb(240 249 255 / 0.45);
}
.border-sky-50\/5 {
  border-color: rgb(240 249 255 / 0.05);
}
.border-sky-50\/50 {
  border-color: rgb(240 249 255 / 0.5);
}
.border-sky-50\/55 {
  border-color: rgb(240 249 255 / 0.55);
}
.border-sky-50\/60 {
  border-color: rgb(240 249 255 / 0.6);
}
.border-sky-50\/65 {
  border-color: rgb(240 249 255 / 0.65);
}
.border-sky-50\/70 {
  border-color: rgb(240 249 255 / 0.7);
}
.border-sky-50\/75 {
  border-color: rgb(240 249 255 / 0.75);
}
.border-sky-50\/80 {
  border-color: rgb(240 249 255 / 0.8);
}
.border-sky-50\/85 {
  border-color: rgb(240 249 255 / 0.85);
}
.border-sky-50\/90 {
  border-color: rgb(240 249 255 / 0.9);
}
.border-sky-50\/95 {
  border-color: rgb(240 249 255 / 0.95);
}
.border-sky-500 {
  --tw-border-opacity: 1;
  border-color: rgb(14 165 233 / var(--tw-border-opacity, 1));
}
.border-sky-500\/0 {
  border-color: rgb(14 165 233 / 0);
}
.border-sky-500\/10 {
  border-color: rgb(14 165 233 / 0.1);
}
.border-sky-500\/100 {
  border-color: rgb(14 165 233 / 1);
}
.border-sky-500\/15 {
  border-color: rgb(14 165 233 / 0.15);
}
.border-sky-500\/20 {
  border-color: rgb(14 165 233 / 0.2);
}
.border-sky-500\/25 {
  border-color: rgb(14 165 233 / 0.25);
}
.border-sky-500\/30 {
  border-color: rgb(14 165 233 / 0.3);
}
.border-sky-500\/35 {
  border-color: rgb(14 165 233 / 0.35);
}
.border-sky-500\/40 {
  border-color: rgb(14 165 233 / 0.4);
}
.border-sky-500\/45 {
  border-color: rgb(14 165 233 / 0.45);
}
.border-sky-500\/5 {
  border-color: rgb(14 165 233 / 0.05);
}
.border-sky-500\/50 {
  border-color: rgb(14 165 233 / 0.5);
}
.border-sky-500\/55 {
  border-color: rgb(14 165 233 / 0.55);
}
.border-sky-500\/60 {
  border-color: rgb(14 165 233 / 0.6);
}
.border-sky-500\/65 {
  border-color: rgb(14 165 233 / 0.65);
}
.border-sky-500\/70 {
  border-color: rgb(14 165 233 / 0.7);
}
.border-sky-500\/75 {
  border-color: rgb(14 165 233 / 0.75);
}
.border-sky-500\/80 {
  border-color: rgb(14 165 233 / 0.8);
}
.border-sky-500\/85 {
  border-color: rgb(14 165 233 / 0.85);
}
.border-sky-500\/90 {
  border-color: rgb(14 165 233 / 0.9);
}
.border-sky-500\/95 {
  border-color: rgb(14 165 233 / 0.95);
}
.border-sky-600 {
  --tw-border-opacity: 1;
  border-color: rgb(2 132 199 / var(--tw-border-opacity, 1));
}
.border-sky-600\/0 {
  border-color: rgb(2 132 199 / 0);
}
.border-sky-600\/10 {
  border-color: rgb(2 132 199 / 0.1);
}
.border-sky-600\/100 {
  border-color: rgb(2 132 199 / 1);
}
.border-sky-600\/15 {
  border-color: rgb(2 132 199 / 0.15);
}
.border-sky-600\/20 {
  border-color: rgb(2 132 199 / 0.2);
}
.border-sky-600\/25 {
  border-color: rgb(2 132 199 / 0.25);
}
.border-sky-600\/30 {
  border-color: rgb(2 132 199 / 0.3);
}
.border-sky-600\/35 {
  border-color: rgb(2 132 199 / 0.35);
}
.border-sky-600\/40 {
  border-color: rgb(2 132 199 / 0.4);
}
.border-sky-600\/45 {
  border-color: rgb(2 132 199 / 0.45);
}
.border-sky-600\/5 {
  border-color: rgb(2 132 199 / 0.05);
}
.border-sky-600\/50 {
  border-color: rgb(2 132 199 / 0.5);
}
.border-sky-600\/55 {
  border-color: rgb(2 132 199 / 0.55);
}
.border-sky-600\/60 {
  border-color: rgb(2 132 199 / 0.6);
}
.border-sky-600\/65 {
  border-color: rgb(2 132 199 / 0.65);
}
.border-sky-600\/70 {
  border-color: rgb(2 132 199 / 0.7);
}
.border-sky-600\/75 {
  border-color: rgb(2 132 199 / 0.75);
}
.border-sky-600\/80 {
  border-color: rgb(2 132 199 / 0.8);
}
.border-sky-600\/85 {
  border-color: rgb(2 132 199 / 0.85);
}
.border-sky-600\/90 {
  border-color: rgb(2 132 199 / 0.9);
}
.border-sky-600\/95 {
  border-color: rgb(2 132 199 / 0.95);
}
.border-sky-700 {
  --tw-border-opacity: 1;
  border-color: rgb(3 105 161 / var(--tw-border-opacity, 1));
}
.border-sky-700\/0 {
  border-color: rgb(3 105 161 / 0);
}
.border-sky-700\/10 {
  border-color: rgb(3 105 161 / 0.1);
}
.border-sky-700\/100 {
  border-color: rgb(3 105 161 / 1);
}
.border-sky-700\/15 {
  border-color: rgb(3 105 161 / 0.15);
}
.border-sky-700\/20 {
  border-color: rgb(3 105 161 / 0.2);
}
.border-sky-700\/25 {
  border-color: rgb(3 105 161 / 0.25);
}
.border-sky-700\/30 {
  border-color: rgb(3 105 161 / 0.3);
}
.border-sky-700\/35 {
  border-color: rgb(3 105 161 / 0.35);
}
.border-sky-700\/40 {
  border-color: rgb(3 105 161 / 0.4);
}
.border-sky-700\/45 {
  border-color: rgb(3 105 161 / 0.45);
}
.border-sky-700\/5 {
  border-color: rgb(3 105 161 / 0.05);
}
.border-sky-700\/50 {
  border-color: rgb(3 105 161 / 0.5);
}
.border-sky-700\/55 {
  border-color: rgb(3 105 161 / 0.55);
}
.border-sky-700\/60 {
  border-color: rgb(3 105 161 / 0.6);
}
.border-sky-700\/65 {
  border-color: rgb(3 105 161 / 0.65);
}
.border-sky-700\/70 {
  border-color: rgb(3 105 161 / 0.7);
}
.border-sky-700\/75 {
  border-color: rgb(3 105 161 / 0.75);
}
.border-sky-700\/80 {
  border-color: rgb(3 105 161 / 0.8);
}
.border-sky-700\/85 {
  border-color: rgb(3 105 161 / 0.85);
}
.border-sky-700\/90 {
  border-color: rgb(3 105 161 / 0.9);
}
.border-sky-700\/95 {
  border-color: rgb(3 105 161 / 0.95);
}
.border-sky-800 {
  --tw-border-opacity: 1;
  border-color: rgb(7 89 133 / var(--tw-border-opacity, 1));
}
.border-sky-800\/0 {
  border-color: rgb(7 89 133 / 0);
}
.border-sky-800\/10 {
  border-color: rgb(7 89 133 / 0.1);
}
.border-sky-800\/100 {
  border-color: rgb(7 89 133 / 1);
}
.border-sky-800\/15 {
  border-color: rgb(7 89 133 / 0.15);
}
.border-sky-800\/20 {
  border-color: rgb(7 89 133 / 0.2);
}
.border-sky-800\/25 {
  border-color: rgb(7 89 133 / 0.25);
}
.border-sky-800\/30 {
  border-color: rgb(7 89 133 / 0.3);
}
.border-sky-800\/35 {
  border-color: rgb(7 89 133 / 0.35);
}
.border-sky-800\/40 {
  border-color: rgb(7 89 133 / 0.4);
}
.border-sky-800\/45 {
  border-color: rgb(7 89 133 / 0.45);
}
.border-sky-800\/5 {
  border-color: rgb(7 89 133 / 0.05);
}
.border-sky-800\/50 {
  border-color: rgb(7 89 133 / 0.5);
}
.border-sky-800\/55 {
  border-color: rgb(7 89 133 / 0.55);
}
.border-sky-800\/60 {
  border-color: rgb(7 89 133 / 0.6);
}
.border-sky-800\/65 {
  border-color: rgb(7 89 133 / 0.65);
}
.border-sky-800\/70 {
  border-color: rgb(7 89 133 / 0.7);
}
.border-sky-800\/75 {
  border-color: rgb(7 89 133 / 0.75);
}
.border-sky-800\/80 {
  border-color: rgb(7 89 133 / 0.8);
}
.border-sky-800\/85 {
  border-color: rgb(7 89 133 / 0.85);
}
.border-sky-800\/90 {
  border-color: rgb(7 89 133 / 0.9);
}
.border-sky-800\/95 {
  border-color: rgb(7 89 133 / 0.95);
}
.border-sky-900 {
  --tw-border-opacity: 1;
  border-color: rgb(12 74 110 / var(--tw-border-opacity, 1));
}
.border-sky-900\/0 {
  border-color: rgb(12 74 110 / 0);
}
.border-sky-900\/10 {
  border-color: rgb(12 74 110 / 0.1);
}
.border-sky-900\/100 {
  border-color: rgb(12 74 110 / 1);
}
.border-sky-900\/15 {
  border-color: rgb(12 74 110 / 0.15);
}
.border-sky-900\/20 {
  border-color: rgb(12 74 110 / 0.2);
}
.border-sky-900\/25 {
  border-color: rgb(12 74 110 / 0.25);
}
.border-sky-900\/30 {
  border-color: rgb(12 74 110 / 0.3);
}
.border-sky-900\/35 {
  border-color: rgb(12 74 110 / 0.35);
}
.border-sky-900\/40 {
  border-color: rgb(12 74 110 / 0.4);
}
.border-sky-900\/45 {
  border-color: rgb(12 74 110 / 0.45);
}
.border-sky-900\/5 {
  border-color: rgb(12 74 110 / 0.05);
}
.border-sky-900\/50 {
  border-color: rgb(12 74 110 / 0.5);
}
.border-sky-900\/55 {
  border-color: rgb(12 74 110 / 0.55);
}
.border-sky-900\/60 {
  border-color: rgb(12 74 110 / 0.6);
}
.border-sky-900\/65 {
  border-color: rgb(12 74 110 / 0.65);
}
.border-sky-900\/70 {
  border-color: rgb(12 74 110 / 0.7);
}
.border-sky-900\/75 {
  border-color: rgb(12 74 110 / 0.75);
}
.border-sky-900\/80 {
  border-color: rgb(12 74 110 / 0.8);
}
.border-sky-900\/85 {
  border-color: rgb(12 74 110 / 0.85);
}
.border-sky-900\/90 {
  border-color: rgb(12 74 110 / 0.9);
}
.border-sky-900\/95 {
  border-color: rgb(12 74 110 / 0.95);
}
.border-sky-950 {
  --tw-border-opacity: 1;
  border-color: rgb(8 47 73 / var(--tw-border-opacity, 1));
}
.border-sky-950\/0 {
  border-color: rgb(8 47 73 / 0);
}
.border-sky-950\/10 {
  border-color: rgb(8 47 73 / 0.1);
}
.border-sky-950\/100 {
  border-color: rgb(8 47 73 / 1);
}
.border-sky-950\/15 {
  border-color: rgb(8 47 73 / 0.15);
}
.border-sky-950\/20 {
  border-color: rgb(8 47 73 / 0.2);
}
.border-sky-950\/25 {
  border-color: rgb(8 47 73 / 0.25);
}
.border-sky-950\/30 {
  border-color: rgb(8 47 73 / 0.3);
}
.border-sky-950\/35 {
  border-color: rgb(8 47 73 / 0.35);
}
.border-sky-950\/40 {
  border-color: rgb(8 47 73 / 0.4);
}
.border-sky-950\/45 {
  border-color: rgb(8 47 73 / 0.45);
}
.border-sky-950\/5 {
  border-color: rgb(8 47 73 / 0.05);
}
.border-sky-950\/50 {
  border-color: rgb(8 47 73 / 0.5);
}
.border-sky-950\/55 {
  border-color: rgb(8 47 73 / 0.55);
}
.border-sky-950\/60 {
  border-color: rgb(8 47 73 / 0.6);
}
.border-sky-950\/65 {
  border-color: rgb(8 47 73 / 0.65);
}
.border-sky-950\/70 {
  border-color: rgb(8 47 73 / 0.7);
}
.border-sky-950\/75 {
  border-color: rgb(8 47 73 / 0.75);
}
.border-sky-950\/80 {
  border-color: rgb(8 47 73 / 0.8);
}
.border-sky-950\/85 {
  border-color: rgb(8 47 73 / 0.85);
}
.border-sky-950\/90 {
  border-color: rgb(8 47 73 / 0.9);
}
.border-sky-950\/95 {
  border-color: rgb(8 47 73 / 0.95);
}
.border-slate-100 {
  --tw-border-opacity: 1;
  border-color: rgb(241 245 249 / var(--tw-border-opacity, 1));
}
.border-slate-200 {
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
}
.border-slate-200\/50 {
  border-color: rgb(226 232 240 / 0.5);
}
.border-slate-200\/60 {
  border-color: rgb(226 232 240 / 0.6);
}
.border-slate-300 {
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity, 1));
}
.border-slate-300\/50 {
  border-color: rgb(203 213 225 / 0.5);
}
.border-slate-300\/60 {
  border-color: rgb(203 213 225 / 0.6);
}
.border-slate-400\/80 {
  border-color: rgb(148 163 184 / 0.8);
}
.border-slate-50 {
  --tw-border-opacity: 1;
  border-color: rgb(248 250 252 / var(--tw-border-opacity, 1));
}
.border-slate-500\/30 {
  border-color: rgb(100 116 139 / 0.3);
}
.border-slate-700 {
  --tw-border-opacity: 1;
  border-color: rgb(51 65 85 / var(--tw-border-opacity, 1));
}
.border-slate-700\/50 {
  border-color: rgb(51 65 85 / 0.5);
}
.border-surface-200 {
  --tw-border-opacity: 1;
  border-color: color-mix(in srgb, var(--p-surface-200) calc(100% * var(--tw-border-opacity, 1)), transparent);
}
.border-surface-300 {
  --tw-border-opacity: 1;
  border-color: color-mix(in srgb, var(--p-surface-300) calc(100% * var(--tw-border-opacity, 1)), transparent);
}
.border-teal-100 {
  --tw-border-opacity: 1;
  border-color: rgb(204 251 241 / var(--tw-border-opacity, 1));
}
.border-teal-100\/0 {
  border-color: rgb(204 251 241 / 0);
}
.border-teal-100\/10 {
  border-color: rgb(204 251 241 / 0.1);
}
.border-teal-100\/100 {
  border-color: rgb(204 251 241 / 1);
}
.border-teal-100\/15 {
  border-color: rgb(204 251 241 / 0.15);
}
.border-teal-100\/20 {
  border-color: rgb(204 251 241 / 0.2);
}
.border-teal-100\/25 {
  border-color: rgb(204 251 241 / 0.25);
}
.border-teal-100\/30 {
  border-color: rgb(204 251 241 / 0.3);
}
.border-teal-100\/35 {
  border-color: rgb(204 251 241 / 0.35);
}
.border-teal-100\/40 {
  border-color: rgb(204 251 241 / 0.4);
}
.border-teal-100\/45 {
  border-color: rgb(204 251 241 / 0.45);
}
.border-teal-100\/5 {
  border-color: rgb(204 251 241 / 0.05);
}
.border-teal-100\/50 {
  border-color: rgb(204 251 241 / 0.5);
}
.border-teal-100\/55 {
  border-color: rgb(204 251 241 / 0.55);
}
.border-teal-100\/60 {
  border-color: rgb(204 251 241 / 0.6);
}
.border-teal-100\/65 {
  border-color: rgb(204 251 241 / 0.65);
}
.border-teal-100\/70 {
  border-color: rgb(204 251 241 / 0.7);
}
.border-teal-100\/75 {
  border-color: rgb(204 251 241 / 0.75);
}
.border-teal-100\/80 {
  border-color: rgb(204 251 241 / 0.8);
}
.border-teal-100\/85 {
  border-color: rgb(204 251 241 / 0.85);
}
.border-teal-100\/90 {
  border-color: rgb(204 251 241 / 0.9);
}
.border-teal-100\/95 {
  border-color: rgb(204 251 241 / 0.95);
}
.border-teal-200 {
  --tw-border-opacity: 1;
  border-color: rgb(153 246 228 / var(--tw-border-opacity, 1));
}
.border-teal-200\/0 {
  border-color: rgb(153 246 228 / 0);
}
.border-teal-200\/10 {
  border-color: rgb(153 246 228 / 0.1);
}
.border-teal-200\/100 {
  border-color: rgb(153 246 228 / 1);
}
.border-teal-200\/15 {
  border-color: rgb(153 246 228 / 0.15);
}
.border-teal-200\/20 {
  border-color: rgb(153 246 228 / 0.2);
}
.border-teal-200\/25 {
  border-color: rgb(153 246 228 / 0.25);
}
.border-teal-200\/30 {
  border-color: rgb(153 246 228 / 0.3);
}
.border-teal-200\/35 {
  border-color: rgb(153 246 228 / 0.35);
}
.border-teal-200\/40 {
  border-color: rgb(153 246 228 / 0.4);
}
.border-teal-200\/45 {
  border-color: rgb(153 246 228 / 0.45);
}
.border-teal-200\/5 {
  border-color: rgb(153 246 228 / 0.05);
}
.border-teal-200\/50 {
  border-color: rgb(153 246 228 / 0.5);
}
.border-teal-200\/55 {
  border-color: rgb(153 246 228 / 0.55);
}
.border-teal-200\/60 {
  border-color: rgb(153 246 228 / 0.6);
}
.border-teal-200\/65 {
  border-color: rgb(153 246 228 / 0.65);
}
.border-teal-200\/70 {
  border-color: rgb(153 246 228 / 0.7);
}
.border-teal-200\/75 {
  border-color: rgb(153 246 228 / 0.75);
}
.border-teal-200\/80 {
  border-color: rgb(153 246 228 / 0.8);
}
.border-teal-200\/85 {
  border-color: rgb(153 246 228 / 0.85);
}
.border-teal-200\/90 {
  border-color: rgb(153 246 228 / 0.9);
}
.border-teal-200\/95 {
  border-color: rgb(153 246 228 / 0.95);
}
.border-teal-300 {
  --tw-border-opacity: 1;
  border-color: rgb(94 234 212 / var(--tw-border-opacity, 1));
}
.border-teal-300\/0 {
  border-color: rgb(94 234 212 / 0);
}
.border-teal-300\/10 {
  border-color: rgb(94 234 212 / 0.1);
}
.border-teal-300\/100 {
  border-color: rgb(94 234 212 / 1);
}
.border-teal-300\/15 {
  border-color: rgb(94 234 212 / 0.15);
}
.border-teal-300\/20 {
  border-color: rgb(94 234 212 / 0.2);
}
.border-teal-300\/25 {
  border-color: rgb(94 234 212 / 0.25);
}
.border-teal-300\/30 {
  border-color: rgb(94 234 212 / 0.3);
}
.border-teal-300\/35 {
  border-color: rgb(94 234 212 / 0.35);
}
.border-teal-300\/40 {
  border-color: rgb(94 234 212 / 0.4);
}
.border-teal-300\/45 {
  border-color: rgb(94 234 212 / 0.45);
}
.border-teal-300\/5 {
  border-color: rgb(94 234 212 / 0.05);
}
.border-teal-300\/50 {
  border-color: rgb(94 234 212 / 0.5);
}
.border-teal-300\/55 {
  border-color: rgb(94 234 212 / 0.55);
}
.border-teal-300\/60 {
  border-color: rgb(94 234 212 / 0.6);
}
.border-teal-300\/65 {
  border-color: rgb(94 234 212 / 0.65);
}
.border-teal-300\/70 {
  border-color: rgb(94 234 212 / 0.7);
}
.border-teal-300\/75 {
  border-color: rgb(94 234 212 / 0.75);
}
.border-teal-300\/80 {
  border-color: rgb(94 234 212 / 0.8);
}
.border-teal-300\/85 {
  border-color: rgb(94 234 212 / 0.85);
}
.border-teal-300\/90 {
  border-color: rgb(94 234 212 / 0.9);
}
.border-teal-300\/95 {
  border-color: rgb(94 234 212 / 0.95);
}
.border-teal-400 {
  --tw-border-opacity: 1;
  border-color: rgb(45 212 191 / var(--tw-border-opacity, 1));
}
.border-teal-400\/0 {
  border-color: rgb(45 212 191 / 0);
}
.border-teal-400\/10 {
  border-color: rgb(45 212 191 / 0.1);
}
.border-teal-400\/100 {
  border-color: rgb(45 212 191 / 1);
}
.border-teal-400\/15 {
  border-color: rgb(45 212 191 / 0.15);
}
.border-teal-400\/20 {
  border-color: rgb(45 212 191 / 0.2);
}
.border-teal-400\/25 {
  border-color: rgb(45 212 191 / 0.25);
}
.border-teal-400\/30 {
  border-color: rgb(45 212 191 / 0.3);
}
.border-teal-400\/35 {
  border-color: rgb(45 212 191 / 0.35);
}
.border-teal-400\/40 {
  border-color: rgb(45 212 191 / 0.4);
}
.border-teal-400\/45 {
  border-color: rgb(45 212 191 / 0.45);
}
.border-teal-400\/5 {
  border-color: rgb(45 212 191 / 0.05);
}
.border-teal-400\/50 {
  border-color: rgb(45 212 191 / 0.5);
}
.border-teal-400\/55 {
  border-color: rgb(45 212 191 / 0.55);
}
.border-teal-400\/60 {
  border-color: rgb(45 212 191 / 0.6);
}
.border-teal-400\/65 {
  border-color: rgb(45 212 191 / 0.65);
}
.border-teal-400\/70 {
  border-color: rgb(45 212 191 / 0.7);
}
.border-teal-400\/75 {
  border-color: rgb(45 212 191 / 0.75);
}
.border-teal-400\/80 {
  border-color: rgb(45 212 191 / 0.8);
}
.border-teal-400\/85 {
  border-color: rgb(45 212 191 / 0.85);
}
.border-teal-400\/90 {
  border-color: rgb(45 212 191 / 0.9);
}
.border-teal-400\/95 {
  border-color: rgb(45 212 191 / 0.95);
}
.border-teal-50 {
  --tw-border-opacity: 1;
  border-color: rgb(240 253 250 / var(--tw-border-opacity, 1));
}
.border-teal-50\/0 {
  border-color: rgb(240 253 250 / 0);
}
.border-teal-50\/10 {
  border-color: rgb(240 253 250 / 0.1);
}
.border-teal-50\/100 {
  border-color: rgb(240 253 250 / 1);
}
.border-teal-50\/15 {
  border-color: rgb(240 253 250 / 0.15);
}
.border-teal-50\/20 {
  border-color: rgb(240 253 250 / 0.2);
}
.border-teal-50\/25 {
  border-color: rgb(240 253 250 / 0.25);
}
.border-teal-50\/30 {
  border-color: rgb(240 253 250 / 0.3);
}
.border-teal-50\/35 {
  border-color: rgb(240 253 250 / 0.35);
}
.border-teal-50\/40 {
  border-color: rgb(240 253 250 / 0.4);
}
.border-teal-50\/45 {
  border-color: rgb(240 253 250 / 0.45);
}
.border-teal-50\/5 {
  border-color: rgb(240 253 250 / 0.05);
}
.border-teal-50\/50 {
  border-color: rgb(240 253 250 / 0.5);
}
.border-teal-50\/55 {
  border-color: rgb(240 253 250 / 0.55);
}
.border-teal-50\/60 {
  border-color: rgb(240 253 250 / 0.6);
}
.border-teal-50\/65 {
  border-color: rgb(240 253 250 / 0.65);
}
.border-teal-50\/70 {
  border-color: rgb(240 253 250 / 0.7);
}
.border-teal-50\/75 {
  border-color: rgb(240 253 250 / 0.75);
}
.border-teal-50\/80 {
  border-color: rgb(240 253 250 / 0.8);
}
.border-teal-50\/85 {
  border-color: rgb(240 253 250 / 0.85);
}
.border-teal-50\/90 {
  border-color: rgb(240 253 250 / 0.9);
}
.border-teal-50\/95 {
  border-color: rgb(240 253 250 / 0.95);
}
.border-teal-500 {
  --tw-border-opacity: 1;
  border-color: rgb(20 184 166 / var(--tw-border-opacity, 1));
}
.border-teal-500\/0 {
  border-color: rgb(20 184 166 / 0);
}
.border-teal-500\/10 {
  border-color: rgb(20 184 166 / 0.1);
}
.border-teal-500\/100 {
  border-color: rgb(20 184 166 / 1);
}
.border-teal-500\/15 {
  border-color: rgb(20 184 166 / 0.15);
}
.border-teal-500\/20 {
  border-color: rgb(20 184 166 / 0.2);
}
.border-teal-500\/25 {
  border-color: rgb(20 184 166 / 0.25);
}
.border-teal-500\/30 {
  border-color: rgb(20 184 166 / 0.3);
}
.border-teal-500\/35 {
  border-color: rgb(20 184 166 / 0.35);
}
.border-teal-500\/40 {
  border-color: rgb(20 184 166 / 0.4);
}
.border-teal-500\/45 {
  border-color: rgb(20 184 166 / 0.45);
}
.border-teal-500\/5 {
  border-color: rgb(20 184 166 / 0.05);
}
.border-teal-500\/50 {
  border-color: rgb(20 184 166 / 0.5);
}
.border-teal-500\/55 {
  border-color: rgb(20 184 166 / 0.55);
}
.border-teal-500\/60 {
  border-color: rgb(20 184 166 / 0.6);
}
.border-teal-500\/65 {
  border-color: rgb(20 184 166 / 0.65);
}
.border-teal-500\/70 {
  border-color: rgb(20 184 166 / 0.7);
}
.border-teal-500\/75 {
  border-color: rgb(20 184 166 / 0.75);
}
.border-teal-500\/80 {
  border-color: rgb(20 184 166 / 0.8);
}
.border-teal-500\/85 {
  border-color: rgb(20 184 166 / 0.85);
}
.border-teal-500\/90 {
  border-color: rgb(20 184 166 / 0.9);
}
.border-teal-500\/95 {
  border-color: rgb(20 184 166 / 0.95);
}
.border-teal-600 {
  --tw-border-opacity: 1;
  border-color: rgb(13 148 136 / var(--tw-border-opacity, 1));
}
.border-teal-600\/0 {
  border-color: rgb(13 148 136 / 0);
}
.border-teal-600\/10 {
  border-color: rgb(13 148 136 / 0.1);
}
.border-teal-600\/100 {
  border-color: rgb(13 148 136 / 1);
}
.border-teal-600\/15 {
  border-color: rgb(13 148 136 / 0.15);
}
.border-teal-600\/20 {
  border-color: rgb(13 148 136 / 0.2);
}
.border-teal-600\/25 {
  border-color: rgb(13 148 136 / 0.25);
}
.border-teal-600\/30 {
  border-color: rgb(13 148 136 / 0.3);
}
.border-teal-600\/35 {
  border-color: rgb(13 148 136 / 0.35);
}
.border-teal-600\/40 {
  border-color: rgb(13 148 136 / 0.4);
}
.border-teal-600\/45 {
  border-color: rgb(13 148 136 / 0.45);
}
.border-teal-600\/5 {
  border-color: rgb(13 148 136 / 0.05);
}
.border-teal-600\/50 {
  border-color: rgb(13 148 136 / 0.5);
}
.border-teal-600\/55 {
  border-color: rgb(13 148 136 / 0.55);
}
.border-teal-600\/60 {
  border-color: rgb(13 148 136 / 0.6);
}
.border-teal-600\/65 {
  border-color: rgb(13 148 136 / 0.65);
}
.border-teal-600\/70 {
  border-color: rgb(13 148 136 / 0.7);
}
.border-teal-600\/75 {
  border-color: rgb(13 148 136 / 0.75);
}
.border-teal-600\/80 {
  border-color: rgb(13 148 136 / 0.8);
}
.border-teal-600\/85 {
  border-color: rgb(13 148 136 / 0.85);
}
.border-teal-600\/90 {
  border-color: rgb(13 148 136 / 0.9);
}
.border-teal-600\/95 {
  border-color: rgb(13 148 136 / 0.95);
}
.border-teal-700 {
  --tw-border-opacity: 1;
  border-color: rgb(15 118 110 / var(--tw-border-opacity, 1));
}
.border-teal-700\/0 {
  border-color: rgb(15 118 110 / 0);
}
.border-teal-700\/10 {
  border-color: rgb(15 118 110 / 0.1);
}
.border-teal-700\/100 {
  border-color: rgb(15 118 110 / 1);
}
.border-teal-700\/15 {
  border-color: rgb(15 118 110 / 0.15);
}
.border-teal-700\/20 {
  border-color: rgb(15 118 110 / 0.2);
}
.border-teal-700\/25 {
  border-color: rgb(15 118 110 / 0.25);
}
.border-teal-700\/30 {
  border-color: rgb(15 118 110 / 0.3);
}
.border-teal-700\/35 {
  border-color: rgb(15 118 110 / 0.35);
}
.border-teal-700\/40 {
  border-color: rgb(15 118 110 / 0.4);
}
.border-teal-700\/45 {
  border-color: rgb(15 118 110 / 0.45);
}
.border-teal-700\/5 {
  border-color: rgb(15 118 110 / 0.05);
}
.border-teal-700\/50 {
  border-color: rgb(15 118 110 / 0.5);
}
.border-teal-700\/55 {
  border-color: rgb(15 118 110 / 0.55);
}
.border-teal-700\/60 {
  border-color: rgb(15 118 110 / 0.6);
}
.border-teal-700\/65 {
  border-color: rgb(15 118 110 / 0.65);
}
.border-teal-700\/70 {
  border-color: rgb(15 118 110 / 0.7);
}
.border-teal-700\/75 {
  border-color: rgb(15 118 110 / 0.75);
}
.border-teal-700\/80 {
  border-color: rgb(15 118 110 / 0.8);
}
.border-teal-700\/85 {
  border-color: rgb(15 118 110 / 0.85);
}
.border-teal-700\/90 {
  border-color: rgb(15 118 110 / 0.9);
}
.border-teal-700\/95 {
  border-color: rgb(15 118 110 / 0.95);
}
.border-teal-800 {
  --tw-border-opacity: 1;
  border-color: rgb(17 94 89 / var(--tw-border-opacity, 1));
}
.border-teal-800\/0 {
  border-color: rgb(17 94 89 / 0);
}
.border-teal-800\/10 {
  border-color: rgb(17 94 89 / 0.1);
}
.border-teal-800\/100 {
  border-color: rgb(17 94 89 / 1);
}
.border-teal-800\/15 {
  border-color: rgb(17 94 89 / 0.15);
}
.border-teal-800\/20 {
  border-color: rgb(17 94 89 / 0.2);
}
.border-teal-800\/25 {
  border-color: rgb(17 94 89 / 0.25);
}
.border-teal-800\/30 {
  border-color: rgb(17 94 89 / 0.3);
}
.border-teal-800\/35 {
  border-color: rgb(17 94 89 / 0.35);
}
.border-teal-800\/40 {
  border-color: rgb(17 94 89 / 0.4);
}
.border-teal-800\/45 {
  border-color: rgb(17 94 89 / 0.45);
}
.border-teal-800\/5 {
  border-color: rgb(17 94 89 / 0.05);
}
.border-teal-800\/50 {
  border-color: rgb(17 94 89 / 0.5);
}
.border-teal-800\/55 {
  border-color: rgb(17 94 89 / 0.55);
}
.border-teal-800\/60 {
  border-color: rgb(17 94 89 / 0.6);
}
.border-teal-800\/65 {
  border-color: rgb(17 94 89 / 0.65);
}
.border-teal-800\/70 {
  border-color: rgb(17 94 89 / 0.7);
}
.border-teal-800\/75 {
  border-color: rgb(17 94 89 / 0.75);
}
.border-teal-800\/80 {
  border-color: rgb(17 94 89 / 0.8);
}
.border-teal-800\/85 {
  border-color: rgb(17 94 89 / 0.85);
}
.border-teal-800\/90 {
  border-color: rgb(17 94 89 / 0.9);
}
.border-teal-800\/95 {
  border-color: rgb(17 94 89 / 0.95);
}
.border-teal-900 {
  --tw-border-opacity: 1;
  border-color: rgb(19 78 74 / var(--tw-border-opacity, 1));
}
.border-teal-900\/0 {
  border-color: rgb(19 78 74 / 0);
}
.border-teal-900\/10 {
  border-color: rgb(19 78 74 / 0.1);
}
.border-teal-900\/100 {
  border-color: rgb(19 78 74 / 1);
}
.border-teal-900\/15 {
  border-color: rgb(19 78 74 / 0.15);
}
.border-teal-900\/20 {
  border-color: rgb(19 78 74 / 0.2);
}
.border-teal-900\/25 {
  border-color: rgb(19 78 74 / 0.25);
}
.border-teal-900\/30 {
  border-color: rgb(19 78 74 / 0.3);
}
.border-teal-900\/35 {
  border-color: rgb(19 78 74 / 0.35);
}
.border-teal-900\/40 {
  border-color: rgb(19 78 74 / 0.4);
}
.border-teal-900\/45 {
  border-color: rgb(19 78 74 / 0.45);
}
.border-teal-900\/5 {
  border-color: rgb(19 78 74 / 0.05);
}
.border-teal-900\/50 {
  border-color: rgb(19 78 74 / 0.5);
}
.border-teal-900\/55 {
  border-color: rgb(19 78 74 / 0.55);
}
.border-teal-900\/60 {
  border-color: rgb(19 78 74 / 0.6);
}
.border-teal-900\/65 {
  border-color: rgb(19 78 74 / 0.65);
}
.border-teal-900\/70 {
  border-color: rgb(19 78 74 / 0.7);
}
.border-teal-900\/75 {
  border-color: rgb(19 78 74 / 0.75);
}
.border-teal-900\/80 {
  border-color: rgb(19 78 74 / 0.8);
}
.border-teal-900\/85 {
  border-color: rgb(19 78 74 / 0.85);
}
.border-teal-900\/90 {
  border-color: rgb(19 78 74 / 0.9);
}
.border-teal-900\/95 {
  border-color: rgb(19 78 74 / 0.95);
}
.border-teal-950 {
  --tw-border-opacity: 1;
  border-color: rgb(4 47 46 / var(--tw-border-opacity, 1));
}
.border-teal-950\/0 {
  border-color: rgb(4 47 46 / 0);
}
.border-teal-950\/10 {
  border-color: rgb(4 47 46 / 0.1);
}
.border-teal-950\/100 {
  border-color: rgb(4 47 46 / 1);
}
.border-teal-950\/15 {
  border-color: rgb(4 47 46 / 0.15);
}
.border-teal-950\/20 {
  border-color: rgb(4 47 46 / 0.2);
}
.border-teal-950\/25 {
  border-color: rgb(4 47 46 / 0.25);
}
.border-teal-950\/30 {
  border-color: rgb(4 47 46 / 0.3);
}
.border-teal-950\/35 {
  border-color: rgb(4 47 46 / 0.35);
}
.border-teal-950\/40 {
  border-color: rgb(4 47 46 / 0.4);
}
.border-teal-950\/45 {
  border-color: rgb(4 47 46 / 0.45);
}
.border-teal-950\/5 {
  border-color: rgb(4 47 46 / 0.05);
}
.border-teal-950\/50 {
  border-color: rgb(4 47 46 / 0.5);
}
.border-teal-950\/55 {
  border-color: rgb(4 47 46 / 0.55);
}
.border-teal-950\/60 {
  border-color: rgb(4 47 46 / 0.6);
}
.border-teal-950\/65 {
  border-color: rgb(4 47 46 / 0.65);
}
.border-teal-950\/70 {
  border-color: rgb(4 47 46 / 0.7);
}
.border-teal-950\/75 {
  border-color: rgb(4 47 46 / 0.75);
}
.border-teal-950\/80 {
  border-color: rgb(4 47 46 / 0.8);
}
.border-teal-950\/85 {
  border-color: rgb(4 47 46 / 0.85);
}
.border-teal-950\/90 {
  border-color: rgb(4 47 46 / 0.9);
}
.border-teal-950\/95 {
  border-color: rgb(4 47 46 / 0.95);
}
.border-transparent {
  border-color: transparent;
}
.border-violet-100 {
  --tw-border-opacity: 1;
  border-color: rgb(237 233 254 / var(--tw-border-opacity, 1));
}
.border-violet-100\/0 {
  border-color: rgb(237 233 254 / 0);
}
.border-violet-100\/10 {
  border-color: rgb(237 233 254 / 0.1);
}
.border-violet-100\/100 {
  border-color: rgb(237 233 254 / 1);
}
.border-violet-100\/15 {
  border-color: rgb(237 233 254 / 0.15);
}
.border-violet-100\/20 {
  border-color: rgb(237 233 254 / 0.2);
}
.border-violet-100\/25 {
  border-color: rgb(237 233 254 / 0.25);
}
.border-violet-100\/30 {
  border-color: rgb(237 233 254 / 0.3);
}
.border-violet-100\/35 {
  border-color: rgb(237 233 254 / 0.35);
}
.border-violet-100\/40 {
  border-color: rgb(237 233 254 / 0.4);
}
.border-violet-100\/45 {
  border-color: rgb(237 233 254 / 0.45);
}
.border-violet-100\/5 {
  border-color: rgb(237 233 254 / 0.05);
}
.border-violet-100\/50 {
  border-color: rgb(237 233 254 / 0.5);
}
.border-violet-100\/55 {
  border-color: rgb(237 233 254 / 0.55);
}
.border-violet-100\/60 {
  border-color: rgb(237 233 254 / 0.6);
}
.border-violet-100\/65 {
  border-color: rgb(237 233 254 / 0.65);
}
.border-violet-100\/70 {
  border-color: rgb(237 233 254 / 0.7);
}
.border-violet-100\/75 {
  border-color: rgb(237 233 254 / 0.75);
}
.border-violet-100\/80 {
  border-color: rgb(237 233 254 / 0.8);
}
.border-violet-100\/85 {
  border-color: rgb(237 233 254 / 0.85);
}
.border-violet-100\/90 {
  border-color: rgb(237 233 254 / 0.9);
}
.border-violet-100\/95 {
  border-color: rgb(237 233 254 / 0.95);
}
.border-violet-200 {
  --tw-border-opacity: 1;
  border-color: rgb(221 214 254 / var(--tw-border-opacity, 1));
}
.border-violet-200\/0 {
  border-color: rgb(221 214 254 / 0);
}
.border-violet-200\/10 {
  border-color: rgb(221 214 254 / 0.1);
}
.border-violet-200\/100 {
  border-color: rgb(221 214 254 / 1);
}
.border-violet-200\/15 {
  border-color: rgb(221 214 254 / 0.15);
}
.border-violet-200\/20 {
  border-color: rgb(221 214 254 / 0.2);
}
.border-violet-200\/25 {
  border-color: rgb(221 214 254 / 0.25);
}
.border-violet-200\/30 {
  border-color: rgb(221 214 254 / 0.3);
}
.border-violet-200\/35 {
  border-color: rgb(221 214 254 / 0.35);
}
.border-violet-200\/40 {
  border-color: rgb(221 214 254 / 0.4);
}
.border-violet-200\/45 {
  border-color: rgb(221 214 254 / 0.45);
}
.border-violet-200\/5 {
  border-color: rgb(221 214 254 / 0.05);
}
.border-violet-200\/50 {
  border-color: rgb(221 214 254 / 0.5);
}
.border-violet-200\/55 {
  border-color: rgb(221 214 254 / 0.55);
}
.border-violet-200\/60 {
  border-color: rgb(221 214 254 / 0.6);
}
.border-violet-200\/65 {
  border-color: rgb(221 214 254 / 0.65);
}
.border-violet-200\/70 {
  border-color: rgb(221 214 254 / 0.7);
}
.border-violet-200\/75 {
  border-color: rgb(221 214 254 / 0.75);
}
.border-violet-200\/80 {
  border-color: rgb(221 214 254 / 0.8);
}
.border-violet-200\/85 {
  border-color: rgb(221 214 254 / 0.85);
}
.border-violet-200\/90 {
  border-color: rgb(221 214 254 / 0.9);
}
.border-violet-200\/95 {
  border-color: rgb(221 214 254 / 0.95);
}
.border-violet-300 {
  --tw-border-opacity: 1;
  border-color: rgb(196 181 253 / var(--tw-border-opacity, 1));
}
.border-violet-300\/0 {
  border-color: rgb(196 181 253 / 0);
}
.border-violet-300\/10 {
  border-color: rgb(196 181 253 / 0.1);
}
.border-violet-300\/100 {
  border-color: rgb(196 181 253 / 1);
}
.border-violet-300\/15 {
  border-color: rgb(196 181 253 / 0.15);
}
.border-violet-300\/20 {
  border-color: rgb(196 181 253 / 0.2);
}
.border-violet-300\/25 {
  border-color: rgb(196 181 253 / 0.25);
}
.border-violet-300\/30 {
  border-color: rgb(196 181 253 / 0.3);
}
.border-violet-300\/35 {
  border-color: rgb(196 181 253 / 0.35);
}
.border-violet-300\/40 {
  border-color: rgb(196 181 253 / 0.4);
}
.border-violet-300\/45 {
  border-color: rgb(196 181 253 / 0.45);
}
.border-violet-300\/5 {
  border-color: rgb(196 181 253 / 0.05);
}
.border-violet-300\/50 {
  border-color: rgb(196 181 253 / 0.5);
}
.border-violet-300\/55 {
  border-color: rgb(196 181 253 / 0.55);
}
.border-violet-300\/60 {
  border-color: rgb(196 181 253 / 0.6);
}
.border-violet-300\/65 {
  border-color: rgb(196 181 253 / 0.65);
}
.border-violet-300\/70 {
  border-color: rgb(196 181 253 / 0.7);
}
.border-violet-300\/75 {
  border-color: rgb(196 181 253 / 0.75);
}
.border-violet-300\/80 {
  border-color: rgb(196 181 253 / 0.8);
}
.border-violet-300\/85 {
  border-color: rgb(196 181 253 / 0.85);
}
.border-violet-300\/90 {
  border-color: rgb(196 181 253 / 0.9);
}
.border-violet-300\/95 {
  border-color: rgb(196 181 253 / 0.95);
}
.border-violet-400 {
  --tw-border-opacity: 1;
  border-color: rgb(167 139 250 / var(--tw-border-opacity, 1));
}
.border-violet-400\/0 {
  border-color: rgb(167 139 250 / 0);
}
.border-violet-400\/10 {
  border-color: rgb(167 139 250 / 0.1);
}
.border-violet-400\/100 {
  border-color: rgb(167 139 250 / 1);
}
.border-violet-400\/15 {
  border-color: rgb(167 139 250 / 0.15);
}
.border-violet-400\/20 {
  border-color: rgb(167 139 250 / 0.2);
}
.border-violet-400\/25 {
  border-color: rgb(167 139 250 / 0.25);
}
.border-violet-400\/30 {
  border-color: rgb(167 139 250 / 0.3);
}
.border-violet-400\/35 {
  border-color: rgb(167 139 250 / 0.35);
}
.border-violet-400\/40 {
  border-color: rgb(167 139 250 / 0.4);
}
.border-violet-400\/45 {
  border-color: rgb(167 139 250 / 0.45);
}
.border-violet-400\/5 {
  border-color: rgb(167 139 250 / 0.05);
}
.border-violet-400\/50 {
  border-color: rgb(167 139 250 / 0.5);
}
.border-violet-400\/55 {
  border-color: rgb(167 139 250 / 0.55);
}
.border-violet-400\/60 {
  border-color: rgb(167 139 250 / 0.6);
}
.border-violet-400\/65 {
  border-color: rgb(167 139 250 / 0.65);
}
.border-violet-400\/70 {
  border-color: rgb(167 139 250 / 0.7);
}
.border-violet-400\/75 {
  border-color: rgb(167 139 250 / 0.75);
}
.border-violet-400\/80 {
  border-color: rgb(167 139 250 / 0.8);
}
.border-violet-400\/85 {
  border-color: rgb(167 139 250 / 0.85);
}
.border-violet-400\/90 {
  border-color: rgb(167 139 250 / 0.9);
}
.border-violet-400\/95 {
  border-color: rgb(167 139 250 / 0.95);
}
.border-violet-50 {
  --tw-border-opacity: 1;
  border-color: rgb(245 243 255 / var(--tw-border-opacity, 1));
}
.border-violet-50\/0 {
  border-color: rgb(245 243 255 / 0);
}
.border-violet-50\/10 {
  border-color: rgb(245 243 255 / 0.1);
}
.border-violet-50\/100 {
  border-color: rgb(245 243 255 / 1);
}
.border-violet-50\/15 {
  border-color: rgb(245 243 255 / 0.15);
}
.border-violet-50\/20 {
  border-color: rgb(245 243 255 / 0.2);
}
.border-violet-50\/25 {
  border-color: rgb(245 243 255 / 0.25);
}
.border-violet-50\/30 {
  border-color: rgb(245 243 255 / 0.3);
}
.border-violet-50\/35 {
  border-color: rgb(245 243 255 / 0.35);
}
.border-violet-50\/40 {
  border-color: rgb(245 243 255 / 0.4);
}
.border-violet-50\/45 {
  border-color: rgb(245 243 255 / 0.45);
}
.border-violet-50\/5 {
  border-color: rgb(245 243 255 / 0.05);
}
.border-violet-50\/50 {
  border-color: rgb(245 243 255 / 0.5);
}
.border-violet-50\/55 {
  border-color: rgb(245 243 255 / 0.55);
}
.border-violet-50\/60 {
  border-color: rgb(245 243 255 / 0.6);
}
.border-violet-50\/65 {
  border-color: rgb(245 243 255 / 0.65);
}
.border-violet-50\/70 {
  border-color: rgb(245 243 255 / 0.7);
}
.border-violet-50\/75 {
  border-color: rgb(245 243 255 / 0.75);
}
.border-violet-50\/80 {
  border-color: rgb(245 243 255 / 0.8);
}
.border-violet-50\/85 {
  border-color: rgb(245 243 255 / 0.85);
}
.border-violet-50\/90 {
  border-color: rgb(245 243 255 / 0.9);
}
.border-violet-50\/95 {
  border-color: rgb(245 243 255 / 0.95);
}
.border-violet-500 {
  --tw-border-opacity: 1;
  border-color: rgb(139 92 246 / var(--tw-border-opacity, 1));
}
.border-violet-500\/0 {
  border-color: rgb(139 92 246 / 0);
}
.border-violet-500\/10 {
  border-color: rgb(139 92 246 / 0.1);
}
.border-violet-500\/100 {
  border-color: rgb(139 92 246 / 1);
}
.border-violet-500\/15 {
  border-color: rgb(139 92 246 / 0.15);
}
.border-violet-500\/20 {
  border-color: rgb(139 92 246 / 0.2);
}
.border-violet-500\/25 {
  border-color: rgb(139 92 246 / 0.25);
}
.border-violet-500\/30 {
  border-color: rgb(139 92 246 / 0.3);
}
.border-violet-500\/35 {
  border-color: rgb(139 92 246 / 0.35);
}
.border-violet-500\/40 {
  border-color: rgb(139 92 246 / 0.4);
}
.border-violet-500\/45 {
  border-color: rgb(139 92 246 / 0.45);
}
.border-violet-500\/5 {
  border-color: rgb(139 92 246 / 0.05);
}
.border-violet-500\/50 {
  border-color: rgb(139 92 246 / 0.5);
}
.border-violet-500\/55 {
  border-color: rgb(139 92 246 / 0.55);
}
.border-violet-500\/60 {
  border-color: rgb(139 92 246 / 0.6);
}
.border-violet-500\/65 {
  border-color: rgb(139 92 246 / 0.65);
}
.border-violet-500\/70 {
  border-color: rgb(139 92 246 / 0.7);
}
.border-violet-500\/75 {
  border-color: rgb(139 92 246 / 0.75);
}
.border-violet-500\/80 {
  border-color: rgb(139 92 246 / 0.8);
}
.border-violet-500\/85 {
  border-color: rgb(139 92 246 / 0.85);
}
.border-violet-500\/90 {
  border-color: rgb(139 92 246 / 0.9);
}
.border-violet-500\/95 {
  border-color: rgb(139 92 246 / 0.95);
}
.border-violet-600 {
  --tw-border-opacity: 1;
  border-color: rgb(124 58 237 / var(--tw-border-opacity, 1));
}
.border-violet-600\/0 {
  border-color: rgb(124 58 237 / 0);
}
.border-violet-600\/10 {
  border-color: rgb(124 58 237 / 0.1);
}
.border-violet-600\/100 {
  border-color: rgb(124 58 237 / 1);
}
.border-violet-600\/15 {
  border-color: rgb(124 58 237 / 0.15);
}
.border-violet-600\/20 {
  border-color: rgb(124 58 237 / 0.2);
}
.border-violet-600\/25 {
  border-color: rgb(124 58 237 / 0.25);
}
.border-violet-600\/30 {
  border-color: rgb(124 58 237 / 0.3);
}
.border-violet-600\/35 {
  border-color: rgb(124 58 237 / 0.35);
}
.border-violet-600\/40 {
  border-color: rgb(124 58 237 / 0.4);
}
.border-violet-600\/45 {
  border-color: rgb(124 58 237 / 0.45);
}
.border-violet-600\/5 {
  border-color: rgb(124 58 237 / 0.05);
}
.border-violet-600\/50 {
  border-color: rgb(124 58 237 / 0.5);
}
.border-violet-600\/55 {
  border-color: rgb(124 58 237 / 0.55);
}
.border-violet-600\/60 {
  border-color: rgb(124 58 237 / 0.6);
}
.border-violet-600\/65 {
  border-color: rgb(124 58 237 / 0.65);
}
.border-violet-600\/70 {
  border-color: rgb(124 58 237 / 0.7);
}
.border-violet-600\/75 {
  border-color: rgb(124 58 237 / 0.75);
}
.border-violet-600\/80 {
  border-color: rgb(124 58 237 / 0.8);
}
.border-violet-600\/85 {
  border-color: rgb(124 58 237 / 0.85);
}
.border-violet-600\/90 {
  border-color: rgb(124 58 237 / 0.9);
}
.border-violet-600\/95 {
  border-color: rgb(124 58 237 / 0.95);
}
.border-violet-700 {
  --tw-border-opacity: 1;
  border-color: rgb(109 40 217 / var(--tw-border-opacity, 1));
}
.border-violet-700\/0 {
  border-color: rgb(109 40 217 / 0);
}
.border-violet-700\/10 {
  border-color: rgb(109 40 217 / 0.1);
}
.border-violet-700\/100 {
  border-color: rgb(109 40 217 / 1);
}
.border-violet-700\/15 {
  border-color: rgb(109 40 217 / 0.15);
}
.border-violet-700\/20 {
  border-color: rgb(109 40 217 / 0.2);
}
.border-violet-700\/25 {
  border-color: rgb(109 40 217 / 0.25);
}
.border-violet-700\/30 {
  border-color: rgb(109 40 217 / 0.3);
}
.border-violet-700\/35 {
  border-color: rgb(109 40 217 / 0.35);
}
.border-violet-700\/40 {
  border-color: rgb(109 40 217 / 0.4);
}
.border-violet-700\/45 {
  border-color: rgb(109 40 217 / 0.45);
}
.border-violet-700\/5 {
  border-color: rgb(109 40 217 / 0.05);
}
.border-violet-700\/50 {
  border-color: rgb(109 40 217 / 0.5);
}
.border-violet-700\/55 {
  border-color: rgb(109 40 217 / 0.55);
}
.border-violet-700\/60 {
  border-color: rgb(109 40 217 / 0.6);
}
.border-violet-700\/65 {
  border-color: rgb(109 40 217 / 0.65);
}
.border-violet-700\/70 {
  border-color: rgb(109 40 217 / 0.7);
}
.border-violet-700\/75 {
  border-color: rgb(109 40 217 / 0.75);
}
.border-violet-700\/80 {
  border-color: rgb(109 40 217 / 0.8);
}
.border-violet-700\/85 {
  border-color: rgb(109 40 217 / 0.85);
}
.border-violet-700\/90 {
  border-color: rgb(109 40 217 / 0.9);
}
.border-violet-700\/95 {
  border-color: rgb(109 40 217 / 0.95);
}
.border-violet-800 {
  --tw-border-opacity: 1;
  border-color: rgb(91 33 182 / var(--tw-border-opacity, 1));
}
.border-violet-800\/0 {
  border-color: rgb(91 33 182 / 0);
}
.border-violet-800\/10 {
  border-color: rgb(91 33 182 / 0.1);
}
.border-violet-800\/100 {
  border-color: rgb(91 33 182 / 1);
}
.border-violet-800\/15 {
  border-color: rgb(91 33 182 / 0.15);
}
.border-violet-800\/20 {
  border-color: rgb(91 33 182 / 0.2);
}
.border-violet-800\/25 {
  border-color: rgb(91 33 182 / 0.25);
}
.border-violet-800\/30 {
  border-color: rgb(91 33 182 / 0.3);
}
.border-violet-800\/35 {
  border-color: rgb(91 33 182 / 0.35);
}
.border-violet-800\/40 {
  border-color: rgb(91 33 182 / 0.4);
}
.border-violet-800\/45 {
  border-color: rgb(91 33 182 / 0.45);
}
.border-violet-800\/5 {
  border-color: rgb(91 33 182 / 0.05);
}
.border-violet-800\/50 {
  border-color: rgb(91 33 182 / 0.5);
}
.border-violet-800\/55 {
  border-color: rgb(91 33 182 / 0.55);
}
.border-violet-800\/60 {
  border-color: rgb(91 33 182 / 0.6);
}
.border-violet-800\/65 {
  border-color: rgb(91 33 182 / 0.65);
}
.border-violet-800\/70 {
  border-color: rgb(91 33 182 / 0.7);
}
.border-violet-800\/75 {
  border-color: rgb(91 33 182 / 0.75);
}
.border-violet-800\/80 {
  border-color: rgb(91 33 182 / 0.8);
}
.border-violet-800\/85 {
  border-color: rgb(91 33 182 / 0.85);
}
.border-violet-800\/90 {
  border-color: rgb(91 33 182 / 0.9);
}
.border-violet-800\/95 {
  border-color: rgb(91 33 182 / 0.95);
}
.border-violet-900 {
  --tw-border-opacity: 1;
  border-color: rgb(76 29 149 / var(--tw-border-opacity, 1));
}
.border-violet-900\/0 {
  border-color: rgb(76 29 149 / 0);
}
.border-violet-900\/10 {
  border-color: rgb(76 29 149 / 0.1);
}
.border-violet-900\/100 {
  border-color: rgb(76 29 149 / 1);
}
.border-violet-900\/15 {
  border-color: rgb(76 29 149 / 0.15);
}
.border-violet-900\/20 {
  border-color: rgb(76 29 149 / 0.2);
}
.border-violet-900\/25 {
  border-color: rgb(76 29 149 / 0.25);
}
.border-violet-900\/30 {
  border-color: rgb(76 29 149 / 0.3);
}
.border-violet-900\/35 {
  border-color: rgb(76 29 149 / 0.35);
}
.border-violet-900\/40 {
  border-color: rgb(76 29 149 / 0.4);
}
.border-violet-900\/45 {
  border-color: rgb(76 29 149 / 0.45);
}
.border-violet-900\/5 {
  border-color: rgb(76 29 149 / 0.05);
}
.border-violet-900\/50 {
  border-color: rgb(76 29 149 / 0.5);
}
.border-violet-900\/55 {
  border-color: rgb(76 29 149 / 0.55);
}
.border-violet-900\/60 {
  border-color: rgb(76 29 149 / 0.6);
}
.border-violet-900\/65 {
  border-color: rgb(76 29 149 / 0.65);
}
.border-violet-900\/70 {
  border-color: rgb(76 29 149 / 0.7);
}
.border-violet-900\/75 {
  border-color: rgb(76 29 149 / 0.75);
}
.border-violet-900\/80 {
  border-color: rgb(76 29 149 / 0.8);
}
.border-violet-900\/85 {
  border-color: rgb(76 29 149 / 0.85);
}
.border-violet-900\/90 {
  border-color: rgb(76 29 149 / 0.9);
}
.border-violet-900\/95 {
  border-color: rgb(76 29 149 / 0.95);
}
.border-violet-950 {
  --tw-border-opacity: 1;
  border-color: rgb(46 16 101 / var(--tw-border-opacity, 1));
}
.border-violet-950\/0 {
  border-color: rgb(46 16 101 / 0);
}
.border-violet-950\/10 {
  border-color: rgb(46 16 101 / 0.1);
}
.border-violet-950\/100 {
  border-color: rgb(46 16 101 / 1);
}
.border-violet-950\/15 {
  border-color: rgb(46 16 101 / 0.15);
}
.border-violet-950\/20 {
  border-color: rgb(46 16 101 / 0.2);
}
.border-violet-950\/25 {
  border-color: rgb(46 16 101 / 0.25);
}
.border-violet-950\/30 {
  border-color: rgb(46 16 101 / 0.3);
}
.border-violet-950\/35 {
  border-color: rgb(46 16 101 / 0.35);
}
.border-violet-950\/40 {
  border-color: rgb(46 16 101 / 0.4);
}
.border-violet-950\/45 {
  border-color: rgb(46 16 101 / 0.45);
}
.border-violet-950\/5 {
  border-color: rgb(46 16 101 / 0.05);
}
.border-violet-950\/50 {
  border-color: rgb(46 16 101 / 0.5);
}
.border-violet-950\/55 {
  border-color: rgb(46 16 101 / 0.55);
}
.border-violet-950\/60 {
  border-color: rgb(46 16 101 / 0.6);
}
.border-violet-950\/65 {
  border-color: rgb(46 16 101 / 0.65);
}
.border-violet-950\/70 {
  border-color: rgb(46 16 101 / 0.7);
}
.border-violet-950\/75 {
  border-color: rgb(46 16 101 / 0.75);
}
.border-violet-950\/80 {
  border-color: rgb(46 16 101 / 0.8);
}
.border-violet-950\/85 {
  border-color: rgb(46 16 101 / 0.85);
}
.border-violet-950\/90 {
  border-color: rgb(46 16 101 / 0.9);
}
.border-violet-950\/95 {
  border-color: rgb(46 16 101 / 0.95);
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.border-yellow-100 {
  --tw-border-opacity: 1;
  border-color: rgb(254 249 195 / var(--tw-border-opacity, 1));
}
.border-yellow-100\/0 {
  border-color: rgb(254 249 195 / 0);
}
.border-yellow-100\/10 {
  border-color: rgb(254 249 195 / 0.1);
}
.border-yellow-100\/100 {
  border-color: rgb(254 249 195 / 1);
}
.border-yellow-100\/15 {
  border-color: rgb(254 249 195 / 0.15);
}
.border-yellow-100\/20 {
  border-color: rgb(254 249 195 / 0.2);
}
.border-yellow-100\/25 {
  border-color: rgb(254 249 195 / 0.25);
}
.border-yellow-100\/30 {
  border-color: rgb(254 249 195 / 0.3);
}
.border-yellow-100\/35 {
  border-color: rgb(254 249 195 / 0.35);
}
.border-yellow-100\/40 {
  border-color: rgb(254 249 195 / 0.4);
}
.border-yellow-100\/45 {
  border-color: rgb(254 249 195 / 0.45);
}
.border-yellow-100\/5 {
  border-color: rgb(254 249 195 / 0.05);
}
.border-yellow-100\/50 {
  border-color: rgb(254 249 195 / 0.5);
}
.border-yellow-100\/55 {
  border-color: rgb(254 249 195 / 0.55);
}
.border-yellow-100\/60 {
  border-color: rgb(254 249 195 / 0.6);
}
.border-yellow-100\/65 {
  border-color: rgb(254 249 195 / 0.65);
}
.border-yellow-100\/70 {
  border-color: rgb(254 249 195 / 0.7);
}
.border-yellow-100\/75 {
  border-color: rgb(254 249 195 / 0.75);
}
.border-yellow-100\/80 {
  border-color: rgb(254 249 195 / 0.8);
}
.border-yellow-100\/85 {
  border-color: rgb(254 249 195 / 0.85);
}
.border-yellow-100\/90 {
  border-color: rgb(254 249 195 / 0.9);
}
.border-yellow-100\/95 {
  border-color: rgb(254 249 195 / 0.95);
}
.border-yellow-200 {
  --tw-border-opacity: 1;
  border-color: rgb(254 240 138 / var(--tw-border-opacity, 1));
}
.border-yellow-200\/0 {
  border-color: rgb(254 240 138 / 0);
}
.border-yellow-200\/10 {
  border-color: rgb(254 240 138 / 0.1);
}
.border-yellow-200\/100 {
  border-color: rgb(254 240 138 / 1);
}
.border-yellow-200\/15 {
  border-color: rgb(254 240 138 / 0.15);
}
.border-yellow-200\/20 {
  border-color: rgb(254 240 138 / 0.2);
}
.border-yellow-200\/25 {
  border-color: rgb(254 240 138 / 0.25);
}
.border-yellow-200\/30 {
  border-color: rgb(254 240 138 / 0.3);
}
.border-yellow-200\/35 {
  border-color: rgb(254 240 138 / 0.35);
}
.border-yellow-200\/40 {
  border-color: rgb(254 240 138 / 0.4);
}
.border-yellow-200\/45 {
  border-color: rgb(254 240 138 / 0.45);
}
.border-yellow-200\/5 {
  border-color: rgb(254 240 138 / 0.05);
}
.border-yellow-200\/50 {
  border-color: rgb(254 240 138 / 0.5);
}
.border-yellow-200\/55 {
  border-color: rgb(254 240 138 / 0.55);
}
.border-yellow-200\/60 {
  border-color: rgb(254 240 138 / 0.6);
}
.border-yellow-200\/65 {
  border-color: rgb(254 240 138 / 0.65);
}
.border-yellow-200\/70 {
  border-color: rgb(254 240 138 / 0.7);
}
.border-yellow-200\/75 {
  border-color: rgb(254 240 138 / 0.75);
}
.border-yellow-200\/80 {
  border-color: rgb(254 240 138 / 0.8);
}
.border-yellow-200\/85 {
  border-color: rgb(254 240 138 / 0.85);
}
.border-yellow-200\/90 {
  border-color: rgb(254 240 138 / 0.9);
}
.border-yellow-200\/95 {
  border-color: rgb(254 240 138 / 0.95);
}
.border-yellow-300 {
  --tw-border-opacity: 1;
  border-color: rgb(253 224 71 / var(--tw-border-opacity, 1));
}
.border-yellow-300\/0 {
  border-color: rgb(253 224 71 / 0);
}
.border-yellow-300\/10 {
  border-color: rgb(253 224 71 / 0.1);
}
.border-yellow-300\/100 {
  border-color: rgb(253 224 71 / 1);
}
.border-yellow-300\/15 {
  border-color: rgb(253 224 71 / 0.15);
}
.border-yellow-300\/20 {
  border-color: rgb(253 224 71 / 0.2);
}
.border-yellow-300\/25 {
  border-color: rgb(253 224 71 / 0.25);
}
.border-yellow-300\/30 {
  border-color: rgb(253 224 71 / 0.3);
}
.border-yellow-300\/35 {
  border-color: rgb(253 224 71 / 0.35);
}
.border-yellow-300\/40 {
  border-color: rgb(253 224 71 / 0.4);
}
.border-yellow-300\/45 {
  border-color: rgb(253 224 71 / 0.45);
}
.border-yellow-300\/5 {
  border-color: rgb(253 224 71 / 0.05);
}
.border-yellow-300\/50 {
  border-color: rgb(253 224 71 / 0.5);
}
.border-yellow-300\/55 {
  border-color: rgb(253 224 71 / 0.55);
}
.border-yellow-300\/60 {
  border-color: rgb(253 224 71 / 0.6);
}
.border-yellow-300\/65 {
  border-color: rgb(253 224 71 / 0.65);
}
.border-yellow-300\/70 {
  border-color: rgb(253 224 71 / 0.7);
}
.border-yellow-300\/75 {
  border-color: rgb(253 224 71 / 0.75);
}
.border-yellow-300\/80 {
  border-color: rgb(253 224 71 / 0.8);
}
.border-yellow-300\/85 {
  border-color: rgb(253 224 71 / 0.85);
}
.border-yellow-300\/90 {
  border-color: rgb(253 224 71 / 0.9);
}
.border-yellow-300\/95 {
  border-color: rgb(253 224 71 / 0.95);
}
.border-yellow-400 {
  --tw-border-opacity: 1;
  border-color: rgb(250 204 21 / var(--tw-border-opacity, 1));
}
.border-yellow-400\/0 {
  border-color: rgb(250 204 21 / 0);
}
.border-yellow-400\/10 {
  border-color: rgb(250 204 21 / 0.1);
}
.border-yellow-400\/100 {
  border-color: rgb(250 204 21 / 1);
}
.border-yellow-400\/15 {
  border-color: rgb(250 204 21 / 0.15);
}
.border-yellow-400\/20 {
  border-color: rgb(250 204 21 / 0.2);
}
.border-yellow-400\/25 {
  border-color: rgb(250 204 21 / 0.25);
}
.border-yellow-400\/30 {
  border-color: rgb(250 204 21 / 0.3);
}
.border-yellow-400\/35 {
  border-color: rgb(250 204 21 / 0.35);
}
.border-yellow-400\/40 {
  border-color: rgb(250 204 21 / 0.4);
}
.border-yellow-400\/45 {
  border-color: rgb(250 204 21 / 0.45);
}
.border-yellow-400\/5 {
  border-color: rgb(250 204 21 / 0.05);
}
.border-yellow-400\/50 {
  border-color: rgb(250 204 21 / 0.5);
}
.border-yellow-400\/55 {
  border-color: rgb(250 204 21 / 0.55);
}
.border-yellow-400\/60 {
  border-color: rgb(250 204 21 / 0.6);
}
.border-yellow-400\/65 {
  border-color: rgb(250 204 21 / 0.65);
}
.border-yellow-400\/70 {
  border-color: rgb(250 204 21 / 0.7);
}
.border-yellow-400\/75 {
  border-color: rgb(250 204 21 / 0.75);
}
.border-yellow-400\/80 {
  border-color: rgb(250 204 21 / 0.8);
}
.border-yellow-400\/85 {
  border-color: rgb(250 204 21 / 0.85);
}
.border-yellow-400\/90 {
  border-color: rgb(250 204 21 / 0.9);
}
.border-yellow-400\/95 {
  border-color: rgb(250 204 21 / 0.95);
}
.border-yellow-50 {
  --tw-border-opacity: 1;
  border-color: rgb(254 252 232 / var(--tw-border-opacity, 1));
}
.border-yellow-50\/0 {
  border-color: rgb(254 252 232 / 0);
}
.border-yellow-50\/10 {
  border-color: rgb(254 252 232 / 0.1);
}
.border-yellow-50\/100 {
  border-color: rgb(254 252 232 / 1);
}
.border-yellow-50\/15 {
  border-color: rgb(254 252 232 / 0.15);
}
.border-yellow-50\/20 {
  border-color: rgb(254 252 232 / 0.2);
}
.border-yellow-50\/25 {
  border-color: rgb(254 252 232 / 0.25);
}
.border-yellow-50\/30 {
  border-color: rgb(254 252 232 / 0.3);
}
.border-yellow-50\/35 {
  border-color: rgb(254 252 232 / 0.35);
}
.border-yellow-50\/40 {
  border-color: rgb(254 252 232 / 0.4);
}
.border-yellow-50\/45 {
  border-color: rgb(254 252 232 / 0.45);
}
.border-yellow-50\/5 {
  border-color: rgb(254 252 232 / 0.05);
}
.border-yellow-50\/50 {
  border-color: rgb(254 252 232 / 0.5);
}
.border-yellow-50\/55 {
  border-color: rgb(254 252 232 / 0.55);
}
.border-yellow-50\/60 {
  border-color: rgb(254 252 232 / 0.6);
}
.border-yellow-50\/65 {
  border-color: rgb(254 252 232 / 0.65);
}
.border-yellow-50\/70 {
  border-color: rgb(254 252 232 / 0.7);
}
.border-yellow-50\/75 {
  border-color: rgb(254 252 232 / 0.75);
}
.border-yellow-50\/80 {
  border-color: rgb(254 252 232 / 0.8);
}
.border-yellow-50\/85 {
  border-color: rgb(254 252 232 / 0.85);
}
.border-yellow-50\/90 {
  border-color: rgb(254 252 232 / 0.9);
}
.border-yellow-50\/95 {
  border-color: rgb(254 252 232 / 0.95);
}
.border-yellow-500 {
  --tw-border-opacity: 1;
  border-color: rgb(234 179 8 / var(--tw-border-opacity, 1));
}
.border-yellow-500\/0 {
  border-color: rgb(234 179 8 / 0);
}
.border-yellow-500\/10 {
  border-color: rgb(234 179 8 / 0.1);
}
.border-yellow-500\/100 {
  border-color: rgb(234 179 8 / 1);
}
.border-yellow-500\/15 {
  border-color: rgb(234 179 8 / 0.15);
}
.border-yellow-500\/20 {
  border-color: rgb(234 179 8 / 0.2);
}
.border-yellow-500\/25 {
  border-color: rgb(234 179 8 / 0.25);
}
.border-yellow-500\/30 {
  border-color: rgb(234 179 8 / 0.3);
}
.border-yellow-500\/35 {
  border-color: rgb(234 179 8 / 0.35);
}
.border-yellow-500\/40 {
  border-color: rgb(234 179 8 / 0.4);
}
.border-yellow-500\/45 {
  border-color: rgb(234 179 8 / 0.45);
}
.border-yellow-500\/5 {
  border-color: rgb(234 179 8 / 0.05);
}
.border-yellow-500\/50 {
  border-color: rgb(234 179 8 / 0.5);
}
.border-yellow-500\/55 {
  border-color: rgb(234 179 8 / 0.55);
}
.border-yellow-500\/60 {
  border-color: rgb(234 179 8 / 0.6);
}
.border-yellow-500\/65 {
  border-color: rgb(234 179 8 / 0.65);
}
.border-yellow-500\/70 {
  border-color: rgb(234 179 8 / 0.7);
}
.border-yellow-500\/75 {
  border-color: rgb(234 179 8 / 0.75);
}
.border-yellow-500\/80 {
  border-color: rgb(234 179 8 / 0.8);
}
.border-yellow-500\/85 {
  border-color: rgb(234 179 8 / 0.85);
}
.border-yellow-500\/90 {
  border-color: rgb(234 179 8 / 0.9);
}
.border-yellow-500\/95 {
  border-color: rgb(234 179 8 / 0.95);
}
.border-yellow-600 {
  --tw-border-opacity: 1;
  border-color: rgb(202 138 4 / var(--tw-border-opacity, 1));
}
.border-yellow-600\/0 {
  border-color: rgb(202 138 4 / 0);
}
.border-yellow-600\/10 {
  border-color: rgb(202 138 4 / 0.1);
}
.border-yellow-600\/100 {
  border-color: rgb(202 138 4 / 1);
}
.border-yellow-600\/15 {
  border-color: rgb(202 138 4 / 0.15);
}
.border-yellow-600\/20 {
  border-color: rgb(202 138 4 / 0.2);
}
.border-yellow-600\/25 {
  border-color: rgb(202 138 4 / 0.25);
}
.border-yellow-600\/30 {
  border-color: rgb(202 138 4 / 0.3);
}
.border-yellow-600\/35 {
  border-color: rgb(202 138 4 / 0.35);
}
.border-yellow-600\/40 {
  border-color: rgb(202 138 4 / 0.4);
}
.border-yellow-600\/45 {
  border-color: rgb(202 138 4 / 0.45);
}
.border-yellow-600\/5 {
  border-color: rgb(202 138 4 / 0.05);
}
.border-yellow-600\/50 {
  border-color: rgb(202 138 4 / 0.5);
}
.border-yellow-600\/55 {
  border-color: rgb(202 138 4 / 0.55);
}
.border-yellow-600\/60 {
  border-color: rgb(202 138 4 / 0.6);
}
.border-yellow-600\/65 {
  border-color: rgb(202 138 4 / 0.65);
}
.border-yellow-600\/70 {
  border-color: rgb(202 138 4 / 0.7);
}
.border-yellow-600\/75 {
  border-color: rgb(202 138 4 / 0.75);
}
.border-yellow-600\/80 {
  border-color: rgb(202 138 4 / 0.8);
}
.border-yellow-600\/85 {
  border-color: rgb(202 138 4 / 0.85);
}
.border-yellow-600\/90 {
  border-color: rgb(202 138 4 / 0.9);
}
.border-yellow-600\/95 {
  border-color: rgb(202 138 4 / 0.95);
}
.border-yellow-700 {
  --tw-border-opacity: 1;
  border-color: rgb(161 98 7 / var(--tw-border-opacity, 1));
}
.border-yellow-700\/0 {
  border-color: rgb(161 98 7 / 0);
}
.border-yellow-700\/10 {
  border-color: rgb(161 98 7 / 0.1);
}
.border-yellow-700\/100 {
  border-color: rgb(161 98 7 / 1);
}
.border-yellow-700\/15 {
  border-color: rgb(161 98 7 / 0.15);
}
.border-yellow-700\/20 {
  border-color: rgb(161 98 7 / 0.2);
}
.border-yellow-700\/25 {
  border-color: rgb(161 98 7 / 0.25);
}
.border-yellow-700\/30 {
  border-color: rgb(161 98 7 / 0.3);
}
.border-yellow-700\/35 {
  border-color: rgb(161 98 7 / 0.35);
}
.border-yellow-700\/40 {
  border-color: rgb(161 98 7 / 0.4);
}
.border-yellow-700\/45 {
  border-color: rgb(161 98 7 / 0.45);
}
.border-yellow-700\/5 {
  border-color: rgb(161 98 7 / 0.05);
}
.border-yellow-700\/50 {
  border-color: rgb(161 98 7 / 0.5);
}
.border-yellow-700\/55 {
  border-color: rgb(161 98 7 / 0.55);
}
.border-yellow-700\/60 {
  border-color: rgb(161 98 7 / 0.6);
}
.border-yellow-700\/65 {
  border-color: rgb(161 98 7 / 0.65);
}
.border-yellow-700\/70 {
  border-color: rgb(161 98 7 / 0.7);
}
.border-yellow-700\/75 {
  border-color: rgb(161 98 7 / 0.75);
}
.border-yellow-700\/80 {
  border-color: rgb(161 98 7 / 0.8);
}
.border-yellow-700\/85 {
  border-color: rgb(161 98 7 / 0.85);
}
.border-yellow-700\/90 {
  border-color: rgb(161 98 7 / 0.9);
}
.border-yellow-700\/95 {
  border-color: rgb(161 98 7 / 0.95);
}
.border-yellow-800 {
  --tw-border-opacity: 1;
  border-color: rgb(133 77 14 / var(--tw-border-opacity, 1));
}
.border-yellow-800\/0 {
  border-color: rgb(133 77 14 / 0);
}
.border-yellow-800\/10 {
  border-color: rgb(133 77 14 / 0.1);
}
.border-yellow-800\/100 {
  border-color: rgb(133 77 14 / 1);
}
.border-yellow-800\/15 {
  border-color: rgb(133 77 14 / 0.15);
}
.border-yellow-800\/20 {
  border-color: rgb(133 77 14 / 0.2);
}
.border-yellow-800\/25 {
  border-color: rgb(133 77 14 / 0.25);
}
.border-yellow-800\/30 {
  border-color: rgb(133 77 14 / 0.3);
}
.border-yellow-800\/35 {
  border-color: rgb(133 77 14 / 0.35);
}
.border-yellow-800\/40 {
  border-color: rgb(133 77 14 / 0.4);
}
.border-yellow-800\/45 {
  border-color: rgb(133 77 14 / 0.45);
}
.border-yellow-800\/5 {
  border-color: rgb(133 77 14 / 0.05);
}
.border-yellow-800\/50 {
  border-color: rgb(133 77 14 / 0.5);
}
.border-yellow-800\/55 {
  border-color: rgb(133 77 14 / 0.55);
}
.border-yellow-800\/60 {
  border-color: rgb(133 77 14 / 0.6);
}
.border-yellow-800\/65 {
  border-color: rgb(133 77 14 / 0.65);
}
.border-yellow-800\/70 {
  border-color: rgb(133 77 14 / 0.7);
}
.border-yellow-800\/75 {
  border-color: rgb(133 77 14 / 0.75);
}
.border-yellow-800\/80 {
  border-color: rgb(133 77 14 / 0.8);
}
.border-yellow-800\/85 {
  border-color: rgb(133 77 14 / 0.85);
}
.border-yellow-800\/90 {
  border-color: rgb(133 77 14 / 0.9);
}
.border-yellow-800\/95 {
  border-color: rgb(133 77 14 / 0.95);
}
.border-yellow-900 {
  --tw-border-opacity: 1;
  border-color: rgb(113 63 18 / var(--tw-border-opacity, 1));
}
.border-yellow-900\/0 {
  border-color: rgb(113 63 18 / 0);
}
.border-yellow-900\/10 {
  border-color: rgb(113 63 18 / 0.1);
}
.border-yellow-900\/100 {
  border-color: rgb(113 63 18 / 1);
}
.border-yellow-900\/15 {
  border-color: rgb(113 63 18 / 0.15);
}
.border-yellow-900\/20 {
  border-color: rgb(113 63 18 / 0.2);
}
.border-yellow-900\/25 {
  border-color: rgb(113 63 18 / 0.25);
}
.border-yellow-900\/30 {
  border-color: rgb(113 63 18 / 0.3);
}
.border-yellow-900\/35 {
  border-color: rgb(113 63 18 / 0.35);
}
.border-yellow-900\/40 {
  border-color: rgb(113 63 18 / 0.4);
}
.border-yellow-900\/45 {
  border-color: rgb(113 63 18 / 0.45);
}
.border-yellow-900\/5 {
  border-color: rgb(113 63 18 / 0.05);
}
.border-yellow-900\/50 {
  border-color: rgb(113 63 18 / 0.5);
}
.border-yellow-900\/55 {
  border-color: rgb(113 63 18 / 0.55);
}
.border-yellow-900\/60 {
  border-color: rgb(113 63 18 / 0.6);
}
.border-yellow-900\/65 {
  border-color: rgb(113 63 18 / 0.65);
}
.border-yellow-900\/70 {
  border-color: rgb(113 63 18 / 0.7);
}
.border-yellow-900\/75 {
  border-color: rgb(113 63 18 / 0.75);
}
.border-yellow-900\/80 {
  border-color: rgb(113 63 18 / 0.8);
}
.border-yellow-900\/85 {
  border-color: rgb(113 63 18 / 0.85);
}
.border-yellow-900\/90 {
  border-color: rgb(113 63 18 / 0.9);
}
.border-yellow-900\/95 {
  border-color: rgb(113 63 18 / 0.95);
}
.border-yellow-950 {
  --tw-border-opacity: 1;
  border-color: rgb(66 32 6 / var(--tw-border-opacity, 1));
}
.border-yellow-950\/0 {
  border-color: rgb(66 32 6 / 0);
}
.border-yellow-950\/10 {
  border-color: rgb(66 32 6 / 0.1);
}
.border-yellow-950\/100 {
  border-color: rgb(66 32 6 / 1);
}
.border-yellow-950\/15 {
  border-color: rgb(66 32 6 / 0.15);
}
.border-yellow-950\/20 {
  border-color: rgb(66 32 6 / 0.2);
}
.border-yellow-950\/25 {
  border-color: rgb(66 32 6 / 0.25);
}
.border-yellow-950\/30 {
  border-color: rgb(66 32 6 / 0.3);
}
.border-yellow-950\/35 {
  border-color: rgb(66 32 6 / 0.35);
}
.border-yellow-950\/40 {
  border-color: rgb(66 32 6 / 0.4);
}
.border-yellow-950\/45 {
  border-color: rgb(66 32 6 / 0.45);
}
.border-yellow-950\/5 {
  border-color: rgb(66 32 6 / 0.05);
}
.border-yellow-950\/50 {
  border-color: rgb(66 32 6 / 0.5);
}
.border-yellow-950\/55 {
  border-color: rgb(66 32 6 / 0.55);
}
.border-yellow-950\/60 {
  border-color: rgb(66 32 6 / 0.6);
}
.border-yellow-950\/65 {
  border-color: rgb(66 32 6 / 0.65);
}
.border-yellow-950\/70 {
  border-color: rgb(66 32 6 / 0.7);
}
.border-yellow-950\/75 {
  border-color: rgb(66 32 6 / 0.75);
}
.border-yellow-950\/80 {
  border-color: rgb(66 32 6 / 0.8);
}
.border-yellow-950\/85 {
  border-color: rgb(66 32 6 / 0.85);
}
.border-yellow-950\/90 {
  border-color: rgb(66 32 6 / 0.9);
}
.border-yellow-950\/95 {
  border-color: rgb(66 32 6 / 0.95);
}
.\!border-l-red-500 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(239 68 68 / var(--tw-border-opacity, 1)) !important;
}
.border-b-blue-600 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(37 99 235 / var(--tw-border-opacity, 1));
}
.border-b-red-500 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
}
.border-b-red-600 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(220 38 38 / var(--tw-border-opacity, 1));
}
.border-l-amber-500 {
  --tw-border-opacity: 1;
  border-left-color: rgb(245 158 11 / var(--tw-border-opacity, 1));
}
.border-l-blue-400 {
  --tw-border-opacity: 1;
  border-left-color: rgb(96 165 250 / var(--tw-border-opacity, 1));
}
.border-l-blue-500 {
  --tw-border-opacity: 1;
  border-left-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}
.border-l-cyan-500 {
  --tw-border-opacity: 1;
  border-left-color: rgb(6 182 212 / var(--tw-border-opacity, 1));
}
.border-l-emerald-500 {
  --tw-border-opacity: 1;
  border-left-color: rgb(16 185 129 / var(--tw-border-opacity, 1));
}
.border-l-gray-200 {
  --tw-border-opacity: 1;
  border-left-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.border-l-gray-400 {
  --tw-border-opacity: 1;
  border-left-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}
.border-l-green-500 {
  --tw-border-opacity: 1;
  border-left-color: rgb(34 197 94 / var(--tw-border-opacity, 1));
}
.border-l-orange-500 {
  --tw-border-opacity: 1;
  border-left-color: rgb(249 115 22 / var(--tw-border-opacity, 1));
}
.border-l-orange-600 {
  --tw-border-opacity: 1;
  border-left-color: rgb(234 88 12 / var(--tw-border-opacity, 1));
}
.border-l-red-500 {
  --tw-border-opacity: 1;
  border-left-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
}
.border-l-yellow-500 {
  --tw-border-opacity: 1;
  border-left-color: rgb(234 179 8 / var(--tw-border-opacity, 1));
}
.border-t-transparent {
  border-top-color: transparent;
}
.\!bg-gray-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-gray-600\/70 {
  background-color: rgb(75 85 99 / 0.7) !important;
}
.\!bg-green-600\/20 {
  background-color: rgb(22 163 74 / 0.2) !important;
}
.\!bg-green-800\/70 {
  background-color: rgb(22 101 52 / 0.7) !important;
}
.bg-amber-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 243 199 / var(--tw-bg-opacity, 1));
}
.bg-amber-100\/0 {
  background-color: rgb(254 243 199 / 0);
}
.bg-amber-100\/10 {
  background-color: rgb(254 243 199 / 0.1);
}
.bg-amber-100\/100 {
  background-color: rgb(254 243 199 / 1);
}
.bg-amber-100\/15 {
  background-color: rgb(254 243 199 / 0.15);
}
.bg-amber-100\/20 {
  background-color: rgb(254 243 199 / 0.2);
}
.bg-amber-100\/25 {
  background-color: rgb(254 243 199 / 0.25);
}
.bg-amber-100\/30 {
  background-color: rgb(254 243 199 / 0.3);
}
.bg-amber-100\/35 {
  background-color: rgb(254 243 199 / 0.35);
}
.bg-amber-100\/40 {
  background-color: rgb(254 243 199 / 0.4);
}
.bg-amber-100\/45 {
  background-color: rgb(254 243 199 / 0.45);
}
.bg-amber-100\/5 {
  background-color: rgb(254 243 199 / 0.05);
}
.bg-amber-100\/50 {
  background-color: rgb(254 243 199 / 0.5);
}
.bg-amber-100\/55 {
  background-color: rgb(254 243 199 / 0.55);
}
.bg-amber-100\/60 {
  background-color: rgb(254 243 199 / 0.6);
}
.bg-amber-100\/65 {
  background-color: rgb(254 243 199 / 0.65);
}
.bg-amber-100\/70 {
  background-color: rgb(254 243 199 / 0.7);
}
.bg-amber-100\/75 {
  background-color: rgb(254 243 199 / 0.75);
}
.bg-amber-100\/80 {
  background-color: rgb(254 243 199 / 0.8);
}
.bg-amber-100\/85 {
  background-color: rgb(254 243 199 / 0.85);
}
.bg-amber-100\/90 {
  background-color: rgb(254 243 199 / 0.9);
}
.bg-amber-100\/95 {
  background-color: rgb(254 243 199 / 0.95);
}
.bg-amber-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 230 138 / var(--tw-bg-opacity, 1));
}
.bg-amber-200\/0 {
  background-color: rgb(253 230 138 / 0);
}
.bg-amber-200\/10 {
  background-color: rgb(253 230 138 / 0.1);
}
.bg-amber-200\/100 {
  background-color: rgb(253 230 138 / 1);
}
.bg-amber-200\/15 {
  background-color: rgb(253 230 138 / 0.15);
}
.bg-amber-200\/20 {
  background-color: rgb(253 230 138 / 0.2);
}
.bg-amber-200\/25 {
  background-color: rgb(253 230 138 / 0.25);
}
.bg-amber-200\/30 {
  background-color: rgb(253 230 138 / 0.3);
}
.bg-amber-200\/35 {
  background-color: rgb(253 230 138 / 0.35);
}
.bg-amber-200\/40 {
  background-color: rgb(253 230 138 / 0.4);
}
.bg-amber-200\/45 {
  background-color: rgb(253 230 138 / 0.45);
}
.bg-amber-200\/5 {
  background-color: rgb(253 230 138 / 0.05);
}
.bg-amber-200\/50 {
  background-color: rgb(253 230 138 / 0.5);
}
.bg-amber-200\/55 {
  background-color: rgb(253 230 138 / 0.55);
}
.bg-amber-200\/60 {
  background-color: rgb(253 230 138 / 0.6);
}
.bg-amber-200\/65 {
  background-color: rgb(253 230 138 / 0.65);
}
.bg-amber-200\/70 {
  background-color: rgb(253 230 138 / 0.7);
}
.bg-amber-200\/75 {
  background-color: rgb(253 230 138 / 0.75);
}
.bg-amber-200\/80 {
  background-color: rgb(253 230 138 / 0.8);
}
.bg-amber-200\/85 {
  background-color: rgb(253 230 138 / 0.85);
}
.bg-amber-200\/90 {
  background-color: rgb(253 230 138 / 0.9);
}
.bg-amber-200\/95 {
  background-color: rgb(253 230 138 / 0.95);
}
.bg-amber-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(252 211 77 / var(--tw-bg-opacity, 1));
}
.bg-amber-300\/0 {
  background-color: rgb(252 211 77 / 0);
}
.bg-amber-300\/10 {
  background-color: rgb(252 211 77 / 0.1);
}
.bg-amber-300\/100 {
  background-color: rgb(252 211 77 / 1);
}
.bg-amber-300\/15 {
  background-color: rgb(252 211 77 / 0.15);
}
.bg-amber-300\/20 {
  background-color: rgb(252 211 77 / 0.2);
}
.bg-amber-300\/25 {
  background-color: rgb(252 211 77 / 0.25);
}
.bg-amber-300\/30 {
  background-color: rgb(252 211 77 / 0.3);
}
.bg-amber-300\/35 {
  background-color: rgb(252 211 77 / 0.35);
}
.bg-amber-300\/40 {
  background-color: rgb(252 211 77 / 0.4);
}
.bg-amber-300\/45 {
  background-color: rgb(252 211 77 / 0.45);
}
.bg-amber-300\/5 {
  background-color: rgb(252 211 77 / 0.05);
}
.bg-amber-300\/50 {
  background-color: rgb(252 211 77 / 0.5);
}
.bg-amber-300\/55 {
  background-color: rgb(252 211 77 / 0.55);
}
.bg-amber-300\/60 {
  background-color: rgb(252 211 77 / 0.6);
}
.bg-amber-300\/65 {
  background-color: rgb(252 211 77 / 0.65);
}
.bg-amber-300\/70 {
  background-color: rgb(252 211 77 / 0.7);
}
.bg-amber-300\/75 {
  background-color: rgb(252 211 77 / 0.75);
}
.bg-amber-300\/80 {
  background-color: rgb(252 211 77 / 0.8);
}
.bg-amber-300\/85 {
  background-color: rgb(252 211 77 / 0.85);
}
.bg-amber-300\/90 {
  background-color: rgb(252 211 77 / 0.9);
}
.bg-amber-300\/95 {
  background-color: rgb(252 211 77 / 0.95);
}
.bg-amber-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(251 191 36 / var(--tw-bg-opacity, 1));
}
.bg-amber-400\/0 {
  background-color: rgb(251 191 36 / 0);
}
.bg-amber-400\/10 {
  background-color: rgb(251 191 36 / 0.1);
}
.bg-amber-400\/100 {
  background-color: rgb(251 191 36 / 1);
}
.bg-amber-400\/15 {
  background-color: rgb(251 191 36 / 0.15);
}
.bg-amber-400\/20 {
  background-color: rgb(251 191 36 / 0.2);
}
.bg-amber-400\/25 {
  background-color: rgb(251 191 36 / 0.25);
}
.bg-amber-400\/30 {
  background-color: rgb(251 191 36 / 0.3);
}
.bg-amber-400\/35 {
  background-color: rgb(251 191 36 / 0.35);
}
.bg-amber-400\/40 {
  background-color: rgb(251 191 36 / 0.4);
}
.bg-amber-400\/45 {
  background-color: rgb(251 191 36 / 0.45);
}
.bg-amber-400\/5 {
  background-color: rgb(251 191 36 / 0.05);
}
.bg-amber-400\/50 {
  background-color: rgb(251 191 36 / 0.5);
}
.bg-amber-400\/55 {
  background-color: rgb(251 191 36 / 0.55);
}
.bg-amber-400\/60 {
  background-color: rgb(251 191 36 / 0.6);
}
.bg-amber-400\/65 {
  background-color: rgb(251 191 36 / 0.65);
}
.bg-amber-400\/70 {
  background-color: rgb(251 191 36 / 0.7);
}
.bg-amber-400\/75 {
  background-color: rgb(251 191 36 / 0.75);
}
.bg-amber-400\/80 {
  background-color: rgb(251 191 36 / 0.8);
}
.bg-amber-400\/85 {
  background-color: rgb(251 191 36 / 0.85);
}
.bg-amber-400\/90 {
  background-color: rgb(251 191 36 / 0.9);
}
.bg-amber-400\/95 {
  background-color: rgb(251 191 36 / 0.95);
}
.bg-amber-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 251 235 / var(--tw-bg-opacity, 1));
}
.bg-amber-50\/0 {
  background-color: rgb(255 251 235 / 0);
}
.bg-amber-50\/10 {
  background-color: rgb(255 251 235 / 0.1);
}
.bg-amber-50\/100 {
  background-color: rgb(255 251 235 / 1);
}
.bg-amber-50\/15 {
  background-color: rgb(255 251 235 / 0.15);
}
.bg-amber-50\/20 {
  background-color: rgb(255 251 235 / 0.2);
}
.bg-amber-50\/25 {
  background-color: rgb(255 251 235 / 0.25);
}
.bg-amber-50\/30 {
  background-color: rgb(255 251 235 / 0.3);
}
.bg-amber-50\/35 {
  background-color: rgb(255 251 235 / 0.35);
}
.bg-amber-50\/40 {
  background-color: rgb(255 251 235 / 0.4);
}
.bg-amber-50\/45 {
  background-color: rgb(255 251 235 / 0.45);
}
.bg-amber-50\/5 {
  background-color: rgb(255 251 235 / 0.05);
}
.bg-amber-50\/50 {
  background-color: rgb(255 251 235 / 0.5);
}
.bg-amber-50\/55 {
  background-color: rgb(255 251 235 / 0.55);
}
.bg-amber-50\/60 {
  background-color: rgb(255 251 235 / 0.6);
}
.bg-amber-50\/65 {
  background-color: rgb(255 251 235 / 0.65);
}
.bg-amber-50\/70 {
  background-color: rgb(255 251 235 / 0.7);
}
.bg-amber-50\/75 {
  background-color: rgb(255 251 235 / 0.75);
}
.bg-amber-50\/80 {
  background-color: rgb(255 251 235 / 0.8);
}
.bg-amber-50\/85 {
  background-color: rgb(255 251 235 / 0.85);
}
.bg-amber-50\/90 {
  background-color: rgb(255 251 235 / 0.9);
}
.bg-amber-50\/95 {
  background-color: rgb(255 251 235 / 0.95);
}
.bg-amber-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 158 11 / var(--tw-bg-opacity, 1));
}
.bg-amber-500\/0 {
  background-color: rgb(245 158 11 / 0);
}
.bg-amber-500\/10 {
  background-color: rgb(245 158 11 / 0.1);
}
.bg-amber-500\/100 {
  background-color: rgb(245 158 11 / 1);
}
.bg-amber-500\/15 {
  background-color: rgb(245 158 11 / 0.15);
}
.bg-amber-500\/20 {
  background-color: rgb(245 158 11 / 0.2);
}
.bg-amber-500\/25 {
  background-color: rgb(245 158 11 / 0.25);
}
.bg-amber-500\/30 {
  background-color: rgb(245 158 11 / 0.3);
}
.bg-amber-500\/35 {
  background-color: rgb(245 158 11 / 0.35);
}
.bg-amber-500\/40 {
  background-color: rgb(245 158 11 / 0.4);
}
.bg-amber-500\/45 {
  background-color: rgb(245 158 11 / 0.45);
}
.bg-amber-500\/5 {
  background-color: rgb(245 158 11 / 0.05);
}
.bg-amber-500\/50 {
  background-color: rgb(245 158 11 / 0.5);
}
.bg-amber-500\/55 {
  background-color: rgb(245 158 11 / 0.55);
}
.bg-amber-500\/60 {
  background-color: rgb(245 158 11 / 0.6);
}
.bg-amber-500\/65 {
  background-color: rgb(245 158 11 / 0.65);
}
.bg-amber-500\/70 {
  background-color: rgb(245 158 11 / 0.7);
}
.bg-amber-500\/75 {
  background-color: rgb(245 158 11 / 0.75);
}
.bg-amber-500\/80 {
  background-color: rgb(245 158 11 / 0.8);
}
.bg-amber-500\/85 {
  background-color: rgb(245 158 11 / 0.85);
}
.bg-amber-500\/90 {
  background-color: rgb(245 158 11 / 0.9);
}
.bg-amber-500\/95 {
  background-color: rgb(245 158 11 / 0.95);
}
.bg-amber-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(217 119 6 / var(--tw-bg-opacity, 1));
}
.bg-amber-600\/0 {
  background-color: rgb(217 119 6 / 0);
}
.bg-amber-600\/10 {
  background-color: rgb(217 119 6 / 0.1);
}
.bg-amber-600\/100 {
  background-color: rgb(217 119 6 / 1);
}
.bg-amber-600\/15 {
  background-color: rgb(217 119 6 / 0.15);
}
.bg-amber-600\/20 {
  background-color: rgb(217 119 6 / 0.2);
}
.bg-amber-600\/25 {
  background-color: rgb(217 119 6 / 0.25);
}
.bg-amber-600\/30 {
  background-color: rgb(217 119 6 / 0.3);
}
.bg-amber-600\/35 {
  background-color: rgb(217 119 6 / 0.35);
}
.bg-amber-600\/40 {
  background-color: rgb(217 119 6 / 0.4);
}
.bg-amber-600\/45 {
  background-color: rgb(217 119 6 / 0.45);
}
.bg-amber-600\/5 {
  background-color: rgb(217 119 6 / 0.05);
}
.bg-amber-600\/50 {
  background-color: rgb(217 119 6 / 0.5);
}
.bg-amber-600\/55 {
  background-color: rgb(217 119 6 / 0.55);
}
.bg-amber-600\/60 {
  background-color: rgb(217 119 6 / 0.6);
}
.bg-amber-600\/65 {
  background-color: rgb(217 119 6 / 0.65);
}
.bg-amber-600\/70 {
  background-color: rgb(217 119 6 / 0.7);
}
.bg-amber-600\/75 {
  background-color: rgb(217 119 6 / 0.75);
}
.bg-amber-600\/80 {
  background-color: rgb(217 119 6 / 0.8);
}
.bg-amber-600\/85 {
  background-color: rgb(217 119 6 / 0.85);
}
.bg-amber-600\/90 {
  background-color: rgb(217 119 6 / 0.9);
}
.bg-amber-600\/95 {
  background-color: rgb(217 119 6 / 0.95);
}
.bg-amber-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(180 83 9 / var(--tw-bg-opacity, 1));
}
.bg-amber-700\/0 {
  background-color: rgb(180 83 9 / 0);
}
.bg-amber-700\/10 {
  background-color: rgb(180 83 9 / 0.1);
}
.bg-amber-700\/100 {
  background-color: rgb(180 83 9 / 1);
}
.bg-amber-700\/15 {
  background-color: rgb(180 83 9 / 0.15);
}
.bg-amber-700\/20 {
  background-color: rgb(180 83 9 / 0.2);
}
.bg-amber-700\/25 {
  background-color: rgb(180 83 9 / 0.25);
}
.bg-amber-700\/30 {
  background-color: rgb(180 83 9 / 0.3);
}
.bg-amber-700\/35 {
  background-color: rgb(180 83 9 / 0.35);
}
.bg-amber-700\/40 {
  background-color: rgb(180 83 9 / 0.4);
}
.bg-amber-700\/45 {
  background-color: rgb(180 83 9 / 0.45);
}
.bg-amber-700\/5 {
  background-color: rgb(180 83 9 / 0.05);
}
.bg-amber-700\/50 {
  background-color: rgb(180 83 9 / 0.5);
}
.bg-amber-700\/55 {
  background-color: rgb(180 83 9 / 0.55);
}
.bg-amber-700\/60 {
  background-color: rgb(180 83 9 / 0.6);
}
.bg-amber-700\/65 {
  background-color: rgb(180 83 9 / 0.65);
}
.bg-amber-700\/70 {
  background-color: rgb(180 83 9 / 0.7);
}
.bg-amber-700\/75 {
  background-color: rgb(180 83 9 / 0.75);
}
.bg-amber-700\/80 {
  background-color: rgb(180 83 9 / 0.8);
}
.bg-amber-700\/85 {
  background-color: rgb(180 83 9 / 0.85);
}
.bg-amber-700\/90 {
  background-color: rgb(180 83 9 / 0.9);
}
.bg-amber-700\/95 {
  background-color: rgb(180 83 9 / 0.95);
}
.bg-amber-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(146 64 14 / var(--tw-bg-opacity, 1));
}
.bg-amber-800\/0 {
  background-color: rgb(146 64 14 / 0);
}
.bg-amber-800\/10 {
  background-color: rgb(146 64 14 / 0.1);
}
.bg-amber-800\/100 {
  background-color: rgb(146 64 14 / 1);
}
.bg-amber-800\/15 {
  background-color: rgb(146 64 14 / 0.15);
}
.bg-amber-800\/20 {
  background-color: rgb(146 64 14 / 0.2);
}
.bg-amber-800\/25 {
  background-color: rgb(146 64 14 / 0.25);
}
.bg-amber-800\/30 {
  background-color: rgb(146 64 14 / 0.3);
}
.bg-amber-800\/35 {
  background-color: rgb(146 64 14 / 0.35);
}
.bg-amber-800\/40 {
  background-color: rgb(146 64 14 / 0.4);
}
.bg-amber-800\/45 {
  background-color: rgb(146 64 14 / 0.45);
}
.bg-amber-800\/5 {
  background-color: rgb(146 64 14 / 0.05);
}
.bg-amber-800\/50 {
  background-color: rgb(146 64 14 / 0.5);
}
.bg-amber-800\/55 {
  background-color: rgb(146 64 14 / 0.55);
}
.bg-amber-800\/60 {
  background-color: rgb(146 64 14 / 0.6);
}
.bg-amber-800\/65 {
  background-color: rgb(146 64 14 / 0.65);
}
.bg-amber-800\/70 {
  background-color: rgb(146 64 14 / 0.7);
}
.bg-amber-800\/75 {
  background-color: rgb(146 64 14 / 0.75);
}
.bg-amber-800\/80 {
  background-color: rgb(146 64 14 / 0.8);
}
.bg-amber-800\/85 {
  background-color: rgb(146 64 14 / 0.85);
}
.bg-amber-800\/90 {
  background-color: rgb(146 64 14 / 0.9);
}
.bg-amber-800\/95 {
  background-color: rgb(146 64 14 / 0.95);
}
.bg-amber-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(120 53 15 / var(--tw-bg-opacity, 1));
}
.bg-amber-900\/0 {
  background-color: rgb(120 53 15 / 0);
}
.bg-amber-900\/10 {
  background-color: rgb(120 53 15 / 0.1);
}
.bg-amber-900\/100 {
  background-color: rgb(120 53 15 / 1);
}
.bg-amber-900\/15 {
  background-color: rgb(120 53 15 / 0.15);
}
.bg-amber-900\/20 {
  background-color: rgb(120 53 15 / 0.2);
}
.bg-amber-900\/25 {
  background-color: rgb(120 53 15 / 0.25);
}
.bg-amber-900\/30 {
  background-color: rgb(120 53 15 / 0.3);
}
.bg-amber-900\/35 {
  background-color: rgb(120 53 15 / 0.35);
}
.bg-amber-900\/40 {
  background-color: rgb(120 53 15 / 0.4);
}
.bg-amber-900\/45 {
  background-color: rgb(120 53 15 / 0.45);
}
.bg-amber-900\/5 {
  background-color: rgb(120 53 15 / 0.05);
}
.bg-amber-900\/50 {
  background-color: rgb(120 53 15 / 0.5);
}
.bg-amber-900\/55 {
  background-color: rgb(120 53 15 / 0.55);
}
.bg-amber-900\/60 {
  background-color: rgb(120 53 15 / 0.6);
}
.bg-amber-900\/65 {
  background-color: rgb(120 53 15 / 0.65);
}
.bg-amber-900\/70 {
  background-color: rgb(120 53 15 / 0.7);
}
.bg-amber-900\/75 {
  background-color: rgb(120 53 15 / 0.75);
}
.bg-amber-900\/80 {
  background-color: rgb(120 53 15 / 0.8);
}
.bg-amber-900\/85 {
  background-color: rgb(120 53 15 / 0.85);
}
.bg-amber-900\/90 {
  background-color: rgb(120 53 15 / 0.9);
}
.bg-amber-900\/95 {
  background-color: rgb(120 53 15 / 0.95);
}
.bg-amber-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(69 26 3 / var(--tw-bg-opacity, 1));
}
.bg-amber-950\/0 {
  background-color: rgb(69 26 3 / 0);
}
.bg-amber-950\/10 {
  background-color: rgb(69 26 3 / 0.1);
}
.bg-amber-950\/100 {
  background-color: rgb(69 26 3 / 1);
}
.bg-amber-950\/15 {
  background-color: rgb(69 26 3 / 0.15);
}
.bg-amber-950\/20 {
  background-color: rgb(69 26 3 / 0.2);
}
.bg-amber-950\/25 {
  background-color: rgb(69 26 3 / 0.25);
}
.bg-amber-950\/30 {
  background-color: rgb(69 26 3 / 0.3);
}
.bg-amber-950\/35 {
  background-color: rgb(69 26 3 / 0.35);
}
.bg-amber-950\/40 {
  background-color: rgb(69 26 3 / 0.4);
}
.bg-amber-950\/45 {
  background-color: rgb(69 26 3 / 0.45);
}
.bg-amber-950\/5 {
  background-color: rgb(69 26 3 / 0.05);
}
.bg-amber-950\/50 {
  background-color: rgb(69 26 3 / 0.5);
}
.bg-amber-950\/55 {
  background-color: rgb(69 26 3 / 0.55);
}
.bg-amber-950\/60 {
  background-color: rgb(69 26 3 / 0.6);
}
.bg-amber-950\/65 {
  background-color: rgb(69 26 3 / 0.65);
}
.bg-amber-950\/70 {
  background-color: rgb(69 26 3 / 0.7);
}
.bg-amber-950\/75 {
  background-color: rgb(69 26 3 / 0.75);
}
.bg-amber-950\/80 {
  background-color: rgb(69 26 3 / 0.8);
}
.bg-amber-950\/85 {
  background-color: rgb(69 26 3 / 0.85);
}
.bg-amber-950\/90 {
  background-color: rgb(69 26 3 / 0.9);
}
.bg-amber-950\/95 {
  background-color: rgb(69 26 3 / 0.95);
}
.bg-black\/20 {
  background-color: rgb(0 0 0 / 0.2);
}
.bg-blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
}
.bg-blue-100\/0 {
  background-color: rgb(219 234 254 / 0);
}
.bg-blue-100\/10 {
  background-color: rgb(219 234 254 / 0.1);
}
.bg-blue-100\/100 {
  background-color: rgb(219 234 254 / 1);
}
.bg-blue-100\/15 {
  background-color: rgb(219 234 254 / 0.15);
}
.bg-blue-100\/20 {
  background-color: rgb(219 234 254 / 0.2);
}
.bg-blue-100\/25 {
  background-color: rgb(219 234 254 / 0.25);
}
.bg-blue-100\/30 {
  background-color: rgb(219 234 254 / 0.3);
}
.bg-blue-100\/35 {
  background-color: rgb(219 234 254 / 0.35);
}
.bg-blue-100\/40 {
  background-color: rgb(219 234 254 / 0.4);
}
.bg-blue-100\/45 {
  background-color: rgb(219 234 254 / 0.45);
}
.bg-blue-100\/5 {
  background-color: rgb(219 234 254 / 0.05);
}
.bg-blue-100\/50 {
  background-color: rgb(219 234 254 / 0.5);
}
.bg-blue-100\/55 {
  background-color: rgb(219 234 254 / 0.55);
}
.bg-blue-100\/60 {
  background-color: rgb(219 234 254 / 0.6);
}
.bg-blue-100\/65 {
  background-color: rgb(219 234 254 / 0.65);
}
.bg-blue-100\/70 {
  background-color: rgb(219 234 254 / 0.7);
}
.bg-blue-100\/75 {
  background-color: rgb(219 234 254 / 0.75);
}
.bg-blue-100\/80 {
  background-color: rgb(219 234 254 / 0.8);
}
.bg-blue-100\/85 {
  background-color: rgb(219 234 254 / 0.85);
}
.bg-blue-100\/90 {
  background-color: rgb(219 234 254 / 0.9);
}
.bg-blue-100\/95 {
  background-color: rgb(219 234 254 / 0.95);
}
.bg-blue-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(191 219 254 / var(--tw-bg-opacity, 1));
}
.bg-blue-200\/0 {
  background-color: rgb(191 219 254 / 0);
}
.bg-blue-200\/10 {
  background-color: rgb(191 219 254 / 0.1);
}
.bg-blue-200\/100 {
  background-color: rgb(191 219 254 / 1);
}
.bg-blue-200\/15 {
  background-color: rgb(191 219 254 / 0.15);
}
.bg-blue-200\/20 {
  background-color: rgb(191 219 254 / 0.2);
}
.bg-blue-200\/25 {
  background-color: rgb(191 219 254 / 0.25);
}
.bg-blue-200\/30 {
  background-color: rgb(191 219 254 / 0.3);
}
.bg-blue-200\/35 {
  background-color: rgb(191 219 254 / 0.35);
}
.bg-blue-200\/40 {
  background-color: rgb(191 219 254 / 0.4);
}
.bg-blue-200\/45 {
  background-color: rgb(191 219 254 / 0.45);
}
.bg-blue-200\/5 {
  background-color: rgb(191 219 254 / 0.05);
}
.bg-blue-200\/50 {
  background-color: rgb(191 219 254 / 0.5);
}
.bg-blue-200\/55 {
  background-color: rgb(191 219 254 / 0.55);
}
.bg-blue-200\/60 {
  background-color: rgb(191 219 254 / 0.6);
}
.bg-blue-200\/65 {
  background-color: rgb(191 219 254 / 0.65);
}
.bg-blue-200\/70 {
  background-color: rgb(191 219 254 / 0.7);
}
.bg-blue-200\/75 {
  background-color: rgb(191 219 254 / 0.75);
}
.bg-blue-200\/80 {
  background-color: rgb(191 219 254 / 0.8);
}
.bg-blue-200\/85 {
  background-color: rgb(191 219 254 / 0.85);
}
.bg-blue-200\/90 {
  background-color: rgb(191 219 254 / 0.9);
}
.bg-blue-200\/95 {
  background-color: rgb(191 219 254 / 0.95);
}
.bg-blue-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(147 197 253 / var(--tw-bg-opacity, 1));
}
.bg-blue-300\/0 {
  background-color: rgb(147 197 253 / 0);
}
.bg-blue-300\/10 {
  background-color: rgb(147 197 253 / 0.1);
}
.bg-blue-300\/100 {
  background-color: rgb(147 197 253 / 1);
}
.bg-blue-300\/15 {
  background-color: rgb(147 197 253 / 0.15);
}
.bg-blue-300\/20 {
  background-color: rgb(147 197 253 / 0.2);
}
.bg-blue-300\/25 {
  background-color: rgb(147 197 253 / 0.25);
}
.bg-blue-300\/30 {
  background-color: rgb(147 197 253 / 0.3);
}
.bg-blue-300\/35 {
  background-color: rgb(147 197 253 / 0.35);
}
.bg-blue-300\/40 {
  background-color: rgb(147 197 253 / 0.4);
}
.bg-blue-300\/45 {
  background-color: rgb(147 197 253 / 0.45);
}
.bg-blue-300\/5 {
  background-color: rgb(147 197 253 / 0.05);
}
.bg-blue-300\/50 {
  background-color: rgb(147 197 253 / 0.5);
}
.bg-blue-300\/55 {
  background-color: rgb(147 197 253 / 0.55);
}
.bg-blue-300\/60 {
  background-color: rgb(147 197 253 / 0.6);
}
.bg-blue-300\/65 {
  background-color: rgb(147 197 253 / 0.65);
}
.bg-blue-300\/70 {
  background-color: rgb(147 197 253 / 0.7);
}
.bg-blue-300\/75 {
  background-color: rgb(147 197 253 / 0.75);
}
.bg-blue-300\/80 {
  background-color: rgb(147 197 253 / 0.8);
}
.bg-blue-300\/85 {
  background-color: rgb(147 197 253 / 0.85);
}
.bg-blue-300\/90 {
  background-color: rgb(147 197 253 / 0.9);
}
.bg-blue-300\/95 {
  background-color: rgb(147 197 253 / 0.95);
}
.bg-blue-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(96 165 250 / var(--tw-bg-opacity, 1));
}
.bg-blue-400\/0 {
  background-color: rgb(96 165 250 / 0);
}
.bg-blue-400\/10 {
  background-color: rgb(96 165 250 / 0.1);
}
.bg-blue-400\/100 {
  background-color: rgb(96 165 250 / 1);
}
.bg-blue-400\/15 {
  background-color: rgb(96 165 250 / 0.15);
}
.bg-blue-400\/20 {
  background-color: rgb(96 165 250 / 0.2);
}
.bg-blue-400\/25 {
  background-color: rgb(96 165 250 / 0.25);
}
.bg-blue-400\/30 {
  background-color: rgb(96 165 250 / 0.3);
}
.bg-blue-400\/35 {
  background-color: rgb(96 165 250 / 0.35);
}
.bg-blue-400\/40 {
  background-color: rgb(96 165 250 / 0.4);
}
.bg-blue-400\/45 {
  background-color: rgb(96 165 250 / 0.45);
}
.bg-blue-400\/5 {
  background-color: rgb(96 165 250 / 0.05);
}
.bg-blue-400\/50 {
  background-color: rgb(96 165 250 / 0.5);
}
.bg-blue-400\/55 {
  background-color: rgb(96 165 250 / 0.55);
}
.bg-blue-400\/60 {
  background-color: rgb(96 165 250 / 0.6);
}
.bg-blue-400\/65 {
  background-color: rgb(96 165 250 / 0.65);
}
.bg-blue-400\/70 {
  background-color: rgb(96 165 250 / 0.7);
}
.bg-blue-400\/75 {
  background-color: rgb(96 165 250 / 0.75);
}
.bg-blue-400\/80 {
  background-color: rgb(96 165 250 / 0.8);
}
.bg-blue-400\/85 {
  background-color: rgb(96 165 250 / 0.85);
}
.bg-blue-400\/90 {
  background-color: rgb(96 165 250 / 0.9);
}
.bg-blue-400\/95 {
  background-color: rgb(96 165 250 / 0.95);
}
.bg-blue-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}
.bg-blue-50\/0 {
  background-color: rgb(239 246 255 / 0);
}
.bg-blue-50\/10 {
  background-color: rgb(239 246 255 / 0.1);
}
.bg-blue-50\/100 {
  background-color: rgb(239 246 255 / 1);
}
.bg-blue-50\/15 {
  background-color: rgb(239 246 255 / 0.15);
}
.bg-blue-50\/20 {
  background-color: rgb(239 246 255 / 0.2);
}
.bg-blue-50\/25 {
  background-color: rgb(239 246 255 / 0.25);
}
.bg-blue-50\/30 {
  background-color: rgb(239 246 255 / 0.3);
}
.bg-blue-50\/35 {
  background-color: rgb(239 246 255 / 0.35);
}
.bg-blue-50\/40 {
  background-color: rgb(239 246 255 / 0.4);
}
.bg-blue-50\/45 {
  background-color: rgb(239 246 255 / 0.45);
}
.bg-blue-50\/5 {
  background-color: rgb(239 246 255 / 0.05);
}
.bg-blue-50\/50 {
  background-color: rgb(239 246 255 / 0.5);
}
.bg-blue-50\/55 {
  background-color: rgb(239 246 255 / 0.55);
}
.bg-blue-50\/60 {
  background-color: rgb(239 246 255 / 0.6);
}
.bg-blue-50\/65 {
  background-color: rgb(239 246 255 / 0.65);
}
.bg-blue-50\/70 {
  background-color: rgb(239 246 255 / 0.7);
}
.bg-blue-50\/75 {
  background-color: rgb(239 246 255 / 0.75);
}
.bg-blue-50\/80 {
  background-color: rgb(239 246 255 / 0.8);
}
.bg-blue-50\/85 {
  background-color: rgb(239 246 255 / 0.85);
}
.bg-blue-50\/90 {
  background-color: rgb(239 246 255 / 0.9);
}
.bg-blue-50\/95 {
  background-color: rgb(239 246 255 / 0.95);
}
.bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
}
.bg-blue-500\/0 {
  background-color: rgb(59 130 246 / 0);
}
.bg-blue-500\/10 {
  background-color: rgb(59 130 246 / 0.1);
}
.bg-blue-500\/100 {
  background-color: rgb(59 130 246 / 1);
}
.bg-blue-500\/15 {
  background-color: rgb(59 130 246 / 0.15);
}
.bg-blue-500\/20 {
  background-color: rgb(59 130 246 / 0.2);
}
.bg-blue-500\/25 {
  background-color: rgb(59 130 246 / 0.25);
}
.bg-blue-500\/30 {
  background-color: rgb(59 130 246 / 0.3);
}
.bg-blue-500\/35 {
  background-color: rgb(59 130 246 / 0.35);
}
.bg-blue-500\/40 {
  background-color: rgb(59 130 246 / 0.4);
}
.bg-blue-500\/45 {
  background-color: rgb(59 130 246 / 0.45);
}
.bg-blue-500\/5 {
  background-color: rgb(59 130 246 / 0.05);
}
.bg-blue-500\/50 {
  background-color: rgb(59 130 246 / 0.5);
}
.bg-blue-500\/55 {
  background-color: rgb(59 130 246 / 0.55);
}
.bg-blue-500\/60 {
  background-color: rgb(59 130 246 / 0.6);
}
.bg-blue-500\/65 {
  background-color: rgb(59 130 246 / 0.65);
}
.bg-blue-500\/70 {
  background-color: rgb(59 130 246 / 0.7);
}
.bg-blue-500\/75 {
  background-color: rgb(59 130 246 / 0.75);
}
.bg-blue-500\/80 {
  background-color: rgb(59 130 246 / 0.8);
}
.bg-blue-500\/85 {
  background-color: rgb(59 130 246 / 0.85);
}
.bg-blue-500\/90 {
  background-color: rgb(59 130 246 / 0.9);
}
.bg-blue-500\/95 {
  background-color: rgb(59 130 246 / 0.95);
}
.bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}
.bg-blue-600\/0 {
  background-color: rgb(37 99 235 / 0);
}
.bg-blue-600\/10 {
  background-color: rgb(37 99 235 / 0.1);
}
.bg-blue-600\/100 {
  background-color: rgb(37 99 235 / 1);
}
.bg-blue-600\/15 {
  background-color: rgb(37 99 235 / 0.15);
}
.bg-blue-600\/20 {
  background-color: rgb(37 99 235 / 0.2);
}
.bg-blue-600\/25 {
  background-color: rgb(37 99 235 / 0.25);
}
.bg-blue-600\/30 {
  background-color: rgb(37 99 235 / 0.3);
}
.bg-blue-600\/35 {
  background-color: rgb(37 99 235 / 0.35);
}
.bg-blue-600\/40 {
  background-color: rgb(37 99 235 / 0.4);
}
.bg-blue-600\/45 {
  background-color: rgb(37 99 235 / 0.45);
}
.bg-blue-600\/5 {
  background-color: rgb(37 99 235 / 0.05);
}
.bg-blue-600\/50 {
  background-color: rgb(37 99 235 / 0.5);
}
.bg-blue-600\/55 {
  background-color: rgb(37 99 235 / 0.55);
}
.bg-blue-600\/60 {
  background-color: rgb(37 99 235 / 0.6);
}
.bg-blue-600\/65 {
  background-color: rgb(37 99 235 / 0.65);
}
.bg-blue-600\/70 {
  background-color: rgb(37 99 235 / 0.7);
}
.bg-blue-600\/75 {
  background-color: rgb(37 99 235 / 0.75);
}
.bg-blue-600\/80 {
  background-color: rgb(37 99 235 / 0.8);
}
.bg-blue-600\/85 {
  background-color: rgb(37 99 235 / 0.85);
}
.bg-blue-600\/90 {
  background-color: rgb(37 99 235 / 0.9);
}
.bg-blue-600\/95 {
  background-color: rgb(37 99 235 / 0.95);
}
.bg-blue-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
}
.bg-blue-700\/0 {
  background-color: rgb(29 78 216 / 0);
}
.bg-blue-700\/10 {
  background-color: rgb(29 78 216 / 0.1);
}
.bg-blue-700\/100 {
  background-color: rgb(29 78 216 / 1);
}
.bg-blue-700\/15 {
  background-color: rgb(29 78 216 / 0.15);
}
.bg-blue-700\/20 {
  background-color: rgb(29 78 216 / 0.2);
}
.bg-blue-700\/25 {
  background-color: rgb(29 78 216 / 0.25);
}
.bg-blue-700\/30 {
  background-color: rgb(29 78 216 / 0.3);
}
.bg-blue-700\/35 {
  background-color: rgb(29 78 216 / 0.35);
}
.bg-blue-700\/40 {
  background-color: rgb(29 78 216 / 0.4);
}
.bg-blue-700\/45 {
  background-color: rgb(29 78 216 / 0.45);
}
.bg-blue-700\/5 {
  background-color: rgb(29 78 216 / 0.05);
}
.bg-blue-700\/50 {
  background-color: rgb(29 78 216 / 0.5);
}
.bg-blue-700\/55 {
  background-color: rgb(29 78 216 / 0.55);
}
.bg-blue-700\/60 {
  background-color: rgb(29 78 216 / 0.6);
}
.bg-blue-700\/65 {
  background-color: rgb(29 78 216 / 0.65);
}
.bg-blue-700\/70 {
  background-color: rgb(29 78 216 / 0.7);
}
.bg-blue-700\/75 {
  background-color: rgb(29 78 216 / 0.75);
}
.bg-blue-700\/80 {
  background-color: rgb(29 78 216 / 0.8);
}
.bg-blue-700\/85 {
  background-color: rgb(29 78 216 / 0.85);
}
.bg-blue-700\/90 {
  background-color: rgb(29 78 216 / 0.9);
}
.bg-blue-700\/95 {
  background-color: rgb(29 78 216 / 0.95);
}
.bg-blue-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(30 64 175 / var(--tw-bg-opacity, 1));
}
.bg-blue-800\/0 {
  background-color: rgb(30 64 175 / 0);
}
.bg-blue-800\/10 {
  background-color: rgb(30 64 175 / 0.1);
}
.bg-blue-800\/100 {
  background-color: rgb(30 64 175 / 1);
}
.bg-blue-800\/15 {
  background-color: rgb(30 64 175 / 0.15);
}
.bg-blue-800\/20 {
  background-color: rgb(30 64 175 / 0.2);
}
.bg-blue-800\/25 {
  background-color: rgb(30 64 175 / 0.25);
}
.bg-blue-800\/30 {
  background-color: rgb(30 64 175 / 0.3);
}
.bg-blue-800\/35 {
  background-color: rgb(30 64 175 / 0.35);
}
.bg-blue-800\/40 {
  background-color: rgb(30 64 175 / 0.4);
}
.bg-blue-800\/45 {
  background-color: rgb(30 64 175 / 0.45);
}
.bg-blue-800\/5 {
  background-color: rgb(30 64 175 / 0.05);
}
.bg-blue-800\/50 {
  background-color: rgb(30 64 175 / 0.5);
}
.bg-blue-800\/55 {
  background-color: rgb(30 64 175 / 0.55);
}
.bg-blue-800\/60 {
  background-color: rgb(30 64 175 / 0.6);
}
.bg-blue-800\/65 {
  background-color: rgb(30 64 175 / 0.65);
}
.bg-blue-800\/70 {
  background-color: rgb(30 64 175 / 0.7);
}
.bg-blue-800\/75 {
  background-color: rgb(30 64 175 / 0.75);
}
.bg-blue-800\/80 {
  background-color: rgb(30 64 175 / 0.8);
}
.bg-blue-800\/85 {
  background-color: rgb(30 64 175 / 0.85);
}
.bg-blue-800\/90 {
  background-color: rgb(30 64 175 / 0.9);
}
.bg-blue-800\/95 {
  background-color: rgb(30 64 175 / 0.95);
}
.bg-blue-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(30 58 138 / var(--tw-bg-opacity, 1));
}
.bg-blue-900\/0 {
  background-color: rgb(30 58 138 / 0);
}
.bg-blue-900\/10 {
  background-color: rgb(30 58 138 / 0.1);
}
.bg-blue-900\/100 {
  background-color: rgb(30 58 138 / 1);
}
.bg-blue-900\/15 {
  background-color: rgb(30 58 138 / 0.15);
}
.bg-blue-900\/20 {
  background-color: rgb(30 58 138 / 0.2);
}
.bg-blue-900\/25 {
  background-color: rgb(30 58 138 / 0.25);
}
.bg-blue-900\/30 {
  background-color: rgb(30 58 138 / 0.3);
}
.bg-blue-900\/35 {
  background-color: rgb(30 58 138 / 0.35);
}
.bg-blue-900\/40 {
  background-color: rgb(30 58 138 / 0.4);
}
.bg-blue-900\/45 {
  background-color: rgb(30 58 138 / 0.45);
}
.bg-blue-900\/5 {
  background-color: rgb(30 58 138 / 0.05);
}
.bg-blue-900\/50 {
  background-color: rgb(30 58 138 / 0.5);
}
.bg-blue-900\/55 {
  background-color: rgb(30 58 138 / 0.55);
}
.bg-blue-900\/60 {
  background-color: rgb(30 58 138 / 0.6);
}
.bg-blue-900\/65 {
  background-color: rgb(30 58 138 / 0.65);
}
.bg-blue-900\/70 {
  background-color: rgb(30 58 138 / 0.7);
}
.bg-blue-900\/75 {
  background-color: rgb(30 58 138 / 0.75);
}
.bg-blue-900\/80 {
  background-color: rgb(30 58 138 / 0.8);
}
.bg-blue-900\/85 {
  background-color: rgb(30 58 138 / 0.85);
}
.bg-blue-900\/90 {
  background-color: rgb(30 58 138 / 0.9);
}
.bg-blue-900\/95 {
  background-color: rgb(30 58 138 / 0.95);
}
.bg-blue-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(23 37 84 / var(--tw-bg-opacity, 1));
}
.bg-blue-950\/0 {
  background-color: rgb(23 37 84 / 0);
}
.bg-blue-950\/10 {
  background-color: rgb(23 37 84 / 0.1);
}
.bg-blue-950\/100 {
  background-color: rgb(23 37 84 / 1);
}
.bg-blue-950\/15 {
  background-color: rgb(23 37 84 / 0.15);
}
.bg-blue-950\/20 {
  background-color: rgb(23 37 84 / 0.2);
}
.bg-blue-950\/25 {
  background-color: rgb(23 37 84 / 0.25);
}
.bg-blue-950\/30 {
  background-color: rgb(23 37 84 / 0.3);
}
.bg-blue-950\/35 {
  background-color: rgb(23 37 84 / 0.35);
}
.bg-blue-950\/40 {
  background-color: rgb(23 37 84 / 0.4);
}
.bg-blue-950\/45 {
  background-color: rgb(23 37 84 / 0.45);
}
.bg-blue-950\/5 {
  background-color: rgb(23 37 84 / 0.05);
}
.bg-blue-950\/50 {
  background-color: rgb(23 37 84 / 0.5);
}
.bg-blue-950\/55 {
  background-color: rgb(23 37 84 / 0.55);
}
.bg-blue-950\/60 {
  background-color: rgb(23 37 84 / 0.6);
}
.bg-blue-950\/65 {
  background-color: rgb(23 37 84 / 0.65);
}
.bg-blue-950\/70 {
  background-color: rgb(23 37 84 / 0.7);
}
.bg-blue-950\/75 {
  background-color: rgb(23 37 84 / 0.75);
}
.bg-blue-950\/80 {
  background-color: rgb(23 37 84 / 0.8);
}
.bg-blue-950\/85 {
  background-color: rgb(23 37 84 / 0.85);
}
.bg-blue-950\/90 {
  background-color: rgb(23 37 84 / 0.9);
}
.bg-blue-950\/95 {
  background-color: rgb(23 37 84 / 0.95);
}
.bg-cyan-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(207 250 254 / var(--tw-bg-opacity, 1));
}
.bg-cyan-100\/0 {
  background-color: rgb(207 250 254 / 0);
}
.bg-cyan-100\/10 {
  background-color: rgb(207 250 254 / 0.1);
}
.bg-cyan-100\/100 {
  background-color: rgb(207 250 254 / 1);
}
.bg-cyan-100\/15 {
  background-color: rgb(207 250 254 / 0.15);
}
.bg-cyan-100\/20 {
  background-color: rgb(207 250 254 / 0.2);
}
.bg-cyan-100\/25 {
  background-color: rgb(207 250 254 / 0.25);
}
.bg-cyan-100\/30 {
  background-color: rgb(207 250 254 / 0.3);
}
.bg-cyan-100\/35 {
  background-color: rgb(207 250 254 / 0.35);
}
.bg-cyan-100\/40 {
  background-color: rgb(207 250 254 / 0.4);
}
.bg-cyan-100\/45 {
  background-color: rgb(207 250 254 / 0.45);
}
.bg-cyan-100\/5 {
  background-color: rgb(207 250 254 / 0.05);
}
.bg-cyan-100\/50 {
  background-color: rgb(207 250 254 / 0.5);
}
.bg-cyan-100\/55 {
  background-color: rgb(207 250 254 / 0.55);
}
.bg-cyan-100\/60 {
  background-color: rgb(207 250 254 / 0.6);
}
.bg-cyan-100\/65 {
  background-color: rgb(207 250 254 / 0.65);
}
.bg-cyan-100\/70 {
  background-color: rgb(207 250 254 / 0.7);
}
.bg-cyan-100\/75 {
  background-color: rgb(207 250 254 / 0.75);
}
.bg-cyan-100\/80 {
  background-color: rgb(207 250 254 / 0.8);
}
.bg-cyan-100\/85 {
  background-color: rgb(207 250 254 / 0.85);
}
.bg-cyan-100\/90 {
  background-color: rgb(207 250 254 / 0.9);
}
.bg-cyan-100\/95 {
  background-color: rgb(207 250 254 / 0.95);
}
.bg-cyan-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(165 243 252 / var(--tw-bg-opacity, 1));
}
.bg-cyan-200\/0 {
  background-color: rgb(165 243 252 / 0);
}
.bg-cyan-200\/10 {
  background-color: rgb(165 243 252 / 0.1);
}
.bg-cyan-200\/100 {
  background-color: rgb(165 243 252 / 1);
}
.bg-cyan-200\/15 {
  background-color: rgb(165 243 252 / 0.15);
}
.bg-cyan-200\/20 {
  background-color: rgb(165 243 252 / 0.2);
}
.bg-cyan-200\/25 {
  background-color: rgb(165 243 252 / 0.25);
}
.bg-cyan-200\/30 {
  background-color: rgb(165 243 252 / 0.3);
}
.bg-cyan-200\/35 {
  background-color: rgb(165 243 252 / 0.35);
}
.bg-cyan-200\/40 {
  background-color: rgb(165 243 252 / 0.4);
}
.bg-cyan-200\/45 {
  background-color: rgb(165 243 252 / 0.45);
}
.bg-cyan-200\/5 {
  background-color: rgb(165 243 252 / 0.05);
}
.bg-cyan-200\/50 {
  background-color: rgb(165 243 252 / 0.5);
}
.bg-cyan-200\/55 {
  background-color: rgb(165 243 252 / 0.55);
}
.bg-cyan-200\/60 {
  background-color: rgb(165 243 252 / 0.6);
}
.bg-cyan-200\/65 {
  background-color: rgb(165 243 252 / 0.65);
}
.bg-cyan-200\/70 {
  background-color: rgb(165 243 252 / 0.7);
}
.bg-cyan-200\/75 {
  background-color: rgb(165 243 252 / 0.75);
}
.bg-cyan-200\/80 {
  background-color: rgb(165 243 252 / 0.8);
}
.bg-cyan-200\/85 {
  background-color: rgb(165 243 252 / 0.85);
}
.bg-cyan-200\/90 {
  background-color: rgb(165 243 252 / 0.9);
}
.bg-cyan-200\/95 {
  background-color: rgb(165 243 252 / 0.95);
}
.bg-cyan-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(103 232 249 / var(--tw-bg-opacity, 1));
}
.bg-cyan-300\/0 {
  background-color: rgb(103 232 249 / 0);
}
.bg-cyan-300\/10 {
  background-color: rgb(103 232 249 / 0.1);
}
.bg-cyan-300\/100 {
  background-color: rgb(103 232 249 / 1);
}
.bg-cyan-300\/15 {
  background-color: rgb(103 232 249 / 0.15);
}
.bg-cyan-300\/20 {
  background-color: rgb(103 232 249 / 0.2);
}
.bg-cyan-300\/25 {
  background-color: rgb(103 232 249 / 0.25);
}
.bg-cyan-300\/30 {
  background-color: rgb(103 232 249 / 0.3);
}
.bg-cyan-300\/35 {
  background-color: rgb(103 232 249 / 0.35);
}
.bg-cyan-300\/40 {
  background-color: rgb(103 232 249 / 0.4);
}
.bg-cyan-300\/45 {
  background-color: rgb(103 232 249 / 0.45);
}
.bg-cyan-300\/5 {
  background-color: rgb(103 232 249 / 0.05);
}
.bg-cyan-300\/50 {
  background-color: rgb(103 232 249 / 0.5);
}
.bg-cyan-300\/55 {
  background-color: rgb(103 232 249 / 0.55);
}
.bg-cyan-300\/60 {
  background-color: rgb(103 232 249 / 0.6);
}
.bg-cyan-300\/65 {
  background-color: rgb(103 232 249 / 0.65);
}
.bg-cyan-300\/70 {
  background-color: rgb(103 232 249 / 0.7);
}
.bg-cyan-300\/75 {
  background-color: rgb(103 232 249 / 0.75);
}
.bg-cyan-300\/80 {
  background-color: rgb(103 232 249 / 0.8);
}
.bg-cyan-300\/85 {
  background-color: rgb(103 232 249 / 0.85);
}
.bg-cyan-300\/90 {
  background-color: rgb(103 232 249 / 0.9);
}
.bg-cyan-300\/95 {
  background-color: rgb(103 232 249 / 0.95);
}
.bg-cyan-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(34 211 238 / var(--tw-bg-opacity, 1));
}
.bg-cyan-400\/0 {
  background-color: rgb(34 211 238 / 0);
}
.bg-cyan-400\/10 {
  background-color: rgb(34 211 238 / 0.1);
}
.bg-cyan-400\/100 {
  background-color: rgb(34 211 238 / 1);
}
.bg-cyan-400\/15 {
  background-color: rgb(34 211 238 / 0.15);
}
.bg-cyan-400\/20 {
  background-color: rgb(34 211 238 / 0.2);
}
.bg-cyan-400\/25 {
  background-color: rgb(34 211 238 / 0.25);
}
.bg-cyan-400\/30 {
  background-color: rgb(34 211 238 / 0.3);
}
.bg-cyan-400\/35 {
  background-color: rgb(34 211 238 / 0.35);
}
.bg-cyan-400\/40 {
  background-color: rgb(34 211 238 / 0.4);
}
.bg-cyan-400\/45 {
  background-color: rgb(34 211 238 / 0.45);
}
.bg-cyan-400\/5 {
  background-color: rgb(34 211 238 / 0.05);
}
.bg-cyan-400\/50 {
  background-color: rgb(34 211 238 / 0.5);
}
.bg-cyan-400\/55 {
  background-color: rgb(34 211 238 / 0.55);
}
.bg-cyan-400\/60 {
  background-color: rgb(34 211 238 / 0.6);
}
.bg-cyan-400\/65 {
  background-color: rgb(34 211 238 / 0.65);
}
.bg-cyan-400\/70 {
  background-color: rgb(34 211 238 / 0.7);
}
.bg-cyan-400\/75 {
  background-color: rgb(34 211 238 / 0.75);
}
.bg-cyan-400\/80 {
  background-color: rgb(34 211 238 / 0.8);
}
.bg-cyan-400\/85 {
  background-color: rgb(34 211 238 / 0.85);
}
.bg-cyan-400\/90 {
  background-color: rgb(34 211 238 / 0.9);
}
.bg-cyan-400\/95 {
  background-color: rgb(34 211 238 / 0.95);
}
.bg-cyan-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(236 254 255 / var(--tw-bg-opacity, 1));
}
.bg-cyan-50\/0 {
  background-color: rgb(236 254 255 / 0);
}
.bg-cyan-50\/10 {
  background-color: rgb(236 254 255 / 0.1);
}
.bg-cyan-50\/100 {
  background-color: rgb(236 254 255 / 1);
}
.bg-cyan-50\/15 {
  background-color: rgb(236 254 255 / 0.15);
}
.bg-cyan-50\/20 {
  background-color: rgb(236 254 255 / 0.2);
}
.bg-cyan-50\/25 {
  background-color: rgb(236 254 255 / 0.25);
}
.bg-cyan-50\/30 {
  background-color: rgb(236 254 255 / 0.3);
}
.bg-cyan-50\/35 {
  background-color: rgb(236 254 255 / 0.35);
}
.bg-cyan-50\/40 {
  background-color: rgb(236 254 255 / 0.4);
}
.bg-cyan-50\/45 {
  background-color: rgb(236 254 255 / 0.45);
}
.bg-cyan-50\/5 {
  background-color: rgb(236 254 255 / 0.05);
}
.bg-cyan-50\/50 {
  background-color: rgb(236 254 255 / 0.5);
}
.bg-cyan-50\/55 {
  background-color: rgb(236 254 255 / 0.55);
}
.bg-cyan-50\/60 {
  background-color: rgb(236 254 255 / 0.6);
}
.bg-cyan-50\/65 {
  background-color: rgb(236 254 255 / 0.65);
}
.bg-cyan-50\/70 {
  background-color: rgb(236 254 255 / 0.7);
}
.bg-cyan-50\/75 {
  background-color: rgb(236 254 255 / 0.75);
}
.bg-cyan-50\/80 {
  background-color: rgb(236 254 255 / 0.8);
}
.bg-cyan-50\/85 {
  background-color: rgb(236 254 255 / 0.85);
}
.bg-cyan-50\/90 {
  background-color: rgb(236 254 255 / 0.9);
}
.bg-cyan-50\/95 {
  background-color: rgb(236 254 255 / 0.95);
}
.bg-cyan-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(6 182 212 / var(--tw-bg-opacity, 1));
}
.bg-cyan-500\/0 {
  background-color: rgb(6 182 212 / 0);
}
.bg-cyan-500\/10 {
  background-color: rgb(6 182 212 / 0.1);
}
.bg-cyan-500\/100 {
  background-color: rgb(6 182 212 / 1);
}
.bg-cyan-500\/15 {
  background-color: rgb(6 182 212 / 0.15);
}
.bg-cyan-500\/20 {
  background-color: rgb(6 182 212 / 0.2);
}
.bg-cyan-500\/25 {
  background-color: rgb(6 182 212 / 0.25);
}
.bg-cyan-500\/30 {
  background-color: rgb(6 182 212 / 0.3);
}
.bg-cyan-500\/35 {
  background-color: rgb(6 182 212 / 0.35);
}
.bg-cyan-500\/40 {
  background-color: rgb(6 182 212 / 0.4);
}
.bg-cyan-500\/45 {
  background-color: rgb(6 182 212 / 0.45);
}
.bg-cyan-500\/5 {
  background-color: rgb(6 182 212 / 0.05);
}
.bg-cyan-500\/50 {
  background-color: rgb(6 182 212 / 0.5);
}
.bg-cyan-500\/55 {
  background-color: rgb(6 182 212 / 0.55);
}
.bg-cyan-500\/60 {
  background-color: rgb(6 182 212 / 0.6);
}
.bg-cyan-500\/65 {
  background-color: rgb(6 182 212 / 0.65);
}
.bg-cyan-500\/70 {
  background-color: rgb(6 182 212 / 0.7);
}
.bg-cyan-500\/75 {
  background-color: rgb(6 182 212 / 0.75);
}
.bg-cyan-500\/80 {
  background-color: rgb(6 182 212 / 0.8);
}
.bg-cyan-500\/85 {
  background-color: rgb(6 182 212 / 0.85);
}
.bg-cyan-500\/90 {
  background-color: rgb(6 182 212 / 0.9);
}
.bg-cyan-500\/95 {
  background-color: rgb(6 182 212 / 0.95);
}
.bg-cyan-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(8 145 178 / var(--tw-bg-opacity, 1));
}
.bg-cyan-600\/0 {
  background-color: rgb(8 145 178 / 0);
}
.bg-cyan-600\/10 {
  background-color: rgb(8 145 178 / 0.1);
}
.bg-cyan-600\/100 {
  background-color: rgb(8 145 178 / 1);
}
.bg-cyan-600\/15 {
  background-color: rgb(8 145 178 / 0.15);
}
.bg-cyan-600\/20 {
  background-color: rgb(8 145 178 / 0.2);
}
.bg-cyan-600\/25 {
  background-color: rgb(8 145 178 / 0.25);
}
.bg-cyan-600\/30 {
  background-color: rgb(8 145 178 / 0.3);
}
.bg-cyan-600\/35 {
  background-color: rgb(8 145 178 / 0.35);
}
.bg-cyan-600\/40 {
  background-color: rgb(8 145 178 / 0.4);
}
.bg-cyan-600\/45 {
  background-color: rgb(8 145 178 / 0.45);
}
.bg-cyan-600\/5 {
  background-color: rgb(8 145 178 / 0.05);
}
.bg-cyan-600\/50 {
  background-color: rgb(8 145 178 / 0.5);
}
.bg-cyan-600\/55 {
  background-color: rgb(8 145 178 / 0.55);
}
.bg-cyan-600\/60 {
  background-color: rgb(8 145 178 / 0.6);
}
.bg-cyan-600\/65 {
  background-color: rgb(8 145 178 / 0.65);
}
.bg-cyan-600\/70 {
  background-color: rgb(8 145 178 / 0.7);
}
.bg-cyan-600\/75 {
  background-color: rgb(8 145 178 / 0.75);
}
.bg-cyan-600\/80 {
  background-color: rgb(8 145 178 / 0.8);
}
.bg-cyan-600\/85 {
  background-color: rgb(8 145 178 / 0.85);
}
.bg-cyan-600\/90 {
  background-color: rgb(8 145 178 / 0.9);
}
.bg-cyan-600\/95 {
  background-color: rgb(8 145 178 / 0.95);
}
.bg-cyan-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(14 116 144 / var(--tw-bg-opacity, 1));
}
.bg-cyan-700\/0 {
  background-color: rgb(14 116 144 / 0);
}
.bg-cyan-700\/10 {
  background-color: rgb(14 116 144 / 0.1);
}
.bg-cyan-700\/100 {
  background-color: rgb(14 116 144 / 1);
}
.bg-cyan-700\/15 {
  background-color: rgb(14 116 144 / 0.15);
}
.bg-cyan-700\/20 {
  background-color: rgb(14 116 144 / 0.2);
}
.bg-cyan-700\/25 {
  background-color: rgb(14 116 144 / 0.25);
}
.bg-cyan-700\/30 {
  background-color: rgb(14 116 144 / 0.3);
}
.bg-cyan-700\/35 {
  background-color: rgb(14 116 144 / 0.35);
}
.bg-cyan-700\/40 {
  background-color: rgb(14 116 144 / 0.4);
}
.bg-cyan-700\/45 {
  background-color: rgb(14 116 144 / 0.45);
}
.bg-cyan-700\/5 {
  background-color: rgb(14 116 144 / 0.05);
}
.bg-cyan-700\/50 {
  background-color: rgb(14 116 144 / 0.5);
}
.bg-cyan-700\/55 {
  background-color: rgb(14 116 144 / 0.55);
}
.bg-cyan-700\/60 {
  background-color: rgb(14 116 144 / 0.6);
}
.bg-cyan-700\/65 {
  background-color: rgb(14 116 144 / 0.65);
}
.bg-cyan-700\/70 {
  background-color: rgb(14 116 144 / 0.7);
}
.bg-cyan-700\/75 {
  background-color: rgb(14 116 144 / 0.75);
}
.bg-cyan-700\/80 {
  background-color: rgb(14 116 144 / 0.8);
}
.bg-cyan-700\/85 {
  background-color: rgb(14 116 144 / 0.85);
}
.bg-cyan-700\/90 {
  background-color: rgb(14 116 144 / 0.9);
}
.bg-cyan-700\/95 {
  background-color: rgb(14 116 144 / 0.95);
}
.bg-cyan-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(21 94 117 / var(--tw-bg-opacity, 1));
}
.bg-cyan-800\/0 {
  background-color: rgb(21 94 117 / 0);
}
.bg-cyan-800\/10 {
  background-color: rgb(21 94 117 / 0.1);
}
.bg-cyan-800\/100 {
  background-color: rgb(21 94 117 / 1);
}
.bg-cyan-800\/15 {
  background-color: rgb(21 94 117 / 0.15);
}
.bg-cyan-800\/20 {
  background-color: rgb(21 94 117 / 0.2);
}
.bg-cyan-800\/25 {
  background-color: rgb(21 94 117 / 0.25);
}
.bg-cyan-800\/30 {
  background-color: rgb(21 94 117 / 0.3);
}
.bg-cyan-800\/35 {
  background-color: rgb(21 94 117 / 0.35);
}
.bg-cyan-800\/40 {
  background-color: rgb(21 94 117 / 0.4);
}
.bg-cyan-800\/45 {
  background-color: rgb(21 94 117 / 0.45);
}
.bg-cyan-800\/5 {
  background-color: rgb(21 94 117 / 0.05);
}
.bg-cyan-800\/50 {
  background-color: rgb(21 94 117 / 0.5);
}
.bg-cyan-800\/55 {
  background-color: rgb(21 94 117 / 0.55);
}
.bg-cyan-800\/60 {
  background-color: rgb(21 94 117 / 0.6);
}
.bg-cyan-800\/65 {
  background-color: rgb(21 94 117 / 0.65);
}
.bg-cyan-800\/70 {
  background-color: rgb(21 94 117 / 0.7);
}
.bg-cyan-800\/75 {
  background-color: rgb(21 94 117 / 0.75);
}
.bg-cyan-800\/80 {
  background-color: rgb(21 94 117 / 0.8);
}
.bg-cyan-800\/85 {
  background-color: rgb(21 94 117 / 0.85);
}
.bg-cyan-800\/90 {
  background-color: rgb(21 94 117 / 0.9);
}
.bg-cyan-800\/95 {
  background-color: rgb(21 94 117 / 0.95);
}
.bg-cyan-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(22 78 99 / var(--tw-bg-opacity, 1));
}
.bg-cyan-900\/0 {
  background-color: rgb(22 78 99 / 0);
}
.bg-cyan-900\/10 {
  background-color: rgb(22 78 99 / 0.1);
}
.bg-cyan-900\/100 {
  background-color: rgb(22 78 99 / 1);
}
.bg-cyan-900\/15 {
  background-color: rgb(22 78 99 / 0.15);
}
.bg-cyan-900\/20 {
  background-color: rgb(22 78 99 / 0.2);
}
.bg-cyan-900\/25 {
  background-color: rgb(22 78 99 / 0.25);
}
.bg-cyan-900\/30 {
  background-color: rgb(22 78 99 / 0.3);
}
.bg-cyan-900\/35 {
  background-color: rgb(22 78 99 / 0.35);
}
.bg-cyan-900\/40 {
  background-color: rgb(22 78 99 / 0.4);
}
.bg-cyan-900\/45 {
  background-color: rgb(22 78 99 / 0.45);
}
.bg-cyan-900\/5 {
  background-color: rgb(22 78 99 / 0.05);
}
.bg-cyan-900\/50 {
  background-color: rgb(22 78 99 / 0.5);
}
.bg-cyan-900\/55 {
  background-color: rgb(22 78 99 / 0.55);
}
.bg-cyan-900\/60 {
  background-color: rgb(22 78 99 / 0.6);
}
.bg-cyan-900\/65 {
  background-color: rgb(22 78 99 / 0.65);
}
.bg-cyan-900\/70 {
  background-color: rgb(22 78 99 / 0.7);
}
.bg-cyan-900\/75 {
  background-color: rgb(22 78 99 / 0.75);
}
.bg-cyan-900\/80 {
  background-color: rgb(22 78 99 / 0.8);
}
.bg-cyan-900\/85 {
  background-color: rgb(22 78 99 / 0.85);
}
.bg-cyan-900\/90 {
  background-color: rgb(22 78 99 / 0.9);
}
.bg-cyan-900\/95 {
  background-color: rgb(22 78 99 / 0.95);
}
.bg-cyan-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(8 51 68 / var(--tw-bg-opacity, 1));
}
.bg-cyan-950\/0 {
  background-color: rgb(8 51 68 / 0);
}
.bg-cyan-950\/10 {
  background-color: rgb(8 51 68 / 0.1);
}
.bg-cyan-950\/100 {
  background-color: rgb(8 51 68 / 1);
}
.bg-cyan-950\/15 {
  background-color: rgb(8 51 68 / 0.15);
}
.bg-cyan-950\/20 {
  background-color: rgb(8 51 68 / 0.2);
}
.bg-cyan-950\/25 {
  background-color: rgb(8 51 68 / 0.25);
}
.bg-cyan-950\/30 {
  background-color: rgb(8 51 68 / 0.3);
}
.bg-cyan-950\/35 {
  background-color: rgb(8 51 68 / 0.35);
}
.bg-cyan-950\/40 {
  background-color: rgb(8 51 68 / 0.4);
}
.bg-cyan-950\/45 {
  background-color: rgb(8 51 68 / 0.45);
}
.bg-cyan-950\/5 {
  background-color: rgb(8 51 68 / 0.05);
}
.bg-cyan-950\/50 {
  background-color: rgb(8 51 68 / 0.5);
}
.bg-cyan-950\/55 {
  background-color: rgb(8 51 68 / 0.55);
}
.bg-cyan-950\/60 {
  background-color: rgb(8 51 68 / 0.6);
}
.bg-cyan-950\/65 {
  background-color: rgb(8 51 68 / 0.65);
}
.bg-cyan-950\/70 {
  background-color: rgb(8 51 68 / 0.7);
}
.bg-cyan-950\/75 {
  background-color: rgb(8 51 68 / 0.75);
}
.bg-cyan-950\/80 {
  background-color: rgb(8 51 68 / 0.8);
}
.bg-cyan-950\/85 {
  background-color: rgb(8 51 68 / 0.85);
}
.bg-cyan-950\/90 {
  background-color: rgb(8 51 68 / 0.9);
}
.bg-cyan-950\/95 {
  background-color: rgb(8 51 68 / 0.95);
}
.bg-emerald-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 250 229 / var(--tw-bg-opacity, 1));
}
.bg-emerald-100\/0 {
  background-color: rgb(209 250 229 / 0);
}
.bg-emerald-100\/10 {
  background-color: rgb(209 250 229 / 0.1);
}
.bg-emerald-100\/100 {
  background-color: rgb(209 250 229 / 1);
}
.bg-emerald-100\/15 {
  background-color: rgb(209 250 229 / 0.15);
}
.bg-emerald-100\/20 {
  background-color: rgb(209 250 229 / 0.2);
}
.bg-emerald-100\/25 {
  background-color: rgb(209 250 229 / 0.25);
}
.bg-emerald-100\/30 {
  background-color: rgb(209 250 229 / 0.3);
}
.bg-emerald-100\/35 {
  background-color: rgb(209 250 229 / 0.35);
}
.bg-emerald-100\/40 {
  background-color: rgb(209 250 229 / 0.4);
}
.bg-emerald-100\/45 {
  background-color: rgb(209 250 229 / 0.45);
}
.bg-emerald-100\/5 {
  background-color: rgb(209 250 229 / 0.05);
}
.bg-emerald-100\/50 {
  background-color: rgb(209 250 229 / 0.5);
}
.bg-emerald-100\/55 {
  background-color: rgb(209 250 229 / 0.55);
}
.bg-emerald-100\/60 {
  background-color: rgb(209 250 229 / 0.6);
}
.bg-emerald-100\/65 {
  background-color: rgb(209 250 229 / 0.65);
}
.bg-emerald-100\/70 {
  background-color: rgb(209 250 229 / 0.7);
}
.bg-emerald-100\/75 {
  background-color: rgb(209 250 229 / 0.75);
}
.bg-emerald-100\/80 {
  background-color: rgb(209 250 229 / 0.8);
}
.bg-emerald-100\/85 {
  background-color: rgb(209 250 229 / 0.85);
}
.bg-emerald-100\/90 {
  background-color: rgb(209 250 229 / 0.9);
}
.bg-emerald-100\/95 {
  background-color: rgb(209 250 229 / 0.95);
}
.bg-emerald-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(167 243 208 / var(--tw-bg-opacity, 1));
}
.bg-emerald-200\/0 {
  background-color: rgb(167 243 208 / 0);
}
.bg-emerald-200\/10 {
  background-color: rgb(167 243 208 / 0.1);
}
.bg-emerald-200\/100 {
  background-color: rgb(167 243 208 / 1);
}
.bg-emerald-200\/15 {
  background-color: rgb(167 243 208 / 0.15);
}
.bg-emerald-200\/20 {
  background-color: rgb(167 243 208 / 0.2);
}
.bg-emerald-200\/25 {
  background-color: rgb(167 243 208 / 0.25);
}
.bg-emerald-200\/30 {
  background-color: rgb(167 243 208 / 0.3);
}
.bg-emerald-200\/35 {
  background-color: rgb(167 243 208 / 0.35);
}
.bg-emerald-200\/40 {
  background-color: rgb(167 243 208 / 0.4);
}
.bg-emerald-200\/45 {
  background-color: rgb(167 243 208 / 0.45);
}
.bg-emerald-200\/5 {
  background-color: rgb(167 243 208 / 0.05);
}
.bg-emerald-200\/50 {
  background-color: rgb(167 243 208 / 0.5);
}
.bg-emerald-200\/55 {
  background-color: rgb(167 243 208 / 0.55);
}
.bg-emerald-200\/60 {
  background-color: rgb(167 243 208 / 0.6);
}
.bg-emerald-200\/65 {
  background-color: rgb(167 243 208 / 0.65);
}
.bg-emerald-200\/70 {
  background-color: rgb(167 243 208 / 0.7);
}
.bg-emerald-200\/75 {
  background-color: rgb(167 243 208 / 0.75);
}
.bg-emerald-200\/80 {
  background-color: rgb(167 243 208 / 0.8);
}
.bg-emerald-200\/85 {
  background-color: rgb(167 243 208 / 0.85);
}
.bg-emerald-200\/90 {
  background-color: rgb(167 243 208 / 0.9);
}
.bg-emerald-200\/95 {
  background-color: rgb(167 243 208 / 0.95);
}
.bg-emerald-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(110 231 183 / var(--tw-bg-opacity, 1));
}
.bg-emerald-300\/0 {
  background-color: rgb(110 231 183 / 0);
}
.bg-emerald-300\/10 {
  background-color: rgb(110 231 183 / 0.1);
}
.bg-emerald-300\/100 {
  background-color: rgb(110 231 183 / 1);
}
.bg-emerald-300\/15 {
  background-color: rgb(110 231 183 / 0.15);
}
.bg-emerald-300\/20 {
  background-color: rgb(110 231 183 / 0.2);
}
.bg-emerald-300\/25 {
  background-color: rgb(110 231 183 / 0.25);
}
.bg-emerald-300\/30 {
  background-color: rgb(110 231 183 / 0.3);
}
.bg-emerald-300\/35 {
  background-color: rgb(110 231 183 / 0.35);
}
.bg-emerald-300\/40 {
  background-color: rgb(110 231 183 / 0.4);
}
.bg-emerald-300\/45 {
  background-color: rgb(110 231 183 / 0.45);
}
.bg-emerald-300\/5 {
  background-color: rgb(110 231 183 / 0.05);
}
.bg-emerald-300\/50 {
  background-color: rgb(110 231 183 / 0.5);
}
.bg-emerald-300\/55 {
  background-color: rgb(110 231 183 / 0.55);
}
.bg-emerald-300\/60 {
  background-color: rgb(110 231 183 / 0.6);
}
.bg-emerald-300\/65 {
  background-color: rgb(110 231 183 / 0.65);
}
.bg-emerald-300\/70 {
  background-color: rgb(110 231 183 / 0.7);
}
.bg-emerald-300\/75 {
  background-color: rgb(110 231 183 / 0.75);
}
.bg-emerald-300\/80 {
  background-color: rgb(110 231 183 / 0.8);
}
.bg-emerald-300\/85 {
  background-color: rgb(110 231 183 / 0.85);
}
.bg-emerald-300\/90 {
  background-color: rgb(110 231 183 / 0.9);
}
.bg-emerald-300\/95 {
  background-color: rgb(110 231 183 / 0.95);
}
.bg-emerald-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(52 211 153 / var(--tw-bg-opacity, 1));
}
.bg-emerald-400\/0 {
  background-color: rgb(52 211 153 / 0);
}
.bg-emerald-400\/10 {
  background-color: rgb(52 211 153 / 0.1);
}
.bg-emerald-400\/100 {
  background-color: rgb(52 211 153 / 1);
}
.bg-emerald-400\/15 {
  background-color: rgb(52 211 153 / 0.15);
}
.bg-emerald-400\/20 {
  background-color: rgb(52 211 153 / 0.2);
}
.bg-emerald-400\/25 {
  background-color: rgb(52 211 153 / 0.25);
}
.bg-emerald-400\/30 {
  background-color: rgb(52 211 153 / 0.3);
}
.bg-emerald-400\/35 {
  background-color: rgb(52 211 153 / 0.35);
}
.bg-emerald-400\/40 {
  background-color: rgb(52 211 153 / 0.4);
}
.bg-emerald-400\/45 {
  background-color: rgb(52 211 153 / 0.45);
}
.bg-emerald-400\/5 {
  background-color: rgb(52 211 153 / 0.05);
}
.bg-emerald-400\/50 {
  background-color: rgb(52 211 153 / 0.5);
}
.bg-emerald-400\/55 {
  background-color: rgb(52 211 153 / 0.55);
}
.bg-emerald-400\/60 {
  background-color: rgb(52 211 153 / 0.6);
}
.bg-emerald-400\/65 {
  background-color: rgb(52 211 153 / 0.65);
}
.bg-emerald-400\/70 {
  background-color: rgb(52 211 153 / 0.7);
}
.bg-emerald-400\/75 {
  background-color: rgb(52 211 153 / 0.75);
}
.bg-emerald-400\/80 {
  background-color: rgb(52 211 153 / 0.8);
}
.bg-emerald-400\/85 {
  background-color: rgb(52 211 153 / 0.85);
}
.bg-emerald-400\/90 {
  background-color: rgb(52 211 153 / 0.9);
}
.bg-emerald-400\/95 {
  background-color: rgb(52 211 153 / 0.95);
}
.bg-emerald-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(236 253 245 / var(--tw-bg-opacity, 1));
}
.bg-emerald-50\/0 {
  background-color: rgb(236 253 245 / 0);
}
.bg-emerald-50\/10 {
  background-color: rgb(236 253 245 / 0.1);
}
.bg-emerald-50\/100 {
  background-color: rgb(236 253 245 / 1);
}
.bg-emerald-50\/15 {
  background-color: rgb(236 253 245 / 0.15);
}
.bg-emerald-50\/20 {
  background-color: rgb(236 253 245 / 0.2);
}
.bg-emerald-50\/25 {
  background-color: rgb(236 253 245 / 0.25);
}
.bg-emerald-50\/30 {
  background-color: rgb(236 253 245 / 0.3);
}
.bg-emerald-50\/35 {
  background-color: rgb(236 253 245 / 0.35);
}
.bg-emerald-50\/40 {
  background-color: rgb(236 253 245 / 0.4);
}
.bg-emerald-50\/45 {
  background-color: rgb(236 253 245 / 0.45);
}
.bg-emerald-50\/5 {
  background-color: rgb(236 253 245 / 0.05);
}
.bg-emerald-50\/50 {
  background-color: rgb(236 253 245 / 0.5);
}
.bg-emerald-50\/55 {
  background-color: rgb(236 253 245 / 0.55);
}
.bg-emerald-50\/60 {
  background-color: rgb(236 253 245 / 0.6);
}
.bg-emerald-50\/65 {
  background-color: rgb(236 253 245 / 0.65);
}
.bg-emerald-50\/70 {
  background-color: rgb(236 253 245 / 0.7);
}
.bg-emerald-50\/75 {
  background-color: rgb(236 253 245 / 0.75);
}
.bg-emerald-50\/80 {
  background-color: rgb(236 253 245 / 0.8);
}
.bg-emerald-50\/85 {
  background-color: rgb(236 253 245 / 0.85);
}
.bg-emerald-50\/90 {
  background-color: rgb(236 253 245 / 0.9);
}
.bg-emerald-50\/95 {
  background-color: rgb(236 253 245 / 0.95);
}
.bg-emerald-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity, 1));
}
.bg-emerald-500\/0 {
  background-color: rgb(16 185 129 / 0);
}
.bg-emerald-500\/10 {
  background-color: rgb(16 185 129 / 0.1);
}
.bg-emerald-500\/100 {
  background-color: rgb(16 185 129 / 1);
}
.bg-emerald-500\/15 {
  background-color: rgb(16 185 129 / 0.15);
}
.bg-emerald-500\/20 {
  background-color: rgb(16 185 129 / 0.2);
}
.bg-emerald-500\/25 {
  background-color: rgb(16 185 129 / 0.25);
}
.bg-emerald-500\/30 {
  background-color: rgb(16 185 129 / 0.3);
}
.bg-emerald-500\/35 {
  background-color: rgb(16 185 129 / 0.35);
}
.bg-emerald-500\/40 {
  background-color: rgb(16 185 129 / 0.4);
}
.bg-emerald-500\/45 {
  background-color: rgb(16 185 129 / 0.45);
}
.bg-emerald-500\/5 {
  background-color: rgb(16 185 129 / 0.05);
}
.bg-emerald-500\/50 {
  background-color: rgb(16 185 129 / 0.5);
}
.bg-emerald-500\/55 {
  background-color: rgb(16 185 129 / 0.55);
}
.bg-emerald-500\/60 {
  background-color: rgb(16 185 129 / 0.6);
}
.bg-emerald-500\/65 {
  background-color: rgb(16 185 129 / 0.65);
}
.bg-emerald-500\/70 {
  background-color: rgb(16 185 129 / 0.7);
}
.bg-emerald-500\/75 {
  background-color: rgb(16 185 129 / 0.75);
}
.bg-emerald-500\/80 {
  background-color: rgb(16 185 129 / 0.8);
}
.bg-emerald-500\/85 {
  background-color: rgb(16 185 129 / 0.85);
}
.bg-emerald-500\/90 {
  background-color: rgb(16 185 129 / 0.9);
}
.bg-emerald-500\/95 {
  background-color: rgb(16 185 129 / 0.95);
}
.bg-emerald-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(5 150 105 / var(--tw-bg-opacity, 1));
}
.bg-emerald-600\/0 {
  background-color: rgb(5 150 105 / 0);
}
.bg-emerald-600\/10 {
  background-color: rgb(5 150 105 / 0.1);
}
.bg-emerald-600\/100 {
  background-color: rgb(5 150 105 / 1);
}
.bg-emerald-600\/15 {
  background-color: rgb(5 150 105 / 0.15);
}
.bg-emerald-600\/20 {
  background-color: rgb(5 150 105 / 0.2);
}
.bg-emerald-600\/25 {
  background-color: rgb(5 150 105 / 0.25);
}
.bg-emerald-600\/30 {
  background-color: rgb(5 150 105 / 0.3);
}
.bg-emerald-600\/35 {
  background-color: rgb(5 150 105 / 0.35);
}
.bg-emerald-600\/40 {
  background-color: rgb(5 150 105 / 0.4);
}
.bg-emerald-600\/45 {
  background-color: rgb(5 150 105 / 0.45);
}
.bg-emerald-600\/5 {
  background-color: rgb(5 150 105 / 0.05);
}
.bg-emerald-600\/50 {
  background-color: rgb(5 150 105 / 0.5);
}
.bg-emerald-600\/55 {
  background-color: rgb(5 150 105 / 0.55);
}
.bg-emerald-600\/60 {
  background-color: rgb(5 150 105 / 0.6);
}
.bg-emerald-600\/65 {
  background-color: rgb(5 150 105 / 0.65);
}
.bg-emerald-600\/70 {
  background-color: rgb(5 150 105 / 0.7);
}
.bg-emerald-600\/75 {
  background-color: rgb(5 150 105 / 0.75);
}
.bg-emerald-600\/80 {
  background-color: rgb(5 150 105 / 0.8);
}
.bg-emerald-600\/85 {
  background-color: rgb(5 150 105 / 0.85);
}
.bg-emerald-600\/90 {
  background-color: rgb(5 150 105 / 0.9);
}
.bg-emerald-600\/95 {
  background-color: rgb(5 150 105 / 0.95);
}
.bg-emerald-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(4 120 87 / var(--tw-bg-opacity, 1));
}
.bg-emerald-700\/0 {
  background-color: rgb(4 120 87 / 0);
}
.bg-emerald-700\/10 {
  background-color: rgb(4 120 87 / 0.1);
}
.bg-emerald-700\/100 {
  background-color: rgb(4 120 87 / 1);
}
.bg-emerald-700\/15 {
  background-color: rgb(4 120 87 / 0.15);
}
.bg-emerald-700\/20 {
  background-color: rgb(4 120 87 / 0.2);
}
.bg-emerald-700\/25 {
  background-color: rgb(4 120 87 / 0.25);
}
.bg-emerald-700\/30 {
  background-color: rgb(4 120 87 / 0.3);
}
.bg-emerald-700\/35 {
  background-color: rgb(4 120 87 / 0.35);
}
.bg-emerald-700\/40 {
  background-color: rgb(4 120 87 / 0.4);
}
.bg-emerald-700\/45 {
  background-color: rgb(4 120 87 / 0.45);
}
.bg-emerald-700\/5 {
  background-color: rgb(4 120 87 / 0.05);
}
.bg-emerald-700\/50 {
  background-color: rgb(4 120 87 / 0.5);
}
.bg-emerald-700\/55 {
  background-color: rgb(4 120 87 / 0.55);
}
.bg-emerald-700\/60 {
  background-color: rgb(4 120 87 / 0.6);
}
.bg-emerald-700\/65 {
  background-color: rgb(4 120 87 / 0.65);
}
.bg-emerald-700\/70 {
  background-color: rgb(4 120 87 / 0.7);
}
.bg-emerald-700\/75 {
  background-color: rgb(4 120 87 / 0.75);
}
.bg-emerald-700\/80 {
  background-color: rgb(4 120 87 / 0.8);
}
.bg-emerald-700\/85 {
  background-color: rgb(4 120 87 / 0.85);
}
.bg-emerald-700\/90 {
  background-color: rgb(4 120 87 / 0.9);
}
.bg-emerald-700\/95 {
  background-color: rgb(4 120 87 / 0.95);
}
.bg-emerald-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(6 95 70 / var(--tw-bg-opacity, 1));
}
.bg-emerald-800\/0 {
  background-color: rgb(6 95 70 / 0);
}
.bg-emerald-800\/10 {
  background-color: rgb(6 95 70 / 0.1);
}
.bg-emerald-800\/100 {
  background-color: rgb(6 95 70 / 1);
}
.bg-emerald-800\/15 {
  background-color: rgb(6 95 70 / 0.15);
}
.bg-emerald-800\/20 {
  background-color: rgb(6 95 70 / 0.2);
}
.bg-emerald-800\/25 {
  background-color: rgb(6 95 70 / 0.25);
}
.bg-emerald-800\/30 {
  background-color: rgb(6 95 70 / 0.3);
}
.bg-emerald-800\/35 {
  background-color: rgb(6 95 70 / 0.35);
}
.bg-emerald-800\/40 {
  background-color: rgb(6 95 70 / 0.4);
}
.bg-emerald-800\/45 {
  background-color: rgb(6 95 70 / 0.45);
}
.bg-emerald-800\/5 {
  background-color: rgb(6 95 70 / 0.05);
}
.bg-emerald-800\/50 {
  background-color: rgb(6 95 70 / 0.5);
}
.bg-emerald-800\/55 {
  background-color: rgb(6 95 70 / 0.55);
}
.bg-emerald-800\/60 {
  background-color: rgb(6 95 70 / 0.6);
}
.bg-emerald-800\/65 {
  background-color: rgb(6 95 70 / 0.65);
}
.bg-emerald-800\/70 {
  background-color: rgb(6 95 70 / 0.7);
}
.bg-emerald-800\/75 {
  background-color: rgb(6 95 70 / 0.75);
}
.bg-emerald-800\/80 {
  background-color: rgb(6 95 70 / 0.8);
}
.bg-emerald-800\/85 {
  background-color: rgb(6 95 70 / 0.85);
}
.bg-emerald-800\/90 {
  background-color: rgb(6 95 70 / 0.9);
}
.bg-emerald-800\/95 {
  background-color: rgb(6 95 70 / 0.95);
}
.bg-emerald-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(6 78 59 / var(--tw-bg-opacity, 1));
}
.bg-emerald-900\/0 {
  background-color: rgb(6 78 59 / 0);
}
.bg-emerald-900\/10 {
  background-color: rgb(6 78 59 / 0.1);
}
.bg-emerald-900\/100 {
  background-color: rgb(6 78 59 / 1);
}
.bg-emerald-900\/15 {
  background-color: rgb(6 78 59 / 0.15);
}
.bg-emerald-900\/20 {
  background-color: rgb(6 78 59 / 0.2);
}
.bg-emerald-900\/25 {
  background-color: rgb(6 78 59 / 0.25);
}
.bg-emerald-900\/30 {
  background-color: rgb(6 78 59 / 0.3);
}
.bg-emerald-900\/35 {
  background-color: rgb(6 78 59 / 0.35);
}
.bg-emerald-900\/40 {
  background-color: rgb(6 78 59 / 0.4);
}
.bg-emerald-900\/45 {
  background-color: rgb(6 78 59 / 0.45);
}
.bg-emerald-900\/5 {
  background-color: rgb(6 78 59 / 0.05);
}
.bg-emerald-900\/50 {
  background-color: rgb(6 78 59 / 0.5);
}
.bg-emerald-900\/55 {
  background-color: rgb(6 78 59 / 0.55);
}
.bg-emerald-900\/60 {
  background-color: rgb(6 78 59 / 0.6);
}
.bg-emerald-900\/65 {
  background-color: rgb(6 78 59 / 0.65);
}
.bg-emerald-900\/70 {
  background-color: rgb(6 78 59 / 0.7);
}
.bg-emerald-900\/75 {
  background-color: rgb(6 78 59 / 0.75);
}
.bg-emerald-900\/80 {
  background-color: rgb(6 78 59 / 0.8);
}
.bg-emerald-900\/85 {
  background-color: rgb(6 78 59 / 0.85);
}
.bg-emerald-900\/90 {
  background-color: rgb(6 78 59 / 0.9);
}
.bg-emerald-900\/95 {
  background-color: rgb(6 78 59 / 0.95);
}
.bg-emerald-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(2 44 34 / var(--tw-bg-opacity, 1));
}
.bg-emerald-950\/0 {
  background-color: rgb(2 44 34 / 0);
}
.bg-emerald-950\/10 {
  background-color: rgb(2 44 34 / 0.1);
}
.bg-emerald-950\/100 {
  background-color: rgb(2 44 34 / 1);
}
.bg-emerald-950\/15 {
  background-color: rgb(2 44 34 / 0.15);
}
.bg-emerald-950\/20 {
  background-color: rgb(2 44 34 / 0.2);
}
.bg-emerald-950\/25 {
  background-color: rgb(2 44 34 / 0.25);
}
.bg-emerald-950\/30 {
  background-color: rgb(2 44 34 / 0.3);
}
.bg-emerald-950\/35 {
  background-color: rgb(2 44 34 / 0.35);
}
.bg-emerald-950\/40 {
  background-color: rgb(2 44 34 / 0.4);
}
.bg-emerald-950\/45 {
  background-color: rgb(2 44 34 / 0.45);
}
.bg-emerald-950\/5 {
  background-color: rgb(2 44 34 / 0.05);
}
.bg-emerald-950\/50 {
  background-color: rgb(2 44 34 / 0.5);
}
.bg-emerald-950\/55 {
  background-color: rgb(2 44 34 / 0.55);
}
.bg-emerald-950\/60 {
  background-color: rgb(2 44 34 / 0.6);
}
.bg-emerald-950\/65 {
  background-color: rgb(2 44 34 / 0.65);
}
.bg-emerald-950\/70 {
  background-color: rgb(2 44 34 / 0.7);
}
.bg-emerald-950\/75 {
  background-color: rgb(2 44 34 / 0.75);
}
.bg-emerald-950\/80 {
  background-color: rgb(2 44 34 / 0.8);
}
.bg-emerald-950\/85 {
  background-color: rgb(2 44 34 / 0.85);
}
.bg-emerald-950\/90 {
  background-color: rgb(2 44 34 / 0.9);
}
.bg-emerald-950\/95 {
  background-color: rgb(2 44 34 / 0.95);
}
.bg-fuchsia-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 232 255 / var(--tw-bg-opacity, 1));
}
.bg-fuchsia-100\/0 {
  background-color: rgb(250 232 255 / 0);
}
.bg-fuchsia-100\/10 {
  background-color: rgb(250 232 255 / 0.1);
}
.bg-fuchsia-100\/100 {
  background-color: rgb(250 232 255 / 1);
}
.bg-fuchsia-100\/15 {
  background-color: rgb(250 232 255 / 0.15);
}
.bg-fuchsia-100\/20 {
  background-color: rgb(250 232 255 / 0.2);
}
.bg-fuchsia-100\/25 {
  background-color: rgb(250 232 255 / 0.25);
}
.bg-fuchsia-100\/30 {
  background-color: rgb(250 232 255 / 0.3);
}
.bg-fuchsia-100\/35 {
  background-color: rgb(250 232 255 / 0.35);
}
.bg-fuchsia-100\/40 {
  background-color: rgb(250 232 255 / 0.4);
}
.bg-fuchsia-100\/45 {
  background-color: rgb(250 232 255 / 0.45);
}
.bg-fuchsia-100\/5 {
  background-color: rgb(250 232 255 / 0.05);
}
.bg-fuchsia-100\/50 {
  background-color: rgb(250 232 255 / 0.5);
}
.bg-fuchsia-100\/55 {
  background-color: rgb(250 232 255 / 0.55);
}
.bg-fuchsia-100\/60 {
  background-color: rgb(250 232 255 / 0.6);
}
.bg-fuchsia-100\/65 {
  background-color: rgb(250 232 255 / 0.65);
}
.bg-fuchsia-100\/70 {
  background-color: rgb(250 232 255 / 0.7);
}
.bg-fuchsia-100\/75 {
  background-color: rgb(250 232 255 / 0.75);
}
.bg-fuchsia-100\/80 {
  background-color: rgb(250 232 255 / 0.8);
}
.bg-fuchsia-100\/85 {
  background-color: rgb(250 232 255 / 0.85);
}
.bg-fuchsia-100\/90 {
  background-color: rgb(250 232 255 / 0.9);
}
.bg-fuchsia-100\/95 {
  background-color: rgb(250 232 255 / 0.95);
}
.bg-fuchsia-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 208 254 / var(--tw-bg-opacity, 1));
}
.bg-fuchsia-200\/0 {
  background-color: rgb(245 208 254 / 0);
}
.bg-fuchsia-200\/10 {
  background-color: rgb(245 208 254 / 0.1);
}
.bg-fuchsia-200\/100 {
  background-color: rgb(245 208 254 / 1);
}
.bg-fuchsia-200\/15 {
  background-color: rgb(245 208 254 / 0.15);
}
.bg-fuchsia-200\/20 {
  background-color: rgb(245 208 254 / 0.2);
}
.bg-fuchsia-200\/25 {
  background-color: rgb(245 208 254 / 0.25);
}
.bg-fuchsia-200\/30 {
  background-color: rgb(245 208 254 / 0.3);
}
.bg-fuchsia-200\/35 {
  background-color: rgb(245 208 254 / 0.35);
}
.bg-fuchsia-200\/40 {
  background-color: rgb(245 208 254 / 0.4);
}
.bg-fuchsia-200\/45 {
  background-color: rgb(245 208 254 / 0.45);
}
.bg-fuchsia-200\/5 {
  background-color: rgb(245 208 254 / 0.05);
}
.bg-fuchsia-200\/50 {
  background-color: rgb(245 208 254 / 0.5);
}
.bg-fuchsia-200\/55 {
  background-color: rgb(245 208 254 / 0.55);
}
.bg-fuchsia-200\/60 {
  background-color: rgb(245 208 254 / 0.6);
}
.bg-fuchsia-200\/65 {
  background-color: rgb(245 208 254 / 0.65);
}
.bg-fuchsia-200\/70 {
  background-color: rgb(245 208 254 / 0.7);
}
.bg-fuchsia-200\/75 {
  background-color: rgb(245 208 254 / 0.75);
}
.bg-fuchsia-200\/80 {
  background-color: rgb(245 208 254 / 0.8);
}
.bg-fuchsia-200\/85 {
  background-color: rgb(245 208 254 / 0.85);
}
.bg-fuchsia-200\/90 {
  background-color: rgb(245 208 254 / 0.9);
}
.bg-fuchsia-200\/95 {
  background-color: rgb(245 208 254 / 0.95);
}
.bg-fuchsia-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 171 252 / var(--tw-bg-opacity, 1));
}
.bg-fuchsia-300\/0 {
  background-color: rgb(240 171 252 / 0);
}
.bg-fuchsia-300\/10 {
  background-color: rgb(240 171 252 / 0.1);
}
.bg-fuchsia-300\/100 {
  background-color: rgb(240 171 252 / 1);
}
.bg-fuchsia-300\/15 {
  background-color: rgb(240 171 252 / 0.15);
}
.bg-fuchsia-300\/20 {
  background-color: rgb(240 171 252 / 0.2);
}
.bg-fuchsia-300\/25 {
  background-color: rgb(240 171 252 / 0.25);
}
.bg-fuchsia-300\/30 {
  background-color: rgb(240 171 252 / 0.3);
}
.bg-fuchsia-300\/35 {
  background-color: rgb(240 171 252 / 0.35);
}
.bg-fuchsia-300\/40 {
  background-color: rgb(240 171 252 / 0.4);
}
.bg-fuchsia-300\/45 {
  background-color: rgb(240 171 252 / 0.45);
}
.bg-fuchsia-300\/5 {
  background-color: rgb(240 171 252 / 0.05);
}
.bg-fuchsia-300\/50 {
  background-color: rgb(240 171 252 / 0.5);
}
.bg-fuchsia-300\/55 {
  background-color: rgb(240 171 252 / 0.55);
}
.bg-fuchsia-300\/60 {
  background-color: rgb(240 171 252 / 0.6);
}
.bg-fuchsia-300\/65 {
  background-color: rgb(240 171 252 / 0.65);
}
.bg-fuchsia-300\/70 {
  background-color: rgb(240 171 252 / 0.7);
}
.bg-fuchsia-300\/75 {
  background-color: rgb(240 171 252 / 0.75);
}
.bg-fuchsia-300\/80 {
  background-color: rgb(240 171 252 / 0.8);
}
.bg-fuchsia-300\/85 {
  background-color: rgb(240 171 252 / 0.85);
}
.bg-fuchsia-300\/90 {
  background-color: rgb(240 171 252 / 0.9);
}
.bg-fuchsia-300\/95 {
  background-color: rgb(240 171 252 / 0.95);
}
.bg-fuchsia-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(232 121 249 / var(--tw-bg-opacity, 1));
}
.bg-fuchsia-400\/0 {
  background-color: rgb(232 121 249 / 0);
}
.bg-fuchsia-400\/10 {
  background-color: rgb(232 121 249 / 0.1);
}
.bg-fuchsia-400\/100 {
  background-color: rgb(232 121 249 / 1);
}
.bg-fuchsia-400\/15 {
  background-color: rgb(232 121 249 / 0.15);
}
.bg-fuchsia-400\/20 {
  background-color: rgb(232 121 249 / 0.2);
}
.bg-fuchsia-400\/25 {
  background-color: rgb(232 121 249 / 0.25);
}
.bg-fuchsia-400\/30 {
  background-color: rgb(232 121 249 / 0.3);
}
.bg-fuchsia-400\/35 {
  background-color: rgb(232 121 249 / 0.35);
}
.bg-fuchsia-400\/40 {
  background-color: rgb(232 121 249 / 0.4);
}
.bg-fuchsia-400\/45 {
  background-color: rgb(232 121 249 / 0.45);
}
.bg-fuchsia-400\/5 {
  background-color: rgb(232 121 249 / 0.05);
}
.bg-fuchsia-400\/50 {
  background-color: rgb(232 121 249 / 0.5);
}
.bg-fuchsia-400\/55 {
  background-color: rgb(232 121 249 / 0.55);
}
.bg-fuchsia-400\/60 {
  background-color: rgb(232 121 249 / 0.6);
}
.bg-fuchsia-400\/65 {
  background-color: rgb(232 121 249 / 0.65);
}
.bg-fuchsia-400\/70 {
  background-color: rgb(232 121 249 / 0.7);
}
.bg-fuchsia-400\/75 {
  background-color: rgb(232 121 249 / 0.75);
}
.bg-fuchsia-400\/80 {
  background-color: rgb(232 121 249 / 0.8);
}
.bg-fuchsia-400\/85 {
  background-color: rgb(232 121 249 / 0.85);
}
.bg-fuchsia-400\/90 {
  background-color: rgb(232 121 249 / 0.9);
}
.bg-fuchsia-400\/95 {
  background-color: rgb(232 121 249 / 0.95);
}
.bg-fuchsia-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 244 255 / var(--tw-bg-opacity, 1));
}
.bg-fuchsia-50\/0 {
  background-color: rgb(253 244 255 / 0);
}
.bg-fuchsia-50\/10 {
  background-color: rgb(253 244 255 / 0.1);
}
.bg-fuchsia-50\/100 {
  background-color: rgb(253 244 255 / 1);
}
.bg-fuchsia-50\/15 {
  background-color: rgb(253 244 255 / 0.15);
}
.bg-fuchsia-50\/20 {
  background-color: rgb(253 244 255 / 0.2);
}
.bg-fuchsia-50\/25 {
  background-color: rgb(253 244 255 / 0.25);
}
.bg-fuchsia-50\/30 {
  background-color: rgb(253 244 255 / 0.3);
}
.bg-fuchsia-50\/35 {
  background-color: rgb(253 244 255 / 0.35);
}
.bg-fuchsia-50\/40 {
  background-color: rgb(253 244 255 / 0.4);
}
.bg-fuchsia-50\/45 {
  background-color: rgb(253 244 255 / 0.45);
}
.bg-fuchsia-50\/5 {
  background-color: rgb(253 244 255 / 0.05);
}
.bg-fuchsia-50\/50 {
  background-color: rgb(253 244 255 / 0.5);
}
.bg-fuchsia-50\/55 {
  background-color: rgb(253 244 255 / 0.55);
}
.bg-fuchsia-50\/60 {
  background-color: rgb(253 244 255 / 0.6);
}
.bg-fuchsia-50\/65 {
  background-color: rgb(253 244 255 / 0.65);
}
.bg-fuchsia-50\/70 {
  background-color: rgb(253 244 255 / 0.7);
}
.bg-fuchsia-50\/75 {
  background-color: rgb(253 244 255 / 0.75);
}
.bg-fuchsia-50\/80 {
  background-color: rgb(253 244 255 / 0.8);
}
.bg-fuchsia-50\/85 {
  background-color: rgb(253 244 255 / 0.85);
}
.bg-fuchsia-50\/90 {
  background-color: rgb(253 244 255 / 0.9);
}
.bg-fuchsia-50\/95 {
  background-color: rgb(253 244 255 / 0.95);
}
.bg-fuchsia-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(217 70 239 / var(--tw-bg-opacity, 1));
}
.bg-fuchsia-500\/0 {
  background-color: rgb(217 70 239 / 0);
}
.bg-fuchsia-500\/10 {
  background-color: rgb(217 70 239 / 0.1);
}
.bg-fuchsia-500\/100 {
  background-color: rgb(217 70 239 / 1);
}
.bg-fuchsia-500\/15 {
  background-color: rgb(217 70 239 / 0.15);
}
.bg-fuchsia-500\/20 {
  background-color: rgb(217 70 239 / 0.2);
}
.bg-fuchsia-500\/25 {
  background-color: rgb(217 70 239 / 0.25);
}
.bg-fuchsia-500\/30 {
  background-color: rgb(217 70 239 / 0.3);
}
.bg-fuchsia-500\/35 {
  background-color: rgb(217 70 239 / 0.35);
}
.bg-fuchsia-500\/40 {
  background-color: rgb(217 70 239 / 0.4);
}
.bg-fuchsia-500\/45 {
  background-color: rgb(217 70 239 / 0.45);
}
.bg-fuchsia-500\/5 {
  background-color: rgb(217 70 239 / 0.05);
}
.bg-fuchsia-500\/50 {
  background-color: rgb(217 70 239 / 0.5);
}
.bg-fuchsia-500\/55 {
  background-color: rgb(217 70 239 / 0.55);
}
.bg-fuchsia-500\/60 {
  background-color: rgb(217 70 239 / 0.6);
}
.bg-fuchsia-500\/65 {
  background-color: rgb(217 70 239 / 0.65);
}
.bg-fuchsia-500\/70 {
  background-color: rgb(217 70 239 / 0.7);
}
.bg-fuchsia-500\/75 {
  background-color: rgb(217 70 239 / 0.75);
}
.bg-fuchsia-500\/80 {
  background-color: rgb(217 70 239 / 0.8);
}
.bg-fuchsia-500\/85 {
  background-color: rgb(217 70 239 / 0.85);
}
.bg-fuchsia-500\/90 {
  background-color: rgb(217 70 239 / 0.9);
}
.bg-fuchsia-500\/95 {
  background-color: rgb(217 70 239 / 0.95);
}
.bg-fuchsia-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(192 38 211 / var(--tw-bg-opacity, 1));
}
.bg-fuchsia-600\/0 {
  background-color: rgb(192 38 211 / 0);
}
.bg-fuchsia-600\/10 {
  background-color: rgb(192 38 211 / 0.1);
}
.bg-fuchsia-600\/100 {
  background-color: rgb(192 38 211 / 1);
}
.bg-fuchsia-600\/15 {
  background-color: rgb(192 38 211 / 0.15);
}
.bg-fuchsia-600\/20 {
  background-color: rgb(192 38 211 / 0.2);
}
.bg-fuchsia-600\/25 {
  background-color: rgb(192 38 211 / 0.25);
}
.bg-fuchsia-600\/30 {
  background-color: rgb(192 38 211 / 0.3);
}
.bg-fuchsia-600\/35 {
  background-color: rgb(192 38 211 / 0.35);
}
.bg-fuchsia-600\/40 {
  background-color: rgb(192 38 211 / 0.4);
}
.bg-fuchsia-600\/45 {
  background-color: rgb(192 38 211 / 0.45);
}
.bg-fuchsia-600\/5 {
  background-color: rgb(192 38 211 / 0.05);
}
.bg-fuchsia-600\/50 {
  background-color: rgb(192 38 211 / 0.5);
}
.bg-fuchsia-600\/55 {
  background-color: rgb(192 38 211 / 0.55);
}
.bg-fuchsia-600\/60 {
  background-color: rgb(192 38 211 / 0.6);
}
.bg-fuchsia-600\/65 {
  background-color: rgb(192 38 211 / 0.65);
}
.bg-fuchsia-600\/70 {
  background-color: rgb(192 38 211 / 0.7);
}
.bg-fuchsia-600\/75 {
  background-color: rgb(192 38 211 / 0.75);
}
.bg-fuchsia-600\/80 {
  background-color: rgb(192 38 211 / 0.8);
}
.bg-fuchsia-600\/85 {
  background-color: rgb(192 38 211 / 0.85);
}
.bg-fuchsia-600\/90 {
  background-color: rgb(192 38 211 / 0.9);
}
.bg-fuchsia-600\/95 {
  background-color: rgb(192 38 211 / 0.95);
}
.bg-fuchsia-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(162 28 175 / var(--tw-bg-opacity, 1));
}
.bg-fuchsia-700\/0 {
  background-color: rgb(162 28 175 / 0);
}
.bg-fuchsia-700\/10 {
  background-color: rgb(162 28 175 / 0.1);
}
.bg-fuchsia-700\/100 {
  background-color: rgb(162 28 175 / 1);
}
.bg-fuchsia-700\/15 {
  background-color: rgb(162 28 175 / 0.15);
}
.bg-fuchsia-700\/20 {
  background-color: rgb(162 28 175 / 0.2);
}
.bg-fuchsia-700\/25 {
  background-color: rgb(162 28 175 / 0.25);
}
.bg-fuchsia-700\/30 {
  background-color: rgb(162 28 175 / 0.3);
}
.bg-fuchsia-700\/35 {
  background-color: rgb(162 28 175 / 0.35);
}
.bg-fuchsia-700\/40 {
  background-color: rgb(162 28 175 / 0.4);
}
.bg-fuchsia-700\/45 {
  background-color: rgb(162 28 175 / 0.45);
}
.bg-fuchsia-700\/5 {
  background-color: rgb(162 28 175 / 0.05);
}
.bg-fuchsia-700\/50 {
  background-color: rgb(162 28 175 / 0.5);
}
.bg-fuchsia-700\/55 {
  background-color: rgb(162 28 175 / 0.55);
}
.bg-fuchsia-700\/60 {
  background-color: rgb(162 28 175 / 0.6);
}
.bg-fuchsia-700\/65 {
  background-color: rgb(162 28 175 / 0.65);
}
.bg-fuchsia-700\/70 {
  background-color: rgb(162 28 175 / 0.7);
}
.bg-fuchsia-700\/75 {
  background-color: rgb(162 28 175 / 0.75);
}
.bg-fuchsia-700\/80 {
  background-color: rgb(162 28 175 / 0.8);
}
.bg-fuchsia-700\/85 {
  background-color: rgb(162 28 175 / 0.85);
}
.bg-fuchsia-700\/90 {
  background-color: rgb(162 28 175 / 0.9);
}
.bg-fuchsia-700\/95 {
  background-color: rgb(162 28 175 / 0.95);
}
.bg-fuchsia-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(134 25 143 / var(--tw-bg-opacity, 1));
}
.bg-fuchsia-800\/0 {
  background-color: rgb(134 25 143 / 0);
}
.bg-fuchsia-800\/10 {
  background-color: rgb(134 25 143 / 0.1);
}
.bg-fuchsia-800\/100 {
  background-color: rgb(134 25 143 / 1);
}
.bg-fuchsia-800\/15 {
  background-color: rgb(134 25 143 / 0.15);
}
.bg-fuchsia-800\/20 {
  background-color: rgb(134 25 143 / 0.2);
}
.bg-fuchsia-800\/25 {
  background-color: rgb(134 25 143 / 0.25);
}
.bg-fuchsia-800\/30 {
  background-color: rgb(134 25 143 / 0.3);
}
.bg-fuchsia-800\/35 {
  background-color: rgb(134 25 143 / 0.35);
}
.bg-fuchsia-800\/40 {
  background-color: rgb(134 25 143 / 0.4);
}
.bg-fuchsia-800\/45 {
  background-color: rgb(134 25 143 / 0.45);
}
.bg-fuchsia-800\/5 {
  background-color: rgb(134 25 143 / 0.05);
}
.bg-fuchsia-800\/50 {
  background-color: rgb(134 25 143 / 0.5);
}
.bg-fuchsia-800\/55 {
  background-color: rgb(134 25 143 / 0.55);
}
.bg-fuchsia-800\/60 {
  background-color: rgb(134 25 143 / 0.6);
}
.bg-fuchsia-800\/65 {
  background-color: rgb(134 25 143 / 0.65);
}
.bg-fuchsia-800\/70 {
  background-color: rgb(134 25 143 / 0.7);
}
.bg-fuchsia-800\/75 {
  background-color: rgb(134 25 143 / 0.75);
}
.bg-fuchsia-800\/80 {
  background-color: rgb(134 25 143 / 0.8);
}
.bg-fuchsia-800\/85 {
  background-color: rgb(134 25 143 / 0.85);
}
.bg-fuchsia-800\/90 {
  background-color: rgb(134 25 143 / 0.9);
}
.bg-fuchsia-800\/95 {
  background-color: rgb(134 25 143 / 0.95);
}
.bg-fuchsia-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(112 26 117 / var(--tw-bg-opacity, 1));
}
.bg-fuchsia-900\/0 {
  background-color: rgb(112 26 117 / 0);
}
.bg-fuchsia-900\/10 {
  background-color: rgb(112 26 117 / 0.1);
}
.bg-fuchsia-900\/100 {
  background-color: rgb(112 26 117 / 1);
}
.bg-fuchsia-900\/15 {
  background-color: rgb(112 26 117 / 0.15);
}
.bg-fuchsia-900\/20 {
  background-color: rgb(112 26 117 / 0.2);
}
.bg-fuchsia-900\/25 {
  background-color: rgb(112 26 117 / 0.25);
}
.bg-fuchsia-900\/30 {
  background-color: rgb(112 26 117 / 0.3);
}
.bg-fuchsia-900\/35 {
  background-color: rgb(112 26 117 / 0.35);
}
.bg-fuchsia-900\/40 {
  background-color: rgb(112 26 117 / 0.4);
}
.bg-fuchsia-900\/45 {
  background-color: rgb(112 26 117 / 0.45);
}
.bg-fuchsia-900\/5 {
  background-color: rgb(112 26 117 / 0.05);
}
.bg-fuchsia-900\/50 {
  background-color: rgb(112 26 117 / 0.5);
}
.bg-fuchsia-900\/55 {
  background-color: rgb(112 26 117 / 0.55);
}
.bg-fuchsia-900\/60 {
  background-color: rgb(112 26 117 / 0.6);
}
.bg-fuchsia-900\/65 {
  background-color: rgb(112 26 117 / 0.65);
}
.bg-fuchsia-900\/70 {
  background-color: rgb(112 26 117 / 0.7);
}
.bg-fuchsia-900\/75 {
  background-color: rgb(112 26 117 / 0.75);
}
.bg-fuchsia-900\/80 {
  background-color: rgb(112 26 117 / 0.8);
}
.bg-fuchsia-900\/85 {
  background-color: rgb(112 26 117 / 0.85);
}
.bg-fuchsia-900\/90 {
  background-color: rgb(112 26 117 / 0.9);
}
.bg-fuchsia-900\/95 {
  background-color: rgb(112 26 117 / 0.95);
}
.bg-fuchsia-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(74 4 78 / var(--tw-bg-opacity, 1));
}
.bg-fuchsia-950\/0 {
  background-color: rgb(74 4 78 / 0);
}
.bg-fuchsia-950\/10 {
  background-color: rgb(74 4 78 / 0.1);
}
.bg-fuchsia-950\/100 {
  background-color: rgb(74 4 78 / 1);
}
.bg-fuchsia-950\/15 {
  background-color: rgb(74 4 78 / 0.15);
}
.bg-fuchsia-950\/20 {
  background-color: rgb(74 4 78 / 0.2);
}
.bg-fuchsia-950\/25 {
  background-color: rgb(74 4 78 / 0.25);
}
.bg-fuchsia-950\/30 {
  background-color: rgb(74 4 78 / 0.3);
}
.bg-fuchsia-950\/35 {
  background-color: rgb(74 4 78 / 0.35);
}
.bg-fuchsia-950\/40 {
  background-color: rgb(74 4 78 / 0.4);
}
.bg-fuchsia-950\/45 {
  background-color: rgb(74 4 78 / 0.45);
}
.bg-fuchsia-950\/5 {
  background-color: rgb(74 4 78 / 0.05);
}
.bg-fuchsia-950\/50 {
  background-color: rgb(74 4 78 / 0.5);
}
.bg-fuchsia-950\/55 {
  background-color: rgb(74 4 78 / 0.55);
}
.bg-fuchsia-950\/60 {
  background-color: rgb(74 4 78 / 0.6);
}
.bg-fuchsia-950\/65 {
  background-color: rgb(74 4 78 / 0.65);
}
.bg-fuchsia-950\/70 {
  background-color: rgb(74 4 78 / 0.7);
}
.bg-fuchsia-950\/75 {
  background-color: rgb(74 4 78 / 0.75);
}
.bg-fuchsia-950\/80 {
  background-color: rgb(74 4 78 / 0.8);
}
.bg-fuchsia-950\/85 {
  background-color: rgb(74 4 78 / 0.85);
}
.bg-fuchsia-950\/90 {
  background-color: rgb(74 4 78 / 0.9);
}
.bg-fuchsia-950\/95 {
  background-color: rgb(74 4 78 / 0.95);
}
.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.bg-gray-100\/50 {
  background-color: rgb(243 244 246 / 0.5);
}
.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}
.bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}
.bg-gray-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity, 1));
}
.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
}
.bg-gray-800\/50 {
  background-color: rgb(31 41 55 / 0.5);
}
.bg-green-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity, 1));
}
.bg-green-100\/0 {
  background-color: rgb(220 252 231 / 0);
}
.bg-green-100\/10 {
  background-color: rgb(220 252 231 / 0.1);
}
.bg-green-100\/100 {
  background-color: rgb(220 252 231 / 1);
}
.bg-green-100\/15 {
  background-color: rgb(220 252 231 / 0.15);
}
.bg-green-100\/20 {
  background-color: rgb(220 252 231 / 0.2);
}
.bg-green-100\/25 {
  background-color: rgb(220 252 231 / 0.25);
}
.bg-green-100\/30 {
  background-color: rgb(220 252 231 / 0.3);
}
.bg-green-100\/35 {
  background-color: rgb(220 252 231 / 0.35);
}
.bg-green-100\/40 {
  background-color: rgb(220 252 231 / 0.4);
}
.bg-green-100\/45 {
  background-color: rgb(220 252 231 / 0.45);
}
.bg-green-100\/5 {
  background-color: rgb(220 252 231 / 0.05);
}
.bg-green-100\/50 {
  background-color: rgb(220 252 231 / 0.5);
}
.bg-green-100\/55 {
  background-color: rgb(220 252 231 / 0.55);
}
.bg-green-100\/60 {
  background-color: rgb(220 252 231 / 0.6);
}
.bg-green-100\/65 {
  background-color: rgb(220 252 231 / 0.65);
}
.bg-green-100\/70 {
  background-color: rgb(220 252 231 / 0.7);
}
.bg-green-100\/75 {
  background-color: rgb(220 252 231 / 0.75);
}
.bg-green-100\/80 {
  background-color: rgb(220 252 231 / 0.8);
}
.bg-green-100\/85 {
  background-color: rgb(220 252 231 / 0.85);
}
.bg-green-100\/90 {
  background-color: rgb(220 252 231 / 0.9);
}
.bg-green-100\/95 {
  background-color: rgb(220 252 231 / 0.95);
}
.bg-green-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(187 247 208 / var(--tw-bg-opacity, 1));
}
.bg-green-200\/0 {
  background-color: rgb(187 247 208 / 0);
}
.bg-green-200\/10 {
  background-color: rgb(187 247 208 / 0.1);
}
.bg-green-200\/100 {
  background-color: rgb(187 247 208 / 1);
}
.bg-green-200\/15 {
  background-color: rgb(187 247 208 / 0.15);
}
.bg-green-200\/20 {
  background-color: rgb(187 247 208 / 0.2);
}
.bg-green-200\/25 {
  background-color: rgb(187 247 208 / 0.25);
}
.bg-green-200\/30 {
  background-color: rgb(187 247 208 / 0.3);
}
.bg-green-200\/35 {
  background-color: rgb(187 247 208 / 0.35);
}
.bg-green-200\/40 {
  background-color: rgb(187 247 208 / 0.4);
}
.bg-green-200\/45 {
  background-color: rgb(187 247 208 / 0.45);
}
.bg-green-200\/5 {
  background-color: rgb(187 247 208 / 0.05);
}
.bg-green-200\/50 {
  background-color: rgb(187 247 208 / 0.5);
}
.bg-green-200\/55 {
  background-color: rgb(187 247 208 / 0.55);
}
.bg-green-200\/60 {
  background-color: rgb(187 247 208 / 0.6);
}
.bg-green-200\/65 {
  background-color: rgb(187 247 208 / 0.65);
}
.bg-green-200\/70 {
  background-color: rgb(187 247 208 / 0.7);
}
.bg-green-200\/75 {
  background-color: rgb(187 247 208 / 0.75);
}
.bg-green-200\/80 {
  background-color: rgb(187 247 208 / 0.8);
}
.bg-green-200\/85 {
  background-color: rgb(187 247 208 / 0.85);
}
.bg-green-200\/90 {
  background-color: rgb(187 247 208 / 0.9);
}
.bg-green-200\/95 {
  background-color: rgb(187 247 208 / 0.95);
}
.bg-green-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(134 239 172 / var(--tw-bg-opacity, 1));
}
.bg-green-300\/0 {
  background-color: rgb(134 239 172 / 0);
}
.bg-green-300\/10 {
  background-color: rgb(134 239 172 / 0.1);
}
.bg-green-300\/100 {
  background-color: rgb(134 239 172 / 1);
}
.bg-green-300\/15 {
  background-color: rgb(134 239 172 / 0.15);
}
.bg-green-300\/20 {
  background-color: rgb(134 239 172 / 0.2);
}
.bg-green-300\/25 {
  background-color: rgb(134 239 172 / 0.25);
}
.bg-green-300\/30 {
  background-color: rgb(134 239 172 / 0.3);
}
.bg-green-300\/35 {
  background-color: rgb(134 239 172 / 0.35);
}
.bg-green-300\/40 {
  background-color: rgb(134 239 172 / 0.4);
}
.bg-green-300\/45 {
  background-color: rgb(134 239 172 / 0.45);
}
.bg-green-300\/5 {
  background-color: rgb(134 239 172 / 0.05);
}
.bg-green-300\/50 {
  background-color: rgb(134 239 172 / 0.5);
}
.bg-green-300\/55 {
  background-color: rgb(134 239 172 / 0.55);
}
.bg-green-300\/60 {
  background-color: rgb(134 239 172 / 0.6);
}
.bg-green-300\/65 {
  background-color: rgb(134 239 172 / 0.65);
}
.bg-green-300\/70 {
  background-color: rgb(134 239 172 / 0.7);
}
.bg-green-300\/75 {
  background-color: rgb(134 239 172 / 0.75);
}
.bg-green-300\/80 {
  background-color: rgb(134 239 172 / 0.8);
}
.bg-green-300\/85 {
  background-color: rgb(134 239 172 / 0.85);
}
.bg-green-300\/90 {
  background-color: rgb(134 239 172 / 0.9);
}
.bg-green-300\/95 {
  background-color: rgb(134 239 172 / 0.95);
}
.bg-green-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(74 222 128 / var(--tw-bg-opacity, 1));
}
.bg-green-400\/0 {
  background-color: rgb(74 222 128 / 0);
}
.bg-green-400\/10 {
  background-color: rgb(74 222 128 / 0.1);
}
.bg-green-400\/100 {
  background-color: rgb(74 222 128 / 1);
}
.bg-green-400\/15 {
  background-color: rgb(74 222 128 / 0.15);
}
.bg-green-400\/20 {
  background-color: rgb(74 222 128 / 0.2);
}
.bg-green-400\/25 {
  background-color: rgb(74 222 128 / 0.25);
}
.bg-green-400\/30 {
  background-color: rgb(74 222 128 / 0.3);
}
.bg-green-400\/35 {
  background-color: rgb(74 222 128 / 0.35);
}
.bg-green-400\/40 {
  background-color: rgb(74 222 128 / 0.4);
}
.bg-green-400\/45 {
  background-color: rgb(74 222 128 / 0.45);
}
.bg-green-400\/5 {
  background-color: rgb(74 222 128 / 0.05);
}
.bg-green-400\/50 {
  background-color: rgb(74 222 128 / 0.5);
}
.bg-green-400\/55 {
  background-color: rgb(74 222 128 / 0.55);
}
.bg-green-400\/60 {
  background-color: rgb(74 222 128 / 0.6);
}
.bg-green-400\/65 {
  background-color: rgb(74 222 128 / 0.65);
}
.bg-green-400\/70 {
  background-color: rgb(74 222 128 / 0.7);
}
.bg-green-400\/75 {
  background-color: rgb(74 222 128 / 0.75);
}
.bg-green-400\/80 {
  background-color: rgb(74 222 128 / 0.8);
}
.bg-green-400\/85 {
  background-color: rgb(74 222 128 / 0.85);
}
.bg-green-400\/90 {
  background-color: rgb(74 222 128 / 0.9);
}
.bg-green-400\/95 {
  background-color: rgb(74 222 128 / 0.95);
}
.bg-green-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity, 1));
}
.bg-green-50\/0 {
  background-color: rgb(240 253 244 / 0);
}
.bg-green-50\/10 {
  background-color: rgb(240 253 244 / 0.1);
}
.bg-green-50\/100 {
  background-color: rgb(240 253 244 / 1);
}
.bg-green-50\/15 {
  background-color: rgb(240 253 244 / 0.15);
}
.bg-green-50\/20 {
  background-color: rgb(240 253 244 / 0.2);
}
.bg-green-50\/25 {
  background-color: rgb(240 253 244 / 0.25);
}
.bg-green-50\/30 {
  background-color: rgb(240 253 244 / 0.3);
}
.bg-green-50\/35 {
  background-color: rgb(240 253 244 / 0.35);
}
.bg-green-50\/40 {
  background-color: rgb(240 253 244 / 0.4);
}
.bg-green-50\/45 {
  background-color: rgb(240 253 244 / 0.45);
}
.bg-green-50\/5 {
  background-color: rgb(240 253 244 / 0.05);
}
.bg-green-50\/50 {
  background-color: rgb(240 253 244 / 0.5);
}
.bg-green-50\/55 {
  background-color: rgb(240 253 244 / 0.55);
}
.bg-green-50\/60 {
  background-color: rgb(240 253 244 / 0.6);
}
.bg-green-50\/65 {
  background-color: rgb(240 253 244 / 0.65);
}
.bg-green-50\/70 {
  background-color: rgb(240 253 244 / 0.7);
}
.bg-green-50\/75 {
  background-color: rgb(240 253 244 / 0.75);
}
.bg-green-50\/80 {
  background-color: rgb(240 253 244 / 0.8);
}
.bg-green-50\/85 {
  background-color: rgb(240 253 244 / 0.85);
}
.bg-green-50\/90 {
  background-color: rgb(240 253 244 / 0.9);
}
.bg-green-50\/95 {
  background-color: rgb(240 253 244 / 0.95);
}
.bg-green-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity, 1));
}
.bg-green-500\/0 {
  background-color: rgb(34 197 94 / 0);
}
.bg-green-500\/10 {
  background-color: rgb(34 197 94 / 0.1);
}
.bg-green-500\/100 {
  background-color: rgb(34 197 94 / 1);
}
.bg-green-500\/15 {
  background-color: rgb(34 197 94 / 0.15);
}
.bg-green-500\/20 {
  background-color: rgb(34 197 94 / 0.2);
}
.bg-green-500\/25 {
  background-color: rgb(34 197 94 / 0.25);
}
.bg-green-500\/30 {
  background-color: rgb(34 197 94 / 0.3);
}
.bg-green-500\/35 {
  background-color: rgb(34 197 94 / 0.35);
}
.bg-green-500\/40 {
  background-color: rgb(34 197 94 / 0.4);
}
.bg-green-500\/45 {
  background-color: rgb(34 197 94 / 0.45);
}
.bg-green-500\/5 {
  background-color: rgb(34 197 94 / 0.05);
}
.bg-green-500\/50 {
  background-color: rgb(34 197 94 / 0.5);
}
.bg-green-500\/55 {
  background-color: rgb(34 197 94 / 0.55);
}
.bg-green-500\/60 {
  background-color: rgb(34 197 94 / 0.6);
}
.bg-green-500\/65 {
  background-color: rgb(34 197 94 / 0.65);
}
.bg-green-500\/70 {
  background-color: rgb(34 197 94 / 0.7);
}
.bg-green-500\/75 {
  background-color: rgb(34 197 94 / 0.75);
}
.bg-green-500\/80 {
  background-color: rgb(34 197 94 / 0.8);
}
.bg-green-500\/85 {
  background-color: rgb(34 197 94 / 0.85);
}
.bg-green-500\/90 {
  background-color: rgb(34 197 94 / 0.9);
}
.bg-green-500\/95 {
  background-color: rgb(34 197 94 / 0.95);
}
.bg-green-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity, 1));
}
.bg-green-600\/0 {
  background-color: rgb(22 163 74 / 0);
}
.bg-green-600\/10 {
  background-color: rgb(22 163 74 / 0.1);
}
.bg-green-600\/100 {
  background-color: rgb(22 163 74 / 1);
}
.bg-green-600\/15 {
  background-color: rgb(22 163 74 / 0.15);
}
.bg-green-600\/20 {
  background-color: rgb(22 163 74 / 0.2);
}
.bg-green-600\/25 {
  background-color: rgb(22 163 74 / 0.25);
}
.bg-green-600\/30 {
  background-color: rgb(22 163 74 / 0.3);
}
.bg-green-600\/35 {
  background-color: rgb(22 163 74 / 0.35);
}
.bg-green-600\/40 {
  background-color: rgb(22 163 74 / 0.4);
}
.bg-green-600\/45 {
  background-color: rgb(22 163 74 / 0.45);
}
.bg-green-600\/5 {
  background-color: rgb(22 163 74 / 0.05);
}
.bg-green-600\/50 {
  background-color: rgb(22 163 74 / 0.5);
}
.bg-green-600\/55 {
  background-color: rgb(22 163 74 / 0.55);
}
.bg-green-600\/60 {
  background-color: rgb(22 163 74 / 0.6);
}
.bg-green-600\/65 {
  background-color: rgb(22 163 74 / 0.65);
}
.bg-green-600\/70 {
  background-color: rgb(22 163 74 / 0.7);
}
.bg-green-600\/75 {
  background-color: rgb(22 163 74 / 0.75);
}
.bg-green-600\/80 {
  background-color: rgb(22 163 74 / 0.8);
}
.bg-green-600\/85 {
  background-color: rgb(22 163 74 / 0.85);
}
.bg-green-600\/90 {
  background-color: rgb(22 163 74 / 0.9);
}
.bg-green-600\/95 {
  background-color: rgb(22 163 74 / 0.95);
}
.bg-green-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(21 128 61 / var(--tw-bg-opacity, 1));
}
.bg-green-700\/0 {
  background-color: rgb(21 128 61 / 0);
}
.bg-green-700\/10 {
  background-color: rgb(21 128 61 / 0.1);
}
.bg-green-700\/100 {
  background-color: rgb(21 128 61 / 1);
}
.bg-green-700\/15 {
  background-color: rgb(21 128 61 / 0.15);
}
.bg-green-700\/20 {
  background-color: rgb(21 128 61 / 0.2);
}
.bg-green-700\/25 {
  background-color: rgb(21 128 61 / 0.25);
}
.bg-green-700\/30 {
  background-color: rgb(21 128 61 / 0.3);
}
.bg-green-700\/35 {
  background-color: rgb(21 128 61 / 0.35);
}
.bg-green-700\/40 {
  background-color: rgb(21 128 61 / 0.4);
}
.bg-green-700\/45 {
  background-color: rgb(21 128 61 / 0.45);
}
.bg-green-700\/5 {
  background-color: rgb(21 128 61 / 0.05);
}
.bg-green-700\/50 {
  background-color: rgb(21 128 61 / 0.5);
}
.bg-green-700\/55 {
  background-color: rgb(21 128 61 / 0.55);
}
.bg-green-700\/60 {
  background-color: rgb(21 128 61 / 0.6);
}
.bg-green-700\/65 {
  background-color: rgb(21 128 61 / 0.65);
}
.bg-green-700\/70 {
  background-color: rgb(21 128 61 / 0.7);
}
.bg-green-700\/75 {
  background-color: rgb(21 128 61 / 0.75);
}
.bg-green-700\/80 {
  background-color: rgb(21 128 61 / 0.8);
}
.bg-green-700\/85 {
  background-color: rgb(21 128 61 / 0.85);
}
.bg-green-700\/90 {
  background-color: rgb(21 128 61 / 0.9);
}
.bg-green-700\/95 {
  background-color: rgb(21 128 61 / 0.95);
}
.bg-green-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(22 101 52 / var(--tw-bg-opacity, 1));
}
.bg-green-800\/0 {
  background-color: rgb(22 101 52 / 0);
}
.bg-green-800\/10 {
  background-color: rgb(22 101 52 / 0.1);
}
.bg-green-800\/100 {
  background-color: rgb(22 101 52 / 1);
}
.bg-green-800\/15 {
  background-color: rgb(22 101 52 / 0.15);
}
.bg-green-800\/20 {
  background-color: rgb(22 101 52 / 0.2);
}
.bg-green-800\/25 {
  background-color: rgb(22 101 52 / 0.25);
}
.bg-green-800\/30 {
  background-color: rgb(22 101 52 / 0.3);
}
.bg-green-800\/35 {
  background-color: rgb(22 101 52 / 0.35);
}
.bg-green-800\/40 {
  background-color: rgb(22 101 52 / 0.4);
}
.bg-green-800\/45 {
  background-color: rgb(22 101 52 / 0.45);
}
.bg-green-800\/5 {
  background-color: rgb(22 101 52 / 0.05);
}
.bg-green-800\/50 {
  background-color: rgb(22 101 52 / 0.5);
}
.bg-green-800\/55 {
  background-color: rgb(22 101 52 / 0.55);
}
.bg-green-800\/60 {
  background-color: rgb(22 101 52 / 0.6);
}
.bg-green-800\/65 {
  background-color: rgb(22 101 52 / 0.65);
}
.bg-green-800\/70 {
  background-color: rgb(22 101 52 / 0.7);
}
.bg-green-800\/75 {
  background-color: rgb(22 101 52 / 0.75);
}
.bg-green-800\/80 {
  background-color: rgb(22 101 52 / 0.8);
}
.bg-green-800\/85 {
  background-color: rgb(22 101 52 / 0.85);
}
.bg-green-800\/90 {
  background-color: rgb(22 101 52 / 0.9);
}
.bg-green-800\/95 {
  background-color: rgb(22 101 52 / 0.95);
}
.bg-green-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(20 83 45 / var(--tw-bg-opacity, 1));
}
.bg-green-900\/0 {
  background-color: rgb(20 83 45 / 0);
}
.bg-green-900\/10 {
  background-color: rgb(20 83 45 / 0.1);
}
.bg-green-900\/100 {
  background-color: rgb(20 83 45 / 1);
}
.bg-green-900\/15 {
  background-color: rgb(20 83 45 / 0.15);
}
.bg-green-900\/20 {
  background-color: rgb(20 83 45 / 0.2);
}
.bg-green-900\/25 {
  background-color: rgb(20 83 45 / 0.25);
}
.bg-green-900\/30 {
  background-color: rgb(20 83 45 / 0.3);
}
.bg-green-900\/35 {
  background-color: rgb(20 83 45 / 0.35);
}
.bg-green-900\/40 {
  background-color: rgb(20 83 45 / 0.4);
}
.bg-green-900\/45 {
  background-color: rgb(20 83 45 / 0.45);
}
.bg-green-900\/5 {
  background-color: rgb(20 83 45 / 0.05);
}
.bg-green-900\/50 {
  background-color: rgb(20 83 45 / 0.5);
}
.bg-green-900\/55 {
  background-color: rgb(20 83 45 / 0.55);
}
.bg-green-900\/60 {
  background-color: rgb(20 83 45 / 0.6);
}
.bg-green-900\/65 {
  background-color: rgb(20 83 45 / 0.65);
}
.bg-green-900\/70 {
  background-color: rgb(20 83 45 / 0.7);
}
.bg-green-900\/75 {
  background-color: rgb(20 83 45 / 0.75);
}
.bg-green-900\/80 {
  background-color: rgb(20 83 45 / 0.8);
}
.bg-green-900\/85 {
  background-color: rgb(20 83 45 / 0.85);
}
.bg-green-900\/90 {
  background-color: rgb(20 83 45 / 0.9);
}
.bg-green-900\/95 {
  background-color: rgb(20 83 45 / 0.95);
}
.bg-green-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(5 46 22 / var(--tw-bg-opacity, 1));
}
.bg-green-950\/0 {
  background-color: rgb(5 46 22 / 0);
}
.bg-green-950\/10 {
  background-color: rgb(5 46 22 / 0.1);
}
.bg-green-950\/100 {
  background-color: rgb(5 46 22 / 1);
}
.bg-green-950\/15 {
  background-color: rgb(5 46 22 / 0.15);
}
.bg-green-950\/20 {
  background-color: rgb(5 46 22 / 0.2);
}
.bg-green-950\/25 {
  background-color: rgb(5 46 22 / 0.25);
}
.bg-green-950\/30 {
  background-color: rgb(5 46 22 / 0.3);
}
.bg-green-950\/35 {
  background-color: rgb(5 46 22 / 0.35);
}
.bg-green-950\/40 {
  background-color: rgb(5 46 22 / 0.4);
}
.bg-green-950\/45 {
  background-color: rgb(5 46 22 / 0.45);
}
.bg-green-950\/5 {
  background-color: rgb(5 46 22 / 0.05);
}
.bg-green-950\/50 {
  background-color: rgb(5 46 22 / 0.5);
}
.bg-green-950\/55 {
  background-color: rgb(5 46 22 / 0.55);
}
.bg-green-950\/60 {
  background-color: rgb(5 46 22 / 0.6);
}
.bg-green-950\/65 {
  background-color: rgb(5 46 22 / 0.65);
}
.bg-green-950\/70 {
  background-color: rgb(5 46 22 / 0.7);
}
.bg-green-950\/75 {
  background-color: rgb(5 46 22 / 0.75);
}
.bg-green-950\/80 {
  background-color: rgb(5 46 22 / 0.8);
}
.bg-green-950\/85 {
  background-color: rgb(5 46 22 / 0.85);
}
.bg-green-950\/90 {
  background-color: rgb(5 46 22 / 0.9);
}
.bg-green-950\/95 {
  background-color: rgb(5 46 22 / 0.95);
}
.bg-indigo-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(224 231 255 / var(--tw-bg-opacity, 1));
}
.bg-indigo-100\/0 {
  background-color: rgb(224 231 255 / 0);
}
.bg-indigo-100\/10 {
  background-color: rgb(224 231 255 / 0.1);
}
.bg-indigo-100\/100 {
  background-color: rgb(224 231 255 / 1);
}
.bg-indigo-100\/15 {
  background-color: rgb(224 231 255 / 0.15);
}
.bg-indigo-100\/20 {
  background-color: rgb(224 231 255 / 0.2);
}
.bg-indigo-100\/25 {
  background-color: rgb(224 231 255 / 0.25);
}
.bg-indigo-100\/30 {
  background-color: rgb(224 231 255 / 0.3);
}
.bg-indigo-100\/35 {
  background-color: rgb(224 231 255 / 0.35);
}
.bg-indigo-100\/40 {
  background-color: rgb(224 231 255 / 0.4);
}
.bg-indigo-100\/45 {
  background-color: rgb(224 231 255 / 0.45);
}
.bg-indigo-100\/5 {
  background-color: rgb(224 231 255 / 0.05);
}
.bg-indigo-100\/50 {
  background-color: rgb(224 231 255 / 0.5);
}
.bg-indigo-100\/55 {
  background-color: rgb(224 231 255 / 0.55);
}
.bg-indigo-100\/60 {
  background-color: rgb(224 231 255 / 0.6);
}
.bg-indigo-100\/65 {
  background-color: rgb(224 231 255 / 0.65);
}
.bg-indigo-100\/70 {
  background-color: rgb(224 231 255 / 0.7);
}
.bg-indigo-100\/75 {
  background-color: rgb(224 231 255 / 0.75);
}
.bg-indigo-100\/80 {
  background-color: rgb(224 231 255 / 0.8);
}
.bg-indigo-100\/85 {
  background-color: rgb(224 231 255 / 0.85);
}
.bg-indigo-100\/90 {
  background-color: rgb(224 231 255 / 0.9);
}
.bg-indigo-100\/95 {
  background-color: rgb(224 231 255 / 0.95);
}
.bg-indigo-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(199 210 254 / var(--tw-bg-opacity, 1));
}
.bg-indigo-200\/0 {
  background-color: rgb(199 210 254 / 0);
}
.bg-indigo-200\/10 {
  background-color: rgb(199 210 254 / 0.1);
}
.bg-indigo-200\/100 {
  background-color: rgb(199 210 254 / 1);
}
.bg-indigo-200\/15 {
  background-color: rgb(199 210 254 / 0.15);
}
.bg-indigo-200\/20 {
  background-color: rgb(199 210 254 / 0.2);
}
.bg-indigo-200\/25 {
  background-color: rgb(199 210 254 / 0.25);
}
.bg-indigo-200\/30 {
  background-color: rgb(199 210 254 / 0.3);
}
.bg-indigo-200\/35 {
  background-color: rgb(199 210 254 / 0.35);
}
.bg-indigo-200\/40 {
  background-color: rgb(199 210 254 / 0.4);
}
.bg-indigo-200\/45 {
  background-color: rgb(199 210 254 / 0.45);
}
.bg-indigo-200\/5 {
  background-color: rgb(199 210 254 / 0.05);
}
.bg-indigo-200\/50 {
  background-color: rgb(199 210 254 / 0.5);
}
.bg-indigo-200\/55 {
  background-color: rgb(199 210 254 / 0.55);
}
.bg-indigo-200\/60 {
  background-color: rgb(199 210 254 / 0.6);
}
.bg-indigo-200\/65 {
  background-color: rgb(199 210 254 / 0.65);
}
.bg-indigo-200\/70 {
  background-color: rgb(199 210 254 / 0.7);
}
.bg-indigo-200\/75 {
  background-color: rgb(199 210 254 / 0.75);
}
.bg-indigo-200\/80 {
  background-color: rgb(199 210 254 / 0.8);
}
.bg-indigo-200\/85 {
  background-color: rgb(199 210 254 / 0.85);
}
.bg-indigo-200\/90 {
  background-color: rgb(199 210 254 / 0.9);
}
.bg-indigo-200\/95 {
  background-color: rgb(199 210 254 / 0.95);
}
.bg-indigo-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(165 180 252 / var(--tw-bg-opacity, 1));
}
.bg-indigo-300\/0 {
  background-color: rgb(165 180 252 / 0);
}
.bg-indigo-300\/10 {
  background-color: rgb(165 180 252 / 0.1);
}
.bg-indigo-300\/100 {
  background-color: rgb(165 180 252 / 1);
}
.bg-indigo-300\/15 {
  background-color: rgb(165 180 252 / 0.15);
}
.bg-indigo-300\/20 {
  background-color: rgb(165 180 252 / 0.2);
}
.bg-indigo-300\/25 {
  background-color: rgb(165 180 252 / 0.25);
}
.bg-indigo-300\/30 {
  background-color: rgb(165 180 252 / 0.3);
}
.bg-indigo-300\/35 {
  background-color: rgb(165 180 252 / 0.35);
}
.bg-indigo-300\/40 {
  background-color: rgb(165 180 252 / 0.4);
}
.bg-indigo-300\/45 {
  background-color: rgb(165 180 252 / 0.45);
}
.bg-indigo-300\/5 {
  background-color: rgb(165 180 252 / 0.05);
}
.bg-indigo-300\/50 {
  background-color: rgb(165 180 252 / 0.5);
}
.bg-indigo-300\/55 {
  background-color: rgb(165 180 252 / 0.55);
}
.bg-indigo-300\/60 {
  background-color: rgb(165 180 252 / 0.6);
}
.bg-indigo-300\/65 {
  background-color: rgb(165 180 252 / 0.65);
}
.bg-indigo-300\/70 {
  background-color: rgb(165 180 252 / 0.7);
}
.bg-indigo-300\/75 {
  background-color: rgb(165 180 252 / 0.75);
}
.bg-indigo-300\/80 {
  background-color: rgb(165 180 252 / 0.8);
}
.bg-indigo-300\/85 {
  background-color: rgb(165 180 252 / 0.85);
}
.bg-indigo-300\/90 {
  background-color: rgb(165 180 252 / 0.9);
}
.bg-indigo-300\/95 {
  background-color: rgb(165 180 252 / 0.95);
}
.bg-indigo-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(129 140 248 / var(--tw-bg-opacity, 1));
}
.bg-indigo-400\/0 {
  background-color: rgb(129 140 248 / 0);
}
.bg-indigo-400\/10 {
  background-color: rgb(129 140 248 / 0.1);
}
.bg-indigo-400\/100 {
  background-color: rgb(129 140 248 / 1);
}
.bg-indigo-400\/15 {
  background-color: rgb(129 140 248 / 0.15);
}
.bg-indigo-400\/20 {
  background-color: rgb(129 140 248 / 0.2);
}
.bg-indigo-400\/25 {
  background-color: rgb(129 140 248 / 0.25);
}
.bg-indigo-400\/30 {
  background-color: rgb(129 140 248 / 0.3);
}
.bg-indigo-400\/35 {
  background-color: rgb(129 140 248 / 0.35);
}
.bg-indigo-400\/40 {
  background-color: rgb(129 140 248 / 0.4);
}
.bg-indigo-400\/45 {
  background-color: rgb(129 140 248 / 0.45);
}
.bg-indigo-400\/5 {
  background-color: rgb(129 140 248 / 0.05);
}
.bg-indigo-400\/50 {
  background-color: rgb(129 140 248 / 0.5);
}
.bg-indigo-400\/55 {
  background-color: rgb(129 140 248 / 0.55);
}
.bg-indigo-400\/60 {
  background-color: rgb(129 140 248 / 0.6);
}
.bg-indigo-400\/65 {
  background-color: rgb(129 140 248 / 0.65);
}
.bg-indigo-400\/70 {
  background-color: rgb(129 140 248 / 0.7);
}
.bg-indigo-400\/75 {
  background-color: rgb(129 140 248 / 0.75);
}
.bg-indigo-400\/80 {
  background-color: rgb(129 140 248 / 0.8);
}
.bg-indigo-400\/85 {
  background-color: rgb(129 140 248 / 0.85);
}
.bg-indigo-400\/90 {
  background-color: rgb(129 140 248 / 0.9);
}
.bg-indigo-400\/95 {
  background-color: rgb(129 140 248 / 0.95);
}
.bg-indigo-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(238 242 255 / var(--tw-bg-opacity, 1));
}
.bg-indigo-50\/0 {
  background-color: rgb(238 242 255 / 0);
}
.bg-indigo-50\/10 {
  background-color: rgb(238 242 255 / 0.1);
}
.bg-indigo-50\/100 {
  background-color: rgb(238 242 255 / 1);
}
.bg-indigo-50\/15 {
  background-color: rgb(238 242 255 / 0.15);
}
.bg-indigo-50\/20 {
  background-color: rgb(238 242 255 / 0.2);
}
.bg-indigo-50\/25 {
  background-color: rgb(238 242 255 / 0.25);
}
.bg-indigo-50\/30 {
  background-color: rgb(238 242 255 / 0.3);
}
.bg-indigo-50\/35 {
  background-color: rgb(238 242 255 / 0.35);
}
.bg-indigo-50\/40 {
  background-color: rgb(238 242 255 / 0.4);
}
.bg-indigo-50\/45 {
  background-color: rgb(238 242 255 / 0.45);
}
.bg-indigo-50\/5 {
  background-color: rgb(238 242 255 / 0.05);
}
.bg-indigo-50\/50 {
  background-color: rgb(238 242 255 / 0.5);
}
.bg-indigo-50\/55 {
  background-color: rgb(238 242 255 / 0.55);
}
.bg-indigo-50\/60 {
  background-color: rgb(238 242 255 / 0.6);
}
.bg-indigo-50\/65 {
  background-color: rgb(238 242 255 / 0.65);
}
.bg-indigo-50\/70 {
  background-color: rgb(238 242 255 / 0.7);
}
.bg-indigo-50\/75 {
  background-color: rgb(238 242 255 / 0.75);
}
.bg-indigo-50\/80 {
  background-color: rgb(238 242 255 / 0.8);
}
.bg-indigo-50\/85 {
  background-color: rgb(238 242 255 / 0.85);
}
.bg-indigo-50\/90 {
  background-color: rgb(238 242 255 / 0.9);
}
.bg-indigo-50\/95 {
  background-color: rgb(238 242 255 / 0.95);
}
.bg-indigo-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(99 102 241 / var(--tw-bg-opacity, 1));
}
.bg-indigo-500\/0 {
  background-color: rgb(99 102 241 / 0);
}
.bg-indigo-500\/10 {
  background-color: rgb(99 102 241 / 0.1);
}
.bg-indigo-500\/100 {
  background-color: rgb(99 102 241 / 1);
}
.bg-indigo-500\/15 {
  background-color: rgb(99 102 241 / 0.15);
}
.bg-indigo-500\/20 {
  background-color: rgb(99 102 241 / 0.2);
}
.bg-indigo-500\/25 {
  background-color: rgb(99 102 241 / 0.25);
}
.bg-indigo-500\/30 {
  background-color: rgb(99 102 241 / 0.3);
}
.bg-indigo-500\/35 {
  background-color: rgb(99 102 241 / 0.35);
}
.bg-indigo-500\/40 {
  background-color: rgb(99 102 241 / 0.4);
}
.bg-indigo-500\/45 {
  background-color: rgb(99 102 241 / 0.45);
}
.bg-indigo-500\/5 {
  background-color: rgb(99 102 241 / 0.05);
}
.bg-indigo-500\/50 {
  background-color: rgb(99 102 241 / 0.5);
}
.bg-indigo-500\/55 {
  background-color: rgb(99 102 241 / 0.55);
}
.bg-indigo-500\/60 {
  background-color: rgb(99 102 241 / 0.6);
}
.bg-indigo-500\/65 {
  background-color: rgb(99 102 241 / 0.65);
}
.bg-indigo-500\/70 {
  background-color: rgb(99 102 241 / 0.7);
}
.bg-indigo-500\/75 {
  background-color: rgb(99 102 241 / 0.75);
}
.bg-indigo-500\/80 {
  background-color: rgb(99 102 241 / 0.8);
}
.bg-indigo-500\/85 {
  background-color: rgb(99 102 241 / 0.85);
}
.bg-indigo-500\/90 {
  background-color: rgb(99 102 241 / 0.9);
}
.bg-indigo-500\/95 {
  background-color: rgb(99 102 241 / 0.95);
}
.bg-indigo-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(79 70 229 / var(--tw-bg-opacity, 1));
}
.bg-indigo-600\/0 {
  background-color: rgb(79 70 229 / 0);
}
.bg-indigo-600\/10 {
  background-color: rgb(79 70 229 / 0.1);
}
.bg-indigo-600\/100 {
  background-color: rgb(79 70 229 / 1);
}
.bg-indigo-600\/15 {
  background-color: rgb(79 70 229 / 0.15);
}
.bg-indigo-600\/20 {
  background-color: rgb(79 70 229 / 0.2);
}
.bg-indigo-600\/25 {
  background-color: rgb(79 70 229 / 0.25);
}
.bg-indigo-600\/30 {
  background-color: rgb(79 70 229 / 0.3);
}
.bg-indigo-600\/35 {
  background-color: rgb(79 70 229 / 0.35);
}
.bg-indigo-600\/40 {
  background-color: rgb(79 70 229 / 0.4);
}
.bg-indigo-600\/45 {
  background-color: rgb(79 70 229 / 0.45);
}
.bg-indigo-600\/5 {
  background-color: rgb(79 70 229 / 0.05);
}
.bg-indigo-600\/50 {
  background-color: rgb(79 70 229 / 0.5);
}
.bg-indigo-600\/55 {
  background-color: rgb(79 70 229 / 0.55);
}
.bg-indigo-600\/60 {
  background-color: rgb(79 70 229 / 0.6);
}
.bg-indigo-600\/65 {
  background-color: rgb(79 70 229 / 0.65);
}
.bg-indigo-600\/70 {
  background-color: rgb(79 70 229 / 0.7);
}
.bg-indigo-600\/75 {
  background-color: rgb(79 70 229 / 0.75);
}
.bg-indigo-600\/80 {
  background-color: rgb(79 70 229 / 0.8);
}
.bg-indigo-600\/85 {
  background-color: rgb(79 70 229 / 0.85);
}
.bg-indigo-600\/90 {
  background-color: rgb(79 70 229 / 0.9);
}
.bg-indigo-600\/95 {
  background-color: rgb(79 70 229 / 0.95);
}
.bg-indigo-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(67 56 202 / var(--tw-bg-opacity, 1));
}
.bg-indigo-700\/0 {
  background-color: rgb(67 56 202 / 0);
}
.bg-indigo-700\/10 {
  background-color: rgb(67 56 202 / 0.1);
}
.bg-indigo-700\/100 {
  background-color: rgb(67 56 202 / 1);
}
.bg-indigo-700\/15 {
  background-color: rgb(67 56 202 / 0.15);
}
.bg-indigo-700\/20 {
  background-color: rgb(67 56 202 / 0.2);
}
.bg-indigo-700\/25 {
  background-color: rgb(67 56 202 / 0.25);
}
.bg-indigo-700\/30 {
  background-color: rgb(67 56 202 / 0.3);
}
.bg-indigo-700\/35 {
  background-color: rgb(67 56 202 / 0.35);
}
.bg-indigo-700\/40 {
  background-color: rgb(67 56 202 / 0.4);
}
.bg-indigo-700\/45 {
  background-color: rgb(67 56 202 / 0.45);
}
.bg-indigo-700\/5 {
  background-color: rgb(67 56 202 / 0.05);
}
.bg-indigo-700\/50 {
  background-color: rgb(67 56 202 / 0.5);
}
.bg-indigo-700\/55 {
  background-color: rgb(67 56 202 / 0.55);
}
.bg-indigo-700\/60 {
  background-color: rgb(67 56 202 / 0.6);
}
.bg-indigo-700\/65 {
  background-color: rgb(67 56 202 / 0.65);
}
.bg-indigo-700\/70 {
  background-color: rgb(67 56 202 / 0.7);
}
.bg-indigo-700\/75 {
  background-color: rgb(67 56 202 / 0.75);
}
.bg-indigo-700\/80 {
  background-color: rgb(67 56 202 / 0.8);
}
.bg-indigo-700\/85 {
  background-color: rgb(67 56 202 / 0.85);
}
.bg-indigo-700\/90 {
  background-color: rgb(67 56 202 / 0.9);
}
.bg-indigo-700\/95 {
  background-color: rgb(67 56 202 / 0.95);
}
.bg-indigo-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(55 48 163 / var(--tw-bg-opacity, 1));
}
.bg-indigo-800\/0 {
  background-color: rgb(55 48 163 / 0);
}
.bg-indigo-800\/10 {
  background-color: rgb(55 48 163 / 0.1);
}
.bg-indigo-800\/100 {
  background-color: rgb(55 48 163 / 1);
}
.bg-indigo-800\/15 {
  background-color: rgb(55 48 163 / 0.15);
}
.bg-indigo-800\/20 {
  background-color: rgb(55 48 163 / 0.2);
}
.bg-indigo-800\/25 {
  background-color: rgb(55 48 163 / 0.25);
}
.bg-indigo-800\/30 {
  background-color: rgb(55 48 163 / 0.3);
}
.bg-indigo-800\/35 {
  background-color: rgb(55 48 163 / 0.35);
}
.bg-indigo-800\/40 {
  background-color: rgb(55 48 163 / 0.4);
}
.bg-indigo-800\/45 {
  background-color: rgb(55 48 163 / 0.45);
}
.bg-indigo-800\/5 {
  background-color: rgb(55 48 163 / 0.05);
}
.bg-indigo-800\/50 {
  background-color: rgb(55 48 163 / 0.5);
}
.bg-indigo-800\/55 {
  background-color: rgb(55 48 163 / 0.55);
}
.bg-indigo-800\/60 {
  background-color: rgb(55 48 163 / 0.6);
}
.bg-indigo-800\/65 {
  background-color: rgb(55 48 163 / 0.65);
}
.bg-indigo-800\/70 {
  background-color: rgb(55 48 163 / 0.7);
}
.bg-indigo-800\/75 {
  background-color: rgb(55 48 163 / 0.75);
}
.bg-indigo-800\/80 {
  background-color: rgb(55 48 163 / 0.8);
}
.bg-indigo-800\/85 {
  background-color: rgb(55 48 163 / 0.85);
}
.bg-indigo-800\/90 {
  background-color: rgb(55 48 163 / 0.9);
}
.bg-indigo-800\/95 {
  background-color: rgb(55 48 163 / 0.95);
}
.bg-indigo-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(49 46 129 / var(--tw-bg-opacity, 1));
}
.bg-indigo-900\/0 {
  background-color: rgb(49 46 129 / 0);
}
.bg-indigo-900\/10 {
  background-color: rgb(49 46 129 / 0.1);
}
.bg-indigo-900\/100 {
  background-color: rgb(49 46 129 / 1);
}
.bg-indigo-900\/15 {
  background-color: rgb(49 46 129 / 0.15);
}
.bg-indigo-900\/20 {
  background-color: rgb(49 46 129 / 0.2);
}
.bg-indigo-900\/25 {
  background-color: rgb(49 46 129 / 0.25);
}
.bg-indigo-900\/30 {
  background-color: rgb(49 46 129 / 0.3);
}
.bg-indigo-900\/35 {
  background-color: rgb(49 46 129 / 0.35);
}
.bg-indigo-900\/40 {
  background-color: rgb(49 46 129 / 0.4);
}
.bg-indigo-900\/45 {
  background-color: rgb(49 46 129 / 0.45);
}
.bg-indigo-900\/5 {
  background-color: rgb(49 46 129 / 0.05);
}
.bg-indigo-900\/50 {
  background-color: rgb(49 46 129 / 0.5);
}
.bg-indigo-900\/55 {
  background-color: rgb(49 46 129 / 0.55);
}
.bg-indigo-900\/60 {
  background-color: rgb(49 46 129 / 0.6);
}
.bg-indigo-900\/65 {
  background-color: rgb(49 46 129 / 0.65);
}
.bg-indigo-900\/70 {
  background-color: rgb(49 46 129 / 0.7);
}
.bg-indigo-900\/75 {
  background-color: rgb(49 46 129 / 0.75);
}
.bg-indigo-900\/80 {
  background-color: rgb(49 46 129 / 0.8);
}
.bg-indigo-900\/85 {
  background-color: rgb(49 46 129 / 0.85);
}
.bg-indigo-900\/90 {
  background-color: rgb(49 46 129 / 0.9);
}
.bg-indigo-900\/95 {
  background-color: rgb(49 46 129 / 0.95);
}
.bg-indigo-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(30 27 75 / var(--tw-bg-opacity, 1));
}
.bg-indigo-950\/0 {
  background-color: rgb(30 27 75 / 0);
}
.bg-indigo-950\/10 {
  background-color: rgb(30 27 75 / 0.1);
}
.bg-indigo-950\/100 {
  background-color: rgb(30 27 75 / 1);
}
.bg-indigo-950\/15 {
  background-color: rgb(30 27 75 / 0.15);
}
.bg-indigo-950\/20 {
  background-color: rgb(30 27 75 / 0.2);
}
.bg-indigo-950\/25 {
  background-color: rgb(30 27 75 / 0.25);
}
.bg-indigo-950\/30 {
  background-color: rgb(30 27 75 / 0.3);
}
.bg-indigo-950\/35 {
  background-color: rgb(30 27 75 / 0.35);
}
.bg-indigo-950\/40 {
  background-color: rgb(30 27 75 / 0.4);
}
.bg-indigo-950\/45 {
  background-color: rgb(30 27 75 / 0.45);
}
.bg-indigo-950\/5 {
  background-color: rgb(30 27 75 / 0.05);
}
.bg-indigo-950\/50 {
  background-color: rgb(30 27 75 / 0.5);
}
.bg-indigo-950\/55 {
  background-color: rgb(30 27 75 / 0.55);
}
.bg-indigo-950\/60 {
  background-color: rgb(30 27 75 / 0.6);
}
.bg-indigo-950\/65 {
  background-color: rgb(30 27 75 / 0.65);
}
.bg-indigo-950\/70 {
  background-color: rgb(30 27 75 / 0.7);
}
.bg-indigo-950\/75 {
  background-color: rgb(30 27 75 / 0.75);
}
.bg-indigo-950\/80 {
  background-color: rgb(30 27 75 / 0.8);
}
.bg-indigo-950\/85 {
  background-color: rgb(30 27 75 / 0.85);
}
.bg-indigo-950\/90 {
  background-color: rgb(30 27 75 / 0.9);
}
.bg-indigo-950\/95 {
  background-color: rgb(30 27 75 / 0.95);
}
.bg-lime-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(236 252 203 / var(--tw-bg-opacity, 1));
}
.bg-lime-100\/0 {
  background-color: rgb(236 252 203 / 0);
}
.bg-lime-100\/10 {
  background-color: rgb(236 252 203 / 0.1);
}
.bg-lime-100\/100 {
  background-color: rgb(236 252 203 / 1);
}
.bg-lime-100\/15 {
  background-color: rgb(236 252 203 / 0.15);
}
.bg-lime-100\/20 {
  background-color: rgb(236 252 203 / 0.2);
}
.bg-lime-100\/25 {
  background-color: rgb(236 252 203 / 0.25);
}
.bg-lime-100\/30 {
  background-color: rgb(236 252 203 / 0.3);
}
.bg-lime-100\/35 {
  background-color: rgb(236 252 203 / 0.35);
}
.bg-lime-100\/40 {
  background-color: rgb(236 252 203 / 0.4);
}
.bg-lime-100\/45 {
  background-color: rgb(236 252 203 / 0.45);
}
.bg-lime-100\/5 {
  background-color: rgb(236 252 203 / 0.05);
}
.bg-lime-100\/50 {
  background-color: rgb(236 252 203 / 0.5);
}
.bg-lime-100\/55 {
  background-color: rgb(236 252 203 / 0.55);
}
.bg-lime-100\/60 {
  background-color: rgb(236 252 203 / 0.6);
}
.bg-lime-100\/65 {
  background-color: rgb(236 252 203 / 0.65);
}
.bg-lime-100\/70 {
  background-color: rgb(236 252 203 / 0.7);
}
.bg-lime-100\/75 {
  background-color: rgb(236 252 203 / 0.75);
}
.bg-lime-100\/80 {
  background-color: rgb(236 252 203 / 0.8);
}
.bg-lime-100\/85 {
  background-color: rgb(236 252 203 / 0.85);
}
.bg-lime-100\/90 {
  background-color: rgb(236 252 203 / 0.9);
}
.bg-lime-100\/95 {
  background-color: rgb(236 252 203 / 0.95);
}
.bg-lime-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(217 249 157 / var(--tw-bg-opacity, 1));
}
.bg-lime-200\/0 {
  background-color: rgb(217 249 157 / 0);
}
.bg-lime-200\/10 {
  background-color: rgb(217 249 157 / 0.1);
}
.bg-lime-200\/100 {
  background-color: rgb(217 249 157 / 1);
}
.bg-lime-200\/15 {
  background-color: rgb(217 249 157 / 0.15);
}
.bg-lime-200\/20 {
  background-color: rgb(217 249 157 / 0.2);
}
.bg-lime-200\/25 {
  background-color: rgb(217 249 157 / 0.25);
}
.bg-lime-200\/30 {
  background-color: rgb(217 249 157 / 0.3);
}
.bg-lime-200\/35 {
  background-color: rgb(217 249 157 / 0.35);
}
.bg-lime-200\/40 {
  background-color: rgb(217 249 157 / 0.4);
}
.bg-lime-200\/45 {
  background-color: rgb(217 249 157 / 0.45);
}
.bg-lime-200\/5 {
  background-color: rgb(217 249 157 / 0.05);
}
.bg-lime-200\/50 {
  background-color: rgb(217 249 157 / 0.5);
}
.bg-lime-200\/55 {
  background-color: rgb(217 249 157 / 0.55);
}
.bg-lime-200\/60 {
  background-color: rgb(217 249 157 / 0.6);
}
.bg-lime-200\/65 {
  background-color: rgb(217 249 157 / 0.65);
}
.bg-lime-200\/70 {
  background-color: rgb(217 249 157 / 0.7);
}
.bg-lime-200\/75 {
  background-color: rgb(217 249 157 / 0.75);
}
.bg-lime-200\/80 {
  background-color: rgb(217 249 157 / 0.8);
}
.bg-lime-200\/85 {
  background-color: rgb(217 249 157 / 0.85);
}
.bg-lime-200\/90 {
  background-color: rgb(217 249 157 / 0.9);
}
.bg-lime-200\/95 {
  background-color: rgb(217 249 157 / 0.95);
}
.bg-lime-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(190 242 100 / var(--tw-bg-opacity, 1));
}
.bg-lime-300\/0 {
  background-color: rgb(190 242 100 / 0);
}
.bg-lime-300\/10 {
  background-color: rgb(190 242 100 / 0.1);
}
.bg-lime-300\/100 {
  background-color: rgb(190 242 100 / 1);
}
.bg-lime-300\/15 {
  background-color: rgb(190 242 100 / 0.15);
}
.bg-lime-300\/20 {
  background-color: rgb(190 242 100 / 0.2);
}
.bg-lime-300\/25 {
  background-color: rgb(190 242 100 / 0.25);
}
.bg-lime-300\/30 {
  background-color: rgb(190 242 100 / 0.3);
}
.bg-lime-300\/35 {
  background-color: rgb(190 242 100 / 0.35);
}
.bg-lime-300\/40 {
  background-color: rgb(190 242 100 / 0.4);
}
.bg-lime-300\/45 {
  background-color: rgb(190 242 100 / 0.45);
}
.bg-lime-300\/5 {
  background-color: rgb(190 242 100 / 0.05);
}
.bg-lime-300\/50 {
  background-color: rgb(190 242 100 / 0.5);
}
.bg-lime-300\/55 {
  background-color: rgb(190 242 100 / 0.55);
}
.bg-lime-300\/60 {
  background-color: rgb(190 242 100 / 0.6);
}
.bg-lime-300\/65 {
  background-color: rgb(190 242 100 / 0.65);
}
.bg-lime-300\/70 {
  background-color: rgb(190 242 100 / 0.7);
}
.bg-lime-300\/75 {
  background-color: rgb(190 242 100 / 0.75);
}
.bg-lime-300\/80 {
  background-color: rgb(190 242 100 / 0.8);
}
.bg-lime-300\/85 {
  background-color: rgb(190 242 100 / 0.85);
}
.bg-lime-300\/90 {
  background-color: rgb(190 242 100 / 0.9);
}
.bg-lime-300\/95 {
  background-color: rgb(190 242 100 / 0.95);
}
.bg-lime-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(163 230 53 / var(--tw-bg-opacity, 1));
}
.bg-lime-400\/0 {
  background-color: rgb(163 230 53 / 0);
}
.bg-lime-400\/10 {
  background-color: rgb(163 230 53 / 0.1);
}
.bg-lime-400\/100 {
  background-color: rgb(163 230 53 / 1);
}
.bg-lime-400\/15 {
  background-color: rgb(163 230 53 / 0.15);
}
.bg-lime-400\/20 {
  background-color: rgb(163 230 53 / 0.2);
}
.bg-lime-400\/25 {
  background-color: rgb(163 230 53 / 0.25);
}
.bg-lime-400\/30 {
  background-color: rgb(163 230 53 / 0.3);
}
.bg-lime-400\/35 {
  background-color: rgb(163 230 53 / 0.35);
}
.bg-lime-400\/40 {
  background-color: rgb(163 230 53 / 0.4);
}
.bg-lime-400\/45 {
  background-color: rgb(163 230 53 / 0.45);
}
.bg-lime-400\/5 {
  background-color: rgb(163 230 53 / 0.05);
}
.bg-lime-400\/50 {
  background-color: rgb(163 230 53 / 0.5);
}
.bg-lime-400\/55 {
  background-color: rgb(163 230 53 / 0.55);
}
.bg-lime-400\/60 {
  background-color: rgb(163 230 53 / 0.6);
}
.bg-lime-400\/65 {
  background-color: rgb(163 230 53 / 0.65);
}
.bg-lime-400\/70 {
  background-color: rgb(163 230 53 / 0.7);
}
.bg-lime-400\/75 {
  background-color: rgb(163 230 53 / 0.75);
}
.bg-lime-400\/80 {
  background-color: rgb(163 230 53 / 0.8);
}
.bg-lime-400\/85 {
  background-color: rgb(163 230 53 / 0.85);
}
.bg-lime-400\/90 {
  background-color: rgb(163 230 53 / 0.9);
}
.bg-lime-400\/95 {
  background-color: rgb(163 230 53 / 0.95);
}
.bg-lime-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(247 254 231 / var(--tw-bg-opacity, 1));
}
.bg-lime-50\/0 {
  background-color: rgb(247 254 231 / 0);
}
.bg-lime-50\/10 {
  background-color: rgb(247 254 231 / 0.1);
}
.bg-lime-50\/100 {
  background-color: rgb(247 254 231 / 1);
}
.bg-lime-50\/15 {
  background-color: rgb(247 254 231 / 0.15);
}
.bg-lime-50\/20 {
  background-color: rgb(247 254 231 / 0.2);
}
.bg-lime-50\/25 {
  background-color: rgb(247 254 231 / 0.25);
}
.bg-lime-50\/30 {
  background-color: rgb(247 254 231 / 0.3);
}
.bg-lime-50\/35 {
  background-color: rgb(247 254 231 / 0.35);
}
.bg-lime-50\/40 {
  background-color: rgb(247 254 231 / 0.4);
}
.bg-lime-50\/45 {
  background-color: rgb(247 254 231 / 0.45);
}
.bg-lime-50\/5 {
  background-color: rgb(247 254 231 / 0.05);
}
.bg-lime-50\/50 {
  background-color: rgb(247 254 231 / 0.5);
}
.bg-lime-50\/55 {
  background-color: rgb(247 254 231 / 0.55);
}
.bg-lime-50\/60 {
  background-color: rgb(247 254 231 / 0.6);
}
.bg-lime-50\/65 {
  background-color: rgb(247 254 231 / 0.65);
}
.bg-lime-50\/70 {
  background-color: rgb(247 254 231 / 0.7);
}
.bg-lime-50\/75 {
  background-color: rgb(247 254 231 / 0.75);
}
.bg-lime-50\/80 {
  background-color: rgb(247 254 231 / 0.8);
}
.bg-lime-50\/85 {
  background-color: rgb(247 254 231 / 0.85);
}
.bg-lime-50\/90 {
  background-color: rgb(247 254 231 / 0.9);
}
.bg-lime-50\/95 {
  background-color: rgb(247 254 231 / 0.95);
}
.bg-lime-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(132 204 22 / var(--tw-bg-opacity, 1));
}
.bg-lime-500\/0 {
  background-color: rgb(132 204 22 / 0);
}
.bg-lime-500\/10 {
  background-color: rgb(132 204 22 / 0.1);
}
.bg-lime-500\/100 {
  background-color: rgb(132 204 22 / 1);
}
.bg-lime-500\/15 {
  background-color: rgb(132 204 22 / 0.15);
}
.bg-lime-500\/20 {
  background-color: rgb(132 204 22 / 0.2);
}
.bg-lime-500\/25 {
  background-color: rgb(132 204 22 / 0.25);
}
.bg-lime-500\/30 {
  background-color: rgb(132 204 22 / 0.3);
}
.bg-lime-500\/35 {
  background-color: rgb(132 204 22 / 0.35);
}
.bg-lime-500\/40 {
  background-color: rgb(132 204 22 / 0.4);
}
.bg-lime-500\/45 {
  background-color: rgb(132 204 22 / 0.45);
}
.bg-lime-500\/5 {
  background-color: rgb(132 204 22 / 0.05);
}
.bg-lime-500\/50 {
  background-color: rgb(132 204 22 / 0.5);
}
.bg-lime-500\/55 {
  background-color: rgb(132 204 22 / 0.55);
}
.bg-lime-500\/60 {
  background-color: rgb(132 204 22 / 0.6);
}
.bg-lime-500\/65 {
  background-color: rgb(132 204 22 / 0.65);
}
.bg-lime-500\/70 {
  background-color: rgb(132 204 22 / 0.7);
}
.bg-lime-500\/75 {
  background-color: rgb(132 204 22 / 0.75);
}
.bg-lime-500\/80 {
  background-color: rgb(132 204 22 / 0.8);
}
.bg-lime-500\/85 {
  background-color: rgb(132 204 22 / 0.85);
}
.bg-lime-500\/90 {
  background-color: rgb(132 204 22 / 0.9);
}
.bg-lime-500\/95 {
  background-color: rgb(132 204 22 / 0.95);
}
.bg-lime-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(101 163 13 / var(--tw-bg-opacity, 1));
}
.bg-lime-600\/0 {
  background-color: rgb(101 163 13 / 0);
}
.bg-lime-600\/10 {
  background-color: rgb(101 163 13 / 0.1);
}
.bg-lime-600\/100 {
  background-color: rgb(101 163 13 / 1);
}
.bg-lime-600\/15 {
  background-color: rgb(101 163 13 / 0.15);
}
.bg-lime-600\/20 {
  background-color: rgb(101 163 13 / 0.2);
}
.bg-lime-600\/25 {
  background-color: rgb(101 163 13 / 0.25);
}
.bg-lime-600\/30 {
  background-color: rgb(101 163 13 / 0.3);
}
.bg-lime-600\/35 {
  background-color: rgb(101 163 13 / 0.35);
}
.bg-lime-600\/40 {
  background-color: rgb(101 163 13 / 0.4);
}
.bg-lime-600\/45 {
  background-color: rgb(101 163 13 / 0.45);
}
.bg-lime-600\/5 {
  background-color: rgb(101 163 13 / 0.05);
}
.bg-lime-600\/50 {
  background-color: rgb(101 163 13 / 0.5);
}
.bg-lime-600\/55 {
  background-color: rgb(101 163 13 / 0.55);
}
.bg-lime-600\/60 {
  background-color: rgb(101 163 13 / 0.6);
}
.bg-lime-600\/65 {
  background-color: rgb(101 163 13 / 0.65);
}
.bg-lime-600\/70 {
  background-color: rgb(101 163 13 / 0.7);
}
.bg-lime-600\/75 {
  background-color: rgb(101 163 13 / 0.75);
}
.bg-lime-600\/80 {
  background-color: rgb(101 163 13 / 0.8);
}
.bg-lime-600\/85 {
  background-color: rgb(101 163 13 / 0.85);
}
.bg-lime-600\/90 {
  background-color: rgb(101 163 13 / 0.9);
}
.bg-lime-600\/95 {
  background-color: rgb(101 163 13 / 0.95);
}
.bg-lime-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(77 124 15 / var(--tw-bg-opacity, 1));
}
.bg-lime-700\/0 {
  background-color: rgb(77 124 15 / 0);
}
.bg-lime-700\/10 {
  background-color: rgb(77 124 15 / 0.1);
}
.bg-lime-700\/100 {
  background-color: rgb(77 124 15 / 1);
}
.bg-lime-700\/15 {
  background-color: rgb(77 124 15 / 0.15);
}
.bg-lime-700\/20 {
  background-color: rgb(77 124 15 / 0.2);
}
.bg-lime-700\/25 {
  background-color: rgb(77 124 15 / 0.25);
}
.bg-lime-700\/30 {
  background-color: rgb(77 124 15 / 0.3);
}
.bg-lime-700\/35 {
  background-color: rgb(77 124 15 / 0.35);
}
.bg-lime-700\/40 {
  background-color: rgb(77 124 15 / 0.4);
}
.bg-lime-700\/45 {
  background-color: rgb(77 124 15 / 0.45);
}
.bg-lime-700\/5 {
  background-color: rgb(77 124 15 / 0.05);
}
.bg-lime-700\/50 {
  background-color: rgb(77 124 15 / 0.5);
}
.bg-lime-700\/55 {
  background-color: rgb(77 124 15 / 0.55);
}
.bg-lime-700\/60 {
  background-color: rgb(77 124 15 / 0.6);
}
.bg-lime-700\/65 {
  background-color: rgb(77 124 15 / 0.65);
}
.bg-lime-700\/70 {
  background-color: rgb(77 124 15 / 0.7);
}
.bg-lime-700\/75 {
  background-color: rgb(77 124 15 / 0.75);
}
.bg-lime-700\/80 {
  background-color: rgb(77 124 15 / 0.8);
}
.bg-lime-700\/85 {
  background-color: rgb(77 124 15 / 0.85);
}
.bg-lime-700\/90 {
  background-color: rgb(77 124 15 / 0.9);
}
.bg-lime-700\/95 {
  background-color: rgb(77 124 15 / 0.95);
}
.bg-lime-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(63 98 18 / var(--tw-bg-opacity, 1));
}
.bg-lime-800\/0 {
  background-color: rgb(63 98 18 / 0);
}
.bg-lime-800\/10 {
  background-color: rgb(63 98 18 / 0.1);
}
.bg-lime-800\/100 {
  background-color: rgb(63 98 18 / 1);
}
.bg-lime-800\/15 {
  background-color: rgb(63 98 18 / 0.15);
}
.bg-lime-800\/20 {
  background-color: rgb(63 98 18 / 0.2);
}
.bg-lime-800\/25 {
  background-color: rgb(63 98 18 / 0.25);
}
.bg-lime-800\/30 {
  background-color: rgb(63 98 18 / 0.3);
}
.bg-lime-800\/35 {
  background-color: rgb(63 98 18 / 0.35);
}
.bg-lime-800\/40 {
  background-color: rgb(63 98 18 / 0.4);
}
.bg-lime-800\/45 {
  background-color: rgb(63 98 18 / 0.45);
}
.bg-lime-800\/5 {
  background-color: rgb(63 98 18 / 0.05);
}
.bg-lime-800\/50 {
  background-color: rgb(63 98 18 / 0.5);
}
.bg-lime-800\/55 {
  background-color: rgb(63 98 18 / 0.55);
}
.bg-lime-800\/60 {
  background-color: rgb(63 98 18 / 0.6);
}
.bg-lime-800\/65 {
  background-color: rgb(63 98 18 / 0.65);
}
.bg-lime-800\/70 {
  background-color: rgb(63 98 18 / 0.7);
}
.bg-lime-800\/75 {
  background-color: rgb(63 98 18 / 0.75);
}
.bg-lime-800\/80 {
  background-color: rgb(63 98 18 / 0.8);
}
.bg-lime-800\/85 {
  background-color: rgb(63 98 18 / 0.85);
}
.bg-lime-800\/90 {
  background-color: rgb(63 98 18 / 0.9);
}
.bg-lime-800\/95 {
  background-color: rgb(63 98 18 / 0.95);
}
.bg-lime-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(54 83 20 / var(--tw-bg-opacity, 1));
}
.bg-lime-900\/0 {
  background-color: rgb(54 83 20 / 0);
}
.bg-lime-900\/10 {
  background-color: rgb(54 83 20 / 0.1);
}
.bg-lime-900\/100 {
  background-color: rgb(54 83 20 / 1);
}
.bg-lime-900\/15 {
  background-color: rgb(54 83 20 / 0.15);
}
.bg-lime-900\/20 {
  background-color: rgb(54 83 20 / 0.2);
}
.bg-lime-900\/25 {
  background-color: rgb(54 83 20 / 0.25);
}
.bg-lime-900\/30 {
  background-color: rgb(54 83 20 / 0.3);
}
.bg-lime-900\/35 {
  background-color: rgb(54 83 20 / 0.35);
}
.bg-lime-900\/40 {
  background-color: rgb(54 83 20 / 0.4);
}
.bg-lime-900\/45 {
  background-color: rgb(54 83 20 / 0.45);
}
.bg-lime-900\/5 {
  background-color: rgb(54 83 20 / 0.05);
}
.bg-lime-900\/50 {
  background-color: rgb(54 83 20 / 0.5);
}
.bg-lime-900\/55 {
  background-color: rgb(54 83 20 / 0.55);
}
.bg-lime-900\/60 {
  background-color: rgb(54 83 20 / 0.6);
}
.bg-lime-900\/65 {
  background-color: rgb(54 83 20 / 0.65);
}
.bg-lime-900\/70 {
  background-color: rgb(54 83 20 / 0.7);
}
.bg-lime-900\/75 {
  background-color: rgb(54 83 20 / 0.75);
}
.bg-lime-900\/80 {
  background-color: rgb(54 83 20 / 0.8);
}
.bg-lime-900\/85 {
  background-color: rgb(54 83 20 / 0.85);
}
.bg-lime-900\/90 {
  background-color: rgb(54 83 20 / 0.9);
}
.bg-lime-900\/95 {
  background-color: rgb(54 83 20 / 0.95);
}
.bg-lime-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(26 46 5 / var(--tw-bg-opacity, 1));
}
.bg-lime-950\/0 {
  background-color: rgb(26 46 5 / 0);
}
.bg-lime-950\/10 {
  background-color: rgb(26 46 5 / 0.1);
}
.bg-lime-950\/100 {
  background-color: rgb(26 46 5 / 1);
}
.bg-lime-950\/15 {
  background-color: rgb(26 46 5 / 0.15);
}
.bg-lime-950\/20 {
  background-color: rgb(26 46 5 / 0.2);
}
.bg-lime-950\/25 {
  background-color: rgb(26 46 5 / 0.25);
}
.bg-lime-950\/30 {
  background-color: rgb(26 46 5 / 0.3);
}
.bg-lime-950\/35 {
  background-color: rgb(26 46 5 / 0.35);
}
.bg-lime-950\/40 {
  background-color: rgb(26 46 5 / 0.4);
}
.bg-lime-950\/45 {
  background-color: rgb(26 46 5 / 0.45);
}
.bg-lime-950\/5 {
  background-color: rgb(26 46 5 / 0.05);
}
.bg-lime-950\/50 {
  background-color: rgb(26 46 5 / 0.5);
}
.bg-lime-950\/55 {
  background-color: rgb(26 46 5 / 0.55);
}
.bg-lime-950\/60 {
  background-color: rgb(26 46 5 / 0.6);
}
.bg-lime-950\/65 {
  background-color: rgb(26 46 5 / 0.65);
}
.bg-lime-950\/70 {
  background-color: rgb(26 46 5 / 0.7);
}
.bg-lime-950\/75 {
  background-color: rgb(26 46 5 / 0.75);
}
.bg-lime-950\/80 {
  background-color: rgb(26 46 5 / 0.8);
}
.bg-lime-950\/85 {
  background-color: rgb(26 46 5 / 0.85);
}
.bg-lime-950\/90 {
  background-color: rgb(26 46 5 / 0.9);
}
.bg-lime-950\/95 {
  background-color: rgb(26 46 5 / 0.95);
}
.bg-orange-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 237 213 / var(--tw-bg-opacity, 1));
}
.bg-orange-100\/0 {
  background-color: rgb(255 237 213 / 0);
}
.bg-orange-100\/10 {
  background-color: rgb(255 237 213 / 0.1);
}
.bg-orange-100\/100 {
  background-color: rgb(255 237 213 / 1);
}
.bg-orange-100\/15 {
  background-color: rgb(255 237 213 / 0.15);
}
.bg-orange-100\/20 {
  background-color: rgb(255 237 213 / 0.2);
}
.bg-orange-100\/25 {
  background-color: rgb(255 237 213 / 0.25);
}
.bg-orange-100\/30 {
  background-color: rgb(255 237 213 / 0.3);
}
.bg-orange-100\/35 {
  background-color: rgb(255 237 213 / 0.35);
}
.bg-orange-100\/40 {
  background-color: rgb(255 237 213 / 0.4);
}
.bg-orange-100\/45 {
  background-color: rgb(255 237 213 / 0.45);
}
.bg-orange-100\/5 {
  background-color: rgb(255 237 213 / 0.05);
}
.bg-orange-100\/50 {
  background-color: rgb(255 237 213 / 0.5);
}
.bg-orange-100\/55 {
  background-color: rgb(255 237 213 / 0.55);
}
.bg-orange-100\/60 {
  background-color: rgb(255 237 213 / 0.6);
}
.bg-orange-100\/65 {
  background-color: rgb(255 237 213 / 0.65);
}
.bg-orange-100\/70 {
  background-color: rgb(255 237 213 / 0.7);
}
.bg-orange-100\/75 {
  background-color: rgb(255 237 213 / 0.75);
}
.bg-orange-100\/80 {
  background-color: rgb(255 237 213 / 0.8);
}
.bg-orange-100\/85 {
  background-color: rgb(255 237 213 / 0.85);
}
.bg-orange-100\/90 {
  background-color: rgb(255 237 213 / 0.9);
}
.bg-orange-100\/95 {
  background-color: rgb(255 237 213 / 0.95);
}
.bg-orange-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 215 170 / var(--tw-bg-opacity, 1));
}
.bg-orange-200\/0 {
  background-color: rgb(254 215 170 / 0);
}
.bg-orange-200\/10 {
  background-color: rgb(254 215 170 / 0.1);
}
.bg-orange-200\/100 {
  background-color: rgb(254 215 170 / 1);
}
.bg-orange-200\/15 {
  background-color: rgb(254 215 170 / 0.15);
}
.bg-orange-200\/20 {
  background-color: rgb(254 215 170 / 0.2);
}
.bg-orange-200\/25 {
  background-color: rgb(254 215 170 / 0.25);
}
.bg-orange-200\/30 {
  background-color: rgb(254 215 170 / 0.3);
}
.bg-orange-200\/35 {
  background-color: rgb(254 215 170 / 0.35);
}
.bg-orange-200\/40 {
  background-color: rgb(254 215 170 / 0.4);
}
.bg-orange-200\/45 {
  background-color: rgb(254 215 170 / 0.45);
}
.bg-orange-200\/5 {
  background-color: rgb(254 215 170 / 0.05);
}
.bg-orange-200\/50 {
  background-color: rgb(254 215 170 / 0.5);
}
.bg-orange-200\/55 {
  background-color: rgb(254 215 170 / 0.55);
}
.bg-orange-200\/60 {
  background-color: rgb(254 215 170 / 0.6);
}
.bg-orange-200\/65 {
  background-color: rgb(254 215 170 / 0.65);
}
.bg-orange-200\/70 {
  background-color: rgb(254 215 170 / 0.7);
}
.bg-orange-200\/75 {
  background-color: rgb(254 215 170 / 0.75);
}
.bg-orange-200\/80 {
  background-color: rgb(254 215 170 / 0.8);
}
.bg-orange-200\/85 {
  background-color: rgb(254 215 170 / 0.85);
}
.bg-orange-200\/90 {
  background-color: rgb(254 215 170 / 0.9);
}
.bg-orange-200\/95 {
  background-color: rgb(254 215 170 / 0.95);
}
.bg-orange-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 186 116 / var(--tw-bg-opacity, 1));
}
.bg-orange-300\/0 {
  background-color: rgb(253 186 116 / 0);
}
.bg-orange-300\/10 {
  background-color: rgb(253 186 116 / 0.1);
}
.bg-orange-300\/100 {
  background-color: rgb(253 186 116 / 1);
}
.bg-orange-300\/15 {
  background-color: rgb(253 186 116 / 0.15);
}
.bg-orange-300\/20 {
  background-color: rgb(253 186 116 / 0.2);
}
.bg-orange-300\/25 {
  background-color: rgb(253 186 116 / 0.25);
}
.bg-orange-300\/30 {
  background-color: rgb(253 186 116 / 0.3);
}
.bg-orange-300\/35 {
  background-color: rgb(253 186 116 / 0.35);
}
.bg-orange-300\/40 {
  background-color: rgb(253 186 116 / 0.4);
}
.bg-orange-300\/45 {
  background-color: rgb(253 186 116 / 0.45);
}
.bg-orange-300\/5 {
  background-color: rgb(253 186 116 / 0.05);
}
.bg-orange-300\/50 {
  background-color: rgb(253 186 116 / 0.5);
}
.bg-orange-300\/55 {
  background-color: rgb(253 186 116 / 0.55);
}
.bg-orange-300\/60 {
  background-color: rgb(253 186 116 / 0.6);
}
.bg-orange-300\/65 {
  background-color: rgb(253 186 116 / 0.65);
}
.bg-orange-300\/70 {
  background-color: rgb(253 186 116 / 0.7);
}
.bg-orange-300\/75 {
  background-color: rgb(253 186 116 / 0.75);
}
.bg-orange-300\/80 {
  background-color: rgb(253 186 116 / 0.8);
}
.bg-orange-300\/85 {
  background-color: rgb(253 186 116 / 0.85);
}
.bg-orange-300\/90 {
  background-color: rgb(253 186 116 / 0.9);
}
.bg-orange-300\/95 {
  background-color: rgb(253 186 116 / 0.95);
}
.bg-orange-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(251 146 60 / var(--tw-bg-opacity, 1));
}
.bg-orange-400\/0 {
  background-color: rgb(251 146 60 / 0);
}
.bg-orange-400\/10 {
  background-color: rgb(251 146 60 / 0.1);
}
.bg-orange-400\/100 {
  background-color: rgb(251 146 60 / 1);
}
.bg-orange-400\/15 {
  background-color: rgb(251 146 60 / 0.15);
}
.bg-orange-400\/20 {
  background-color: rgb(251 146 60 / 0.2);
}
.bg-orange-400\/25 {
  background-color: rgb(251 146 60 / 0.25);
}
.bg-orange-400\/30 {
  background-color: rgb(251 146 60 / 0.3);
}
.bg-orange-400\/35 {
  background-color: rgb(251 146 60 / 0.35);
}
.bg-orange-400\/40 {
  background-color: rgb(251 146 60 / 0.4);
}
.bg-orange-400\/45 {
  background-color: rgb(251 146 60 / 0.45);
}
.bg-orange-400\/5 {
  background-color: rgb(251 146 60 / 0.05);
}
.bg-orange-400\/50 {
  background-color: rgb(251 146 60 / 0.5);
}
.bg-orange-400\/55 {
  background-color: rgb(251 146 60 / 0.55);
}
.bg-orange-400\/60 {
  background-color: rgb(251 146 60 / 0.6);
}
.bg-orange-400\/65 {
  background-color: rgb(251 146 60 / 0.65);
}
.bg-orange-400\/70 {
  background-color: rgb(251 146 60 / 0.7);
}
.bg-orange-400\/75 {
  background-color: rgb(251 146 60 / 0.75);
}
.bg-orange-400\/80 {
  background-color: rgb(251 146 60 / 0.8);
}
.bg-orange-400\/85 {
  background-color: rgb(251 146 60 / 0.85);
}
.bg-orange-400\/90 {
  background-color: rgb(251 146 60 / 0.9);
}
.bg-orange-400\/95 {
  background-color: rgb(251 146 60 / 0.95);
}
.bg-orange-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 247 237 / var(--tw-bg-opacity, 1));
}
.bg-orange-50\/0 {
  background-color: rgb(255 247 237 / 0);
}
.bg-orange-50\/10 {
  background-color: rgb(255 247 237 / 0.1);
}
.bg-orange-50\/100 {
  background-color: rgb(255 247 237 / 1);
}
.bg-orange-50\/15 {
  background-color: rgb(255 247 237 / 0.15);
}
.bg-orange-50\/20 {
  background-color: rgb(255 247 237 / 0.2);
}
.bg-orange-50\/25 {
  background-color: rgb(255 247 237 / 0.25);
}
.bg-orange-50\/30 {
  background-color: rgb(255 247 237 / 0.3);
}
.bg-orange-50\/35 {
  background-color: rgb(255 247 237 / 0.35);
}
.bg-orange-50\/40 {
  background-color: rgb(255 247 237 / 0.4);
}
.bg-orange-50\/45 {
  background-color: rgb(255 247 237 / 0.45);
}
.bg-orange-50\/5 {
  background-color: rgb(255 247 237 / 0.05);
}
.bg-orange-50\/50 {
  background-color: rgb(255 247 237 / 0.5);
}
.bg-orange-50\/55 {
  background-color: rgb(255 247 237 / 0.55);
}
.bg-orange-50\/60 {
  background-color: rgb(255 247 237 / 0.6);
}
.bg-orange-50\/65 {
  background-color: rgb(255 247 237 / 0.65);
}
.bg-orange-50\/70 {
  background-color: rgb(255 247 237 / 0.7);
}
.bg-orange-50\/75 {
  background-color: rgb(255 247 237 / 0.75);
}
.bg-orange-50\/80 {
  background-color: rgb(255 247 237 / 0.8);
}
.bg-orange-50\/85 {
  background-color: rgb(255 247 237 / 0.85);
}
.bg-orange-50\/90 {
  background-color: rgb(255 247 237 / 0.9);
}
.bg-orange-50\/95 {
  background-color: rgb(255 247 237 / 0.95);
}
.bg-orange-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 115 22 / var(--tw-bg-opacity, 1));
}
.bg-orange-500\/0 {
  background-color: rgb(249 115 22 / 0);
}
.bg-orange-500\/10 {
  background-color: rgb(249 115 22 / 0.1);
}
.bg-orange-500\/100 {
  background-color: rgb(249 115 22 / 1);
}
.bg-orange-500\/15 {
  background-color: rgb(249 115 22 / 0.15);
}
.bg-orange-500\/20 {
  background-color: rgb(249 115 22 / 0.2);
}
.bg-orange-500\/25 {
  background-color: rgb(249 115 22 / 0.25);
}
.bg-orange-500\/30 {
  background-color: rgb(249 115 22 / 0.3);
}
.bg-orange-500\/35 {
  background-color: rgb(249 115 22 / 0.35);
}
.bg-orange-500\/40 {
  background-color: rgb(249 115 22 / 0.4);
}
.bg-orange-500\/45 {
  background-color: rgb(249 115 22 / 0.45);
}
.bg-orange-500\/5 {
  background-color: rgb(249 115 22 / 0.05);
}
.bg-orange-500\/50 {
  background-color: rgb(249 115 22 / 0.5);
}
.bg-orange-500\/55 {
  background-color: rgb(249 115 22 / 0.55);
}
.bg-orange-500\/60 {
  background-color: rgb(249 115 22 / 0.6);
}
.bg-orange-500\/65 {
  background-color: rgb(249 115 22 / 0.65);
}
.bg-orange-500\/70 {
  background-color: rgb(249 115 22 / 0.7);
}
.bg-orange-500\/75 {
  background-color: rgb(249 115 22 / 0.75);
}
.bg-orange-500\/80 {
  background-color: rgb(249 115 22 / 0.8);
}
.bg-orange-500\/85 {
  background-color: rgb(249 115 22 / 0.85);
}
.bg-orange-500\/90 {
  background-color: rgb(249 115 22 / 0.9);
}
.bg-orange-500\/95 {
  background-color: rgb(249 115 22 / 0.95);
}
.bg-orange-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(234 88 12 / var(--tw-bg-opacity, 1));
}
.bg-orange-600\/0 {
  background-color: rgb(234 88 12 / 0);
}
.bg-orange-600\/10 {
  background-color: rgb(234 88 12 / 0.1);
}
.bg-orange-600\/100 {
  background-color: rgb(234 88 12 / 1);
}
.bg-orange-600\/15 {
  background-color: rgb(234 88 12 / 0.15);
}
.bg-orange-600\/20 {
  background-color: rgb(234 88 12 / 0.2);
}
.bg-orange-600\/25 {
  background-color: rgb(234 88 12 / 0.25);
}
.bg-orange-600\/30 {
  background-color: rgb(234 88 12 / 0.3);
}
.bg-orange-600\/35 {
  background-color: rgb(234 88 12 / 0.35);
}
.bg-orange-600\/40 {
  background-color: rgb(234 88 12 / 0.4);
}
.bg-orange-600\/45 {
  background-color: rgb(234 88 12 / 0.45);
}
.bg-orange-600\/5 {
  background-color: rgb(234 88 12 / 0.05);
}
.bg-orange-600\/50 {
  background-color: rgb(234 88 12 / 0.5);
}
.bg-orange-600\/55 {
  background-color: rgb(234 88 12 / 0.55);
}
.bg-orange-600\/60 {
  background-color: rgb(234 88 12 / 0.6);
}
.bg-orange-600\/65 {
  background-color: rgb(234 88 12 / 0.65);
}
.bg-orange-600\/70 {
  background-color: rgb(234 88 12 / 0.7);
}
.bg-orange-600\/75 {
  background-color: rgb(234 88 12 / 0.75);
}
.bg-orange-600\/80 {
  background-color: rgb(234 88 12 / 0.8);
}
.bg-orange-600\/85 {
  background-color: rgb(234 88 12 / 0.85);
}
.bg-orange-600\/90 {
  background-color: rgb(234 88 12 / 0.9);
}
.bg-orange-600\/95 {
  background-color: rgb(234 88 12 / 0.95);
}
.bg-orange-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(194 65 12 / var(--tw-bg-opacity, 1));
}
.bg-orange-700\/0 {
  background-color: rgb(194 65 12 / 0);
}
.bg-orange-700\/10 {
  background-color: rgb(194 65 12 / 0.1);
}
.bg-orange-700\/100 {
  background-color: rgb(194 65 12 / 1);
}
.bg-orange-700\/15 {
  background-color: rgb(194 65 12 / 0.15);
}
.bg-orange-700\/20 {
  background-color: rgb(194 65 12 / 0.2);
}
.bg-orange-700\/25 {
  background-color: rgb(194 65 12 / 0.25);
}
.bg-orange-700\/30 {
  background-color: rgb(194 65 12 / 0.3);
}
.bg-orange-700\/35 {
  background-color: rgb(194 65 12 / 0.35);
}
.bg-orange-700\/40 {
  background-color: rgb(194 65 12 / 0.4);
}
.bg-orange-700\/45 {
  background-color: rgb(194 65 12 / 0.45);
}
.bg-orange-700\/5 {
  background-color: rgb(194 65 12 / 0.05);
}
.bg-orange-700\/50 {
  background-color: rgb(194 65 12 / 0.5);
}
.bg-orange-700\/55 {
  background-color: rgb(194 65 12 / 0.55);
}
.bg-orange-700\/60 {
  background-color: rgb(194 65 12 / 0.6);
}
.bg-orange-700\/65 {
  background-color: rgb(194 65 12 / 0.65);
}
.bg-orange-700\/70 {
  background-color: rgb(194 65 12 / 0.7);
}
.bg-orange-700\/75 {
  background-color: rgb(194 65 12 / 0.75);
}
.bg-orange-700\/80 {
  background-color: rgb(194 65 12 / 0.8);
}
.bg-orange-700\/85 {
  background-color: rgb(194 65 12 / 0.85);
}
.bg-orange-700\/90 {
  background-color: rgb(194 65 12 / 0.9);
}
.bg-orange-700\/95 {
  background-color: rgb(194 65 12 / 0.95);
}
.bg-orange-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(154 52 18 / var(--tw-bg-opacity, 1));
}
.bg-orange-800\/0 {
  background-color: rgb(154 52 18 / 0);
}
.bg-orange-800\/10 {
  background-color: rgb(154 52 18 / 0.1);
}
.bg-orange-800\/100 {
  background-color: rgb(154 52 18 / 1);
}
.bg-orange-800\/15 {
  background-color: rgb(154 52 18 / 0.15);
}
.bg-orange-800\/20 {
  background-color: rgb(154 52 18 / 0.2);
}
.bg-orange-800\/25 {
  background-color: rgb(154 52 18 / 0.25);
}
.bg-orange-800\/30 {
  background-color: rgb(154 52 18 / 0.3);
}
.bg-orange-800\/35 {
  background-color: rgb(154 52 18 / 0.35);
}
.bg-orange-800\/40 {
  background-color: rgb(154 52 18 / 0.4);
}
.bg-orange-800\/45 {
  background-color: rgb(154 52 18 / 0.45);
}
.bg-orange-800\/5 {
  background-color: rgb(154 52 18 / 0.05);
}
.bg-orange-800\/50 {
  background-color: rgb(154 52 18 / 0.5);
}
.bg-orange-800\/55 {
  background-color: rgb(154 52 18 / 0.55);
}
.bg-orange-800\/60 {
  background-color: rgb(154 52 18 / 0.6);
}
.bg-orange-800\/65 {
  background-color: rgb(154 52 18 / 0.65);
}
.bg-orange-800\/70 {
  background-color: rgb(154 52 18 / 0.7);
}
.bg-orange-800\/75 {
  background-color: rgb(154 52 18 / 0.75);
}
.bg-orange-800\/80 {
  background-color: rgb(154 52 18 / 0.8);
}
.bg-orange-800\/85 {
  background-color: rgb(154 52 18 / 0.85);
}
.bg-orange-800\/90 {
  background-color: rgb(154 52 18 / 0.9);
}
.bg-orange-800\/95 {
  background-color: rgb(154 52 18 / 0.95);
}
.bg-orange-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(124 45 18 / var(--tw-bg-opacity, 1));
}
.bg-orange-900\/0 {
  background-color: rgb(124 45 18 / 0);
}
.bg-orange-900\/10 {
  background-color: rgb(124 45 18 / 0.1);
}
.bg-orange-900\/100 {
  background-color: rgb(124 45 18 / 1);
}
.bg-orange-900\/15 {
  background-color: rgb(124 45 18 / 0.15);
}
.bg-orange-900\/20 {
  background-color: rgb(124 45 18 / 0.2);
}
.bg-orange-900\/25 {
  background-color: rgb(124 45 18 / 0.25);
}
.bg-orange-900\/30 {
  background-color: rgb(124 45 18 / 0.3);
}
.bg-orange-900\/35 {
  background-color: rgb(124 45 18 / 0.35);
}
.bg-orange-900\/40 {
  background-color: rgb(124 45 18 / 0.4);
}
.bg-orange-900\/45 {
  background-color: rgb(124 45 18 / 0.45);
}
.bg-orange-900\/5 {
  background-color: rgb(124 45 18 / 0.05);
}
.bg-orange-900\/50 {
  background-color: rgb(124 45 18 / 0.5);
}
.bg-orange-900\/55 {
  background-color: rgb(124 45 18 / 0.55);
}
.bg-orange-900\/60 {
  background-color: rgb(124 45 18 / 0.6);
}
.bg-orange-900\/65 {
  background-color: rgb(124 45 18 / 0.65);
}
.bg-orange-900\/70 {
  background-color: rgb(124 45 18 / 0.7);
}
.bg-orange-900\/75 {
  background-color: rgb(124 45 18 / 0.75);
}
.bg-orange-900\/80 {
  background-color: rgb(124 45 18 / 0.8);
}
.bg-orange-900\/85 {
  background-color: rgb(124 45 18 / 0.85);
}
.bg-orange-900\/90 {
  background-color: rgb(124 45 18 / 0.9);
}
.bg-orange-900\/95 {
  background-color: rgb(124 45 18 / 0.95);
}
.bg-orange-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(67 20 7 / var(--tw-bg-opacity, 1));
}
.bg-orange-950\/0 {
  background-color: rgb(67 20 7 / 0);
}
.bg-orange-950\/10 {
  background-color: rgb(67 20 7 / 0.1);
}
.bg-orange-950\/100 {
  background-color: rgb(67 20 7 / 1);
}
.bg-orange-950\/15 {
  background-color: rgb(67 20 7 / 0.15);
}
.bg-orange-950\/20 {
  background-color: rgb(67 20 7 / 0.2);
}
.bg-orange-950\/25 {
  background-color: rgb(67 20 7 / 0.25);
}
.bg-orange-950\/30 {
  background-color: rgb(67 20 7 / 0.3);
}
.bg-orange-950\/35 {
  background-color: rgb(67 20 7 / 0.35);
}
.bg-orange-950\/40 {
  background-color: rgb(67 20 7 / 0.4);
}
.bg-orange-950\/45 {
  background-color: rgb(67 20 7 / 0.45);
}
.bg-orange-950\/5 {
  background-color: rgb(67 20 7 / 0.05);
}
.bg-orange-950\/50 {
  background-color: rgb(67 20 7 / 0.5);
}
.bg-orange-950\/55 {
  background-color: rgb(67 20 7 / 0.55);
}
.bg-orange-950\/60 {
  background-color: rgb(67 20 7 / 0.6);
}
.bg-orange-950\/65 {
  background-color: rgb(67 20 7 / 0.65);
}
.bg-orange-950\/70 {
  background-color: rgb(67 20 7 / 0.7);
}
.bg-orange-950\/75 {
  background-color: rgb(67 20 7 / 0.75);
}
.bg-orange-950\/80 {
  background-color: rgb(67 20 7 / 0.8);
}
.bg-orange-950\/85 {
  background-color: rgb(67 20 7 / 0.85);
}
.bg-orange-950\/90 {
  background-color: rgb(67 20 7 / 0.9);
}
.bg-orange-950\/95 {
  background-color: rgb(67 20 7 / 0.95);
}
.bg-pink-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 242 248 / var(--tw-bg-opacity, 1));
}
.bg-primary-500 {
  --tw-bg-opacity: 1;
  background-color: color-mix(in srgb, var(--p-primary-500) calc(100% * var(--tw-bg-opacity, 1)), transparent);
}
.bg-purple-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 232 255 / var(--tw-bg-opacity, 1));
}
.bg-purple-100\/0 {
  background-color: rgb(243 232 255 / 0);
}
.bg-purple-100\/10 {
  background-color: rgb(243 232 255 / 0.1);
}
.bg-purple-100\/100 {
  background-color: rgb(243 232 255 / 1);
}
.bg-purple-100\/15 {
  background-color: rgb(243 232 255 / 0.15);
}
.bg-purple-100\/20 {
  background-color: rgb(243 232 255 / 0.2);
}
.bg-purple-100\/25 {
  background-color: rgb(243 232 255 / 0.25);
}
.bg-purple-100\/30 {
  background-color: rgb(243 232 255 / 0.3);
}
.bg-purple-100\/35 {
  background-color: rgb(243 232 255 / 0.35);
}
.bg-purple-100\/40 {
  background-color: rgb(243 232 255 / 0.4);
}
.bg-purple-100\/45 {
  background-color: rgb(243 232 255 / 0.45);
}
.bg-purple-100\/5 {
  background-color: rgb(243 232 255 / 0.05);
}
.bg-purple-100\/50 {
  background-color: rgb(243 232 255 / 0.5);
}
.bg-purple-100\/55 {
  background-color: rgb(243 232 255 / 0.55);
}
.bg-purple-100\/60 {
  background-color: rgb(243 232 255 / 0.6);
}
.bg-purple-100\/65 {
  background-color: rgb(243 232 255 / 0.65);
}
.bg-purple-100\/70 {
  background-color: rgb(243 232 255 / 0.7);
}
.bg-purple-100\/75 {
  background-color: rgb(243 232 255 / 0.75);
}
.bg-purple-100\/80 {
  background-color: rgb(243 232 255 / 0.8);
}
.bg-purple-100\/85 {
  background-color: rgb(243 232 255 / 0.85);
}
.bg-purple-100\/90 {
  background-color: rgb(243 232 255 / 0.9);
}
.bg-purple-100\/95 {
  background-color: rgb(243 232 255 / 0.95);
}
.bg-purple-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(233 213 255 / var(--tw-bg-opacity, 1));
}
.bg-purple-200\/0 {
  background-color: rgb(233 213 255 / 0);
}
.bg-purple-200\/10 {
  background-color: rgb(233 213 255 / 0.1);
}
.bg-purple-200\/100 {
  background-color: rgb(233 213 255 / 1);
}
.bg-purple-200\/15 {
  background-color: rgb(233 213 255 / 0.15);
}
.bg-purple-200\/20 {
  background-color: rgb(233 213 255 / 0.2);
}
.bg-purple-200\/25 {
  background-color: rgb(233 213 255 / 0.25);
}
.bg-purple-200\/30 {
  background-color: rgb(233 213 255 / 0.3);
}
.bg-purple-200\/35 {
  background-color: rgb(233 213 255 / 0.35);
}
.bg-purple-200\/40 {
  background-color: rgb(233 213 255 / 0.4);
}
.bg-purple-200\/45 {
  background-color: rgb(233 213 255 / 0.45);
}
.bg-purple-200\/5 {
  background-color: rgb(233 213 255 / 0.05);
}
.bg-purple-200\/50 {
  background-color: rgb(233 213 255 / 0.5);
}
.bg-purple-200\/55 {
  background-color: rgb(233 213 255 / 0.55);
}
.bg-purple-200\/60 {
  background-color: rgb(233 213 255 / 0.6);
}
.bg-purple-200\/65 {
  background-color: rgb(233 213 255 / 0.65);
}
.bg-purple-200\/70 {
  background-color: rgb(233 213 255 / 0.7);
}
.bg-purple-200\/75 {
  background-color: rgb(233 213 255 / 0.75);
}
.bg-purple-200\/80 {
  background-color: rgb(233 213 255 / 0.8);
}
.bg-purple-200\/85 {
  background-color: rgb(233 213 255 / 0.85);
}
.bg-purple-200\/90 {
  background-color: rgb(233 213 255 / 0.9);
}
.bg-purple-200\/95 {
  background-color: rgb(233 213 255 / 0.95);
}
.bg-purple-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(216 180 254 / var(--tw-bg-opacity, 1));
}
.bg-purple-300\/0 {
  background-color: rgb(216 180 254 / 0);
}
.bg-purple-300\/10 {
  background-color: rgb(216 180 254 / 0.1);
}
.bg-purple-300\/100 {
  background-color: rgb(216 180 254 / 1);
}
.bg-purple-300\/15 {
  background-color: rgb(216 180 254 / 0.15);
}
.bg-purple-300\/20 {
  background-color: rgb(216 180 254 / 0.2);
}
.bg-purple-300\/25 {
  background-color: rgb(216 180 254 / 0.25);
}
.bg-purple-300\/30 {
  background-color: rgb(216 180 254 / 0.3);
}
.bg-purple-300\/35 {
  background-color: rgb(216 180 254 / 0.35);
}
.bg-purple-300\/40 {
  background-color: rgb(216 180 254 / 0.4);
}
.bg-purple-300\/45 {
  background-color: rgb(216 180 254 / 0.45);
}
.bg-purple-300\/5 {
  background-color: rgb(216 180 254 / 0.05);
}
.bg-purple-300\/50 {
  background-color: rgb(216 180 254 / 0.5);
}
.bg-purple-300\/55 {
  background-color: rgb(216 180 254 / 0.55);
}
.bg-purple-300\/60 {
  background-color: rgb(216 180 254 / 0.6);
}
.bg-purple-300\/65 {
  background-color: rgb(216 180 254 / 0.65);
}
.bg-purple-300\/70 {
  background-color: rgb(216 180 254 / 0.7);
}
.bg-purple-300\/75 {
  background-color: rgb(216 180 254 / 0.75);
}
.bg-purple-300\/80 {
  background-color: rgb(216 180 254 / 0.8);
}
.bg-purple-300\/85 {
  background-color: rgb(216 180 254 / 0.85);
}
.bg-purple-300\/90 {
  background-color: rgb(216 180 254 / 0.9);
}
.bg-purple-300\/95 {
  background-color: rgb(216 180 254 / 0.95);
}
.bg-purple-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(192 132 252 / var(--tw-bg-opacity, 1));
}
.bg-purple-400\/0 {
  background-color: rgb(192 132 252 / 0);
}
.bg-purple-400\/10 {
  background-color: rgb(192 132 252 / 0.1);
}
.bg-purple-400\/100 {
  background-color: rgb(192 132 252 / 1);
}
.bg-purple-400\/15 {
  background-color: rgb(192 132 252 / 0.15);
}
.bg-purple-400\/20 {
  background-color: rgb(192 132 252 / 0.2);
}
.bg-purple-400\/25 {
  background-color: rgb(192 132 252 / 0.25);
}
.bg-purple-400\/30 {
  background-color: rgb(192 132 252 / 0.3);
}
.bg-purple-400\/35 {
  background-color: rgb(192 132 252 / 0.35);
}
.bg-purple-400\/40 {
  background-color: rgb(192 132 252 / 0.4);
}
.bg-purple-400\/45 {
  background-color: rgb(192 132 252 / 0.45);
}
.bg-purple-400\/5 {
  background-color: rgb(192 132 252 / 0.05);
}
.bg-purple-400\/50 {
  background-color: rgb(192 132 252 / 0.5);
}
.bg-purple-400\/55 {
  background-color: rgb(192 132 252 / 0.55);
}
.bg-purple-400\/60 {
  background-color: rgb(192 132 252 / 0.6);
}
.bg-purple-400\/65 {
  background-color: rgb(192 132 252 / 0.65);
}
.bg-purple-400\/70 {
  background-color: rgb(192 132 252 / 0.7);
}
.bg-purple-400\/75 {
  background-color: rgb(192 132 252 / 0.75);
}
.bg-purple-400\/80 {
  background-color: rgb(192 132 252 / 0.8);
}
.bg-purple-400\/85 {
  background-color: rgb(192 132 252 / 0.85);
}
.bg-purple-400\/90 {
  background-color: rgb(192 132 252 / 0.9);
}
.bg-purple-400\/95 {
  background-color: rgb(192 132 252 / 0.95);
}
.bg-purple-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 245 255 / var(--tw-bg-opacity, 1));
}
.bg-purple-50\/0 {
  background-color: rgb(250 245 255 / 0);
}
.bg-purple-50\/10 {
  background-color: rgb(250 245 255 / 0.1);
}
.bg-purple-50\/100 {
  background-color: rgb(250 245 255 / 1);
}
.bg-purple-50\/15 {
  background-color: rgb(250 245 255 / 0.15);
}
.bg-purple-50\/20 {
  background-color: rgb(250 245 255 / 0.2);
}
.bg-purple-50\/25 {
  background-color: rgb(250 245 255 / 0.25);
}
.bg-purple-50\/30 {
  background-color: rgb(250 245 255 / 0.3);
}
.bg-purple-50\/35 {
  background-color: rgb(250 245 255 / 0.35);
}
.bg-purple-50\/40 {
  background-color: rgb(250 245 255 / 0.4);
}
.bg-purple-50\/45 {
  background-color: rgb(250 245 255 / 0.45);
}
.bg-purple-50\/5 {
  background-color: rgb(250 245 255 / 0.05);
}
.bg-purple-50\/50 {
  background-color: rgb(250 245 255 / 0.5);
}
.bg-purple-50\/55 {
  background-color: rgb(250 245 255 / 0.55);
}
.bg-purple-50\/60 {
  background-color: rgb(250 245 255 / 0.6);
}
.bg-purple-50\/65 {
  background-color: rgb(250 245 255 / 0.65);
}
.bg-purple-50\/70 {
  background-color: rgb(250 245 255 / 0.7);
}
.bg-purple-50\/75 {
  background-color: rgb(250 245 255 / 0.75);
}
.bg-purple-50\/80 {
  background-color: rgb(250 245 255 / 0.8);
}
.bg-purple-50\/85 {
  background-color: rgb(250 245 255 / 0.85);
}
.bg-purple-50\/90 {
  background-color: rgb(250 245 255 / 0.9);
}
.bg-purple-50\/95 {
  background-color: rgb(250 245 255 / 0.95);
}
.bg-purple-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(168 85 247 / var(--tw-bg-opacity, 1));
}
.bg-purple-500\/0 {
  background-color: rgb(168 85 247 / 0);
}
.bg-purple-500\/10 {
  background-color: rgb(168 85 247 / 0.1);
}
.bg-purple-500\/100 {
  background-color: rgb(168 85 247 / 1);
}
.bg-purple-500\/15 {
  background-color: rgb(168 85 247 / 0.15);
}
.bg-purple-500\/20 {
  background-color: rgb(168 85 247 / 0.2);
}
.bg-purple-500\/25 {
  background-color: rgb(168 85 247 / 0.25);
}
.bg-purple-500\/30 {
  background-color: rgb(168 85 247 / 0.3);
}
.bg-purple-500\/35 {
  background-color: rgb(168 85 247 / 0.35);
}
.bg-purple-500\/40 {
  background-color: rgb(168 85 247 / 0.4);
}
.bg-purple-500\/45 {
  background-color: rgb(168 85 247 / 0.45);
}
.bg-purple-500\/5 {
  background-color: rgb(168 85 247 / 0.05);
}
.bg-purple-500\/50 {
  background-color: rgb(168 85 247 / 0.5);
}
.bg-purple-500\/55 {
  background-color: rgb(168 85 247 / 0.55);
}
.bg-purple-500\/60 {
  background-color: rgb(168 85 247 / 0.6);
}
.bg-purple-500\/65 {
  background-color: rgb(168 85 247 / 0.65);
}
.bg-purple-500\/70 {
  background-color: rgb(168 85 247 / 0.7);
}
.bg-purple-500\/75 {
  background-color: rgb(168 85 247 / 0.75);
}
.bg-purple-500\/80 {
  background-color: rgb(168 85 247 / 0.8);
}
.bg-purple-500\/85 {
  background-color: rgb(168 85 247 / 0.85);
}
.bg-purple-500\/90 {
  background-color: rgb(168 85 247 / 0.9);
}
.bg-purple-500\/95 {
  background-color: rgb(168 85 247 / 0.95);
}
.bg-purple-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(147 51 234 / var(--tw-bg-opacity, 1));
}
.bg-purple-600\/0 {
  background-color: rgb(147 51 234 / 0);
}
.bg-purple-600\/10 {
  background-color: rgb(147 51 234 / 0.1);
}
.bg-purple-600\/100 {
  background-color: rgb(147 51 234 / 1);
}
.bg-purple-600\/15 {
  background-color: rgb(147 51 234 / 0.15);
}
.bg-purple-600\/20 {
  background-color: rgb(147 51 234 / 0.2);
}
.bg-purple-600\/25 {
  background-color: rgb(147 51 234 / 0.25);
}
.bg-purple-600\/30 {
  background-color: rgb(147 51 234 / 0.3);
}
.bg-purple-600\/35 {
  background-color: rgb(147 51 234 / 0.35);
}
.bg-purple-600\/40 {
  background-color: rgb(147 51 234 / 0.4);
}
.bg-purple-600\/45 {
  background-color: rgb(147 51 234 / 0.45);
}
.bg-purple-600\/5 {
  background-color: rgb(147 51 234 / 0.05);
}
.bg-purple-600\/50 {
  background-color: rgb(147 51 234 / 0.5);
}
.bg-purple-600\/55 {
  background-color: rgb(147 51 234 / 0.55);
}
.bg-purple-600\/60 {
  background-color: rgb(147 51 234 / 0.6);
}
.bg-purple-600\/65 {
  background-color: rgb(147 51 234 / 0.65);
}
.bg-purple-600\/70 {
  background-color: rgb(147 51 234 / 0.7);
}
.bg-purple-600\/75 {
  background-color: rgb(147 51 234 / 0.75);
}
.bg-purple-600\/80 {
  background-color: rgb(147 51 234 / 0.8);
}
.bg-purple-600\/85 {
  background-color: rgb(147 51 234 / 0.85);
}
.bg-purple-600\/90 {
  background-color: rgb(147 51 234 / 0.9);
}
.bg-purple-600\/95 {
  background-color: rgb(147 51 234 / 0.95);
}
.bg-purple-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(126 34 206 / var(--tw-bg-opacity, 1));
}
.bg-purple-700\/0 {
  background-color: rgb(126 34 206 / 0);
}
.bg-purple-700\/10 {
  background-color: rgb(126 34 206 / 0.1);
}
.bg-purple-700\/100 {
  background-color: rgb(126 34 206 / 1);
}
.bg-purple-700\/15 {
  background-color: rgb(126 34 206 / 0.15);
}
.bg-purple-700\/20 {
  background-color: rgb(126 34 206 / 0.2);
}
.bg-purple-700\/25 {
  background-color: rgb(126 34 206 / 0.25);
}
.bg-purple-700\/30 {
  background-color: rgb(126 34 206 / 0.3);
}
.bg-purple-700\/35 {
  background-color: rgb(126 34 206 / 0.35);
}
.bg-purple-700\/40 {
  background-color: rgb(126 34 206 / 0.4);
}
.bg-purple-700\/45 {
  background-color: rgb(126 34 206 / 0.45);
}
.bg-purple-700\/5 {
  background-color: rgb(126 34 206 / 0.05);
}
.bg-purple-700\/50 {
  background-color: rgb(126 34 206 / 0.5);
}
.bg-purple-700\/55 {
  background-color: rgb(126 34 206 / 0.55);
}
.bg-purple-700\/60 {
  background-color: rgb(126 34 206 / 0.6);
}
.bg-purple-700\/65 {
  background-color: rgb(126 34 206 / 0.65);
}
.bg-purple-700\/70 {
  background-color: rgb(126 34 206 / 0.7);
}
.bg-purple-700\/75 {
  background-color: rgb(126 34 206 / 0.75);
}
.bg-purple-700\/80 {
  background-color: rgb(126 34 206 / 0.8);
}
.bg-purple-700\/85 {
  background-color: rgb(126 34 206 / 0.85);
}
.bg-purple-700\/90 {
  background-color: rgb(126 34 206 / 0.9);
}
.bg-purple-700\/95 {
  background-color: rgb(126 34 206 / 0.95);
}
.bg-purple-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(107 33 168 / var(--tw-bg-opacity, 1));
}
.bg-purple-800\/0 {
  background-color: rgb(107 33 168 / 0);
}
.bg-purple-800\/10 {
  background-color: rgb(107 33 168 / 0.1);
}
.bg-purple-800\/100 {
  background-color: rgb(107 33 168 / 1);
}
.bg-purple-800\/15 {
  background-color: rgb(107 33 168 / 0.15);
}
.bg-purple-800\/20 {
  background-color: rgb(107 33 168 / 0.2);
}
.bg-purple-800\/25 {
  background-color: rgb(107 33 168 / 0.25);
}
.bg-purple-800\/30 {
  background-color: rgb(107 33 168 / 0.3);
}
.bg-purple-800\/35 {
  background-color: rgb(107 33 168 / 0.35);
}
.bg-purple-800\/40 {
  background-color: rgb(107 33 168 / 0.4);
}
.bg-purple-800\/45 {
  background-color: rgb(107 33 168 / 0.45);
}
.bg-purple-800\/5 {
  background-color: rgb(107 33 168 / 0.05);
}
.bg-purple-800\/50 {
  background-color: rgb(107 33 168 / 0.5);
}
.bg-purple-800\/55 {
  background-color: rgb(107 33 168 / 0.55);
}
.bg-purple-800\/60 {
  background-color: rgb(107 33 168 / 0.6);
}
.bg-purple-800\/65 {
  background-color: rgb(107 33 168 / 0.65);
}
.bg-purple-800\/70 {
  background-color: rgb(107 33 168 / 0.7);
}
.bg-purple-800\/75 {
  background-color: rgb(107 33 168 / 0.75);
}
.bg-purple-800\/80 {
  background-color: rgb(107 33 168 / 0.8);
}
.bg-purple-800\/85 {
  background-color: rgb(107 33 168 / 0.85);
}
.bg-purple-800\/90 {
  background-color: rgb(107 33 168 / 0.9);
}
.bg-purple-800\/95 {
  background-color: rgb(107 33 168 / 0.95);
}
.bg-purple-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(88 28 135 / var(--tw-bg-opacity, 1));
}
.bg-purple-900\/0 {
  background-color: rgb(88 28 135 / 0);
}
.bg-purple-900\/10 {
  background-color: rgb(88 28 135 / 0.1);
}
.bg-purple-900\/100 {
  background-color: rgb(88 28 135 / 1);
}
.bg-purple-900\/15 {
  background-color: rgb(88 28 135 / 0.15);
}
.bg-purple-900\/20 {
  background-color: rgb(88 28 135 / 0.2);
}
.bg-purple-900\/25 {
  background-color: rgb(88 28 135 / 0.25);
}
.bg-purple-900\/30 {
  background-color: rgb(88 28 135 / 0.3);
}
.bg-purple-900\/35 {
  background-color: rgb(88 28 135 / 0.35);
}
.bg-purple-900\/40 {
  background-color: rgb(88 28 135 / 0.4);
}
.bg-purple-900\/45 {
  background-color: rgb(88 28 135 / 0.45);
}
.bg-purple-900\/5 {
  background-color: rgb(88 28 135 / 0.05);
}
.bg-purple-900\/50 {
  background-color: rgb(88 28 135 / 0.5);
}
.bg-purple-900\/55 {
  background-color: rgb(88 28 135 / 0.55);
}
.bg-purple-900\/60 {
  background-color: rgb(88 28 135 / 0.6);
}
.bg-purple-900\/65 {
  background-color: rgb(88 28 135 / 0.65);
}
.bg-purple-900\/70 {
  background-color: rgb(88 28 135 / 0.7);
}
.bg-purple-900\/75 {
  background-color: rgb(88 28 135 / 0.75);
}
.bg-purple-900\/80 {
  background-color: rgb(88 28 135 / 0.8);
}
.bg-purple-900\/85 {
  background-color: rgb(88 28 135 / 0.85);
}
.bg-purple-900\/90 {
  background-color: rgb(88 28 135 / 0.9);
}
.bg-purple-900\/95 {
  background-color: rgb(88 28 135 / 0.95);
}
.bg-purple-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(59 7 100 / var(--tw-bg-opacity, 1));
}
.bg-purple-950\/0 {
  background-color: rgb(59 7 100 / 0);
}
.bg-purple-950\/10 {
  background-color: rgb(59 7 100 / 0.1);
}
.bg-purple-950\/100 {
  background-color: rgb(59 7 100 / 1);
}
.bg-purple-950\/15 {
  background-color: rgb(59 7 100 / 0.15);
}
.bg-purple-950\/20 {
  background-color: rgb(59 7 100 / 0.2);
}
.bg-purple-950\/25 {
  background-color: rgb(59 7 100 / 0.25);
}
.bg-purple-950\/30 {
  background-color: rgb(59 7 100 / 0.3);
}
.bg-purple-950\/35 {
  background-color: rgb(59 7 100 / 0.35);
}
.bg-purple-950\/40 {
  background-color: rgb(59 7 100 / 0.4);
}
.bg-purple-950\/45 {
  background-color: rgb(59 7 100 / 0.45);
}
.bg-purple-950\/5 {
  background-color: rgb(59 7 100 / 0.05);
}
.bg-purple-950\/50 {
  background-color: rgb(59 7 100 / 0.5);
}
.bg-purple-950\/55 {
  background-color: rgb(59 7 100 / 0.55);
}
.bg-purple-950\/60 {
  background-color: rgb(59 7 100 / 0.6);
}
.bg-purple-950\/65 {
  background-color: rgb(59 7 100 / 0.65);
}
.bg-purple-950\/70 {
  background-color: rgb(59 7 100 / 0.7);
}
.bg-purple-950\/75 {
  background-color: rgb(59 7 100 / 0.75);
}
.bg-purple-950\/80 {
  background-color: rgb(59 7 100 / 0.8);
}
.bg-purple-950\/85 {
  background-color: rgb(59 7 100 / 0.85);
}
.bg-purple-950\/90 {
  background-color: rgb(59 7 100 / 0.9);
}
.bg-purple-950\/95 {
  background-color: rgb(59 7 100 / 0.95);
}
.bg-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
}
.bg-red-100\/0 {
  background-color: rgb(254 226 226 / 0);
}
.bg-red-100\/10 {
  background-color: rgb(254 226 226 / 0.1);
}
.bg-red-100\/100 {
  background-color: rgb(254 226 226 / 1);
}
.bg-red-100\/15 {
  background-color: rgb(254 226 226 / 0.15);
}
.bg-red-100\/20 {
  background-color: rgb(254 226 226 / 0.2);
}
.bg-red-100\/25 {
  background-color: rgb(254 226 226 / 0.25);
}
.bg-red-100\/30 {
  background-color: rgb(254 226 226 / 0.3);
}
.bg-red-100\/35 {
  background-color: rgb(254 226 226 / 0.35);
}
.bg-red-100\/40 {
  background-color: rgb(254 226 226 / 0.4);
}
.bg-red-100\/45 {
  background-color: rgb(254 226 226 / 0.45);
}
.bg-red-100\/5 {
  background-color: rgb(254 226 226 / 0.05);
}
.bg-red-100\/50 {
  background-color: rgb(254 226 226 / 0.5);
}
.bg-red-100\/55 {
  background-color: rgb(254 226 226 / 0.55);
}
.bg-red-100\/60 {
  background-color: rgb(254 226 226 / 0.6);
}
.bg-red-100\/65 {
  background-color: rgb(254 226 226 / 0.65);
}
.bg-red-100\/70 {
  background-color: rgb(254 226 226 / 0.7);
}
.bg-red-100\/75 {
  background-color: rgb(254 226 226 / 0.75);
}
.bg-red-100\/80 {
  background-color: rgb(254 226 226 / 0.8);
}
.bg-red-100\/85 {
  background-color: rgb(254 226 226 / 0.85);
}
.bg-red-100\/90 {
  background-color: rgb(254 226 226 / 0.9);
}
.bg-red-100\/95 {
  background-color: rgb(254 226 226 / 0.95);
}
.bg-red-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 202 202 / var(--tw-bg-opacity, 1));
}
.bg-red-200\/0 {
  background-color: rgb(254 202 202 / 0);
}
.bg-red-200\/10 {
  background-color: rgb(254 202 202 / 0.1);
}
.bg-red-200\/100 {
  background-color: rgb(254 202 202 / 1);
}
.bg-red-200\/15 {
  background-color: rgb(254 202 202 / 0.15);
}
.bg-red-200\/20 {
  background-color: rgb(254 202 202 / 0.2);
}
.bg-red-200\/25 {
  background-color: rgb(254 202 202 / 0.25);
}
.bg-red-200\/30 {
  background-color: rgb(254 202 202 / 0.3);
}
.bg-red-200\/35 {
  background-color: rgb(254 202 202 / 0.35);
}
.bg-red-200\/40 {
  background-color: rgb(254 202 202 / 0.4);
}
.bg-red-200\/45 {
  background-color: rgb(254 202 202 / 0.45);
}
.bg-red-200\/5 {
  background-color: rgb(254 202 202 / 0.05);
}
.bg-red-200\/50 {
  background-color: rgb(254 202 202 / 0.5);
}
.bg-red-200\/55 {
  background-color: rgb(254 202 202 / 0.55);
}
.bg-red-200\/60 {
  background-color: rgb(254 202 202 / 0.6);
}
.bg-red-200\/65 {
  background-color: rgb(254 202 202 / 0.65);
}
.bg-red-200\/70 {
  background-color: rgb(254 202 202 / 0.7);
}
.bg-red-200\/75 {
  background-color: rgb(254 202 202 / 0.75);
}
.bg-red-200\/80 {
  background-color: rgb(254 202 202 / 0.8);
}
.bg-red-200\/85 {
  background-color: rgb(254 202 202 / 0.85);
}
.bg-red-200\/90 {
  background-color: rgb(254 202 202 / 0.9);
}
.bg-red-200\/95 {
  background-color: rgb(254 202 202 / 0.95);
}
.bg-red-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(252 165 165 / var(--tw-bg-opacity, 1));
}
.bg-red-300\/0 {
  background-color: rgb(252 165 165 / 0);
}
.bg-red-300\/10 {
  background-color: rgb(252 165 165 / 0.1);
}
.bg-red-300\/100 {
  background-color: rgb(252 165 165 / 1);
}
.bg-red-300\/15 {
  background-color: rgb(252 165 165 / 0.15);
}
.bg-red-300\/20 {
  background-color: rgb(252 165 165 / 0.2);
}
.bg-red-300\/25 {
  background-color: rgb(252 165 165 / 0.25);
}
.bg-red-300\/30 {
  background-color: rgb(252 165 165 / 0.3);
}
.bg-red-300\/35 {
  background-color: rgb(252 165 165 / 0.35);
}
.bg-red-300\/40 {
  background-color: rgb(252 165 165 / 0.4);
}
.bg-red-300\/45 {
  background-color: rgb(252 165 165 / 0.45);
}
.bg-red-300\/5 {
  background-color: rgb(252 165 165 / 0.05);
}
.bg-red-300\/50 {
  background-color: rgb(252 165 165 / 0.5);
}
.bg-red-300\/55 {
  background-color: rgb(252 165 165 / 0.55);
}
.bg-red-300\/60 {
  background-color: rgb(252 165 165 / 0.6);
}
.bg-red-300\/65 {
  background-color: rgb(252 165 165 / 0.65);
}
.bg-red-300\/70 {
  background-color: rgb(252 165 165 / 0.7);
}
.bg-red-300\/75 {
  background-color: rgb(252 165 165 / 0.75);
}
.bg-red-300\/80 {
  background-color: rgb(252 165 165 / 0.8);
}
.bg-red-300\/85 {
  background-color: rgb(252 165 165 / 0.85);
}
.bg-red-300\/90 {
  background-color: rgb(252 165 165 / 0.9);
}
.bg-red-300\/95 {
  background-color: rgb(252 165 165 / 0.95);
}
.bg-red-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 113 113 / var(--tw-bg-opacity, 1));
}
.bg-red-400\/0 {
  background-color: rgb(248 113 113 / 0);
}
.bg-red-400\/10 {
  background-color: rgb(248 113 113 / 0.1);
}
.bg-red-400\/100 {
  background-color: rgb(248 113 113 / 1);
}
.bg-red-400\/15 {
  background-color: rgb(248 113 113 / 0.15);
}
.bg-red-400\/20 {
  background-color: rgb(248 113 113 / 0.2);
}
.bg-red-400\/25 {
  background-color: rgb(248 113 113 / 0.25);
}
.bg-red-400\/30 {
  background-color: rgb(248 113 113 / 0.3);
}
.bg-red-400\/35 {
  background-color: rgb(248 113 113 / 0.35);
}
.bg-red-400\/40 {
  background-color: rgb(248 113 113 / 0.4);
}
.bg-red-400\/45 {
  background-color: rgb(248 113 113 / 0.45);
}
.bg-red-400\/5 {
  background-color: rgb(248 113 113 / 0.05);
}
.bg-red-400\/50 {
  background-color: rgb(248 113 113 / 0.5);
}
.bg-red-400\/55 {
  background-color: rgb(248 113 113 / 0.55);
}
.bg-red-400\/60 {
  background-color: rgb(248 113 113 / 0.6);
}
.bg-red-400\/65 {
  background-color: rgb(248 113 113 / 0.65);
}
.bg-red-400\/70 {
  background-color: rgb(248 113 113 / 0.7);
}
.bg-red-400\/75 {
  background-color: rgb(248 113 113 / 0.75);
}
.bg-red-400\/80 {
  background-color: rgb(248 113 113 / 0.8);
}
.bg-red-400\/85 {
  background-color: rgb(248 113 113 / 0.85);
}
.bg-red-400\/90 {
  background-color: rgb(248 113 113 / 0.9);
}
.bg-red-400\/95 {
  background-color: rgb(248 113 113 / 0.95);
}
.bg-red-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}
.bg-red-50\/0 {
  background-color: rgb(254 242 242 / 0);
}
.bg-red-50\/10 {
  background-color: rgb(254 242 242 / 0.1);
}
.bg-red-50\/100 {
  background-color: rgb(254 242 242 / 1);
}
.bg-red-50\/15 {
  background-color: rgb(254 242 242 / 0.15);
}
.bg-red-50\/20 {
  background-color: rgb(254 242 242 / 0.2);
}
.bg-red-50\/25 {
  background-color: rgb(254 242 242 / 0.25);
}
.bg-red-50\/30 {
  background-color: rgb(254 242 242 / 0.3);
}
.bg-red-50\/35 {
  background-color: rgb(254 242 242 / 0.35);
}
.bg-red-50\/40 {
  background-color: rgb(254 242 242 / 0.4);
}
.bg-red-50\/45 {
  background-color: rgb(254 242 242 / 0.45);
}
.bg-red-50\/5 {
  background-color: rgb(254 242 242 / 0.05);
}
.bg-red-50\/50 {
  background-color: rgb(254 242 242 / 0.5);
}
.bg-red-50\/55 {
  background-color: rgb(254 242 242 / 0.55);
}
.bg-red-50\/60 {
  background-color: rgb(254 242 242 / 0.6);
}
.bg-red-50\/65 {
  background-color: rgb(254 242 242 / 0.65);
}
.bg-red-50\/70 {
  background-color: rgb(254 242 242 / 0.7);
}
.bg-red-50\/75 {
  background-color: rgb(254 242 242 / 0.75);
}
.bg-red-50\/80 {
  background-color: rgb(254 242 242 / 0.8);
}
.bg-red-50\/85 {
  background-color: rgb(254 242 242 / 0.85);
}
.bg-red-50\/90 {
  background-color: rgb(254 242 242 / 0.9);
}
.bg-red-50\/95 {
  background-color: rgb(254 242 242 / 0.95);
}
.bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}
.bg-red-500\/0 {
  background-color: rgb(239 68 68 / 0);
}
.bg-red-500\/10 {
  background-color: rgb(239 68 68 / 0.1);
}
.bg-red-500\/100 {
  background-color: rgb(239 68 68 / 1);
}
.bg-red-500\/15 {
  background-color: rgb(239 68 68 / 0.15);
}
.bg-red-500\/20 {
  background-color: rgb(239 68 68 / 0.2);
}
.bg-red-500\/25 {
  background-color: rgb(239 68 68 / 0.25);
}
.bg-red-500\/30 {
  background-color: rgb(239 68 68 / 0.3);
}
.bg-red-500\/35 {
  background-color: rgb(239 68 68 / 0.35);
}
.bg-red-500\/40 {
  background-color: rgb(239 68 68 / 0.4);
}
.bg-red-500\/45 {
  background-color: rgb(239 68 68 / 0.45);
}
.bg-red-500\/5 {
  background-color: rgb(239 68 68 / 0.05);
}
.bg-red-500\/50 {
  background-color: rgb(239 68 68 / 0.5);
}
.bg-red-500\/55 {
  background-color: rgb(239 68 68 / 0.55);
}
.bg-red-500\/60 {
  background-color: rgb(239 68 68 / 0.6);
}
.bg-red-500\/65 {
  background-color: rgb(239 68 68 / 0.65);
}
.bg-red-500\/70 {
  background-color: rgb(239 68 68 / 0.7);
}
.bg-red-500\/75 {
  background-color: rgb(239 68 68 / 0.75);
}
.bg-red-500\/80 {
  background-color: rgb(239 68 68 / 0.8);
}
.bg-red-500\/85 {
  background-color: rgb(239 68 68 / 0.85);
}
.bg-red-500\/90 {
  background-color: rgb(239 68 68 / 0.9);
}
.bg-red-500\/95 {
  background-color: rgb(239 68 68 / 0.95);
}
.bg-red-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
.bg-red-600\/0 {
  background-color: rgb(220 38 38 / 0);
}
.bg-red-600\/10 {
  background-color: rgb(220 38 38 / 0.1);
}
.bg-red-600\/100 {
  background-color: rgb(220 38 38 / 1);
}
.bg-red-600\/15 {
  background-color: rgb(220 38 38 / 0.15);
}
.bg-red-600\/20 {
  background-color: rgb(220 38 38 / 0.2);
}
.bg-red-600\/25 {
  background-color: rgb(220 38 38 / 0.25);
}
.bg-red-600\/30 {
  background-color: rgb(220 38 38 / 0.3);
}
.bg-red-600\/35 {
  background-color: rgb(220 38 38 / 0.35);
}
.bg-red-600\/40 {
  background-color: rgb(220 38 38 / 0.4);
}
.bg-red-600\/45 {
  background-color: rgb(220 38 38 / 0.45);
}
.bg-red-600\/5 {
  background-color: rgb(220 38 38 / 0.05);
}
.bg-red-600\/50 {
  background-color: rgb(220 38 38 / 0.5);
}
.bg-red-600\/55 {
  background-color: rgb(220 38 38 / 0.55);
}
.bg-red-600\/60 {
  background-color: rgb(220 38 38 / 0.6);
}
.bg-red-600\/65 {
  background-color: rgb(220 38 38 / 0.65);
}
.bg-red-600\/70 {
  background-color: rgb(220 38 38 / 0.7);
}
.bg-red-600\/75 {
  background-color: rgb(220 38 38 / 0.75);
}
.bg-red-600\/80 {
  background-color: rgb(220 38 38 / 0.8);
}
.bg-red-600\/85 {
  background-color: rgb(220 38 38 / 0.85);
}
.bg-red-600\/90 {
  background-color: rgb(220 38 38 / 0.9);
}
.bg-red-600\/95 {
  background-color: rgb(220 38 38 / 0.95);
}
.bg-red-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1));
}
.bg-red-700\/0 {
  background-color: rgb(185 28 28 / 0);
}
.bg-red-700\/10 {
  background-color: rgb(185 28 28 / 0.1);
}
.bg-red-700\/100 {
  background-color: rgb(185 28 28 / 1);
}
.bg-red-700\/15 {
  background-color: rgb(185 28 28 / 0.15);
}
.bg-red-700\/20 {
  background-color: rgb(185 28 28 / 0.2);
}
.bg-red-700\/25 {
  background-color: rgb(185 28 28 / 0.25);
}
.bg-red-700\/30 {
  background-color: rgb(185 28 28 / 0.3);
}
.bg-red-700\/35 {
  background-color: rgb(185 28 28 / 0.35);
}
.bg-red-700\/40 {
  background-color: rgb(185 28 28 / 0.4);
}
.bg-red-700\/45 {
  background-color: rgb(185 28 28 / 0.45);
}
.bg-red-700\/5 {
  background-color: rgb(185 28 28 / 0.05);
}
.bg-red-700\/50 {
  background-color: rgb(185 28 28 / 0.5);
}
.bg-red-700\/55 {
  background-color: rgb(185 28 28 / 0.55);
}
.bg-red-700\/60 {
  background-color: rgb(185 28 28 / 0.6);
}
.bg-red-700\/65 {
  background-color: rgb(185 28 28 / 0.65);
}
.bg-red-700\/70 {
  background-color: rgb(185 28 28 / 0.7);
}
.bg-red-700\/75 {
  background-color: rgb(185 28 28 / 0.75);
}
.bg-red-700\/80 {
  background-color: rgb(185 28 28 / 0.8);
}
.bg-red-700\/85 {
  background-color: rgb(185 28 28 / 0.85);
}
.bg-red-700\/90 {
  background-color: rgb(185 28 28 / 0.9);
}
.bg-red-700\/95 {
  background-color: rgb(185 28 28 / 0.95);
}
.bg-red-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(153 27 27 / var(--tw-bg-opacity, 1));
}
.bg-red-800\/0 {
  background-color: rgb(153 27 27 / 0);
}
.bg-red-800\/10 {
  background-color: rgb(153 27 27 / 0.1);
}
.bg-red-800\/100 {
  background-color: rgb(153 27 27 / 1);
}
.bg-red-800\/15 {
  background-color: rgb(153 27 27 / 0.15);
}
.bg-red-800\/20 {
  background-color: rgb(153 27 27 / 0.2);
}
.bg-red-800\/25 {
  background-color: rgb(153 27 27 / 0.25);
}
.bg-red-800\/30 {
  background-color: rgb(153 27 27 / 0.3);
}
.bg-red-800\/35 {
  background-color: rgb(153 27 27 / 0.35);
}
.bg-red-800\/40 {
  background-color: rgb(153 27 27 / 0.4);
}
.bg-red-800\/45 {
  background-color: rgb(153 27 27 / 0.45);
}
.bg-red-800\/5 {
  background-color: rgb(153 27 27 / 0.05);
}
.bg-red-800\/50 {
  background-color: rgb(153 27 27 / 0.5);
}
.bg-red-800\/55 {
  background-color: rgb(153 27 27 / 0.55);
}
.bg-red-800\/60 {
  background-color: rgb(153 27 27 / 0.6);
}
.bg-red-800\/65 {
  background-color: rgb(153 27 27 / 0.65);
}
.bg-red-800\/70 {
  background-color: rgb(153 27 27 / 0.7);
}
.bg-red-800\/75 {
  background-color: rgb(153 27 27 / 0.75);
}
.bg-red-800\/80 {
  background-color: rgb(153 27 27 / 0.8);
}
.bg-red-800\/85 {
  background-color: rgb(153 27 27 / 0.85);
}
.bg-red-800\/90 {
  background-color: rgb(153 27 27 / 0.9);
}
.bg-red-800\/95 {
  background-color: rgb(153 27 27 / 0.95);
}
.bg-red-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(127 29 29 / var(--tw-bg-opacity, 1));
}
.bg-red-900\/0 {
  background-color: rgb(127 29 29 / 0);
}
.bg-red-900\/10 {
  background-color: rgb(127 29 29 / 0.1);
}
.bg-red-900\/100 {
  background-color: rgb(127 29 29 / 1);
}
.bg-red-900\/15 {
  background-color: rgb(127 29 29 / 0.15);
}
.bg-red-900\/20 {
  background-color: rgb(127 29 29 / 0.2);
}
.bg-red-900\/25 {
  background-color: rgb(127 29 29 / 0.25);
}
.bg-red-900\/30 {
  background-color: rgb(127 29 29 / 0.3);
}
.bg-red-900\/35 {
  background-color: rgb(127 29 29 / 0.35);
}
.bg-red-900\/40 {
  background-color: rgb(127 29 29 / 0.4);
}
.bg-red-900\/45 {
  background-color: rgb(127 29 29 / 0.45);
}
.bg-red-900\/5 {
  background-color: rgb(127 29 29 / 0.05);
}
.bg-red-900\/50 {
  background-color: rgb(127 29 29 / 0.5);
}
.bg-red-900\/55 {
  background-color: rgb(127 29 29 / 0.55);
}
.bg-red-900\/60 {
  background-color: rgb(127 29 29 / 0.6);
}
.bg-red-900\/65 {
  background-color: rgb(127 29 29 / 0.65);
}
.bg-red-900\/70 {
  background-color: rgb(127 29 29 / 0.7);
}
.bg-red-900\/75 {
  background-color: rgb(127 29 29 / 0.75);
}
.bg-red-900\/80 {
  background-color: rgb(127 29 29 / 0.8);
}
.bg-red-900\/85 {
  background-color: rgb(127 29 29 / 0.85);
}
.bg-red-900\/90 {
  background-color: rgb(127 29 29 / 0.9);
}
.bg-red-900\/95 {
  background-color: rgb(127 29 29 / 0.95);
}
.bg-red-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(69 10 10 / var(--tw-bg-opacity, 1));
}
.bg-red-950\/0 {
  background-color: rgb(69 10 10 / 0);
}
.bg-red-950\/10 {
  background-color: rgb(69 10 10 / 0.1);
}
.bg-red-950\/100 {
  background-color: rgb(69 10 10 / 1);
}
.bg-red-950\/15 {
  background-color: rgb(69 10 10 / 0.15);
}
.bg-red-950\/20 {
  background-color: rgb(69 10 10 / 0.2);
}
.bg-red-950\/25 {
  background-color: rgb(69 10 10 / 0.25);
}
.bg-red-950\/30 {
  background-color: rgb(69 10 10 / 0.3);
}
.bg-red-950\/35 {
  background-color: rgb(69 10 10 / 0.35);
}
.bg-red-950\/40 {
  background-color: rgb(69 10 10 / 0.4);
}
.bg-red-950\/45 {
  background-color: rgb(69 10 10 / 0.45);
}
.bg-red-950\/5 {
  background-color: rgb(69 10 10 / 0.05);
}
.bg-red-950\/50 {
  background-color: rgb(69 10 10 / 0.5);
}
.bg-red-950\/55 {
  background-color: rgb(69 10 10 / 0.55);
}
.bg-red-950\/60 {
  background-color: rgb(69 10 10 / 0.6);
}
.bg-red-950\/65 {
  background-color: rgb(69 10 10 / 0.65);
}
.bg-red-950\/70 {
  background-color: rgb(69 10 10 / 0.7);
}
.bg-red-950\/75 {
  background-color: rgb(69 10 10 / 0.75);
}
.bg-red-950\/80 {
  background-color: rgb(69 10 10 / 0.8);
}
.bg-red-950\/85 {
  background-color: rgb(69 10 10 / 0.85);
}
.bg-red-950\/90 {
  background-color: rgb(69 10 10 / 0.9);
}
.bg-red-950\/95 {
  background-color: rgb(69 10 10 / 0.95);
}
.bg-sky-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(224 242 254 / var(--tw-bg-opacity, 1));
}
.bg-sky-100\/0 {
  background-color: rgb(224 242 254 / 0);
}
.bg-sky-100\/10 {
  background-color: rgb(224 242 254 / 0.1);
}
.bg-sky-100\/100 {
  background-color: rgb(224 242 254 / 1);
}
.bg-sky-100\/15 {
  background-color: rgb(224 242 254 / 0.15);
}
.bg-sky-100\/20 {
  background-color: rgb(224 242 254 / 0.2);
}
.bg-sky-100\/25 {
  background-color: rgb(224 242 254 / 0.25);
}
.bg-sky-100\/30 {
  background-color: rgb(224 242 254 / 0.3);
}
.bg-sky-100\/35 {
  background-color: rgb(224 242 254 / 0.35);
}
.bg-sky-100\/40 {
  background-color: rgb(224 242 254 / 0.4);
}
.bg-sky-100\/45 {
  background-color: rgb(224 242 254 / 0.45);
}
.bg-sky-100\/5 {
  background-color: rgb(224 242 254 / 0.05);
}
.bg-sky-100\/50 {
  background-color: rgb(224 242 254 / 0.5);
}
.bg-sky-100\/55 {
  background-color: rgb(224 242 254 / 0.55);
}
.bg-sky-100\/60 {
  background-color: rgb(224 242 254 / 0.6);
}
.bg-sky-100\/65 {
  background-color: rgb(224 242 254 / 0.65);
}
.bg-sky-100\/70 {
  background-color: rgb(224 242 254 / 0.7);
}
.bg-sky-100\/75 {
  background-color: rgb(224 242 254 / 0.75);
}
.bg-sky-100\/80 {
  background-color: rgb(224 242 254 / 0.8);
}
.bg-sky-100\/85 {
  background-color: rgb(224 242 254 / 0.85);
}
.bg-sky-100\/90 {
  background-color: rgb(224 242 254 / 0.9);
}
.bg-sky-100\/95 {
  background-color: rgb(224 242 254 / 0.95);
}
.bg-sky-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(186 230 253 / var(--tw-bg-opacity, 1));
}
.bg-sky-200\/0 {
  background-color: rgb(186 230 253 / 0);
}
.bg-sky-200\/10 {
  background-color: rgb(186 230 253 / 0.1);
}
.bg-sky-200\/100 {
  background-color: rgb(186 230 253 / 1);
}
.bg-sky-200\/15 {
  background-color: rgb(186 230 253 / 0.15);
}
.bg-sky-200\/20 {
  background-color: rgb(186 230 253 / 0.2);
}
.bg-sky-200\/25 {
  background-color: rgb(186 230 253 / 0.25);
}
.bg-sky-200\/30 {
  background-color: rgb(186 230 253 / 0.3);
}
.bg-sky-200\/35 {
  background-color: rgb(186 230 253 / 0.35);
}
.bg-sky-200\/40 {
  background-color: rgb(186 230 253 / 0.4);
}
.bg-sky-200\/45 {
  background-color: rgb(186 230 253 / 0.45);
}
.bg-sky-200\/5 {
  background-color: rgb(186 230 253 / 0.05);
}
.bg-sky-200\/50 {
  background-color: rgb(186 230 253 / 0.5);
}
.bg-sky-200\/55 {
  background-color: rgb(186 230 253 / 0.55);
}
.bg-sky-200\/60 {
  background-color: rgb(186 230 253 / 0.6);
}
.bg-sky-200\/65 {
  background-color: rgb(186 230 253 / 0.65);
}
.bg-sky-200\/70 {
  background-color: rgb(186 230 253 / 0.7);
}
.bg-sky-200\/75 {
  background-color: rgb(186 230 253 / 0.75);
}
.bg-sky-200\/80 {
  background-color: rgb(186 230 253 / 0.8);
}
.bg-sky-200\/85 {
  background-color: rgb(186 230 253 / 0.85);
}
.bg-sky-200\/90 {
  background-color: rgb(186 230 253 / 0.9);
}
.bg-sky-200\/95 {
  background-color: rgb(186 230 253 / 0.95);
}
.bg-sky-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(125 211 252 / var(--tw-bg-opacity, 1));
}
.bg-sky-300\/0 {
  background-color: rgb(125 211 252 / 0);
}
.bg-sky-300\/10 {
  background-color: rgb(125 211 252 / 0.1);
}
.bg-sky-300\/100 {
  background-color: rgb(125 211 252 / 1);
}
.bg-sky-300\/15 {
  background-color: rgb(125 211 252 / 0.15);
}
.bg-sky-300\/20 {
  background-color: rgb(125 211 252 / 0.2);
}
.bg-sky-300\/25 {
  background-color: rgb(125 211 252 / 0.25);
}
.bg-sky-300\/30 {
  background-color: rgb(125 211 252 / 0.3);
}
.bg-sky-300\/35 {
  background-color: rgb(125 211 252 / 0.35);
}
.bg-sky-300\/40 {
  background-color: rgb(125 211 252 / 0.4);
}
.bg-sky-300\/45 {
  background-color: rgb(125 211 252 / 0.45);
}
.bg-sky-300\/5 {
  background-color: rgb(125 211 252 / 0.05);
}
.bg-sky-300\/50 {
  background-color: rgb(125 211 252 / 0.5);
}
.bg-sky-300\/55 {
  background-color: rgb(125 211 252 / 0.55);
}
.bg-sky-300\/60 {
  background-color: rgb(125 211 252 / 0.6);
}
.bg-sky-300\/65 {
  background-color: rgb(125 211 252 / 0.65);
}
.bg-sky-300\/70 {
  background-color: rgb(125 211 252 / 0.7);
}
.bg-sky-300\/75 {
  background-color: rgb(125 211 252 / 0.75);
}
.bg-sky-300\/80 {
  background-color: rgb(125 211 252 / 0.8);
}
.bg-sky-300\/85 {
  background-color: rgb(125 211 252 / 0.85);
}
.bg-sky-300\/90 {
  background-color: rgb(125 211 252 / 0.9);
}
.bg-sky-300\/95 {
  background-color: rgb(125 211 252 / 0.95);
}
.bg-sky-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(56 189 248 / var(--tw-bg-opacity, 1));
}
.bg-sky-400\/0 {
  background-color: rgb(56 189 248 / 0);
}
.bg-sky-400\/10 {
  background-color: rgb(56 189 248 / 0.1);
}
.bg-sky-400\/100 {
  background-color: rgb(56 189 248 / 1);
}
.bg-sky-400\/15 {
  background-color: rgb(56 189 248 / 0.15);
}
.bg-sky-400\/20 {
  background-color: rgb(56 189 248 / 0.2);
}
.bg-sky-400\/25 {
  background-color: rgb(56 189 248 / 0.25);
}
.bg-sky-400\/30 {
  background-color: rgb(56 189 248 / 0.3);
}
.bg-sky-400\/35 {
  background-color: rgb(56 189 248 / 0.35);
}
.bg-sky-400\/40 {
  background-color: rgb(56 189 248 / 0.4);
}
.bg-sky-400\/45 {
  background-color: rgb(56 189 248 / 0.45);
}
.bg-sky-400\/5 {
  background-color: rgb(56 189 248 / 0.05);
}
.bg-sky-400\/50 {
  background-color: rgb(56 189 248 / 0.5);
}
.bg-sky-400\/55 {
  background-color: rgb(56 189 248 / 0.55);
}
.bg-sky-400\/60 {
  background-color: rgb(56 189 248 / 0.6);
}
.bg-sky-400\/65 {
  background-color: rgb(56 189 248 / 0.65);
}
.bg-sky-400\/70 {
  background-color: rgb(56 189 248 / 0.7);
}
.bg-sky-400\/75 {
  background-color: rgb(56 189 248 / 0.75);
}
.bg-sky-400\/80 {
  background-color: rgb(56 189 248 / 0.8);
}
.bg-sky-400\/85 {
  background-color: rgb(56 189 248 / 0.85);
}
.bg-sky-400\/90 {
  background-color: rgb(56 189 248 / 0.9);
}
.bg-sky-400\/95 {
  background-color: rgb(56 189 248 / 0.95);
}
.bg-sky-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 249 255 / var(--tw-bg-opacity, 1));
}
.bg-sky-50\/0 {
  background-color: rgb(240 249 255 / 0);
}
.bg-sky-50\/10 {
  background-color: rgb(240 249 255 / 0.1);
}
.bg-sky-50\/100 {
  background-color: rgb(240 249 255 / 1);
}
.bg-sky-50\/15 {
  background-color: rgb(240 249 255 / 0.15);
}
.bg-sky-50\/20 {
  background-color: rgb(240 249 255 / 0.2);
}
.bg-sky-50\/25 {
  background-color: rgb(240 249 255 / 0.25);
}
.bg-sky-50\/30 {
  background-color: rgb(240 249 255 / 0.3);
}
.bg-sky-50\/35 {
  background-color: rgb(240 249 255 / 0.35);
}
.bg-sky-50\/40 {
  background-color: rgb(240 249 255 / 0.4);
}
.bg-sky-50\/45 {
  background-color: rgb(240 249 255 / 0.45);
}
.bg-sky-50\/5 {
  background-color: rgb(240 249 255 / 0.05);
}
.bg-sky-50\/50 {
  background-color: rgb(240 249 255 / 0.5);
}
.bg-sky-50\/55 {
  background-color: rgb(240 249 255 / 0.55);
}
.bg-sky-50\/60 {
  background-color: rgb(240 249 255 / 0.6);
}
.bg-sky-50\/65 {
  background-color: rgb(240 249 255 / 0.65);
}
.bg-sky-50\/70 {
  background-color: rgb(240 249 255 / 0.7);
}
.bg-sky-50\/75 {
  background-color: rgb(240 249 255 / 0.75);
}
.bg-sky-50\/80 {
  background-color: rgb(240 249 255 / 0.8);
}
.bg-sky-50\/85 {
  background-color: rgb(240 249 255 / 0.85);
}
.bg-sky-50\/90 {
  background-color: rgb(240 249 255 / 0.9);
}
.bg-sky-50\/95 {
  background-color: rgb(240 249 255 / 0.95);
}
.bg-sky-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(14 165 233 / var(--tw-bg-opacity, 1));
}
.bg-sky-500\/0 {
  background-color: rgb(14 165 233 / 0);
}
.bg-sky-500\/10 {
  background-color: rgb(14 165 233 / 0.1);
}
.bg-sky-500\/100 {
  background-color: rgb(14 165 233 / 1);
}
.bg-sky-500\/15 {
  background-color: rgb(14 165 233 / 0.15);
}
.bg-sky-500\/20 {
  background-color: rgb(14 165 233 / 0.2);
}
.bg-sky-500\/25 {
  background-color: rgb(14 165 233 / 0.25);
}
.bg-sky-500\/30 {
  background-color: rgb(14 165 233 / 0.3);
}
.bg-sky-500\/35 {
  background-color: rgb(14 165 233 / 0.35);
}
.bg-sky-500\/40 {
  background-color: rgb(14 165 233 / 0.4);
}
.bg-sky-500\/45 {
  background-color: rgb(14 165 233 / 0.45);
}
.bg-sky-500\/5 {
  background-color: rgb(14 165 233 / 0.05);
}
.bg-sky-500\/50 {
  background-color: rgb(14 165 233 / 0.5);
}
.bg-sky-500\/55 {
  background-color: rgb(14 165 233 / 0.55);
}
.bg-sky-500\/60 {
  background-color: rgb(14 165 233 / 0.6);
}
.bg-sky-500\/65 {
  background-color: rgb(14 165 233 / 0.65);
}
.bg-sky-500\/70 {
  background-color: rgb(14 165 233 / 0.7);
}
.bg-sky-500\/75 {
  background-color: rgb(14 165 233 / 0.75);
}
.bg-sky-500\/80 {
  background-color: rgb(14 165 233 / 0.8);
}
.bg-sky-500\/85 {
  background-color: rgb(14 165 233 / 0.85);
}
.bg-sky-500\/90 {
  background-color: rgb(14 165 233 / 0.9);
}
.bg-sky-500\/95 {
  background-color: rgb(14 165 233 / 0.95);
}
.bg-sky-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(2 132 199 / var(--tw-bg-opacity, 1));
}
.bg-sky-600\/0 {
  background-color: rgb(2 132 199 / 0);
}
.bg-sky-600\/10 {
  background-color: rgb(2 132 199 / 0.1);
}
.bg-sky-600\/100 {
  background-color: rgb(2 132 199 / 1);
}
.bg-sky-600\/15 {
  background-color: rgb(2 132 199 / 0.15);
}
.bg-sky-600\/20 {
  background-color: rgb(2 132 199 / 0.2);
}
.bg-sky-600\/25 {
  background-color: rgb(2 132 199 / 0.25);
}
.bg-sky-600\/30 {
  background-color: rgb(2 132 199 / 0.3);
}
.bg-sky-600\/35 {
  background-color: rgb(2 132 199 / 0.35);
}
.bg-sky-600\/40 {
  background-color: rgb(2 132 199 / 0.4);
}
.bg-sky-600\/45 {
  background-color: rgb(2 132 199 / 0.45);
}
.bg-sky-600\/5 {
  background-color: rgb(2 132 199 / 0.05);
}
.bg-sky-600\/50 {
  background-color: rgb(2 132 199 / 0.5);
}
.bg-sky-600\/55 {
  background-color: rgb(2 132 199 / 0.55);
}
.bg-sky-600\/60 {
  background-color: rgb(2 132 199 / 0.6);
}
.bg-sky-600\/65 {
  background-color: rgb(2 132 199 / 0.65);
}
.bg-sky-600\/70 {
  background-color: rgb(2 132 199 / 0.7);
}
.bg-sky-600\/75 {
  background-color: rgb(2 132 199 / 0.75);
}
.bg-sky-600\/80 {
  background-color: rgb(2 132 199 / 0.8);
}
.bg-sky-600\/85 {
  background-color: rgb(2 132 199 / 0.85);
}
.bg-sky-600\/90 {
  background-color: rgb(2 132 199 / 0.9);
}
.bg-sky-600\/95 {
  background-color: rgb(2 132 199 / 0.95);
}
.bg-sky-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(3 105 161 / var(--tw-bg-opacity, 1));
}
.bg-sky-700\/0 {
  background-color: rgb(3 105 161 / 0);
}
.bg-sky-700\/10 {
  background-color: rgb(3 105 161 / 0.1);
}
.bg-sky-700\/100 {
  background-color: rgb(3 105 161 / 1);
}
.bg-sky-700\/15 {
  background-color: rgb(3 105 161 / 0.15);
}
.bg-sky-700\/20 {
  background-color: rgb(3 105 161 / 0.2);
}
.bg-sky-700\/25 {
  background-color: rgb(3 105 161 / 0.25);
}
.bg-sky-700\/30 {
  background-color: rgb(3 105 161 / 0.3);
}
.bg-sky-700\/35 {
  background-color: rgb(3 105 161 / 0.35);
}
.bg-sky-700\/40 {
  background-color: rgb(3 105 161 / 0.4);
}
.bg-sky-700\/45 {
  background-color: rgb(3 105 161 / 0.45);
}
.bg-sky-700\/5 {
  background-color: rgb(3 105 161 / 0.05);
}
.bg-sky-700\/50 {
  background-color: rgb(3 105 161 / 0.5);
}
.bg-sky-700\/55 {
  background-color: rgb(3 105 161 / 0.55);
}
.bg-sky-700\/60 {
  background-color: rgb(3 105 161 / 0.6);
}
.bg-sky-700\/65 {
  background-color: rgb(3 105 161 / 0.65);
}
.bg-sky-700\/70 {
  background-color: rgb(3 105 161 / 0.7);
}
.bg-sky-700\/75 {
  background-color: rgb(3 105 161 / 0.75);
}
.bg-sky-700\/80 {
  background-color: rgb(3 105 161 / 0.8);
}
.bg-sky-700\/85 {
  background-color: rgb(3 105 161 / 0.85);
}
.bg-sky-700\/90 {
  background-color: rgb(3 105 161 / 0.9);
}
.bg-sky-700\/95 {
  background-color: rgb(3 105 161 / 0.95);
}
.bg-sky-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(7 89 133 / var(--tw-bg-opacity, 1));
}
.bg-sky-800\/0 {
  background-color: rgb(7 89 133 / 0);
}
.bg-sky-800\/10 {
  background-color: rgb(7 89 133 / 0.1);
}
.bg-sky-800\/100 {
  background-color: rgb(7 89 133 / 1);
}
.bg-sky-800\/15 {
  background-color: rgb(7 89 133 / 0.15);
}
.bg-sky-800\/20 {
  background-color: rgb(7 89 133 / 0.2);
}
.bg-sky-800\/25 {
  background-color: rgb(7 89 133 / 0.25);
}
.bg-sky-800\/30 {
  background-color: rgb(7 89 133 / 0.3);
}
.bg-sky-800\/35 {
  background-color: rgb(7 89 133 / 0.35);
}
.bg-sky-800\/40 {
  background-color: rgb(7 89 133 / 0.4);
}
.bg-sky-800\/45 {
  background-color: rgb(7 89 133 / 0.45);
}
.bg-sky-800\/5 {
  background-color: rgb(7 89 133 / 0.05);
}
.bg-sky-800\/50 {
  background-color: rgb(7 89 133 / 0.5);
}
.bg-sky-800\/55 {
  background-color: rgb(7 89 133 / 0.55);
}
.bg-sky-800\/60 {
  background-color: rgb(7 89 133 / 0.6);
}
.bg-sky-800\/65 {
  background-color: rgb(7 89 133 / 0.65);
}
.bg-sky-800\/70 {
  background-color: rgb(7 89 133 / 0.7);
}
.bg-sky-800\/75 {
  background-color: rgb(7 89 133 / 0.75);
}
.bg-sky-800\/80 {
  background-color: rgb(7 89 133 / 0.8);
}
.bg-sky-800\/85 {
  background-color: rgb(7 89 133 / 0.85);
}
.bg-sky-800\/90 {
  background-color: rgb(7 89 133 / 0.9);
}
.bg-sky-800\/95 {
  background-color: rgb(7 89 133 / 0.95);
}
.bg-sky-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(12 74 110 / var(--tw-bg-opacity, 1));
}
.bg-sky-900\/0 {
  background-color: rgb(12 74 110 / 0);
}
.bg-sky-900\/10 {
  background-color: rgb(12 74 110 / 0.1);
}
.bg-sky-900\/100 {
  background-color: rgb(12 74 110 / 1);
}
.bg-sky-900\/15 {
  background-color: rgb(12 74 110 / 0.15);
}
.bg-sky-900\/20 {
  background-color: rgb(12 74 110 / 0.2);
}
.bg-sky-900\/25 {
  background-color: rgb(12 74 110 / 0.25);
}
.bg-sky-900\/30 {
  background-color: rgb(12 74 110 / 0.3);
}
.bg-sky-900\/35 {
  background-color: rgb(12 74 110 / 0.35);
}
.bg-sky-900\/40 {
  background-color: rgb(12 74 110 / 0.4);
}
.bg-sky-900\/45 {
  background-color: rgb(12 74 110 / 0.45);
}
.bg-sky-900\/5 {
  background-color: rgb(12 74 110 / 0.05);
}
.bg-sky-900\/50 {
  background-color: rgb(12 74 110 / 0.5);
}
.bg-sky-900\/55 {
  background-color: rgb(12 74 110 / 0.55);
}
.bg-sky-900\/60 {
  background-color: rgb(12 74 110 / 0.6);
}
.bg-sky-900\/65 {
  background-color: rgb(12 74 110 / 0.65);
}
.bg-sky-900\/70 {
  background-color: rgb(12 74 110 / 0.7);
}
.bg-sky-900\/75 {
  background-color: rgb(12 74 110 / 0.75);
}
.bg-sky-900\/80 {
  background-color: rgb(12 74 110 / 0.8);
}
.bg-sky-900\/85 {
  background-color: rgb(12 74 110 / 0.85);
}
.bg-sky-900\/90 {
  background-color: rgb(12 74 110 / 0.9);
}
.bg-sky-900\/95 {
  background-color: rgb(12 74 110 / 0.95);
}
.bg-sky-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(8 47 73 / var(--tw-bg-opacity, 1));
}
.bg-sky-950\/0 {
  background-color: rgb(8 47 73 / 0);
}
.bg-sky-950\/10 {
  background-color: rgb(8 47 73 / 0.1);
}
.bg-sky-950\/100 {
  background-color: rgb(8 47 73 / 1);
}
.bg-sky-950\/15 {
  background-color: rgb(8 47 73 / 0.15);
}
.bg-sky-950\/20 {
  background-color: rgb(8 47 73 / 0.2);
}
.bg-sky-950\/25 {
  background-color: rgb(8 47 73 / 0.25);
}
.bg-sky-950\/30 {
  background-color: rgb(8 47 73 / 0.3);
}
.bg-sky-950\/35 {
  background-color: rgb(8 47 73 / 0.35);
}
.bg-sky-950\/40 {
  background-color: rgb(8 47 73 / 0.4);
}
.bg-sky-950\/45 {
  background-color: rgb(8 47 73 / 0.45);
}
.bg-sky-950\/5 {
  background-color: rgb(8 47 73 / 0.05);
}
.bg-sky-950\/50 {
  background-color: rgb(8 47 73 / 0.5);
}
.bg-sky-950\/55 {
  background-color: rgb(8 47 73 / 0.55);
}
.bg-sky-950\/60 {
  background-color: rgb(8 47 73 / 0.6);
}
.bg-sky-950\/65 {
  background-color: rgb(8 47 73 / 0.65);
}
.bg-sky-950\/70 {
  background-color: rgb(8 47 73 / 0.7);
}
.bg-sky-950\/75 {
  background-color: rgb(8 47 73 / 0.75);
}
.bg-sky-950\/80 {
  background-color: rgb(8 47 73 / 0.8);
}
.bg-sky-950\/85 {
  background-color: rgb(8 47 73 / 0.85);
}
.bg-sky-950\/90 {
  background-color: rgb(8 47 73 / 0.9);
}
.bg-sky-950\/95 {
  background-color: rgb(8 47 73 / 0.95);
}
.bg-slate-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
}
.bg-slate-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity, 1));
}
.bg-slate-200\/50 {
  background-color: rgb(226 232 240 / 0.5);
}
.bg-slate-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(203 213 225 / var(--tw-bg-opacity, 1));
}
.bg-slate-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(148 163 184 / var(--tw-bg-opacity, 1));
}
.bg-slate-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1));
}
.bg-slate-50\/50 {
  background-color: rgb(248 250 252 / 0.5);
}
.bg-slate-50\/80 {
  background-color: rgb(248 250 252 / 0.8);
}
.bg-slate-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(100 116 139 / var(--tw-bg-opacity, 1));
}
.bg-slate-500\/10 {
  background-color: rgb(100 116 139 / 0.1);
}
.bg-slate-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity, 1));
}
.bg-slate-800\/50 {
  background-color: rgb(30 41 59 / 0.5);
}
.bg-slate-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(15 23 42 / var(--tw-bg-opacity, 1));
}
.bg-slate-900\/60 {
  background-color: rgb(15 23 42 / 0.6);
}
.bg-surface-0 {
  --tw-bg-opacity: 1;
  background-color: color-mix(in srgb, var(--p-surface-0) calc(100% * var(--tw-bg-opacity, 1)), transparent);
}
.bg-surface-100 {
  --tw-bg-opacity: 1;
  background-color: color-mix(in srgb, var(--p-surface-100) calc(100% * var(--tw-bg-opacity, 1)), transparent);
}
.bg-surface-200 {
  --tw-bg-opacity: 1;
  background-color: color-mix(in srgb, var(--p-surface-200) calc(100% * var(--tw-bg-opacity, 1)), transparent);
}
.bg-surface-50 {
  --tw-bg-opacity: 1;
  background-color: color-mix(in srgb, var(--p-surface-50) calc(100% * var(--tw-bg-opacity, 1)), transparent);
}
.bg-teal-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(204 251 241 / var(--tw-bg-opacity, 1));
}
.bg-teal-100\/0 {
  background-color: rgb(204 251 241 / 0);
}
.bg-teal-100\/10 {
  background-color: rgb(204 251 241 / 0.1);
}
.bg-teal-100\/100 {
  background-color: rgb(204 251 241 / 1);
}
.bg-teal-100\/15 {
  background-color: rgb(204 251 241 / 0.15);
}
.bg-teal-100\/20 {
  background-color: rgb(204 251 241 / 0.2);
}
.bg-teal-100\/25 {
  background-color: rgb(204 251 241 / 0.25);
}
.bg-teal-100\/30 {
  background-color: rgb(204 251 241 / 0.3);
}
.bg-teal-100\/35 {
  background-color: rgb(204 251 241 / 0.35);
}
.bg-teal-100\/40 {
  background-color: rgb(204 251 241 / 0.4);
}
.bg-teal-100\/45 {
  background-color: rgb(204 251 241 / 0.45);
}
.bg-teal-100\/5 {
  background-color: rgb(204 251 241 / 0.05);
}
.bg-teal-100\/50 {
  background-color: rgb(204 251 241 / 0.5);
}
.bg-teal-100\/55 {
  background-color: rgb(204 251 241 / 0.55);
}
.bg-teal-100\/60 {
  background-color: rgb(204 251 241 / 0.6);
}
.bg-teal-100\/65 {
  background-color: rgb(204 251 241 / 0.65);
}
.bg-teal-100\/70 {
  background-color: rgb(204 251 241 / 0.7);
}
.bg-teal-100\/75 {
  background-color: rgb(204 251 241 / 0.75);
}
.bg-teal-100\/80 {
  background-color: rgb(204 251 241 / 0.8);
}
.bg-teal-100\/85 {
  background-color: rgb(204 251 241 / 0.85);
}
.bg-teal-100\/90 {
  background-color: rgb(204 251 241 / 0.9);
}
.bg-teal-100\/95 {
  background-color: rgb(204 251 241 / 0.95);
}
.bg-teal-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(153 246 228 / var(--tw-bg-opacity, 1));
}
.bg-teal-200\/0 {
  background-color: rgb(153 246 228 / 0);
}
.bg-teal-200\/10 {
  background-color: rgb(153 246 228 / 0.1);
}
.bg-teal-200\/100 {
  background-color: rgb(153 246 228 / 1);
}
.bg-teal-200\/15 {
  background-color: rgb(153 246 228 / 0.15);
}
.bg-teal-200\/20 {
  background-color: rgb(153 246 228 / 0.2);
}
.bg-teal-200\/25 {
  background-color: rgb(153 246 228 / 0.25);
}
.bg-teal-200\/30 {
  background-color: rgb(153 246 228 / 0.3);
}
.bg-teal-200\/35 {
  background-color: rgb(153 246 228 / 0.35);
}
.bg-teal-200\/40 {
  background-color: rgb(153 246 228 / 0.4);
}
.bg-teal-200\/45 {
  background-color: rgb(153 246 228 / 0.45);
}
.bg-teal-200\/5 {
  background-color: rgb(153 246 228 / 0.05);
}
.bg-teal-200\/50 {
  background-color: rgb(153 246 228 / 0.5);
}
.bg-teal-200\/55 {
  background-color: rgb(153 246 228 / 0.55);
}
.bg-teal-200\/60 {
  background-color: rgb(153 246 228 / 0.6);
}
.bg-teal-200\/65 {
  background-color: rgb(153 246 228 / 0.65);
}
.bg-teal-200\/70 {
  background-color: rgb(153 246 228 / 0.7);
}
.bg-teal-200\/75 {
  background-color: rgb(153 246 228 / 0.75);
}
.bg-teal-200\/80 {
  background-color: rgb(153 246 228 / 0.8);
}
.bg-teal-200\/85 {
  background-color: rgb(153 246 228 / 0.85);
}
.bg-teal-200\/90 {
  background-color: rgb(153 246 228 / 0.9);
}
.bg-teal-200\/95 {
  background-color: rgb(153 246 228 / 0.95);
}
.bg-teal-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(94 234 212 / var(--tw-bg-opacity, 1));
}
.bg-teal-300\/0 {
  background-color: rgb(94 234 212 / 0);
}
.bg-teal-300\/10 {
  background-color: rgb(94 234 212 / 0.1);
}
.bg-teal-300\/100 {
  background-color: rgb(94 234 212 / 1);
}
.bg-teal-300\/15 {
  background-color: rgb(94 234 212 / 0.15);
}
.bg-teal-300\/20 {
  background-color: rgb(94 234 212 / 0.2);
}
.bg-teal-300\/25 {
  background-color: rgb(94 234 212 / 0.25);
}
.bg-teal-300\/30 {
  background-color: rgb(94 234 212 / 0.3);
}
.bg-teal-300\/35 {
  background-color: rgb(94 234 212 / 0.35);
}
.bg-teal-300\/40 {
  background-color: rgb(94 234 212 / 0.4);
}
.bg-teal-300\/45 {
  background-color: rgb(94 234 212 / 0.45);
}
.bg-teal-300\/5 {
  background-color: rgb(94 234 212 / 0.05);
}
.bg-teal-300\/50 {
  background-color: rgb(94 234 212 / 0.5);
}
.bg-teal-300\/55 {
  background-color: rgb(94 234 212 / 0.55);
}
.bg-teal-300\/60 {
  background-color: rgb(94 234 212 / 0.6);
}
.bg-teal-300\/65 {
  background-color: rgb(94 234 212 / 0.65);
}
.bg-teal-300\/70 {
  background-color: rgb(94 234 212 / 0.7);
}
.bg-teal-300\/75 {
  background-color: rgb(94 234 212 / 0.75);
}
.bg-teal-300\/80 {
  background-color: rgb(94 234 212 / 0.8);
}
.bg-teal-300\/85 {
  background-color: rgb(94 234 212 / 0.85);
}
.bg-teal-300\/90 {
  background-color: rgb(94 234 212 / 0.9);
}
.bg-teal-300\/95 {
  background-color: rgb(94 234 212 / 0.95);
}
.bg-teal-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(45 212 191 / var(--tw-bg-opacity, 1));
}
.bg-teal-400\/0 {
  background-color: rgb(45 212 191 / 0);
}
.bg-teal-400\/10 {
  background-color: rgb(45 212 191 / 0.1);
}
.bg-teal-400\/100 {
  background-color: rgb(45 212 191 / 1);
}
.bg-teal-400\/15 {
  background-color: rgb(45 212 191 / 0.15);
}
.bg-teal-400\/20 {
  background-color: rgb(45 212 191 / 0.2);
}
.bg-teal-400\/25 {
  background-color: rgb(45 212 191 / 0.25);
}
.bg-teal-400\/30 {
  background-color: rgb(45 212 191 / 0.3);
}
.bg-teal-400\/35 {
  background-color: rgb(45 212 191 / 0.35);
}
.bg-teal-400\/40 {
  background-color: rgb(45 212 191 / 0.4);
}
.bg-teal-400\/45 {
  background-color: rgb(45 212 191 / 0.45);
}
.bg-teal-400\/5 {
  background-color: rgb(45 212 191 / 0.05);
}
.bg-teal-400\/50 {
  background-color: rgb(45 212 191 / 0.5);
}
.bg-teal-400\/55 {
  background-color: rgb(45 212 191 / 0.55);
}
.bg-teal-400\/60 {
  background-color: rgb(45 212 191 / 0.6);
}
.bg-teal-400\/65 {
  background-color: rgb(45 212 191 / 0.65);
}
.bg-teal-400\/70 {
  background-color: rgb(45 212 191 / 0.7);
}
.bg-teal-400\/75 {
  background-color: rgb(45 212 191 / 0.75);
}
.bg-teal-400\/80 {
  background-color: rgb(45 212 191 / 0.8);
}
.bg-teal-400\/85 {
  background-color: rgb(45 212 191 / 0.85);
}
.bg-teal-400\/90 {
  background-color: rgb(45 212 191 / 0.9);
}
.bg-teal-400\/95 {
  background-color: rgb(45 212 191 / 0.95);
}
.bg-teal-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 250 / var(--tw-bg-opacity, 1));
}
.bg-teal-50\/0 {
  background-color: rgb(240 253 250 / 0);
}
.bg-teal-50\/10 {
  background-color: rgb(240 253 250 / 0.1);
}
.bg-teal-50\/100 {
  background-color: rgb(240 253 250 / 1);
}
.bg-teal-50\/15 {
  background-color: rgb(240 253 250 / 0.15);
}
.bg-teal-50\/20 {
  background-color: rgb(240 253 250 / 0.2);
}
.bg-teal-50\/25 {
  background-color: rgb(240 253 250 / 0.25);
}
.bg-teal-50\/30 {
  background-color: rgb(240 253 250 / 0.3);
}
.bg-teal-50\/35 {
  background-color: rgb(240 253 250 / 0.35);
}
.bg-teal-50\/40 {
  background-color: rgb(240 253 250 / 0.4);
}
.bg-teal-50\/45 {
  background-color: rgb(240 253 250 / 0.45);
}
.bg-teal-50\/5 {
  background-color: rgb(240 253 250 / 0.05);
}
.bg-teal-50\/50 {
  background-color: rgb(240 253 250 / 0.5);
}
.bg-teal-50\/55 {
  background-color: rgb(240 253 250 / 0.55);
}
.bg-teal-50\/60 {
  background-color: rgb(240 253 250 / 0.6);
}
.bg-teal-50\/65 {
  background-color: rgb(240 253 250 / 0.65);
}
.bg-teal-50\/70 {
  background-color: rgb(240 253 250 / 0.7);
}
.bg-teal-50\/75 {
  background-color: rgb(240 253 250 / 0.75);
}
.bg-teal-50\/80 {
  background-color: rgb(240 253 250 / 0.8);
}
.bg-teal-50\/85 {
  background-color: rgb(240 253 250 / 0.85);
}
.bg-teal-50\/90 {
  background-color: rgb(240 253 250 / 0.9);
}
.bg-teal-50\/95 {
  background-color: rgb(240 253 250 / 0.95);
}
.bg-teal-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(20 184 166 / var(--tw-bg-opacity, 1));
}
.bg-teal-500\/0 {
  background-color: rgb(20 184 166 / 0);
}
.bg-teal-500\/10 {
  background-color: rgb(20 184 166 / 0.1);
}
.bg-teal-500\/100 {
  background-color: rgb(20 184 166 / 1);
}
.bg-teal-500\/15 {
  background-color: rgb(20 184 166 / 0.15);
}
.bg-teal-500\/20 {
  background-color: rgb(20 184 166 / 0.2);
}
.bg-teal-500\/25 {
  background-color: rgb(20 184 166 / 0.25);
}
.bg-teal-500\/30 {
  background-color: rgb(20 184 166 / 0.3);
}
.bg-teal-500\/35 {
  background-color: rgb(20 184 166 / 0.35);
}
.bg-teal-500\/40 {
  background-color: rgb(20 184 166 / 0.4);
}
.bg-teal-500\/45 {
  background-color: rgb(20 184 166 / 0.45);
}
.bg-teal-500\/5 {
  background-color: rgb(20 184 166 / 0.05);
}
.bg-teal-500\/50 {
  background-color: rgb(20 184 166 / 0.5);
}
.bg-teal-500\/55 {
  background-color: rgb(20 184 166 / 0.55);
}
.bg-teal-500\/60 {
  background-color: rgb(20 184 166 / 0.6);
}
.bg-teal-500\/65 {
  background-color: rgb(20 184 166 / 0.65);
}
.bg-teal-500\/70 {
  background-color: rgb(20 184 166 / 0.7);
}
.bg-teal-500\/75 {
  background-color: rgb(20 184 166 / 0.75);
}
.bg-teal-500\/80 {
  background-color: rgb(20 184 166 / 0.8);
}
.bg-teal-500\/85 {
  background-color: rgb(20 184 166 / 0.85);
}
.bg-teal-500\/90 {
  background-color: rgb(20 184 166 / 0.9);
}
.bg-teal-500\/95 {
  background-color: rgb(20 184 166 / 0.95);
}
.bg-teal-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(13 148 136 / var(--tw-bg-opacity, 1));
}
.bg-teal-600\/0 {
  background-color: rgb(13 148 136 / 0);
}
.bg-teal-600\/10 {
  background-color: rgb(13 148 136 / 0.1);
}
.bg-teal-600\/100 {
  background-color: rgb(13 148 136 / 1);
}
.bg-teal-600\/15 {
  background-color: rgb(13 148 136 / 0.15);
}
.bg-teal-600\/20 {
  background-color: rgb(13 148 136 / 0.2);
}
.bg-teal-600\/25 {
  background-color: rgb(13 148 136 / 0.25);
}
.bg-teal-600\/30 {
  background-color: rgb(13 148 136 / 0.3);
}
.bg-teal-600\/35 {
  background-color: rgb(13 148 136 / 0.35);
}
.bg-teal-600\/40 {
  background-color: rgb(13 148 136 / 0.4);
}
.bg-teal-600\/45 {
  background-color: rgb(13 148 136 / 0.45);
}
.bg-teal-600\/5 {
  background-color: rgb(13 148 136 / 0.05);
}
.bg-teal-600\/50 {
  background-color: rgb(13 148 136 / 0.5);
}
.bg-teal-600\/55 {
  background-color: rgb(13 148 136 / 0.55);
}
.bg-teal-600\/60 {
  background-color: rgb(13 148 136 / 0.6);
}
.bg-teal-600\/65 {
  background-color: rgb(13 148 136 / 0.65);
}
.bg-teal-600\/70 {
  background-color: rgb(13 148 136 / 0.7);
}
.bg-teal-600\/75 {
  background-color: rgb(13 148 136 / 0.75);
}
.bg-teal-600\/80 {
  background-color: rgb(13 148 136 / 0.8);
}
.bg-teal-600\/85 {
  background-color: rgb(13 148 136 / 0.85);
}
.bg-teal-600\/90 {
  background-color: rgb(13 148 136 / 0.9);
}
.bg-teal-600\/95 {
  background-color: rgb(13 148 136 / 0.95);
}
.bg-teal-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(15 118 110 / var(--tw-bg-opacity, 1));
}
.bg-teal-700\/0 {
  background-color: rgb(15 118 110 / 0);
}
.bg-teal-700\/10 {
  background-color: rgb(15 118 110 / 0.1);
}
.bg-teal-700\/100 {
  background-color: rgb(15 118 110 / 1);
}
.bg-teal-700\/15 {
  background-color: rgb(15 118 110 / 0.15);
}
.bg-teal-700\/20 {
  background-color: rgb(15 118 110 / 0.2);
}
.bg-teal-700\/25 {
  background-color: rgb(15 118 110 / 0.25);
}
.bg-teal-700\/30 {
  background-color: rgb(15 118 110 / 0.3);
}
.bg-teal-700\/35 {
  background-color: rgb(15 118 110 / 0.35);
}
.bg-teal-700\/40 {
  background-color: rgb(15 118 110 / 0.4);
}
.bg-teal-700\/45 {
  background-color: rgb(15 118 110 / 0.45);
}
.bg-teal-700\/5 {
  background-color: rgb(15 118 110 / 0.05);
}
.bg-teal-700\/50 {
  background-color: rgb(15 118 110 / 0.5);
}
.bg-teal-700\/55 {
  background-color: rgb(15 118 110 / 0.55);
}
.bg-teal-700\/60 {
  background-color: rgb(15 118 110 / 0.6);
}
.bg-teal-700\/65 {
  background-color: rgb(15 118 110 / 0.65);
}
.bg-teal-700\/70 {
  background-color: rgb(15 118 110 / 0.7);
}
.bg-teal-700\/75 {
  background-color: rgb(15 118 110 / 0.75);
}
.bg-teal-700\/80 {
  background-color: rgb(15 118 110 / 0.8);
}
.bg-teal-700\/85 {
  background-color: rgb(15 118 110 / 0.85);
}
.bg-teal-700\/90 {
  background-color: rgb(15 118 110 / 0.9);
}
.bg-teal-700\/95 {
  background-color: rgb(15 118 110 / 0.95);
}
.bg-teal-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(17 94 89 / var(--tw-bg-opacity, 1));
}
.bg-teal-800\/0 {
  background-color: rgb(17 94 89 / 0);
}
.bg-teal-800\/10 {
  background-color: rgb(17 94 89 / 0.1);
}
.bg-teal-800\/100 {
  background-color: rgb(17 94 89 / 1);
}
.bg-teal-800\/15 {
  background-color: rgb(17 94 89 / 0.15);
}
.bg-teal-800\/20 {
  background-color: rgb(17 94 89 / 0.2);
}
.bg-teal-800\/25 {
  background-color: rgb(17 94 89 / 0.25);
}
.bg-teal-800\/30 {
  background-color: rgb(17 94 89 / 0.3);
}
.bg-teal-800\/35 {
  background-color: rgb(17 94 89 / 0.35);
}
.bg-teal-800\/40 {
  background-color: rgb(17 94 89 / 0.4);
}
.bg-teal-800\/45 {
  background-color: rgb(17 94 89 / 0.45);
}
.bg-teal-800\/5 {
  background-color: rgb(17 94 89 / 0.05);
}
.bg-teal-800\/50 {
  background-color: rgb(17 94 89 / 0.5);
}
.bg-teal-800\/55 {
  background-color: rgb(17 94 89 / 0.55);
}
.bg-teal-800\/60 {
  background-color: rgb(17 94 89 / 0.6);
}
.bg-teal-800\/65 {
  background-color: rgb(17 94 89 / 0.65);
}
.bg-teal-800\/70 {
  background-color: rgb(17 94 89 / 0.7);
}
.bg-teal-800\/75 {
  background-color: rgb(17 94 89 / 0.75);
}
.bg-teal-800\/80 {
  background-color: rgb(17 94 89 / 0.8);
}
.bg-teal-800\/85 {
  background-color: rgb(17 94 89 / 0.85);
}
.bg-teal-800\/90 {
  background-color: rgb(17 94 89 / 0.9);
}
.bg-teal-800\/95 {
  background-color: rgb(17 94 89 / 0.95);
}
.bg-teal-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(19 78 74 / var(--tw-bg-opacity, 1));
}
.bg-teal-900\/0 {
  background-color: rgb(19 78 74 / 0);
}
.bg-teal-900\/10 {
  background-color: rgb(19 78 74 / 0.1);
}
.bg-teal-900\/100 {
  background-color: rgb(19 78 74 / 1);
}
.bg-teal-900\/15 {
  background-color: rgb(19 78 74 / 0.15);
}
.bg-teal-900\/20 {
  background-color: rgb(19 78 74 / 0.2);
}
.bg-teal-900\/25 {
  background-color: rgb(19 78 74 / 0.25);
}
.bg-teal-900\/30 {
  background-color: rgb(19 78 74 / 0.3);
}
.bg-teal-900\/35 {
  background-color: rgb(19 78 74 / 0.35);
}
.bg-teal-900\/40 {
  background-color: rgb(19 78 74 / 0.4);
}
.bg-teal-900\/45 {
  background-color: rgb(19 78 74 / 0.45);
}
.bg-teal-900\/5 {
  background-color: rgb(19 78 74 / 0.05);
}
.bg-teal-900\/50 {
  background-color: rgb(19 78 74 / 0.5);
}
.bg-teal-900\/55 {
  background-color: rgb(19 78 74 / 0.55);
}
.bg-teal-900\/60 {
  background-color: rgb(19 78 74 / 0.6);
}
.bg-teal-900\/65 {
  background-color: rgb(19 78 74 / 0.65);
}
.bg-teal-900\/70 {
  background-color: rgb(19 78 74 / 0.7);
}
.bg-teal-900\/75 {
  background-color: rgb(19 78 74 / 0.75);
}
.bg-teal-900\/80 {
  background-color: rgb(19 78 74 / 0.8);
}
.bg-teal-900\/85 {
  background-color: rgb(19 78 74 / 0.85);
}
.bg-teal-900\/90 {
  background-color: rgb(19 78 74 / 0.9);
}
.bg-teal-900\/95 {
  background-color: rgb(19 78 74 / 0.95);
}
.bg-teal-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(4 47 46 / var(--tw-bg-opacity, 1));
}
.bg-teal-950\/0 {
  background-color: rgb(4 47 46 / 0);
}
.bg-teal-950\/10 {
  background-color: rgb(4 47 46 / 0.1);
}
.bg-teal-950\/100 {
  background-color: rgb(4 47 46 / 1);
}
.bg-teal-950\/15 {
  background-color: rgb(4 47 46 / 0.15);
}
.bg-teal-950\/20 {
  background-color: rgb(4 47 46 / 0.2);
}
.bg-teal-950\/25 {
  background-color: rgb(4 47 46 / 0.25);
}
.bg-teal-950\/30 {
  background-color: rgb(4 47 46 / 0.3);
}
.bg-teal-950\/35 {
  background-color: rgb(4 47 46 / 0.35);
}
.bg-teal-950\/40 {
  background-color: rgb(4 47 46 / 0.4);
}
.bg-teal-950\/45 {
  background-color: rgb(4 47 46 / 0.45);
}
.bg-teal-950\/5 {
  background-color: rgb(4 47 46 / 0.05);
}
.bg-teal-950\/50 {
  background-color: rgb(4 47 46 / 0.5);
}
.bg-teal-950\/55 {
  background-color: rgb(4 47 46 / 0.55);
}
.bg-teal-950\/60 {
  background-color: rgb(4 47 46 / 0.6);
}
.bg-teal-950\/65 {
  background-color: rgb(4 47 46 / 0.65);
}
.bg-teal-950\/70 {
  background-color: rgb(4 47 46 / 0.7);
}
.bg-teal-950\/75 {
  background-color: rgb(4 47 46 / 0.75);
}
.bg-teal-950\/80 {
  background-color: rgb(4 47 46 / 0.8);
}
.bg-teal-950\/85 {
  background-color: rgb(4 47 46 / 0.85);
}
.bg-teal-950\/90 {
  background-color: rgb(4 47 46 / 0.9);
}
.bg-teal-950\/95 {
  background-color: rgb(4 47 46 / 0.95);
}
.bg-violet-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(237 233 254 / var(--tw-bg-opacity, 1));
}
.bg-violet-100\/0 {
  background-color: rgb(237 233 254 / 0);
}
.bg-violet-100\/10 {
  background-color: rgb(237 233 254 / 0.1);
}
.bg-violet-100\/100 {
  background-color: rgb(237 233 254 / 1);
}
.bg-violet-100\/15 {
  background-color: rgb(237 233 254 / 0.15);
}
.bg-violet-100\/20 {
  background-color: rgb(237 233 254 / 0.2);
}
.bg-violet-100\/25 {
  background-color: rgb(237 233 254 / 0.25);
}
.bg-violet-100\/30 {
  background-color: rgb(237 233 254 / 0.3);
}
.bg-violet-100\/35 {
  background-color: rgb(237 233 254 / 0.35);
}
.bg-violet-100\/40 {
  background-color: rgb(237 233 254 / 0.4);
}
.bg-violet-100\/45 {
  background-color: rgb(237 233 254 / 0.45);
}
.bg-violet-100\/5 {
  background-color: rgb(237 233 254 / 0.05);
}
.bg-violet-100\/50 {
  background-color: rgb(237 233 254 / 0.5);
}
.bg-violet-100\/55 {
  background-color: rgb(237 233 254 / 0.55);
}
.bg-violet-100\/60 {
  background-color: rgb(237 233 254 / 0.6);
}
.bg-violet-100\/65 {
  background-color: rgb(237 233 254 / 0.65);
}
.bg-violet-100\/70 {
  background-color: rgb(237 233 254 / 0.7);
}
.bg-violet-100\/75 {
  background-color: rgb(237 233 254 / 0.75);
}
.bg-violet-100\/80 {
  background-color: rgb(237 233 254 / 0.8);
}
.bg-violet-100\/85 {
  background-color: rgb(237 233 254 / 0.85);
}
.bg-violet-100\/90 {
  background-color: rgb(237 233 254 / 0.9);
}
.bg-violet-100\/95 {
  background-color: rgb(237 233 254 / 0.95);
}
.bg-violet-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(221 214 254 / var(--tw-bg-opacity, 1));
}
.bg-violet-200\/0 {
  background-color: rgb(221 214 254 / 0);
}
.bg-violet-200\/10 {
  background-color: rgb(221 214 254 / 0.1);
}
.bg-violet-200\/100 {
  background-color: rgb(221 214 254 / 1);
}
.bg-violet-200\/15 {
  background-color: rgb(221 214 254 / 0.15);
}
.bg-violet-200\/20 {
  background-color: rgb(221 214 254 / 0.2);
}
.bg-violet-200\/25 {
  background-color: rgb(221 214 254 / 0.25);
}
.bg-violet-200\/30 {
  background-color: rgb(221 214 254 / 0.3);
}
.bg-violet-200\/35 {
  background-color: rgb(221 214 254 / 0.35);
}
.bg-violet-200\/40 {
  background-color: rgb(221 214 254 / 0.4);
}
.bg-violet-200\/45 {
  background-color: rgb(221 214 254 / 0.45);
}
.bg-violet-200\/5 {
  background-color: rgb(221 214 254 / 0.05);
}
.bg-violet-200\/50 {
  background-color: rgb(221 214 254 / 0.5);
}
.bg-violet-200\/55 {
  background-color: rgb(221 214 254 / 0.55);
}
.bg-violet-200\/60 {
  background-color: rgb(221 214 254 / 0.6);
}
.bg-violet-200\/65 {
  background-color: rgb(221 214 254 / 0.65);
}
.bg-violet-200\/70 {
  background-color: rgb(221 214 254 / 0.7);
}
.bg-violet-200\/75 {
  background-color: rgb(221 214 254 / 0.75);
}
.bg-violet-200\/80 {
  background-color: rgb(221 214 254 / 0.8);
}
.bg-violet-200\/85 {
  background-color: rgb(221 214 254 / 0.85);
}
.bg-violet-200\/90 {
  background-color: rgb(221 214 254 / 0.9);
}
.bg-violet-200\/95 {
  background-color: rgb(221 214 254 / 0.95);
}
.bg-violet-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(196 181 253 / var(--tw-bg-opacity, 1));
}
.bg-violet-300\/0 {
  background-color: rgb(196 181 253 / 0);
}
.bg-violet-300\/10 {
  background-color: rgb(196 181 253 / 0.1);
}
.bg-violet-300\/100 {
  background-color: rgb(196 181 253 / 1);
}
.bg-violet-300\/15 {
  background-color: rgb(196 181 253 / 0.15);
}
.bg-violet-300\/20 {
  background-color: rgb(196 181 253 / 0.2);
}
.bg-violet-300\/25 {
  background-color: rgb(196 181 253 / 0.25);
}
.bg-violet-300\/30 {
  background-color: rgb(196 181 253 / 0.3);
}
.bg-violet-300\/35 {
  background-color: rgb(196 181 253 / 0.35);
}
.bg-violet-300\/40 {
  background-color: rgb(196 181 253 / 0.4);
}
.bg-violet-300\/45 {
  background-color: rgb(196 181 253 / 0.45);
}
.bg-violet-300\/5 {
  background-color: rgb(196 181 253 / 0.05);
}
.bg-violet-300\/50 {
  background-color: rgb(196 181 253 / 0.5);
}
.bg-violet-300\/55 {
  background-color: rgb(196 181 253 / 0.55);
}
.bg-violet-300\/60 {
  background-color: rgb(196 181 253 / 0.6);
}
.bg-violet-300\/65 {
  background-color: rgb(196 181 253 / 0.65);
}
.bg-violet-300\/70 {
  background-color: rgb(196 181 253 / 0.7);
}
.bg-violet-300\/75 {
  background-color: rgb(196 181 253 / 0.75);
}
.bg-violet-300\/80 {
  background-color: rgb(196 181 253 / 0.8);
}
.bg-violet-300\/85 {
  background-color: rgb(196 181 253 / 0.85);
}
.bg-violet-300\/90 {
  background-color: rgb(196 181 253 / 0.9);
}
.bg-violet-300\/95 {
  background-color: rgb(196 181 253 / 0.95);
}
.bg-violet-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(167 139 250 / var(--tw-bg-opacity, 1));
}
.bg-violet-400\/0 {
  background-color: rgb(167 139 250 / 0);
}
.bg-violet-400\/10 {
  background-color: rgb(167 139 250 / 0.1);
}
.bg-violet-400\/100 {
  background-color: rgb(167 139 250 / 1);
}
.bg-violet-400\/15 {
  background-color: rgb(167 139 250 / 0.15);
}
.bg-violet-400\/20 {
  background-color: rgb(167 139 250 / 0.2);
}
.bg-violet-400\/25 {
  background-color: rgb(167 139 250 / 0.25);
}
.bg-violet-400\/30 {
  background-color: rgb(167 139 250 / 0.3);
}
.bg-violet-400\/35 {
  background-color: rgb(167 139 250 / 0.35);
}
.bg-violet-400\/40 {
  background-color: rgb(167 139 250 / 0.4);
}
.bg-violet-400\/45 {
  background-color: rgb(167 139 250 / 0.45);
}
.bg-violet-400\/5 {
  background-color: rgb(167 139 250 / 0.05);
}
.bg-violet-400\/50 {
  background-color: rgb(167 139 250 / 0.5);
}
.bg-violet-400\/55 {
  background-color: rgb(167 139 250 / 0.55);
}
.bg-violet-400\/60 {
  background-color: rgb(167 139 250 / 0.6);
}
.bg-violet-400\/65 {
  background-color: rgb(167 139 250 / 0.65);
}
.bg-violet-400\/70 {
  background-color: rgb(167 139 250 / 0.7);
}
.bg-violet-400\/75 {
  background-color: rgb(167 139 250 / 0.75);
}
.bg-violet-400\/80 {
  background-color: rgb(167 139 250 / 0.8);
}
.bg-violet-400\/85 {
  background-color: rgb(167 139 250 / 0.85);
}
.bg-violet-400\/90 {
  background-color: rgb(167 139 250 / 0.9);
}
.bg-violet-400\/95 {
  background-color: rgb(167 139 250 / 0.95);
}
.bg-violet-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 243 255 / var(--tw-bg-opacity, 1));
}
.bg-violet-50\/0 {
  background-color: rgb(245 243 255 / 0);
}
.bg-violet-50\/10 {
  background-color: rgb(245 243 255 / 0.1);
}
.bg-violet-50\/100 {
  background-color: rgb(245 243 255 / 1);
}
.bg-violet-50\/15 {
  background-color: rgb(245 243 255 / 0.15);
}
.bg-violet-50\/20 {
  background-color: rgb(245 243 255 / 0.2);
}
.bg-violet-50\/25 {
  background-color: rgb(245 243 255 / 0.25);
}
.bg-violet-50\/30 {
  background-color: rgb(245 243 255 / 0.3);
}
.bg-violet-50\/35 {
  background-color: rgb(245 243 255 / 0.35);
}
.bg-violet-50\/40 {
  background-color: rgb(245 243 255 / 0.4);
}
.bg-violet-50\/45 {
  background-color: rgb(245 243 255 / 0.45);
}
.bg-violet-50\/5 {
  background-color: rgb(245 243 255 / 0.05);
}
.bg-violet-50\/50 {
  background-color: rgb(245 243 255 / 0.5);
}
.bg-violet-50\/55 {
  background-color: rgb(245 243 255 / 0.55);
}
.bg-violet-50\/60 {
  background-color: rgb(245 243 255 / 0.6);
}
.bg-violet-50\/65 {
  background-color: rgb(245 243 255 / 0.65);
}
.bg-violet-50\/70 {
  background-color: rgb(245 243 255 / 0.7);
}
.bg-violet-50\/75 {
  background-color: rgb(245 243 255 / 0.75);
}
.bg-violet-50\/80 {
  background-color: rgb(245 243 255 / 0.8);
}
.bg-violet-50\/85 {
  background-color: rgb(245 243 255 / 0.85);
}
.bg-violet-50\/90 {
  background-color: rgb(245 243 255 / 0.9);
}
.bg-violet-50\/95 {
  background-color: rgb(245 243 255 / 0.95);
}
.bg-violet-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(139 92 246 / var(--tw-bg-opacity, 1));
}
.bg-violet-500\/0 {
  background-color: rgb(139 92 246 / 0);
}
.bg-violet-500\/10 {
  background-color: rgb(139 92 246 / 0.1);
}
.bg-violet-500\/100 {
  background-color: rgb(139 92 246 / 1);
}
.bg-violet-500\/15 {
  background-color: rgb(139 92 246 / 0.15);
}
.bg-violet-500\/20 {
  background-color: rgb(139 92 246 / 0.2);
}
.bg-violet-500\/25 {
  background-color: rgb(139 92 246 / 0.25);
}
.bg-violet-500\/30 {
  background-color: rgb(139 92 246 / 0.3);
}
.bg-violet-500\/35 {
  background-color: rgb(139 92 246 / 0.35);
}
.bg-violet-500\/40 {
  background-color: rgb(139 92 246 / 0.4);
}
.bg-violet-500\/45 {
  background-color: rgb(139 92 246 / 0.45);
}
.bg-violet-500\/5 {
  background-color: rgb(139 92 246 / 0.05);
}
.bg-violet-500\/50 {
  background-color: rgb(139 92 246 / 0.5);
}
.bg-violet-500\/55 {
  background-color: rgb(139 92 246 / 0.55);
}
.bg-violet-500\/60 {
  background-color: rgb(139 92 246 / 0.6);
}
.bg-violet-500\/65 {
  background-color: rgb(139 92 246 / 0.65);
}
.bg-violet-500\/70 {
  background-color: rgb(139 92 246 / 0.7);
}
.bg-violet-500\/75 {
  background-color: rgb(139 92 246 / 0.75);
}
.bg-violet-500\/80 {
  background-color: rgb(139 92 246 / 0.8);
}
.bg-violet-500\/85 {
  background-color: rgb(139 92 246 / 0.85);
}
.bg-violet-500\/90 {
  background-color: rgb(139 92 246 / 0.9);
}
.bg-violet-500\/95 {
  background-color: rgb(139 92 246 / 0.95);
}
.bg-violet-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(124 58 237 / var(--tw-bg-opacity, 1));
}
.bg-violet-600\/0 {
  background-color: rgb(124 58 237 / 0);
}
.bg-violet-600\/10 {
  background-color: rgb(124 58 237 / 0.1);
}
.bg-violet-600\/100 {
  background-color: rgb(124 58 237 / 1);
}
.bg-violet-600\/15 {
  background-color: rgb(124 58 237 / 0.15);
}
.bg-violet-600\/20 {
  background-color: rgb(124 58 237 / 0.2);
}
.bg-violet-600\/25 {
  background-color: rgb(124 58 237 / 0.25);
}
.bg-violet-600\/30 {
  background-color: rgb(124 58 237 / 0.3);
}
.bg-violet-600\/35 {
  background-color: rgb(124 58 237 / 0.35);
}
.bg-violet-600\/40 {
  background-color: rgb(124 58 237 / 0.4);
}
.bg-violet-600\/45 {
  background-color: rgb(124 58 237 / 0.45);
}
.bg-violet-600\/5 {
  background-color: rgb(124 58 237 / 0.05);
}
.bg-violet-600\/50 {
  background-color: rgb(124 58 237 / 0.5);
}
.bg-violet-600\/55 {
  background-color: rgb(124 58 237 / 0.55);
}
.bg-violet-600\/60 {
  background-color: rgb(124 58 237 / 0.6);
}
.bg-violet-600\/65 {
  background-color: rgb(124 58 237 / 0.65);
}
.bg-violet-600\/70 {
  background-color: rgb(124 58 237 / 0.7);
}
.bg-violet-600\/75 {
  background-color: rgb(124 58 237 / 0.75);
}
.bg-violet-600\/80 {
  background-color: rgb(124 58 237 / 0.8);
}
.bg-violet-600\/85 {
  background-color: rgb(124 58 237 / 0.85);
}
.bg-violet-600\/90 {
  background-color: rgb(124 58 237 / 0.9);
}
.bg-violet-600\/95 {
  background-color: rgb(124 58 237 / 0.95);
}
.bg-violet-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(109 40 217 / var(--tw-bg-opacity, 1));
}
.bg-violet-700\/0 {
  background-color: rgb(109 40 217 / 0);
}
.bg-violet-700\/10 {
  background-color: rgb(109 40 217 / 0.1);
}
.bg-violet-700\/100 {
  background-color: rgb(109 40 217 / 1);
}
.bg-violet-700\/15 {
  background-color: rgb(109 40 217 / 0.15);
}
.bg-violet-700\/20 {
  background-color: rgb(109 40 217 / 0.2);
}
.bg-violet-700\/25 {
  background-color: rgb(109 40 217 / 0.25);
}
.bg-violet-700\/30 {
  background-color: rgb(109 40 217 / 0.3);
}
.bg-violet-700\/35 {
  background-color: rgb(109 40 217 / 0.35);
}
.bg-violet-700\/40 {
  background-color: rgb(109 40 217 / 0.4);
}
.bg-violet-700\/45 {
  background-color: rgb(109 40 217 / 0.45);
}
.bg-violet-700\/5 {
  background-color: rgb(109 40 217 / 0.05);
}
.bg-violet-700\/50 {
  background-color: rgb(109 40 217 / 0.5);
}
.bg-violet-700\/55 {
  background-color: rgb(109 40 217 / 0.55);
}
.bg-violet-700\/60 {
  background-color: rgb(109 40 217 / 0.6);
}
.bg-violet-700\/65 {
  background-color: rgb(109 40 217 / 0.65);
}
.bg-violet-700\/70 {
  background-color: rgb(109 40 217 / 0.7);
}
.bg-violet-700\/75 {
  background-color: rgb(109 40 217 / 0.75);
}
.bg-violet-700\/80 {
  background-color: rgb(109 40 217 / 0.8);
}
.bg-violet-700\/85 {
  background-color: rgb(109 40 217 / 0.85);
}
.bg-violet-700\/90 {
  background-color: rgb(109 40 217 / 0.9);
}
.bg-violet-700\/95 {
  background-color: rgb(109 40 217 / 0.95);
}
.bg-violet-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(91 33 182 / var(--tw-bg-opacity, 1));
}
.bg-violet-800\/0 {
  background-color: rgb(91 33 182 / 0);
}
.bg-violet-800\/10 {
  background-color: rgb(91 33 182 / 0.1);
}
.bg-violet-800\/100 {
  background-color: rgb(91 33 182 / 1);
}
.bg-violet-800\/15 {
  background-color: rgb(91 33 182 / 0.15);
}
.bg-violet-800\/20 {
  background-color: rgb(91 33 182 / 0.2);
}
.bg-violet-800\/25 {
  background-color: rgb(91 33 182 / 0.25);
}
.bg-violet-800\/30 {
  background-color: rgb(91 33 182 / 0.3);
}
.bg-violet-800\/35 {
  background-color: rgb(91 33 182 / 0.35);
}
.bg-violet-800\/40 {
  background-color: rgb(91 33 182 / 0.4);
}
.bg-violet-800\/45 {
  background-color: rgb(91 33 182 / 0.45);
}
.bg-violet-800\/5 {
  background-color: rgb(91 33 182 / 0.05);
}
.bg-violet-800\/50 {
  background-color: rgb(91 33 182 / 0.5);
}
.bg-violet-800\/55 {
  background-color: rgb(91 33 182 / 0.55);
}
.bg-violet-800\/60 {
  background-color: rgb(91 33 182 / 0.6);
}
.bg-violet-800\/65 {
  background-color: rgb(91 33 182 / 0.65);
}
.bg-violet-800\/70 {
  background-color: rgb(91 33 182 / 0.7);
}
.bg-violet-800\/75 {
  background-color: rgb(91 33 182 / 0.75);
}
.bg-violet-800\/80 {
  background-color: rgb(91 33 182 / 0.8);
}
.bg-violet-800\/85 {
  background-color: rgb(91 33 182 / 0.85);
}
.bg-violet-800\/90 {
  background-color: rgb(91 33 182 / 0.9);
}
.bg-violet-800\/95 {
  background-color: rgb(91 33 182 / 0.95);
}
.bg-violet-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(76 29 149 / var(--tw-bg-opacity, 1));
}
.bg-violet-900\/0 {
  background-color: rgb(76 29 149 / 0);
}
.bg-violet-900\/10 {
  background-color: rgb(76 29 149 / 0.1);
}
.bg-violet-900\/100 {
  background-color: rgb(76 29 149 / 1);
}
.bg-violet-900\/15 {
  background-color: rgb(76 29 149 / 0.15);
}
.bg-violet-900\/20 {
  background-color: rgb(76 29 149 / 0.2);
}
.bg-violet-900\/25 {
  background-color: rgb(76 29 149 / 0.25);
}
.bg-violet-900\/30 {
  background-color: rgb(76 29 149 / 0.3);
}
.bg-violet-900\/35 {
  background-color: rgb(76 29 149 / 0.35);
}
.bg-violet-900\/40 {
  background-color: rgb(76 29 149 / 0.4);
}
.bg-violet-900\/45 {
  background-color: rgb(76 29 149 / 0.45);
}
.bg-violet-900\/5 {
  background-color: rgb(76 29 149 / 0.05);
}
.bg-violet-900\/50 {
  background-color: rgb(76 29 149 / 0.5);
}
.bg-violet-900\/55 {
  background-color: rgb(76 29 149 / 0.55);
}
.bg-violet-900\/60 {
  background-color: rgb(76 29 149 / 0.6);
}
.bg-violet-900\/65 {
  background-color: rgb(76 29 149 / 0.65);
}
.bg-violet-900\/70 {
  background-color: rgb(76 29 149 / 0.7);
}
.bg-violet-900\/75 {
  background-color: rgb(76 29 149 / 0.75);
}
.bg-violet-900\/80 {
  background-color: rgb(76 29 149 / 0.8);
}
.bg-violet-900\/85 {
  background-color: rgb(76 29 149 / 0.85);
}
.bg-violet-900\/90 {
  background-color: rgb(76 29 149 / 0.9);
}
.bg-violet-900\/95 {
  background-color: rgb(76 29 149 / 0.95);
}
.bg-violet-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(46 16 101 / var(--tw-bg-opacity, 1));
}
.bg-violet-950\/0 {
  background-color: rgb(46 16 101 / 0);
}
.bg-violet-950\/10 {
  background-color: rgb(46 16 101 / 0.1);
}
.bg-violet-950\/100 {
  background-color: rgb(46 16 101 / 1);
}
.bg-violet-950\/15 {
  background-color: rgb(46 16 101 / 0.15);
}
.bg-violet-950\/20 {
  background-color: rgb(46 16 101 / 0.2);
}
.bg-violet-950\/25 {
  background-color: rgb(46 16 101 / 0.25);
}
.bg-violet-950\/30 {
  background-color: rgb(46 16 101 / 0.3);
}
.bg-violet-950\/35 {
  background-color: rgb(46 16 101 / 0.35);
}
.bg-violet-950\/40 {
  background-color: rgb(46 16 101 / 0.4);
}
.bg-violet-950\/45 {
  background-color: rgb(46 16 101 / 0.45);
}
.bg-violet-950\/5 {
  background-color: rgb(46 16 101 / 0.05);
}
.bg-violet-950\/50 {
  background-color: rgb(46 16 101 / 0.5);
}
.bg-violet-950\/55 {
  background-color: rgb(46 16 101 / 0.55);
}
.bg-violet-950\/60 {
  background-color: rgb(46 16 101 / 0.6);
}
.bg-violet-950\/65 {
  background-color: rgb(46 16 101 / 0.65);
}
.bg-violet-950\/70 {
  background-color: rgb(46 16 101 / 0.7);
}
.bg-violet-950\/75 {
  background-color: rgb(46 16 101 / 0.75);
}
.bg-violet-950\/80 {
  background-color: rgb(46 16 101 / 0.8);
}
.bg-violet-950\/85 {
  background-color: rgb(46 16 101 / 0.85);
}
.bg-violet-950\/90 {
  background-color: rgb(46 16 101 / 0.9);
}
.bg-violet-950\/95 {
  background-color: rgb(46 16 101 / 0.95);
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-white\/10 {
  background-color: rgb(255 255 255 / 0.1);
}
.bg-white\/20 {
  background-color: rgb(255 255 255 / 0.2);
}
.bg-white\/50 {
  background-color: rgb(255 255 255 / 0.5);
}
.bg-white\/60 {
  background-color: rgb(255 255 255 / 0.6);
}
.bg-white\/80 {
  background-color: rgb(255 255 255 / 0.8);
}
.bg-white\/90 {
  background-color: rgb(255 255 255 / 0.9);
}
.bg-white\/95 {
  background-color: rgb(255 255 255 / 0.95);
}
.bg-yellow-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 249 195 / var(--tw-bg-opacity, 1));
}
.bg-yellow-100\/0 {
  background-color: rgb(254 249 195 / 0);
}
.bg-yellow-100\/10 {
  background-color: rgb(254 249 195 / 0.1);
}
.bg-yellow-100\/100 {
  background-color: rgb(254 249 195 / 1);
}
.bg-yellow-100\/15 {
  background-color: rgb(254 249 195 / 0.15);
}
.bg-yellow-100\/20 {
  background-color: rgb(254 249 195 / 0.2);
}
.bg-yellow-100\/25 {
  background-color: rgb(254 249 195 / 0.25);
}
.bg-yellow-100\/30 {
  background-color: rgb(254 249 195 / 0.3);
}
.bg-yellow-100\/35 {
  background-color: rgb(254 249 195 / 0.35);
}
.bg-yellow-100\/40 {
  background-color: rgb(254 249 195 / 0.4);
}
.bg-yellow-100\/45 {
  background-color: rgb(254 249 195 / 0.45);
}
.bg-yellow-100\/5 {
  background-color: rgb(254 249 195 / 0.05);
}
.bg-yellow-100\/50 {
  background-color: rgb(254 249 195 / 0.5);
}
.bg-yellow-100\/55 {
  background-color: rgb(254 249 195 / 0.55);
}
.bg-yellow-100\/60 {
  background-color: rgb(254 249 195 / 0.6);
}
.bg-yellow-100\/65 {
  background-color: rgb(254 249 195 / 0.65);
}
.bg-yellow-100\/70 {
  background-color: rgb(254 249 195 / 0.7);
}
.bg-yellow-100\/75 {
  background-color: rgb(254 249 195 / 0.75);
}
.bg-yellow-100\/80 {
  background-color: rgb(254 249 195 / 0.8);
}
.bg-yellow-100\/85 {
  background-color: rgb(254 249 195 / 0.85);
}
.bg-yellow-100\/90 {
  background-color: rgb(254 249 195 / 0.9);
}
.bg-yellow-100\/95 {
  background-color: rgb(254 249 195 / 0.95);
}
.bg-yellow-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 240 138 / var(--tw-bg-opacity, 1));
}
.bg-yellow-200\/0 {
  background-color: rgb(254 240 138 / 0);
}
.bg-yellow-200\/10 {
  background-color: rgb(254 240 138 / 0.1);
}
.bg-yellow-200\/100 {
  background-color: rgb(254 240 138 / 1);
}
.bg-yellow-200\/15 {
  background-color: rgb(254 240 138 / 0.15);
}
.bg-yellow-200\/20 {
  background-color: rgb(254 240 138 / 0.2);
}
.bg-yellow-200\/25 {
  background-color: rgb(254 240 138 / 0.25);
}
.bg-yellow-200\/30 {
  background-color: rgb(254 240 138 / 0.3);
}
.bg-yellow-200\/35 {
  background-color: rgb(254 240 138 / 0.35);
}
.bg-yellow-200\/40 {
  background-color: rgb(254 240 138 / 0.4);
}
.bg-yellow-200\/45 {
  background-color: rgb(254 240 138 / 0.45);
}
.bg-yellow-200\/5 {
  background-color: rgb(254 240 138 / 0.05);
}
.bg-yellow-200\/50 {
  background-color: rgb(254 240 138 / 0.5);
}
.bg-yellow-200\/55 {
  background-color: rgb(254 240 138 / 0.55);
}
.bg-yellow-200\/60 {
  background-color: rgb(254 240 138 / 0.6);
}
.bg-yellow-200\/65 {
  background-color: rgb(254 240 138 / 0.65);
}
.bg-yellow-200\/70 {
  background-color: rgb(254 240 138 / 0.7);
}
.bg-yellow-200\/75 {
  background-color: rgb(254 240 138 / 0.75);
}
.bg-yellow-200\/80 {
  background-color: rgb(254 240 138 / 0.8);
}
.bg-yellow-200\/85 {
  background-color: rgb(254 240 138 / 0.85);
}
.bg-yellow-200\/90 {
  background-color: rgb(254 240 138 / 0.9);
}
.bg-yellow-200\/95 {
  background-color: rgb(254 240 138 / 0.95);
}
.bg-yellow-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 224 71 / var(--tw-bg-opacity, 1));
}
.bg-yellow-300\/0 {
  background-color: rgb(253 224 71 / 0);
}
.bg-yellow-300\/10 {
  background-color: rgb(253 224 71 / 0.1);
}
.bg-yellow-300\/100 {
  background-color: rgb(253 224 71 / 1);
}
.bg-yellow-300\/15 {
  background-color: rgb(253 224 71 / 0.15);
}
.bg-yellow-300\/20 {
  background-color: rgb(253 224 71 / 0.2);
}
.bg-yellow-300\/25 {
  background-color: rgb(253 224 71 / 0.25);
}
.bg-yellow-300\/30 {
  background-color: rgb(253 224 71 / 0.3);
}
.bg-yellow-300\/35 {
  background-color: rgb(253 224 71 / 0.35);
}
.bg-yellow-300\/40 {
  background-color: rgb(253 224 71 / 0.4);
}
.bg-yellow-300\/45 {
  background-color: rgb(253 224 71 / 0.45);
}
.bg-yellow-300\/5 {
  background-color: rgb(253 224 71 / 0.05);
}
.bg-yellow-300\/50 {
  background-color: rgb(253 224 71 / 0.5);
}
.bg-yellow-300\/55 {
  background-color: rgb(253 224 71 / 0.55);
}
.bg-yellow-300\/60 {
  background-color: rgb(253 224 71 / 0.6);
}
.bg-yellow-300\/65 {
  background-color: rgb(253 224 71 / 0.65);
}
.bg-yellow-300\/70 {
  background-color: rgb(253 224 71 / 0.7);
}
.bg-yellow-300\/75 {
  background-color: rgb(253 224 71 / 0.75);
}
.bg-yellow-300\/80 {
  background-color: rgb(253 224 71 / 0.8);
}
.bg-yellow-300\/85 {
  background-color: rgb(253 224 71 / 0.85);
}
.bg-yellow-300\/90 {
  background-color: rgb(253 224 71 / 0.9);
}
.bg-yellow-300\/95 {
  background-color: rgb(253 224 71 / 0.95);
}
.bg-yellow-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 204 21 / var(--tw-bg-opacity, 1));
}
.bg-yellow-400\/0 {
  background-color: rgb(250 204 21 / 0);
}
.bg-yellow-400\/10 {
  background-color: rgb(250 204 21 / 0.1);
}
.bg-yellow-400\/100 {
  background-color: rgb(250 204 21 / 1);
}
.bg-yellow-400\/15 {
  background-color: rgb(250 204 21 / 0.15);
}
.bg-yellow-400\/20 {
  background-color: rgb(250 204 21 / 0.2);
}
.bg-yellow-400\/25 {
  background-color: rgb(250 204 21 / 0.25);
}
.bg-yellow-400\/30 {
  background-color: rgb(250 204 21 / 0.3);
}
.bg-yellow-400\/35 {
  background-color: rgb(250 204 21 / 0.35);
}
.bg-yellow-400\/40 {
  background-color: rgb(250 204 21 / 0.4);
}
.bg-yellow-400\/45 {
  background-color: rgb(250 204 21 / 0.45);
}
.bg-yellow-400\/5 {
  background-color: rgb(250 204 21 / 0.05);
}
.bg-yellow-400\/50 {
  background-color: rgb(250 204 21 / 0.5);
}
.bg-yellow-400\/55 {
  background-color: rgb(250 204 21 / 0.55);
}
.bg-yellow-400\/60 {
  background-color: rgb(250 204 21 / 0.6);
}
.bg-yellow-400\/65 {
  background-color: rgb(250 204 21 / 0.65);
}
.bg-yellow-400\/70 {
  background-color: rgb(250 204 21 / 0.7);
}
.bg-yellow-400\/75 {
  background-color: rgb(250 204 21 / 0.75);
}
.bg-yellow-400\/80 {
  background-color: rgb(250 204 21 / 0.8);
}
.bg-yellow-400\/85 {
  background-color: rgb(250 204 21 / 0.85);
}
.bg-yellow-400\/90 {
  background-color: rgb(250 204 21 / 0.9);
}
.bg-yellow-400\/95 {
  background-color: rgb(250 204 21 / 0.95);
}
.bg-yellow-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 252 232 / var(--tw-bg-opacity, 1));
}
.bg-yellow-50\/0 {
  background-color: rgb(254 252 232 / 0);
}
.bg-yellow-50\/10 {
  background-color: rgb(254 252 232 / 0.1);
}
.bg-yellow-50\/100 {
  background-color: rgb(254 252 232 / 1);
}
.bg-yellow-50\/15 {
  background-color: rgb(254 252 232 / 0.15);
}
.bg-yellow-50\/20 {
  background-color: rgb(254 252 232 / 0.2);
}
.bg-yellow-50\/25 {
  background-color: rgb(254 252 232 / 0.25);
}
.bg-yellow-50\/30 {
  background-color: rgb(254 252 232 / 0.3);
}
.bg-yellow-50\/35 {
  background-color: rgb(254 252 232 / 0.35);
}
.bg-yellow-50\/40 {
  background-color: rgb(254 252 232 / 0.4);
}
.bg-yellow-50\/45 {
  background-color: rgb(254 252 232 / 0.45);
}
.bg-yellow-50\/5 {
  background-color: rgb(254 252 232 / 0.05);
}
.bg-yellow-50\/50 {
  background-color: rgb(254 252 232 / 0.5);
}
.bg-yellow-50\/55 {
  background-color: rgb(254 252 232 / 0.55);
}
.bg-yellow-50\/60 {
  background-color: rgb(254 252 232 / 0.6);
}
.bg-yellow-50\/65 {
  background-color: rgb(254 252 232 / 0.65);
}
.bg-yellow-50\/70 {
  background-color: rgb(254 252 232 / 0.7);
}
.bg-yellow-50\/75 {
  background-color: rgb(254 252 232 / 0.75);
}
.bg-yellow-50\/80 {
  background-color: rgb(254 252 232 / 0.8);
}
.bg-yellow-50\/85 {
  background-color: rgb(254 252 232 / 0.85);
}
.bg-yellow-50\/90 {
  background-color: rgb(254 252 232 / 0.9);
}
.bg-yellow-50\/95 {
  background-color: rgb(254 252 232 / 0.95);
}
.bg-yellow-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(234 179 8 / var(--tw-bg-opacity, 1));
}
.bg-yellow-500\/0 {
  background-color: rgb(234 179 8 / 0);
}
.bg-yellow-500\/10 {
  background-color: rgb(234 179 8 / 0.1);
}
.bg-yellow-500\/100 {
  background-color: rgb(234 179 8 / 1);
}
.bg-yellow-500\/15 {
  background-color: rgb(234 179 8 / 0.15);
}
.bg-yellow-500\/20 {
  background-color: rgb(234 179 8 / 0.2);
}
.bg-yellow-500\/25 {
  background-color: rgb(234 179 8 / 0.25);
}
.bg-yellow-500\/30 {
  background-color: rgb(234 179 8 / 0.3);
}
.bg-yellow-500\/35 {
  background-color: rgb(234 179 8 / 0.35);
}
.bg-yellow-500\/40 {
  background-color: rgb(234 179 8 / 0.4);
}
.bg-yellow-500\/45 {
  background-color: rgb(234 179 8 / 0.45);
}
.bg-yellow-500\/5 {
  background-color: rgb(234 179 8 / 0.05);
}
.bg-yellow-500\/50 {
  background-color: rgb(234 179 8 / 0.5);
}
.bg-yellow-500\/55 {
  background-color: rgb(234 179 8 / 0.55);
}
.bg-yellow-500\/60 {
  background-color: rgb(234 179 8 / 0.6);
}
.bg-yellow-500\/65 {
  background-color: rgb(234 179 8 / 0.65);
}
.bg-yellow-500\/70 {
  background-color: rgb(234 179 8 / 0.7);
}
.bg-yellow-500\/75 {
  background-color: rgb(234 179 8 / 0.75);
}
.bg-yellow-500\/80 {
  background-color: rgb(234 179 8 / 0.8);
}
.bg-yellow-500\/85 {
  background-color: rgb(234 179 8 / 0.85);
}
.bg-yellow-500\/90 {
  background-color: rgb(234 179 8 / 0.9);
}
.bg-yellow-500\/95 {
  background-color: rgb(234 179 8 / 0.95);
}
.bg-yellow-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(202 138 4 / var(--tw-bg-opacity, 1));
}
.bg-yellow-600\/0 {
  background-color: rgb(202 138 4 / 0);
}
.bg-yellow-600\/10 {
  background-color: rgb(202 138 4 / 0.1);
}
.bg-yellow-600\/100 {
  background-color: rgb(202 138 4 / 1);
}
.bg-yellow-600\/15 {
  background-color: rgb(202 138 4 / 0.15);
}
.bg-yellow-600\/20 {
  background-color: rgb(202 138 4 / 0.2);
}
.bg-yellow-600\/25 {
  background-color: rgb(202 138 4 / 0.25);
}
.bg-yellow-600\/30 {
  background-color: rgb(202 138 4 / 0.3);
}
.bg-yellow-600\/35 {
  background-color: rgb(202 138 4 / 0.35);
}
.bg-yellow-600\/40 {
  background-color: rgb(202 138 4 / 0.4);
}
.bg-yellow-600\/45 {
  background-color: rgb(202 138 4 / 0.45);
}
.bg-yellow-600\/5 {
  background-color: rgb(202 138 4 / 0.05);
}
.bg-yellow-600\/50 {
  background-color: rgb(202 138 4 / 0.5);
}
.bg-yellow-600\/55 {
  background-color: rgb(202 138 4 / 0.55);
}
.bg-yellow-600\/60 {
  background-color: rgb(202 138 4 / 0.6);
}
.bg-yellow-600\/65 {
  background-color: rgb(202 138 4 / 0.65);
}
.bg-yellow-600\/70 {
  background-color: rgb(202 138 4 / 0.7);
}
.bg-yellow-600\/75 {
  background-color: rgb(202 138 4 / 0.75);
}
.bg-yellow-600\/80 {
  background-color: rgb(202 138 4 / 0.8);
}
.bg-yellow-600\/85 {
  background-color: rgb(202 138 4 / 0.85);
}
.bg-yellow-600\/90 {
  background-color: rgb(202 138 4 / 0.9);
}
.bg-yellow-600\/95 {
  background-color: rgb(202 138 4 / 0.95);
}
.bg-yellow-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(161 98 7 / var(--tw-bg-opacity, 1));
}
.bg-yellow-700\/0 {
  background-color: rgb(161 98 7 / 0);
}
.bg-yellow-700\/10 {
  background-color: rgb(161 98 7 / 0.1);
}
.bg-yellow-700\/100 {
  background-color: rgb(161 98 7 / 1);
}
.bg-yellow-700\/15 {
  background-color: rgb(161 98 7 / 0.15);
}
.bg-yellow-700\/20 {
  background-color: rgb(161 98 7 / 0.2);
}
.bg-yellow-700\/25 {
  background-color: rgb(161 98 7 / 0.25);
}
.bg-yellow-700\/30 {
  background-color: rgb(161 98 7 / 0.3);
}
.bg-yellow-700\/35 {
  background-color: rgb(161 98 7 / 0.35);
}
.bg-yellow-700\/40 {
  background-color: rgb(161 98 7 / 0.4);
}
.bg-yellow-700\/45 {
  background-color: rgb(161 98 7 / 0.45);
}
.bg-yellow-700\/5 {
  background-color: rgb(161 98 7 / 0.05);
}
.bg-yellow-700\/50 {
  background-color: rgb(161 98 7 / 0.5);
}
.bg-yellow-700\/55 {
  background-color: rgb(161 98 7 / 0.55);
}
.bg-yellow-700\/60 {
  background-color: rgb(161 98 7 / 0.6);
}
.bg-yellow-700\/65 {
  background-color: rgb(161 98 7 / 0.65);
}
.bg-yellow-700\/70 {
  background-color: rgb(161 98 7 / 0.7);
}
.bg-yellow-700\/75 {
  background-color: rgb(161 98 7 / 0.75);
}
.bg-yellow-700\/80 {
  background-color: rgb(161 98 7 / 0.8);
}
.bg-yellow-700\/85 {
  background-color: rgb(161 98 7 / 0.85);
}
.bg-yellow-700\/90 {
  background-color: rgb(161 98 7 / 0.9);
}
.bg-yellow-700\/95 {
  background-color: rgb(161 98 7 / 0.95);
}
.bg-yellow-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(133 77 14 / var(--tw-bg-opacity, 1));
}
.bg-yellow-800\/0 {
  background-color: rgb(133 77 14 / 0);
}
.bg-yellow-800\/10 {
  background-color: rgb(133 77 14 / 0.1);
}
.bg-yellow-800\/100 {
  background-color: rgb(133 77 14 / 1);
}
.bg-yellow-800\/15 {
  background-color: rgb(133 77 14 / 0.15);
}
.bg-yellow-800\/20 {
  background-color: rgb(133 77 14 / 0.2);
}
.bg-yellow-800\/25 {
  background-color: rgb(133 77 14 / 0.25);
}
.bg-yellow-800\/30 {
  background-color: rgb(133 77 14 / 0.3);
}
.bg-yellow-800\/35 {
  background-color: rgb(133 77 14 / 0.35);
}
.bg-yellow-800\/40 {
  background-color: rgb(133 77 14 / 0.4);
}
.bg-yellow-800\/45 {
  background-color: rgb(133 77 14 / 0.45);
}
.bg-yellow-800\/5 {
  background-color: rgb(133 77 14 / 0.05);
}
.bg-yellow-800\/50 {
  background-color: rgb(133 77 14 / 0.5);
}
.bg-yellow-800\/55 {
  background-color: rgb(133 77 14 / 0.55);
}
.bg-yellow-800\/60 {
  background-color: rgb(133 77 14 / 0.6);
}
.bg-yellow-800\/65 {
  background-color: rgb(133 77 14 / 0.65);
}
.bg-yellow-800\/70 {
  background-color: rgb(133 77 14 / 0.7);
}
.bg-yellow-800\/75 {
  background-color: rgb(133 77 14 / 0.75);
}
.bg-yellow-800\/80 {
  background-color: rgb(133 77 14 / 0.8);
}
.bg-yellow-800\/85 {
  background-color: rgb(133 77 14 / 0.85);
}
.bg-yellow-800\/90 {
  background-color: rgb(133 77 14 / 0.9);
}
.bg-yellow-800\/95 {
  background-color: rgb(133 77 14 / 0.95);
}
.bg-yellow-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(113 63 18 / var(--tw-bg-opacity, 1));
}
.bg-yellow-900\/0 {
  background-color: rgb(113 63 18 / 0);
}
.bg-yellow-900\/10 {
  background-color: rgb(113 63 18 / 0.1);
}
.bg-yellow-900\/100 {
  background-color: rgb(113 63 18 / 1);
}
.bg-yellow-900\/15 {
  background-color: rgb(113 63 18 / 0.15);
}
.bg-yellow-900\/20 {
  background-color: rgb(113 63 18 / 0.2);
}
.bg-yellow-900\/25 {
  background-color: rgb(113 63 18 / 0.25);
}
.bg-yellow-900\/30 {
  background-color: rgb(113 63 18 / 0.3);
}
.bg-yellow-900\/35 {
  background-color: rgb(113 63 18 / 0.35);
}
.bg-yellow-900\/40 {
  background-color: rgb(113 63 18 / 0.4);
}
.bg-yellow-900\/45 {
  background-color: rgb(113 63 18 / 0.45);
}
.bg-yellow-900\/5 {
  background-color: rgb(113 63 18 / 0.05);
}
.bg-yellow-900\/50 {
  background-color: rgb(113 63 18 / 0.5);
}
.bg-yellow-900\/55 {
  background-color: rgb(113 63 18 / 0.55);
}
.bg-yellow-900\/60 {
  background-color: rgb(113 63 18 / 0.6);
}
.bg-yellow-900\/65 {
  background-color: rgb(113 63 18 / 0.65);
}
.bg-yellow-900\/70 {
  background-color: rgb(113 63 18 / 0.7);
}
.bg-yellow-900\/75 {
  background-color: rgb(113 63 18 / 0.75);
}
.bg-yellow-900\/80 {
  background-color: rgb(113 63 18 / 0.8);
}
.bg-yellow-900\/85 {
  background-color: rgb(113 63 18 / 0.85);
}
.bg-yellow-900\/90 {
  background-color: rgb(113 63 18 / 0.9);
}
.bg-yellow-900\/95 {
  background-color: rgb(113 63 18 / 0.95);
}
.bg-yellow-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(66 32 6 / var(--tw-bg-opacity, 1));
}
.bg-yellow-950\/0 {
  background-color: rgb(66 32 6 / 0);
}
.bg-yellow-950\/10 {
  background-color: rgb(66 32 6 / 0.1);
}
.bg-yellow-950\/100 {
  background-color: rgb(66 32 6 / 1);
}
.bg-yellow-950\/15 {
  background-color: rgb(66 32 6 / 0.15);
}
.bg-yellow-950\/20 {
  background-color: rgb(66 32 6 / 0.2);
}
.bg-yellow-950\/25 {
  background-color: rgb(66 32 6 / 0.25);
}
.bg-yellow-950\/30 {
  background-color: rgb(66 32 6 / 0.3);
}
.bg-yellow-950\/35 {
  background-color: rgb(66 32 6 / 0.35);
}
.bg-yellow-950\/40 {
  background-color: rgb(66 32 6 / 0.4);
}
.bg-yellow-950\/45 {
  background-color: rgb(66 32 6 / 0.45);
}
.bg-yellow-950\/5 {
  background-color: rgb(66 32 6 / 0.05);
}
.bg-yellow-950\/50 {
  background-color: rgb(66 32 6 / 0.5);
}
.bg-yellow-950\/55 {
  background-color: rgb(66 32 6 / 0.55);
}
.bg-yellow-950\/60 {
  background-color: rgb(66 32 6 / 0.6);
}
.bg-yellow-950\/65 {
  background-color: rgb(66 32 6 / 0.65);
}
.bg-yellow-950\/70 {
  background-color: rgb(66 32 6 / 0.7);
}
.bg-yellow-950\/75 {
  background-color: rgb(66 32 6 / 0.75);
}
.bg-yellow-950\/80 {
  background-color: rgb(66 32 6 / 0.8);
}
.bg-yellow-950\/85 {
  background-color: rgb(66 32 6 / 0.85);
}
.bg-yellow-950\/90 {
  background-color: rgb(66 32 6 / 0.9);
}
.bg-yellow-950\/95 {
  background-color: rgb(66 32 6 / 0.95);
}
.bg-opacity-75 {
  --tw-bg-opacity: 0.75;
}
.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}
.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.from-amber-400 {
  --tw-gradient-from: #fbbf24 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 191 36 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-amber-50 {
  --tw-gradient-from: #fffbeb var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 251 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-amber-500 {
  --tw-gradient-from: #f59e0b var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 158 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-100 {
  --tw-gradient-from: #dbeafe var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(219 234 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-400 {
  --tw-gradient-from: #60a5fa var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(96 165 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-400\/10 {
  --tw-gradient-from: rgb(96 165 250 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(96 165 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-50 {
  --tw-gradient-from: #eff6ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(239 246 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-500 {
  --tw-gradient-from: #3b82f6 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-600 {
  --tw-gradient-from: #2563eb var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cyan-400 {
  --tw-gradient-from: #22d3ee var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(34 211 238 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cyan-50 {
  --tw-gradient-from: #ecfeff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 254 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cyan-500 {
  --tw-gradient-from: #06b6d4 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 182 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-emerald-50 {
  --tw-gradient-from: #ecfdf5 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 253 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-emerald-500 {
  --tw-gradient-from: #10b981 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(16 185 129 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-400 {
  --tw-gradient-from: #9ca3af var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(156 163 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-50 {
  --tw-gradient-from: #f9fafb var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 250 251 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-500 {
  --tw-gradient-from: #6b7280 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(107 114 128 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-100 {
  --tw-gradient-from: #dcfce7 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(220 252 231 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-400 {
  --tw-gradient-from: #4ade80 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(74 222 128 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-50 {
  --tw-gradient-from: #f0fdf4 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 253 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-500 {
  --tw-gradient-from: #22c55e var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(34 197 94 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.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-indigo-400 {
  --tw-gradient-from: #818cf8 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(129 140 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-500 {
  --tw-gradient-from: #6366f1 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(99 102 241 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-600 {
  --tw-gradient-from: #4f46e5 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(79 70 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-lime-500 {
  --tw-gradient-from: #84cc16 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(132 204 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-orange-400 {
  --tw-gradient-from: #fb923c var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 146 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-orange-50 {
  --tw-gradient-from: #fff7ed var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 247 237 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-orange-500 {
  --tw-gradient-from: #f97316 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 115 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-orange-600 {
  --tw-gradient-from: #ea580c var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 88 12 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-400 {
  --tw-gradient-from: #c084fc var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(192 132 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-400\/10 {
  --tw-gradient-from: rgb(192 132 252 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(192 132 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-50 {
  --tw-gradient-from: #faf5ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 245 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-500 {
  --tw-gradient-from: #a855f7 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(168 85 247 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-600 {
  --tw-gradient-from: #9333ea var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(147 51 234 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-400 {
  --tw-gradient-from: #f87171 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 113 113 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-500 {
  --tw-gradient-from: #ef4444 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(239 68 68 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-rose-500 {
  --tw-gradient-from: #f43f5e var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 63 94 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sky-400 {
  --tw-gradient-from: #38bdf8 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(56 189 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sky-50 {
  --tw-gradient-from: #f0f9ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 249 255 / 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);
}
.from-sky-600 {
  --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);
}
.from-slate-400 {
  --tw-gradient-from: #94a3b8 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(148 163 184 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-slate-50 {
  --tw-gradient-from: #f8fafc var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 250 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-slate-50\/80 {
  --tw-gradient-from: rgb(248 250 252 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 250 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-slate-500 {
  --tw-gradient-from: #64748b var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(100 116 139 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-slate-700 {
  --tw-gradient-from: #334155 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(51 65 85 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-slate-800 {
  --tw-gradient-from: #1e293b var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 41 59 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-teal-400 {
  --tw-gradient-from: #2dd4bf var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(45 212 191 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-teal-50 {
  --tw-gradient-from: #f0fdfa var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 253 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-teal-500 {
  --tw-gradient-from: #14b8a6 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(20 184 166 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-transparent {
  --tw-gradient-from: transparent var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-white {
  --tw-gradient-from: #fff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-400 {
  --tw-gradient-from: #facc15 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-500 {
  --tw-gradient-from: #eab308 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.via-blue-50\/30 {
  --tw-gradient-to: rgb(239 246 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(239 246 255 / 0.3) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-blue-500 {
  --tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    #3b82f6 var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-blue-600 {
  --tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    #2563eb var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-lime-50\/30 {
  --tw-gradient-to: rgb(247 254 231 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(247 254 231 / 0.3) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-purple-500 {
  --tw-gradient-to: rgb(168 85 247 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    #a855f7 var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-slate-200 {
  --tw-gradient-to: rgb(226 232 240 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    #e2e8f0 var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-white\/20 {
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(255 255 255 / 0.2) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.to-amber-100 {
  --tw-gradient-to: #fef3c7 var(--tw-gradient-to-position);
}
.to-amber-50\/30 {
  --tw-gradient-to: rgb(255 251 235 / 0.3) var(--tw-gradient-to-position);
}
.to-amber-500 {
  --tw-gradient-to: #f59e0b var(--tw-gradient-to-position);
}
.to-amber-600 {
  --tw-gradient-to: #d97706 var(--tw-gradient-to-position);
}
.to-blue-100 {
  --tw-gradient-to: #dbeafe var(--tw-gradient-to-position);
}
.to-blue-50 {
  --tw-gradient-to: #eff6ff var(--tw-gradient-to-position);
}
.to-blue-50\/20 {
  --tw-gradient-to: rgb(239 246 255 / 0.2) var(--tw-gradient-to-position);
}
.to-blue-50\/30 {
  --tw-gradient-to: rgb(239 246 255 / 0.3) var(--tw-gradient-to-position);
}
.to-blue-500 {
  --tw-gradient-to: #3b82f6 var(--tw-gradient-to-position);
}
.to-blue-600 {
  --tw-gradient-to: #2563eb var(--tw-gradient-to-position);
}
.to-blue-700 {
  --tw-gradient-to: #1d4ed8 var(--tw-gradient-to-position);
}
.to-cyan-50 {
  --tw-gradient-to: #ecfeff var(--tw-gradient-to-position);
}
.to-cyan-500 {
  --tw-gradient-to: #06b6d4 var(--tw-gradient-to-position);
}
.to-cyan-600 {
  --tw-gradient-to: #0891b2 var(--tw-gradient-to-position);
}
.to-emerald-100 {
  --tw-gradient-to: #d1fae5 var(--tw-gradient-to-position);
}
.to-emerald-400 {
  --tw-gradient-to: #34d399 var(--tw-gradient-to-position);
}
.to-emerald-50 {
  --tw-gradient-to: #ecfdf5 var(--tw-gradient-to-position);
}
.to-emerald-500 {
  --tw-gradient-to: #10b981 var(--tw-gradient-to-position);
}
.to-emerald-600 {
  --tw-gradient-to: #059669 var(--tw-gradient-to-position);
}
.to-fuchsia-500 {
  --tw-gradient-to: #d946ef var(--tw-gradient-to-position);
}
.to-fuchsia-600 {
  --tw-gradient-to: #c026d3 var(--tw-gradient-to-position);
}
.to-gray-100 {
  --tw-gradient-to: #f3f4f6 var(--tw-gradient-to-position);
}
.to-gray-50 {
  --tw-gradient-to: #f9fafb var(--tw-gradient-to-position);
}
.to-gray-500 {
  --tw-gradient-to: #6b7280 var(--tw-gradient-to-position);
}
.to-gray-600 {
  --tw-gradient-to: #4b5563 var(--tw-gradient-to-position);
}
.to-gray-700 {
  --tw-gradient-to: #374151 var(--tw-gradient-to-position);
}
.to-green-50 {
  --tw-gradient-to: #f0fdf4 var(--tw-gradient-to-position);
}
.to-green-500 {
  --tw-gradient-to: #22c55e var(--tw-gradient-to-position);
}
.to-green-600 {
  --tw-gradient-to: #16a34a var(--tw-gradient-to-position);
}
.to-indigo-100 {
  --tw-gradient-to: #e0e7ff var(--tw-gradient-to-position);
}
.to-indigo-400 {
  --tw-gradient-to: #818cf8 var(--tw-gradient-to-position);
}
.to-indigo-50 {
  --tw-gradient-to: #eef2ff var(--tw-gradient-to-position);
}
.to-indigo-500 {
  --tw-gradient-to: #6366f1 var(--tw-gradient-to-position);
}
.to-indigo-600 {
  --tw-gradient-to: #4f46e5 var(--tw-gradient-to-position);
}
.to-orange-50 {
  --tw-gradient-to: #fff7ed var(--tw-gradient-to-position);
}
.to-orange-50\/30 {
  --tw-gradient-to: rgb(255 247 237 / 0.3) var(--tw-gradient-to-position);
}
.to-orange-500 {
  --tw-gradient-to: #f97316 var(--tw-gradient-to-position);
}
.to-orange-600 {
  --tw-gradient-to: #ea580c var(--tw-gradient-to-position);
}
.to-pink-50 {
  --tw-gradient-to: #fdf2f8 var(--tw-gradient-to-position);
}
.to-pink-500 {
  --tw-gradient-to: #ec4899 var(--tw-gradient-to-position);
}
.to-purple-100 {
  --tw-gradient-to: #f3e8ff var(--tw-gradient-to-position);
}
.to-purple-50 {
  --tw-gradient-to: #faf5ff var(--tw-gradient-to-position);
}
.to-purple-500 {
  --tw-gradient-to: #a855f7 var(--tw-gradient-to-position);
}
.to-purple-600 {
  --tw-gradient-to: #9333ea var(--tw-gradient-to-position);
}
.to-red-600 {
  --tw-gradient-to: #dc2626 var(--tw-gradient-to-position);
}
.to-sky-400 {
  --tw-gradient-to: #38bdf8 var(--tw-gradient-to-position);
}
.to-sky-600 {
  --tw-gradient-to: #0284c7 var(--tw-gradient-to-position);
}
.to-slate-50 {
  --tw-gradient-to: #f8fafc var(--tw-gradient-to-position);
}
.to-slate-500 {
  --tw-gradient-to: #64748b var(--tw-gradient-to-position);
}
.to-slate-800 {
  --tw-gradient-to: #1e293b var(--tw-gradient-to-position);
}
.to-slate-900 {
  --tw-gradient-to: #0f172a var(--tw-gradient-to-position);
}
.to-teal-100 {
  --tw-gradient-to: #ccfbf1 var(--tw-gradient-to-position);
}
.to-teal-50 {
  --tw-gradient-to: #f0fdfa var(--tw-gradient-to-position);
}
.to-teal-50\/30 {
  --tw-gradient-to: rgb(240 253 250 / 0.3) var(--tw-gradient-to-position);
}
.to-teal-500 {
  --tw-gradient-to: #14b8a6 var(--tw-gradient-to-position);
}
.to-teal-600 {
  --tw-gradient-to: #0d9488 var(--tw-gradient-to-position);
}
.to-transparent {
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}
.to-violet-50\/30 {
  --tw-gradient-to: rgb(245 243 255 / 0.3) var(--tw-gradient-to-position);
}
.to-violet-500 {
  --tw-gradient-to: #8b5cf6 var(--tw-gradient-to-position);
}
.to-white {
  --tw-gradient-to: #fff var(--tw-gradient-to-position);
}
.to-white\/80 {
  --tw-gradient-to: rgb(255 255 255 / 0.8) var(--tw-gradient-to-position);
}
.to-yellow-500 {
  --tw-gradient-to: #eab308 var(--tw-gradient-to-position);
}
.to-yellow-600 {
  --tw-gradient-to: #ca8a04 var(--tw-gradient-to-position);
}
.bg-clip-text {
  background-clip: text;
}
.object-cover {
  object-fit: cover;
}
.\!p-0 {
  padding: 0px !important;
}
.p-0 {
  padding: 0px;
}
.p-0\.5 {
  padding: 0.125rem;
}
.p-1 {
  padding: 0.25rem;
}
.p-1\.5 {
  padding: 0.375rem;
}
.p-12 {
  padding: 3rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-2\.5 {
  padding: 0.625rem;
}
.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-1\.5 {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}
.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-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.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-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.\!pb-1 {
  padding-bottom: 0.25rem !important;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pe-4 {
  padding-inline-end: 1rem;
}
.pl-1 {
  padding-left: 0.25rem;
}
.pl-10 {
  padding-left: 2.5rem;
}
.pl-12 {
  padding-left: 3rem;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pl-3 {
  padding-left: 0.75rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pl-7 {
  padding-left: 1.75rem;
}
.pl-8 {
  padding-left: 2rem;
}
.pl-9 {
  padding-left: 2.25rem;
}
.pr-1 {
  padding-right: 0.25rem;
}
.pr-10 {
  padding-right: 2.5rem;
}
.pr-12 {
  padding-right: 3rem;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pr-3 {
  padding-right: 0.75rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pr-80 {
  padding-right: 20rem;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.text-left {
  text-align: left;
}
.\!text-center {
  text-align: center !important;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.align-middle {
  vertical-align: middle;
}
.font-mono {
  font-family:
    ui-monospace,
    SFMono-Regular,
    Menlo,
    Monaco,
    Consolas,
    "Liberation Mono",
    "Courier New",
    monospace;
}
.\!text-\[0\.7rem\] {
  font-size: 0.7rem !important;
}
.\!text-sm {
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-5xl {
  font-size: 3rem;
  line-height: 1;
}
.text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}
.text-\[0\.9rem\] {
  font-size: 0.9rem;
}
.text-\[10px\] {
  font-size: 10px;
}
.text-\[11px\] {
  font-size: 11px;
}
.text-\[1rem\] {
  font-size: 1rem;
}
.text-\[5px\] {
  font-size: 5px;
}
.text-\[6px\] {
  font-size: 6px;
}
.text-\[8px\] {
  font-size: 8px;
}
.text-\[9px\] {
  font-size: 9px;
}
.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-semibold {
  font-weight: 600 !important;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.italic {
  font-style: italic;
}
.leading-relaxed {
  line-height: 1.625;
}
.tracking-wide {
  letter-spacing: 0.025em;
}
.tracking-wider {
  letter-spacing: 0.05em;
}
.tracking-widest {
  letter-spacing: 0.1em;
}
.\!text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}
.text-amber-100 {
  --tw-text-opacity: 1;
  color: rgb(254 243 199 / var(--tw-text-opacity, 1));
}
.text-amber-100\/0 {
  color: rgb(254 243 199 / 0);
}
.text-amber-100\/10 {
  color: rgb(254 243 199 / 0.1);
}
.text-amber-100\/100 {
  color: rgb(254 243 199 / 1);
}
.text-amber-100\/15 {
  color: rgb(254 243 199 / 0.15);
}
.text-amber-100\/20 {
  color: rgb(254 243 199 / 0.2);
}
.text-amber-100\/25 {
  color: rgb(254 243 199 / 0.25);
}
.text-amber-100\/30 {
  color: rgb(254 243 199 / 0.3);
}
.text-amber-100\/35 {
  color: rgb(254 243 199 / 0.35);
}
.text-amber-100\/40 {
  color: rgb(254 243 199 / 0.4);
}
.text-amber-100\/45 {
  color: rgb(254 243 199 / 0.45);
}
.text-amber-100\/5 {
  color: rgb(254 243 199 / 0.05);
}
.text-amber-100\/50 {
  color: rgb(254 243 199 / 0.5);
}
.text-amber-100\/55 {
  color: rgb(254 243 199 / 0.55);
}
.text-amber-100\/60 {
  color: rgb(254 243 199 / 0.6);
}
.text-amber-100\/65 {
  color: rgb(254 243 199 / 0.65);
}
.text-amber-100\/70 {
  color: rgb(254 243 199 / 0.7);
}
.text-amber-100\/75 {
  color: rgb(254 243 199 / 0.75);
}
.text-amber-100\/80 {
  color: rgb(254 243 199 / 0.8);
}
.text-amber-100\/85 {
  color: rgb(254 243 199 / 0.85);
}
.text-amber-100\/90 {
  color: rgb(254 243 199 / 0.9);
}
.text-amber-100\/95 {
  color: rgb(254 243 199 / 0.95);
}
.text-amber-200 {
  --tw-text-opacity: 1;
  color: rgb(253 230 138 / var(--tw-text-opacity, 1));
}
.text-amber-200\/0 {
  color: rgb(253 230 138 / 0);
}
.text-amber-200\/10 {
  color: rgb(253 230 138 / 0.1);
}
.text-amber-200\/100 {
  color: rgb(253 230 138 / 1);
}
.text-amber-200\/15 {
  color: rgb(253 230 138 / 0.15);
}
.text-amber-200\/20 {
  color: rgb(253 230 138 / 0.2);
}
.text-amber-200\/25 {
  color: rgb(253 230 138 / 0.25);
}
.text-amber-200\/30 {
  color: rgb(253 230 138 / 0.3);
}
.text-amber-200\/35 {
  color: rgb(253 230 138 / 0.35);
}
.text-amber-200\/40 {
  color: rgb(253 230 138 / 0.4);
}
.text-amber-200\/45 {
  color: rgb(253 230 138 / 0.45);
}
.text-amber-200\/5 {
  color: rgb(253 230 138 / 0.05);
}
.text-amber-200\/50 {
  color: rgb(253 230 138 / 0.5);
}
.text-amber-200\/55 {
  color: rgb(253 230 138 / 0.55);
}
.text-amber-200\/60 {
  color: rgb(253 230 138 / 0.6);
}
.text-amber-200\/65 {
  color: rgb(253 230 138 / 0.65);
}
.text-amber-200\/70 {
  color: rgb(253 230 138 / 0.7);
}
.text-amber-200\/75 {
  color: rgb(253 230 138 / 0.75);
}
.text-amber-200\/80 {
  color: rgb(253 230 138 / 0.8);
}
.text-amber-200\/85 {
  color: rgb(253 230 138 / 0.85);
}
.text-amber-200\/90 {
  color: rgb(253 230 138 / 0.9);
}
.text-amber-200\/95 {
  color: rgb(253 230 138 / 0.95);
}
.text-amber-300 {
  --tw-text-opacity: 1;
  color: rgb(252 211 77 / var(--tw-text-opacity, 1));
}
.text-amber-300\/0 {
  color: rgb(252 211 77 / 0);
}
.text-amber-300\/10 {
  color: rgb(252 211 77 / 0.1);
}
.text-amber-300\/100 {
  color: rgb(252 211 77 / 1);
}
.text-amber-300\/15 {
  color: rgb(252 211 77 / 0.15);
}
.text-amber-300\/20 {
  color: rgb(252 211 77 / 0.2);
}
.text-amber-300\/25 {
  color: rgb(252 211 77 / 0.25);
}
.text-amber-300\/30 {
  color: rgb(252 211 77 / 0.3);
}
.text-amber-300\/35 {
  color: rgb(252 211 77 / 0.35);
}
.text-amber-300\/40 {
  color: rgb(252 211 77 / 0.4);
}
.text-amber-300\/45 {
  color: rgb(252 211 77 / 0.45);
}
.text-amber-300\/5 {
  color: rgb(252 211 77 / 0.05);
}
.text-amber-300\/50 {
  color: rgb(252 211 77 / 0.5);
}
.text-amber-300\/55 {
  color: rgb(252 211 77 / 0.55);
}
.text-amber-300\/60 {
  color: rgb(252 211 77 / 0.6);
}
.text-amber-300\/65 {
  color: rgb(252 211 77 / 0.65);
}
.text-amber-300\/70 {
  color: rgb(252 211 77 / 0.7);
}
.text-amber-300\/75 {
  color: rgb(252 211 77 / 0.75);
}
.text-amber-300\/80 {
  color: rgb(252 211 77 / 0.8);
}
.text-amber-300\/85 {
  color: rgb(252 211 77 / 0.85);
}
.text-amber-300\/90 {
  color: rgb(252 211 77 / 0.9);
}
.text-amber-300\/95 {
  color: rgb(252 211 77 / 0.95);
}
.text-amber-400 {
  --tw-text-opacity: 1;
  color: rgb(251 191 36 / var(--tw-text-opacity, 1));
}
.text-amber-400\/0 {
  color: rgb(251 191 36 / 0);
}
.text-amber-400\/10 {
  color: rgb(251 191 36 / 0.1);
}
.text-amber-400\/100 {
  color: rgb(251 191 36 / 1);
}
.text-amber-400\/15 {
  color: rgb(251 191 36 / 0.15);
}
.text-amber-400\/20 {
  color: rgb(251 191 36 / 0.2);
}
.text-amber-400\/25 {
  color: rgb(251 191 36 / 0.25);
}
.text-amber-400\/30 {
  color: rgb(251 191 36 / 0.3);
}
.text-amber-400\/35 {
  color: rgb(251 191 36 / 0.35);
}
.text-amber-400\/40 {
  color: rgb(251 191 36 / 0.4);
}
.text-amber-400\/45 {
  color: rgb(251 191 36 / 0.45);
}
.text-amber-400\/5 {
  color: rgb(251 191 36 / 0.05);
}
.text-amber-400\/50 {
  color: rgb(251 191 36 / 0.5);
}
.text-amber-400\/55 {
  color: rgb(251 191 36 / 0.55);
}
.text-amber-400\/60 {
  color: rgb(251 191 36 / 0.6);
}
.text-amber-400\/65 {
  color: rgb(251 191 36 / 0.65);
}
.text-amber-400\/70 {
  color: rgb(251 191 36 / 0.7);
}
.text-amber-400\/75 {
  color: rgb(251 191 36 / 0.75);
}
.text-amber-400\/80 {
  color: rgb(251 191 36 / 0.8);
}
.text-amber-400\/85 {
  color: rgb(251 191 36 / 0.85);
}
.text-amber-400\/90 {
  color: rgb(251 191 36 / 0.9);
}
.text-amber-400\/95 {
  color: rgb(251 191 36 / 0.95);
}
.text-amber-50 {
  --tw-text-opacity: 1;
  color: rgb(255 251 235 / var(--tw-text-opacity, 1));
}
.text-amber-50\/0 {
  color: rgb(255 251 235 / 0);
}
.text-amber-50\/10 {
  color: rgb(255 251 235 / 0.1);
}
.text-amber-50\/100 {
  color: rgb(255 251 235 / 1);
}
.text-amber-50\/15 {
  color: rgb(255 251 235 / 0.15);
}
.text-amber-50\/20 {
  color: rgb(255 251 235 / 0.2);
}
.text-amber-50\/25 {
  color: rgb(255 251 235 / 0.25);
}
.text-amber-50\/30 {
  color: rgb(255 251 235 / 0.3);
}
.text-amber-50\/35 {
  color: rgb(255 251 235 / 0.35);
}
.text-amber-50\/40 {
  color: rgb(255 251 235 / 0.4);
}
.text-amber-50\/45 {
  color: rgb(255 251 235 / 0.45);
}
.text-amber-50\/5 {
  color: rgb(255 251 235 / 0.05);
}
.text-amber-50\/50 {
  color: rgb(255 251 235 / 0.5);
}
.text-amber-50\/55 {
  color: rgb(255 251 235 / 0.55);
}
.text-amber-50\/60 {
  color: rgb(255 251 235 / 0.6);
}
.text-amber-50\/65 {
  color: rgb(255 251 235 / 0.65);
}
.text-amber-50\/70 {
  color: rgb(255 251 235 / 0.7);
}
.text-amber-50\/75 {
  color: rgb(255 251 235 / 0.75);
}
.text-amber-50\/80 {
  color: rgb(255 251 235 / 0.8);
}
.text-amber-50\/85 {
  color: rgb(255 251 235 / 0.85);
}
.text-amber-50\/90 {
  color: rgb(255 251 235 / 0.9);
}
.text-amber-50\/95 {
  color: rgb(255 251 235 / 0.95);
}
.text-amber-500 {
  --tw-text-opacity: 1;
  color: rgb(245 158 11 / var(--tw-text-opacity, 1));
}
.text-amber-500\/0 {
  color: rgb(245 158 11 / 0);
}
.text-amber-500\/10 {
  color: rgb(245 158 11 / 0.1);
}
.text-amber-500\/100 {
  color: rgb(245 158 11 / 1);
}
.text-amber-500\/15 {
  color: rgb(245 158 11 / 0.15);
}
.text-amber-500\/20 {
  color: rgb(245 158 11 / 0.2);
}
.text-amber-500\/25 {
  color: rgb(245 158 11 / 0.25);
}
.text-amber-500\/30 {
  color: rgb(245 158 11 / 0.3);
}
.text-amber-500\/35 {
  color: rgb(245 158 11 / 0.35);
}
.text-amber-500\/40 {
  color: rgb(245 158 11 / 0.4);
}
.text-amber-500\/45 {
  color: rgb(245 158 11 / 0.45);
}
.text-amber-500\/5 {
  color: rgb(245 158 11 / 0.05);
}
.text-amber-500\/50 {
  color: rgb(245 158 11 / 0.5);
}
.text-amber-500\/55 {
  color: rgb(245 158 11 / 0.55);
}
.text-amber-500\/60 {
  color: rgb(245 158 11 / 0.6);
}
.text-amber-500\/65 {
  color: rgb(245 158 11 / 0.65);
}
.text-amber-500\/70 {
  color: rgb(245 158 11 / 0.7);
}
.text-amber-500\/75 {
  color: rgb(245 158 11 / 0.75);
}
.text-amber-500\/80 {
  color: rgb(245 158 11 / 0.8);
}
.text-amber-500\/85 {
  color: rgb(245 158 11 / 0.85);
}
.text-amber-500\/90 {
  color: rgb(245 158 11 / 0.9);
}
.text-amber-500\/95 {
  color: rgb(245 158 11 / 0.95);
}
.text-amber-600 {
  --tw-text-opacity: 1;
  color: rgb(217 119 6 / var(--tw-text-opacity, 1));
}
.text-amber-600\/0 {
  color: rgb(217 119 6 / 0);
}
.text-amber-600\/10 {
  color: rgb(217 119 6 / 0.1);
}
.text-amber-600\/100 {
  color: rgb(217 119 6 / 1);
}
.text-amber-600\/15 {
  color: rgb(217 119 6 / 0.15);
}
.text-amber-600\/20 {
  color: rgb(217 119 6 / 0.2);
}
.text-amber-600\/25 {
  color: rgb(217 119 6 / 0.25);
}
.text-amber-600\/30 {
  color: rgb(217 119 6 / 0.3);
}
.text-amber-600\/35 {
  color: rgb(217 119 6 / 0.35);
}
.text-amber-600\/40 {
  color: rgb(217 119 6 / 0.4);
}
.text-amber-600\/45 {
  color: rgb(217 119 6 / 0.45);
}
.text-amber-600\/5 {
  color: rgb(217 119 6 / 0.05);
}
.text-amber-600\/50 {
  color: rgb(217 119 6 / 0.5);
}
.text-amber-600\/55 {
  color: rgb(217 119 6 / 0.55);
}
.text-amber-600\/60 {
  color: rgb(217 119 6 / 0.6);
}
.text-amber-600\/65 {
  color: rgb(217 119 6 / 0.65);
}
.text-amber-600\/70 {
  color: rgb(217 119 6 / 0.7);
}
.text-amber-600\/75 {
  color: rgb(217 119 6 / 0.75);
}
.text-amber-600\/80 {
  color: rgb(217 119 6 / 0.8);
}
.text-amber-600\/85 {
  color: rgb(217 119 6 / 0.85);
}
.text-amber-600\/90 {
  color: rgb(217 119 6 / 0.9);
}
.text-amber-600\/95 {
  color: rgb(217 119 6 / 0.95);
}
.text-amber-700 {
  --tw-text-opacity: 1;
  color: rgb(180 83 9 / var(--tw-text-opacity, 1));
}
.text-amber-700\/0 {
  color: rgb(180 83 9 / 0);
}
.text-amber-700\/10 {
  color: rgb(180 83 9 / 0.1);
}
.text-amber-700\/100 {
  color: rgb(180 83 9 / 1);
}
.text-amber-700\/15 {
  color: rgb(180 83 9 / 0.15);
}
.text-amber-700\/20 {
  color: rgb(180 83 9 / 0.2);
}
.text-amber-700\/25 {
  color: rgb(180 83 9 / 0.25);
}
.text-amber-700\/30 {
  color: rgb(180 83 9 / 0.3);
}
.text-amber-700\/35 {
  color: rgb(180 83 9 / 0.35);
}
.text-amber-700\/40 {
  color: rgb(180 83 9 / 0.4);
}
.text-amber-700\/45 {
  color: rgb(180 83 9 / 0.45);
}
.text-amber-700\/5 {
  color: rgb(180 83 9 / 0.05);
}
.text-amber-700\/50 {
  color: rgb(180 83 9 / 0.5);
}
.text-amber-700\/55 {
  color: rgb(180 83 9 / 0.55);
}
.text-amber-700\/60 {
  color: rgb(180 83 9 / 0.6);
}
.text-amber-700\/65 {
  color: rgb(180 83 9 / 0.65);
}
.text-amber-700\/70 {
  color: rgb(180 83 9 / 0.7);
}
.text-amber-700\/75 {
  color: rgb(180 83 9 / 0.75);
}
.text-amber-700\/80 {
  color: rgb(180 83 9 / 0.8);
}
.text-amber-700\/85 {
  color: rgb(180 83 9 / 0.85);
}
.text-amber-700\/90 {
  color: rgb(180 83 9 / 0.9);
}
.text-amber-700\/95 {
  color: rgb(180 83 9 / 0.95);
}
.text-amber-800 {
  --tw-text-opacity: 1;
  color: rgb(146 64 14 / var(--tw-text-opacity, 1));
}
.text-amber-800\/0 {
  color: rgb(146 64 14 / 0);
}
.text-amber-800\/10 {
  color: rgb(146 64 14 / 0.1);
}
.text-amber-800\/100 {
  color: rgb(146 64 14 / 1);
}
.text-amber-800\/15 {
  color: rgb(146 64 14 / 0.15);
}
.text-amber-800\/20 {
  color: rgb(146 64 14 / 0.2);
}
.text-amber-800\/25 {
  color: rgb(146 64 14 / 0.25);
}
.text-amber-800\/30 {
  color: rgb(146 64 14 / 0.3);
}
.text-amber-800\/35 {
  color: rgb(146 64 14 / 0.35);
}
.text-amber-800\/40 {
  color: rgb(146 64 14 / 0.4);
}
.text-amber-800\/45 {
  color: rgb(146 64 14 / 0.45);
}
.text-amber-800\/5 {
  color: rgb(146 64 14 / 0.05);
}
.text-amber-800\/50 {
  color: rgb(146 64 14 / 0.5);
}
.text-amber-800\/55 {
  color: rgb(146 64 14 / 0.55);
}
.text-amber-800\/60 {
  color: rgb(146 64 14 / 0.6);
}
.text-amber-800\/65 {
  color: rgb(146 64 14 / 0.65);
}
.text-amber-800\/70 {
  color: rgb(146 64 14 / 0.7);
}
.text-amber-800\/75 {
  color: rgb(146 64 14 / 0.75);
}
.text-amber-800\/80 {
  color: rgb(146 64 14 / 0.8);
}
.text-amber-800\/85 {
  color: rgb(146 64 14 / 0.85);
}
.text-amber-800\/90 {
  color: rgb(146 64 14 / 0.9);
}
.text-amber-800\/95 {
  color: rgb(146 64 14 / 0.95);
}
.text-amber-900 {
  --tw-text-opacity: 1;
  color: rgb(120 53 15 / var(--tw-text-opacity, 1));
}
.text-amber-900\/0 {
  color: rgb(120 53 15 / 0);
}
.text-amber-900\/10 {
  color: rgb(120 53 15 / 0.1);
}
.text-amber-900\/100 {
  color: rgb(120 53 15 / 1);
}
.text-amber-900\/15 {
  color: rgb(120 53 15 / 0.15);
}
.text-amber-900\/20 {
  color: rgb(120 53 15 / 0.2);
}
.text-amber-900\/25 {
  color: rgb(120 53 15 / 0.25);
}
.text-amber-900\/30 {
  color: rgb(120 53 15 / 0.3);
}
.text-amber-900\/35 {
  color: rgb(120 53 15 / 0.35);
}
.text-amber-900\/40 {
  color: rgb(120 53 15 / 0.4);
}
.text-amber-900\/45 {
  color: rgb(120 53 15 / 0.45);
}
.text-amber-900\/5 {
  color: rgb(120 53 15 / 0.05);
}
.text-amber-900\/50 {
  color: rgb(120 53 15 / 0.5);
}
.text-amber-900\/55 {
  color: rgb(120 53 15 / 0.55);
}
.text-amber-900\/60 {
  color: rgb(120 53 15 / 0.6);
}
.text-amber-900\/65 {
  color: rgb(120 53 15 / 0.65);
}
.text-amber-900\/70 {
  color: rgb(120 53 15 / 0.7);
}
.text-amber-900\/75 {
  color: rgb(120 53 15 / 0.75);
}
.text-amber-900\/80 {
  color: rgb(120 53 15 / 0.8);
}
.text-amber-900\/85 {
  color: rgb(120 53 15 / 0.85);
}
.text-amber-900\/90 {
  color: rgb(120 53 15 / 0.9);
}
.text-amber-900\/95 {
  color: rgb(120 53 15 / 0.95);
}
.text-amber-950 {
  --tw-text-opacity: 1;
  color: rgb(69 26 3 / var(--tw-text-opacity, 1));
}
.text-amber-950\/0 {
  color: rgb(69 26 3 / 0);
}
.text-amber-950\/10 {
  color: rgb(69 26 3 / 0.1);
}
.text-amber-950\/100 {
  color: rgb(69 26 3 / 1);
}
.text-amber-950\/15 {
  color: rgb(69 26 3 / 0.15);
}
.text-amber-950\/20 {
  color: rgb(69 26 3 / 0.2);
}
.text-amber-950\/25 {
  color: rgb(69 26 3 / 0.25);
}
.text-amber-950\/30 {
  color: rgb(69 26 3 / 0.3);
}
.text-amber-950\/35 {
  color: rgb(69 26 3 / 0.35);
}
.text-amber-950\/40 {
  color: rgb(69 26 3 / 0.4);
}
.text-amber-950\/45 {
  color: rgb(69 26 3 / 0.45);
}
.text-amber-950\/5 {
  color: rgb(69 26 3 / 0.05);
}
.text-amber-950\/50 {
  color: rgb(69 26 3 / 0.5);
}
.text-amber-950\/55 {
  color: rgb(69 26 3 / 0.55);
}
.text-amber-950\/60 {
  color: rgb(69 26 3 / 0.6);
}
.text-amber-950\/65 {
  color: rgb(69 26 3 / 0.65);
}
.text-amber-950\/70 {
  color: rgb(69 26 3 / 0.7);
}
.text-amber-950\/75 {
  color: rgb(69 26 3 / 0.75);
}
.text-amber-950\/80 {
  color: rgb(69 26 3 / 0.8);
}
.text-amber-950\/85 {
  color: rgb(69 26 3 / 0.85);
}
.text-amber-950\/90 {
  color: rgb(69 26 3 / 0.9);
}
.text-amber-950\/95 {
  color: rgb(69 26 3 / 0.95);
}
.text-blue-100 {
  --tw-text-opacity: 1;
  color: rgb(219 234 254 / var(--tw-text-opacity, 1));
}
.text-blue-100\/0 {
  color: rgb(219 234 254 / 0);
}
.text-blue-100\/10 {
  color: rgb(219 234 254 / 0.1);
}
.text-blue-100\/100 {
  color: rgb(219 234 254 / 1);
}
.text-blue-100\/15 {
  color: rgb(219 234 254 / 0.15);
}
.text-blue-100\/20 {
  color: rgb(219 234 254 / 0.2);
}
.text-blue-100\/25 {
  color: rgb(219 234 254 / 0.25);
}
.text-blue-100\/30 {
  color: rgb(219 234 254 / 0.3);
}
.text-blue-100\/35 {
  color: rgb(219 234 254 / 0.35);
}
.text-blue-100\/40 {
  color: rgb(219 234 254 / 0.4);
}
.text-blue-100\/45 {
  color: rgb(219 234 254 / 0.45);
}
.text-blue-100\/5 {
  color: rgb(219 234 254 / 0.05);
}
.text-blue-100\/50 {
  color: rgb(219 234 254 / 0.5);
}
.text-blue-100\/55 {
  color: rgb(219 234 254 / 0.55);
}
.text-blue-100\/60 {
  color: rgb(219 234 254 / 0.6);
}
.text-blue-100\/65 {
  color: rgb(219 234 254 / 0.65);
}
.text-blue-100\/70 {
  color: rgb(219 234 254 / 0.7);
}
.text-blue-100\/75 {
  color: rgb(219 234 254 / 0.75);
}
.text-blue-100\/80 {
  color: rgb(219 234 254 / 0.8);
}
.text-blue-100\/85 {
  color: rgb(219 234 254 / 0.85);
}
.text-blue-100\/90 {
  color: rgb(219 234 254 / 0.9);
}
.text-blue-100\/95 {
  color: rgb(219 234 254 / 0.95);
}
.text-blue-200 {
  --tw-text-opacity: 1;
  color: rgb(191 219 254 / var(--tw-text-opacity, 1));
}
.text-blue-200\/0 {
  color: rgb(191 219 254 / 0);
}
.text-blue-200\/10 {
  color: rgb(191 219 254 / 0.1);
}
.text-blue-200\/100 {
  color: rgb(191 219 254 / 1);
}
.text-blue-200\/15 {
  color: rgb(191 219 254 / 0.15);
}
.text-blue-200\/20 {
  color: rgb(191 219 254 / 0.2);
}
.text-blue-200\/25 {
  color: rgb(191 219 254 / 0.25);
}
.text-blue-200\/30 {
  color: rgb(191 219 254 / 0.3);
}
.text-blue-200\/35 {
  color: rgb(191 219 254 / 0.35);
}
.text-blue-200\/40 {
  color: rgb(191 219 254 / 0.4);
}
.text-blue-200\/45 {
  color: rgb(191 219 254 / 0.45);
}
.text-blue-200\/5 {
  color: rgb(191 219 254 / 0.05);
}
.text-blue-200\/50 {
  color: rgb(191 219 254 / 0.5);
}
.text-blue-200\/55 {
  color: rgb(191 219 254 / 0.55);
}
.text-blue-200\/60 {
  color: rgb(191 219 254 / 0.6);
}
.text-blue-200\/65 {
  color: rgb(191 219 254 / 0.65);
}
.text-blue-200\/70 {
  color: rgb(191 219 254 / 0.7);
}
.text-blue-200\/75 {
  color: rgb(191 219 254 / 0.75);
}
.text-blue-200\/80 {
  color: rgb(191 219 254 / 0.8);
}
.text-blue-200\/85 {
  color: rgb(191 219 254 / 0.85);
}
.text-blue-200\/90 {
  color: rgb(191 219 254 / 0.9);
}
.text-blue-200\/95 {
  color: rgb(191 219 254 / 0.95);
}
.text-blue-300 {
  --tw-text-opacity: 1;
  color: rgb(147 197 253 / var(--tw-text-opacity, 1));
}
.text-blue-300\/0 {
  color: rgb(147 197 253 / 0);
}
.text-blue-300\/10 {
  color: rgb(147 197 253 / 0.1);
}
.text-blue-300\/100 {
  color: rgb(147 197 253 / 1);
}
.text-blue-300\/15 {
  color: rgb(147 197 253 / 0.15);
}
.text-blue-300\/20 {
  color: rgb(147 197 253 / 0.2);
}
.text-blue-300\/25 {
  color: rgb(147 197 253 / 0.25);
}
.text-blue-300\/30 {
  color: rgb(147 197 253 / 0.3);
}
.text-blue-300\/35 {
  color: rgb(147 197 253 / 0.35);
}
.text-blue-300\/40 {
  color: rgb(147 197 253 / 0.4);
}
.text-blue-300\/45 {
  color: rgb(147 197 253 / 0.45);
}
.text-blue-300\/5 {
  color: rgb(147 197 253 / 0.05);
}
.text-blue-300\/50 {
  color: rgb(147 197 253 / 0.5);
}
.text-blue-300\/55 {
  color: rgb(147 197 253 / 0.55);
}
.text-blue-300\/60 {
  color: rgb(147 197 253 / 0.6);
}
.text-blue-300\/65 {
  color: rgb(147 197 253 / 0.65);
}
.text-blue-300\/70 {
  color: rgb(147 197 253 / 0.7);
}
.text-blue-300\/75 {
  color: rgb(147 197 253 / 0.75);
}
.text-blue-300\/80 {
  color: rgb(147 197 253 / 0.8);
}
.text-blue-300\/85 {
  color: rgb(147 197 253 / 0.85);
}
.text-blue-300\/90 {
  color: rgb(147 197 253 / 0.9);
}
.text-blue-300\/95 {
  color: rgb(147 197 253 / 0.95);
}
.text-blue-400 {
  --tw-text-opacity: 1;
  color: rgb(96 165 250 / var(--tw-text-opacity, 1));
}
.text-blue-400\/0 {
  color: rgb(96 165 250 / 0);
}
.text-blue-400\/10 {
  color: rgb(96 165 250 / 0.1);
}
.text-blue-400\/100 {
  color: rgb(96 165 250 / 1);
}
.text-blue-400\/15 {
  color: rgb(96 165 250 / 0.15);
}
.text-blue-400\/20 {
  color: rgb(96 165 250 / 0.2);
}
.text-blue-400\/25 {
  color: rgb(96 165 250 / 0.25);
}
.text-blue-400\/30 {
  color: rgb(96 165 250 / 0.3);
}
.text-blue-400\/35 {
  color: rgb(96 165 250 / 0.35);
}
.text-blue-400\/40 {
  color: rgb(96 165 250 / 0.4);
}
.text-blue-400\/45 {
  color: rgb(96 165 250 / 0.45);
}
.text-blue-400\/5 {
  color: rgb(96 165 250 / 0.05);
}
.text-blue-400\/50 {
  color: rgb(96 165 250 / 0.5);
}
.text-blue-400\/55 {
  color: rgb(96 165 250 / 0.55);
}
.text-blue-400\/60 {
  color: rgb(96 165 250 / 0.6);
}
.text-blue-400\/65 {
  color: rgb(96 165 250 / 0.65);
}
.text-blue-400\/70 {
  color: rgb(96 165 250 / 0.7);
}
.text-blue-400\/75 {
  color: rgb(96 165 250 / 0.75);
}
.text-blue-400\/80 {
  color: rgb(96 165 250 / 0.8);
}
.text-blue-400\/85 {
  color: rgb(96 165 250 / 0.85);
}
.text-blue-400\/90 {
  color: rgb(96 165 250 / 0.9);
}
.text-blue-400\/95 {
  color: rgb(96 165 250 / 0.95);
}
.text-blue-50 {
  --tw-text-opacity: 1;
  color: rgb(239 246 255 / var(--tw-text-opacity, 1));
}
.text-blue-50\/0 {
  color: rgb(239 246 255 / 0);
}
.text-blue-50\/10 {
  color: rgb(239 246 255 / 0.1);
}
.text-blue-50\/100 {
  color: rgb(239 246 255 / 1);
}
.text-blue-50\/15 {
  color: rgb(239 246 255 / 0.15);
}
.text-blue-50\/20 {
  color: rgb(239 246 255 / 0.2);
}
.text-blue-50\/25 {
  color: rgb(239 246 255 / 0.25);
}
.text-blue-50\/30 {
  color: rgb(239 246 255 / 0.3);
}
.text-blue-50\/35 {
  color: rgb(239 246 255 / 0.35);
}
.text-blue-50\/40 {
  color: rgb(239 246 255 / 0.4);
}
.text-blue-50\/45 {
  color: rgb(239 246 255 / 0.45);
}
.text-blue-50\/5 {
  color: rgb(239 246 255 / 0.05);
}
.text-blue-50\/50 {
  color: rgb(239 246 255 / 0.5);
}
.text-blue-50\/55 {
  color: rgb(239 246 255 / 0.55);
}
.text-blue-50\/60 {
  color: rgb(239 246 255 / 0.6);
}
.text-blue-50\/65 {
  color: rgb(239 246 255 / 0.65);
}
.text-blue-50\/70 {
  color: rgb(239 246 255 / 0.7);
}
.text-blue-50\/75 {
  color: rgb(239 246 255 / 0.75);
}
.text-blue-50\/80 {
  color: rgb(239 246 255 / 0.8);
}
.text-blue-50\/85 {
  color: rgb(239 246 255 / 0.85);
}
.text-blue-50\/90 {
  color: rgb(239 246 255 / 0.9);
}
.text-blue-50\/95 {
  color: rgb(239 246 255 / 0.95);
}
.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}
.text-blue-500\/0 {
  color: rgb(59 130 246 / 0);
}
.text-blue-500\/10 {
  color: rgb(59 130 246 / 0.1);
}
.text-blue-500\/100 {
  color: rgb(59 130 246 / 1);
}
.text-blue-500\/15 {
  color: rgb(59 130 246 / 0.15);
}
.text-blue-500\/20 {
  color: rgb(59 130 246 / 0.2);
}
.text-blue-500\/25 {
  color: rgb(59 130 246 / 0.25);
}
.text-blue-500\/30 {
  color: rgb(59 130 246 / 0.3);
}
.text-blue-500\/35 {
  color: rgb(59 130 246 / 0.35);
}
.text-blue-500\/40 {
  color: rgb(59 130 246 / 0.4);
}
.text-blue-500\/45 {
  color: rgb(59 130 246 / 0.45);
}
.text-blue-500\/5 {
  color: rgb(59 130 246 / 0.05);
}
.text-blue-500\/50 {
  color: rgb(59 130 246 / 0.5);
}
.text-blue-500\/55 {
  color: rgb(59 130 246 / 0.55);
}
.text-blue-500\/60 {
  color: rgb(59 130 246 / 0.6);
}
.text-blue-500\/65 {
  color: rgb(59 130 246 / 0.65);
}
.text-blue-500\/70 {
  color: rgb(59 130 246 / 0.7);
}
.text-blue-500\/75 {
  color: rgb(59 130 246 / 0.75);
}
.text-blue-500\/80 {
  color: rgb(59 130 246 / 0.8);
}
.text-blue-500\/85 {
  color: rgb(59 130 246 / 0.85);
}
.text-blue-500\/90 {
  color: rgb(59 130 246 / 0.9);
}
.text-blue-500\/95 {
  color: rgb(59 130 246 / 0.95);
}
.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}
.text-blue-600\/0 {
  color: rgb(37 99 235 / 0);
}
.text-blue-600\/10 {
  color: rgb(37 99 235 / 0.1);
}
.text-blue-600\/100 {
  color: rgb(37 99 235 / 1);
}
.text-blue-600\/15 {
  color: rgb(37 99 235 / 0.15);
}
.text-blue-600\/20 {
  color: rgb(37 99 235 / 0.2);
}
.text-blue-600\/25 {
  color: rgb(37 99 235 / 0.25);
}
.text-blue-600\/30 {
  color: rgb(37 99 235 / 0.3);
}
.text-blue-600\/35 {
  color: rgb(37 99 235 / 0.35);
}
.text-blue-600\/40 {
  color: rgb(37 99 235 / 0.4);
}
.text-blue-600\/45 {
  color: rgb(37 99 235 / 0.45);
}
.text-blue-600\/5 {
  color: rgb(37 99 235 / 0.05);
}
.text-blue-600\/50 {
  color: rgb(37 99 235 / 0.5);
}
.text-blue-600\/55 {
  color: rgb(37 99 235 / 0.55);
}
.text-blue-600\/60 {
  color: rgb(37 99 235 / 0.6);
}
.text-blue-600\/65 {
  color: rgb(37 99 235 / 0.65);
}
.text-blue-600\/70 {
  color: rgb(37 99 235 / 0.7);
}
.text-blue-600\/75 {
  color: rgb(37 99 235 / 0.75);
}
.text-blue-600\/80 {
  color: rgb(37 99 235 / 0.8);
}
.text-blue-600\/85 {
  color: rgb(37 99 235 / 0.85);
}
.text-blue-600\/90 {
  color: rgb(37 99 235 / 0.9);
}
.text-blue-600\/95 {
  color: rgb(37 99 235 / 0.95);
}
.text-blue-700 {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}
.text-blue-700\/0 {
  color: rgb(29 78 216 / 0);
}
.text-blue-700\/10 {
  color: rgb(29 78 216 / 0.1);
}
.text-blue-700\/100 {
  color: rgb(29 78 216 / 1);
}
.text-blue-700\/15 {
  color: rgb(29 78 216 / 0.15);
}
.text-blue-700\/20 {
  color: rgb(29 78 216 / 0.2);
}
.text-blue-700\/25 {
  color: rgb(29 78 216 / 0.25);
}
.text-blue-700\/30 {
  color: rgb(29 78 216 / 0.3);
}
.text-blue-700\/35 {
  color: rgb(29 78 216 / 0.35);
}
.text-blue-700\/40 {
  color: rgb(29 78 216 / 0.4);
}
.text-blue-700\/45 {
  color: rgb(29 78 216 / 0.45);
}
.text-blue-700\/5 {
  color: rgb(29 78 216 / 0.05);
}
.text-blue-700\/50 {
  color: rgb(29 78 216 / 0.5);
}
.text-blue-700\/55 {
  color: rgb(29 78 216 / 0.55);
}
.text-blue-700\/60 {
  color: rgb(29 78 216 / 0.6);
}
.text-blue-700\/65 {
  color: rgb(29 78 216 / 0.65);
}
.text-blue-700\/70 {
  color: rgb(29 78 216 / 0.7);
}
.text-blue-700\/75 {
  color: rgb(29 78 216 / 0.75);
}
.text-blue-700\/80 {
  color: rgb(29 78 216 / 0.8);
}
.text-blue-700\/85 {
  color: rgb(29 78 216 / 0.85);
}
.text-blue-700\/90 {
  color: rgb(29 78 216 / 0.9);
}
.text-blue-700\/95 {
  color: rgb(29 78 216 / 0.95);
}
.text-blue-800 {
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity, 1));
}
.text-blue-800\/0 {
  color: rgb(30 64 175 / 0);
}
.text-blue-800\/10 {
  color: rgb(30 64 175 / 0.1);
}
.text-blue-800\/100 {
  color: rgb(30 64 175 / 1);
}
.text-blue-800\/15 {
  color: rgb(30 64 175 / 0.15);
}
.text-blue-800\/20 {
  color: rgb(30 64 175 / 0.2);
}
.text-blue-800\/25 {
  color: rgb(30 64 175 / 0.25);
}
.text-blue-800\/30 {
  color: rgb(30 64 175 / 0.3);
}
.text-blue-800\/35 {
  color: rgb(30 64 175 / 0.35);
}
.text-blue-800\/40 {
  color: rgb(30 64 175 / 0.4);
}
.text-blue-800\/45 {
  color: rgb(30 64 175 / 0.45);
}
.text-blue-800\/5 {
  color: rgb(30 64 175 / 0.05);
}
.text-blue-800\/50 {
  color: rgb(30 64 175 / 0.5);
}
.text-blue-800\/55 {
  color: rgb(30 64 175 / 0.55);
}
.text-blue-800\/60 {
  color: rgb(30 64 175 / 0.6);
}
.text-blue-800\/65 {
  color: rgb(30 64 175 / 0.65);
}
.text-blue-800\/70 {
  color: rgb(30 64 175 / 0.7);
}
.text-blue-800\/75 {
  color: rgb(30 64 175 / 0.75);
}
.text-blue-800\/80 {
  color: rgb(30 64 175 / 0.8);
}
.text-blue-800\/85 {
  color: rgb(30 64 175 / 0.85);
}
.text-blue-800\/90 {
  color: rgb(30 64 175 / 0.9);
}
.text-blue-800\/95 {
  color: rgb(30 64 175 / 0.95);
}
.text-blue-900 {
  --tw-text-opacity: 1;
  color: rgb(30 58 138 / var(--tw-text-opacity, 1));
}
.text-blue-900\/0 {
  color: rgb(30 58 138 / 0);
}
.text-blue-900\/10 {
  color: rgb(30 58 138 / 0.1);
}
.text-blue-900\/100 {
  color: rgb(30 58 138 / 1);
}
.text-blue-900\/15 {
  color: rgb(30 58 138 / 0.15);
}
.text-blue-900\/20 {
  color: rgb(30 58 138 / 0.2);
}
.text-blue-900\/25 {
  color: rgb(30 58 138 / 0.25);
}
.text-blue-900\/30 {
  color: rgb(30 58 138 / 0.3);
}
.text-blue-900\/35 {
  color: rgb(30 58 138 / 0.35);
}
.text-blue-900\/40 {
  color: rgb(30 58 138 / 0.4);
}
.text-blue-900\/45 {
  color: rgb(30 58 138 / 0.45);
}
.text-blue-900\/5 {
  color: rgb(30 58 138 / 0.05);
}
.text-blue-900\/50 {
  color: rgb(30 58 138 / 0.5);
}
.text-blue-900\/55 {
  color: rgb(30 58 138 / 0.55);
}
.text-blue-900\/60 {
  color: rgb(30 58 138 / 0.6);
}
.text-blue-900\/65 {
  color: rgb(30 58 138 / 0.65);
}
.text-blue-900\/70 {
  color: rgb(30 58 138 / 0.7);
}
.text-blue-900\/75 {
  color: rgb(30 58 138 / 0.75);
}
.text-blue-900\/80 {
  color: rgb(30 58 138 / 0.8);
}
.text-blue-900\/85 {
  color: rgb(30 58 138 / 0.85);
}
.text-blue-900\/90 {
  color: rgb(30 58 138 / 0.9);
}
.text-blue-900\/95 {
  color: rgb(30 58 138 / 0.95);
}
.text-blue-950 {
  --tw-text-opacity: 1;
  color: rgb(23 37 84 / var(--tw-text-opacity, 1));
}
.text-blue-950\/0 {
  color: rgb(23 37 84 / 0);
}
.text-blue-950\/10 {
  color: rgb(23 37 84 / 0.1);
}
.text-blue-950\/100 {
  color: rgb(23 37 84 / 1);
}
.text-blue-950\/15 {
  color: rgb(23 37 84 / 0.15);
}
.text-blue-950\/20 {
  color: rgb(23 37 84 / 0.2);
}
.text-blue-950\/25 {
  color: rgb(23 37 84 / 0.25);
}
.text-blue-950\/30 {
  color: rgb(23 37 84 / 0.3);
}
.text-blue-950\/35 {
  color: rgb(23 37 84 / 0.35);
}
.text-blue-950\/40 {
  color: rgb(23 37 84 / 0.4);
}
.text-blue-950\/45 {
  color: rgb(23 37 84 / 0.45);
}
.text-blue-950\/5 {
  color: rgb(23 37 84 / 0.05);
}
.text-blue-950\/50 {
  color: rgb(23 37 84 / 0.5);
}
.text-blue-950\/55 {
  color: rgb(23 37 84 / 0.55);
}
.text-blue-950\/60 {
  color: rgb(23 37 84 / 0.6);
}
.text-blue-950\/65 {
  color: rgb(23 37 84 / 0.65);
}
.text-blue-950\/70 {
  color: rgb(23 37 84 / 0.7);
}
.text-blue-950\/75 {
  color: rgb(23 37 84 / 0.75);
}
.text-blue-950\/80 {
  color: rgb(23 37 84 / 0.8);
}
.text-blue-950\/85 {
  color: rgb(23 37 84 / 0.85);
}
.text-blue-950\/90 {
  color: rgb(23 37 84 / 0.9);
}
.text-blue-950\/95 {
  color: rgb(23 37 84 / 0.95);
}
.text-cyan-100 {
  --tw-text-opacity: 1;
  color: rgb(207 250 254 / var(--tw-text-opacity, 1));
}
.text-cyan-100\/0 {
  color: rgb(207 250 254 / 0);
}
.text-cyan-100\/10 {
  color: rgb(207 250 254 / 0.1);
}
.text-cyan-100\/100 {
  color: rgb(207 250 254 / 1);
}
.text-cyan-100\/15 {
  color: rgb(207 250 254 / 0.15);
}
.text-cyan-100\/20 {
  color: rgb(207 250 254 / 0.2);
}
.text-cyan-100\/25 {
  color: rgb(207 250 254 / 0.25);
}
.text-cyan-100\/30 {
  color: rgb(207 250 254 / 0.3);
}
.text-cyan-100\/35 {
  color: rgb(207 250 254 / 0.35);
}
.text-cyan-100\/40 {
  color: rgb(207 250 254 / 0.4);
}
.text-cyan-100\/45 {
  color: rgb(207 250 254 / 0.45);
}
.text-cyan-100\/5 {
  color: rgb(207 250 254 / 0.05);
}
.text-cyan-100\/50 {
  color: rgb(207 250 254 / 0.5);
}
.text-cyan-100\/55 {
  color: rgb(207 250 254 / 0.55);
}
.text-cyan-100\/60 {
  color: rgb(207 250 254 / 0.6);
}
.text-cyan-100\/65 {
  color: rgb(207 250 254 / 0.65);
}
.text-cyan-100\/70 {
  color: rgb(207 250 254 / 0.7);
}
.text-cyan-100\/75 {
  color: rgb(207 250 254 / 0.75);
}
.text-cyan-100\/80 {
  color: rgb(207 250 254 / 0.8);
}
.text-cyan-100\/85 {
  color: rgb(207 250 254 / 0.85);
}
.text-cyan-100\/90 {
  color: rgb(207 250 254 / 0.9);
}
.text-cyan-100\/95 {
  color: rgb(207 250 254 / 0.95);
}
.text-cyan-200 {
  --tw-text-opacity: 1;
  color: rgb(165 243 252 / var(--tw-text-opacity, 1));
}
.text-cyan-200\/0 {
  color: rgb(165 243 252 / 0);
}
.text-cyan-200\/10 {
  color: rgb(165 243 252 / 0.1);
}
.text-cyan-200\/100 {
  color: rgb(165 243 252 / 1);
}
.text-cyan-200\/15 {
  color: rgb(165 243 252 / 0.15);
}
.text-cyan-200\/20 {
  color: rgb(165 243 252 / 0.2);
}
.text-cyan-200\/25 {
  color: rgb(165 243 252 / 0.25);
}
.text-cyan-200\/30 {
  color: rgb(165 243 252 / 0.3);
}
.text-cyan-200\/35 {
  color: rgb(165 243 252 / 0.35);
}
.text-cyan-200\/40 {
  color: rgb(165 243 252 / 0.4);
}
.text-cyan-200\/45 {
  color: rgb(165 243 252 / 0.45);
}
.text-cyan-200\/5 {
  color: rgb(165 243 252 / 0.05);
}
.text-cyan-200\/50 {
  color: rgb(165 243 252 / 0.5);
}
.text-cyan-200\/55 {
  color: rgb(165 243 252 / 0.55);
}
.text-cyan-200\/60 {
  color: rgb(165 243 252 / 0.6);
}
.text-cyan-200\/65 {
  color: rgb(165 243 252 / 0.65);
}
.text-cyan-200\/70 {
  color: rgb(165 243 252 / 0.7);
}
.text-cyan-200\/75 {
  color: rgb(165 243 252 / 0.75);
}
.text-cyan-200\/80 {
  color: rgb(165 243 252 / 0.8);
}
.text-cyan-200\/85 {
  color: rgb(165 243 252 / 0.85);
}
.text-cyan-200\/90 {
  color: rgb(165 243 252 / 0.9);
}
.text-cyan-200\/95 {
  color: rgb(165 243 252 / 0.95);
}
.text-cyan-300 {
  --tw-text-opacity: 1;
  color: rgb(103 232 249 / var(--tw-text-opacity, 1));
}
.text-cyan-300\/0 {
  color: rgb(103 232 249 / 0);
}
.text-cyan-300\/10 {
  color: rgb(103 232 249 / 0.1);
}
.text-cyan-300\/100 {
  color: rgb(103 232 249 / 1);
}
.text-cyan-300\/15 {
  color: rgb(103 232 249 / 0.15);
}
.text-cyan-300\/20 {
  color: rgb(103 232 249 / 0.2);
}
.text-cyan-300\/25 {
  color: rgb(103 232 249 / 0.25);
}
.text-cyan-300\/30 {
  color: rgb(103 232 249 / 0.3);
}
.text-cyan-300\/35 {
  color: rgb(103 232 249 / 0.35);
}
.text-cyan-300\/40 {
  color: rgb(103 232 249 / 0.4);
}
.text-cyan-300\/45 {
  color: rgb(103 232 249 / 0.45);
}
.text-cyan-300\/5 {
  color: rgb(103 232 249 / 0.05);
}
.text-cyan-300\/50 {
  color: rgb(103 232 249 / 0.5);
}
.text-cyan-300\/55 {
  color: rgb(103 232 249 / 0.55);
}
.text-cyan-300\/60 {
  color: rgb(103 232 249 / 0.6);
}
.text-cyan-300\/65 {
  color: rgb(103 232 249 / 0.65);
}
.text-cyan-300\/70 {
  color: rgb(103 232 249 / 0.7);
}
.text-cyan-300\/75 {
  color: rgb(103 232 249 / 0.75);
}
.text-cyan-300\/80 {
  color: rgb(103 232 249 / 0.8);
}
.text-cyan-300\/85 {
  color: rgb(103 232 249 / 0.85);
}
.text-cyan-300\/90 {
  color: rgb(103 232 249 / 0.9);
}
.text-cyan-300\/95 {
  color: rgb(103 232 249 / 0.95);
}
.text-cyan-400 {
  --tw-text-opacity: 1;
  color: rgb(34 211 238 / var(--tw-text-opacity, 1));
}
.text-cyan-400\/0 {
  color: rgb(34 211 238 / 0);
}
.text-cyan-400\/10 {
  color: rgb(34 211 238 / 0.1);
}
.text-cyan-400\/100 {
  color: rgb(34 211 238 / 1);
}
.text-cyan-400\/15 {
  color: rgb(34 211 238 / 0.15);
}
.text-cyan-400\/20 {
  color: rgb(34 211 238 / 0.2);
}
.text-cyan-400\/25 {
  color: rgb(34 211 238 / 0.25);
}
.text-cyan-400\/30 {
  color: rgb(34 211 238 / 0.3);
}
.text-cyan-400\/35 {
  color: rgb(34 211 238 / 0.35);
}
.text-cyan-400\/40 {
  color: rgb(34 211 238 / 0.4);
}
.text-cyan-400\/45 {
  color: rgb(34 211 238 / 0.45);
}
.text-cyan-400\/5 {
  color: rgb(34 211 238 / 0.05);
}
.text-cyan-400\/50 {
  color: rgb(34 211 238 / 0.5);
}
.text-cyan-400\/55 {
  color: rgb(34 211 238 / 0.55);
}
.text-cyan-400\/60 {
  color: rgb(34 211 238 / 0.6);
}
.text-cyan-400\/65 {
  color: rgb(34 211 238 / 0.65);
}
.text-cyan-400\/70 {
  color: rgb(34 211 238 / 0.7);
}
.text-cyan-400\/75 {
  color: rgb(34 211 238 / 0.75);
}
.text-cyan-400\/80 {
  color: rgb(34 211 238 / 0.8);
}
.text-cyan-400\/85 {
  color: rgb(34 211 238 / 0.85);
}
.text-cyan-400\/90 {
  color: rgb(34 211 238 / 0.9);
}
.text-cyan-400\/95 {
  color: rgb(34 211 238 / 0.95);
}
.text-cyan-50 {
  --tw-text-opacity: 1;
  color: rgb(236 254 255 / var(--tw-text-opacity, 1));
}
.text-cyan-50\/0 {
  color: rgb(236 254 255 / 0);
}
.text-cyan-50\/10 {
  color: rgb(236 254 255 / 0.1);
}
.text-cyan-50\/100 {
  color: rgb(236 254 255 / 1);
}
.text-cyan-50\/15 {
  color: rgb(236 254 255 / 0.15);
}
.text-cyan-50\/20 {
  color: rgb(236 254 255 / 0.2);
}
.text-cyan-50\/25 {
  color: rgb(236 254 255 / 0.25);
}
.text-cyan-50\/30 {
  color: rgb(236 254 255 / 0.3);
}
.text-cyan-50\/35 {
  color: rgb(236 254 255 / 0.35);
}
.text-cyan-50\/40 {
  color: rgb(236 254 255 / 0.4);
}
.text-cyan-50\/45 {
  color: rgb(236 254 255 / 0.45);
}
.text-cyan-50\/5 {
  color: rgb(236 254 255 / 0.05);
}
.text-cyan-50\/50 {
  color: rgb(236 254 255 / 0.5);
}
.text-cyan-50\/55 {
  color: rgb(236 254 255 / 0.55);
}
.text-cyan-50\/60 {
  color: rgb(236 254 255 / 0.6);
}
.text-cyan-50\/65 {
  color: rgb(236 254 255 / 0.65);
}
.text-cyan-50\/70 {
  color: rgb(236 254 255 / 0.7);
}
.text-cyan-50\/75 {
  color: rgb(236 254 255 / 0.75);
}
.text-cyan-50\/80 {
  color: rgb(236 254 255 / 0.8);
}
.text-cyan-50\/85 {
  color: rgb(236 254 255 / 0.85);
}
.text-cyan-50\/90 {
  color: rgb(236 254 255 / 0.9);
}
.text-cyan-50\/95 {
  color: rgb(236 254 255 / 0.95);
}
.text-cyan-500 {
  --tw-text-opacity: 1;
  color: rgb(6 182 212 / var(--tw-text-opacity, 1));
}
.text-cyan-500\/0 {
  color: rgb(6 182 212 / 0);
}
.text-cyan-500\/10 {
  color: rgb(6 182 212 / 0.1);
}
.text-cyan-500\/100 {
  color: rgb(6 182 212 / 1);
}
.text-cyan-500\/15 {
  color: rgb(6 182 212 / 0.15);
}
.text-cyan-500\/20 {
  color: rgb(6 182 212 / 0.2);
}
.text-cyan-500\/25 {
  color: rgb(6 182 212 / 0.25);
}
.text-cyan-500\/30 {
  color: rgb(6 182 212 / 0.3);
}
.text-cyan-500\/35 {
  color: rgb(6 182 212 / 0.35);
}
.text-cyan-500\/40 {
  color: rgb(6 182 212 / 0.4);
}
.text-cyan-500\/45 {
  color: rgb(6 182 212 / 0.45);
}
.text-cyan-500\/5 {
  color: rgb(6 182 212 / 0.05);
}
.text-cyan-500\/50 {
  color: rgb(6 182 212 / 0.5);
}
.text-cyan-500\/55 {
  color: rgb(6 182 212 / 0.55);
}
.text-cyan-500\/60 {
  color: rgb(6 182 212 / 0.6);
}
.text-cyan-500\/65 {
  color: rgb(6 182 212 / 0.65);
}
.text-cyan-500\/70 {
  color: rgb(6 182 212 / 0.7);
}
.text-cyan-500\/75 {
  color: rgb(6 182 212 / 0.75);
}
.text-cyan-500\/80 {
  color: rgb(6 182 212 / 0.8);
}
.text-cyan-500\/85 {
  color: rgb(6 182 212 / 0.85);
}
.text-cyan-500\/90 {
  color: rgb(6 182 212 / 0.9);
}
.text-cyan-500\/95 {
  color: rgb(6 182 212 / 0.95);
}
.text-cyan-600 {
  --tw-text-opacity: 1;
  color: rgb(8 145 178 / var(--tw-text-opacity, 1));
}
.text-cyan-600\/0 {
  color: rgb(8 145 178 / 0);
}
.text-cyan-600\/10 {
  color: rgb(8 145 178 / 0.1);
}
.text-cyan-600\/100 {
  color: rgb(8 145 178 / 1);
}
.text-cyan-600\/15 {
  color: rgb(8 145 178 / 0.15);
}
.text-cyan-600\/20 {
  color: rgb(8 145 178 / 0.2);
}
.text-cyan-600\/25 {
  color: rgb(8 145 178 / 0.25);
}
.text-cyan-600\/30 {
  color: rgb(8 145 178 / 0.3);
}
.text-cyan-600\/35 {
  color: rgb(8 145 178 / 0.35);
}
.text-cyan-600\/40 {
  color: rgb(8 145 178 / 0.4);
}
.text-cyan-600\/45 {
  color: rgb(8 145 178 / 0.45);
}
.text-cyan-600\/5 {
  color: rgb(8 145 178 / 0.05);
}
.text-cyan-600\/50 {
  color: rgb(8 145 178 / 0.5);
}
.text-cyan-600\/55 {
  color: rgb(8 145 178 / 0.55);
}
.text-cyan-600\/60 {
  color: rgb(8 145 178 / 0.6);
}
.text-cyan-600\/65 {
  color: rgb(8 145 178 / 0.65);
}
.text-cyan-600\/70 {
  color: rgb(8 145 178 / 0.7);
}
.text-cyan-600\/75 {
  color: rgb(8 145 178 / 0.75);
}
.text-cyan-600\/80 {
  color: rgb(8 145 178 / 0.8);
}
.text-cyan-600\/85 {
  color: rgb(8 145 178 / 0.85);
}
.text-cyan-600\/90 {
  color: rgb(8 145 178 / 0.9);
}
.text-cyan-600\/95 {
  color: rgb(8 145 178 / 0.95);
}
.text-cyan-700 {
  --tw-text-opacity: 1;
  color: rgb(14 116 144 / var(--tw-text-opacity, 1));
}
.text-cyan-700\/0 {
  color: rgb(14 116 144 / 0);
}
.text-cyan-700\/10 {
  color: rgb(14 116 144 / 0.1);
}
.text-cyan-700\/100 {
  color: rgb(14 116 144 / 1);
}
.text-cyan-700\/15 {
  color: rgb(14 116 144 / 0.15);
}
.text-cyan-700\/20 {
  color: rgb(14 116 144 / 0.2);
}
.text-cyan-700\/25 {
  color: rgb(14 116 144 / 0.25);
}
.text-cyan-700\/30 {
  color: rgb(14 116 144 / 0.3);
}
.text-cyan-700\/35 {
  color: rgb(14 116 144 / 0.35);
}
.text-cyan-700\/40 {
  color: rgb(14 116 144 / 0.4);
}
.text-cyan-700\/45 {
  color: rgb(14 116 144 / 0.45);
}
.text-cyan-700\/5 {
  color: rgb(14 116 144 / 0.05);
}
.text-cyan-700\/50 {
  color: rgb(14 116 144 / 0.5);
}
.text-cyan-700\/55 {
  color: rgb(14 116 144 / 0.55);
}
.text-cyan-700\/60 {
  color: rgb(14 116 144 / 0.6);
}
.text-cyan-700\/65 {
  color: rgb(14 116 144 / 0.65);
}
.text-cyan-700\/70 {
  color: rgb(14 116 144 / 0.7);
}
.text-cyan-700\/75 {
  color: rgb(14 116 144 / 0.75);
}
.text-cyan-700\/80 {
  color: rgb(14 116 144 / 0.8);
}
.text-cyan-700\/85 {
  color: rgb(14 116 144 / 0.85);
}
.text-cyan-700\/90 {
  color: rgb(14 116 144 / 0.9);
}
.text-cyan-700\/95 {
  color: rgb(14 116 144 / 0.95);
}
.text-cyan-800 {
  --tw-text-opacity: 1;
  color: rgb(21 94 117 / var(--tw-text-opacity, 1));
}
.text-cyan-800\/0 {
  color: rgb(21 94 117 / 0);
}
.text-cyan-800\/10 {
  color: rgb(21 94 117 / 0.1);
}
.text-cyan-800\/100 {
  color: rgb(21 94 117 / 1);
}
.text-cyan-800\/15 {
  color: rgb(21 94 117 / 0.15);
}
.text-cyan-800\/20 {
  color: rgb(21 94 117 / 0.2);
}
.text-cyan-800\/25 {
  color: rgb(21 94 117 / 0.25);
}
.text-cyan-800\/30 {
  color: rgb(21 94 117 / 0.3);
}
.text-cyan-800\/35 {
  color: rgb(21 94 117 / 0.35);
}
.text-cyan-800\/40 {
  color: rgb(21 94 117 / 0.4);
}
.text-cyan-800\/45 {
  color: rgb(21 94 117 / 0.45);
}
.text-cyan-800\/5 {
  color: rgb(21 94 117 / 0.05);
}
.text-cyan-800\/50 {
  color: rgb(21 94 117 / 0.5);
}
.text-cyan-800\/55 {
  color: rgb(21 94 117 / 0.55);
}
.text-cyan-800\/60 {
  color: rgb(21 94 117 / 0.6);
}
.text-cyan-800\/65 {
  color: rgb(21 94 117 / 0.65);
}
.text-cyan-800\/70 {
  color: rgb(21 94 117 / 0.7);
}
.text-cyan-800\/75 {
  color: rgb(21 94 117 / 0.75);
}
.text-cyan-800\/80 {
  color: rgb(21 94 117 / 0.8);
}
.text-cyan-800\/85 {
  color: rgb(21 94 117 / 0.85);
}
.text-cyan-800\/90 {
  color: rgb(21 94 117 / 0.9);
}
.text-cyan-800\/95 {
  color: rgb(21 94 117 / 0.95);
}
.text-cyan-900 {
  --tw-text-opacity: 1;
  color: rgb(22 78 99 / var(--tw-text-opacity, 1));
}
.text-cyan-900\/0 {
  color: rgb(22 78 99 / 0);
}
.text-cyan-900\/10 {
  color: rgb(22 78 99 / 0.1);
}
.text-cyan-900\/100 {
  color: rgb(22 78 99 / 1);
}
.text-cyan-900\/15 {
  color: rgb(22 78 99 / 0.15);
}
.text-cyan-900\/20 {
  color: rgb(22 78 99 / 0.2);
}
.text-cyan-900\/25 {
  color: rgb(22 78 99 / 0.25);
}
.text-cyan-900\/30 {
  color: rgb(22 78 99 / 0.3);
}
.text-cyan-900\/35 {
  color: rgb(22 78 99 / 0.35);
}
.text-cyan-900\/40 {
  color: rgb(22 78 99 / 0.4);
}
.text-cyan-900\/45 {
  color: rgb(22 78 99 / 0.45);
}
.text-cyan-900\/5 {
  color: rgb(22 78 99 / 0.05);
}
.text-cyan-900\/50 {
  color: rgb(22 78 99 / 0.5);
}
.text-cyan-900\/55 {
  color: rgb(22 78 99 / 0.55);
}
.text-cyan-900\/60 {
  color: rgb(22 78 99 / 0.6);
}
.text-cyan-900\/65 {
  color: rgb(22 78 99 / 0.65);
}
.text-cyan-900\/70 {
  color: rgb(22 78 99 / 0.7);
}
.text-cyan-900\/75 {
  color: rgb(22 78 99 / 0.75);
}
.text-cyan-900\/80 {
  color: rgb(22 78 99 / 0.8);
}
.text-cyan-900\/85 {
  color: rgb(22 78 99 / 0.85);
}
.text-cyan-900\/90 {
  color: rgb(22 78 99 / 0.9);
}
.text-cyan-900\/95 {
  color: rgb(22 78 99 / 0.95);
}
.text-cyan-950 {
  --tw-text-opacity: 1;
  color: rgb(8 51 68 / var(--tw-text-opacity, 1));
}
.text-cyan-950\/0 {
  color: rgb(8 51 68 / 0);
}
.text-cyan-950\/10 {
  color: rgb(8 51 68 / 0.1);
}
.text-cyan-950\/100 {
  color: rgb(8 51 68 / 1);
}
.text-cyan-950\/15 {
  color: rgb(8 51 68 / 0.15);
}
.text-cyan-950\/20 {
  color: rgb(8 51 68 / 0.2);
}
.text-cyan-950\/25 {
  color: rgb(8 51 68 / 0.25);
}
.text-cyan-950\/30 {
  color: rgb(8 51 68 / 0.3);
}
.text-cyan-950\/35 {
  color: rgb(8 51 68 / 0.35);
}
.text-cyan-950\/40 {
  color: rgb(8 51 68 / 0.4);
}
.text-cyan-950\/45 {
  color: rgb(8 51 68 / 0.45);
}
.text-cyan-950\/5 {
  color: rgb(8 51 68 / 0.05);
}
.text-cyan-950\/50 {
  color: rgb(8 51 68 / 0.5);
}
.text-cyan-950\/55 {
  color: rgb(8 51 68 / 0.55);
}
.text-cyan-950\/60 {
  color: rgb(8 51 68 / 0.6);
}
.text-cyan-950\/65 {
  color: rgb(8 51 68 / 0.65);
}
.text-cyan-950\/70 {
  color: rgb(8 51 68 / 0.7);
}
.text-cyan-950\/75 {
  color: rgb(8 51 68 / 0.75);
}
.text-cyan-950\/80 {
  color: rgb(8 51 68 / 0.8);
}
.text-cyan-950\/85 {
  color: rgb(8 51 68 / 0.85);
}
.text-cyan-950\/90 {
  color: rgb(8 51 68 / 0.9);
}
.text-cyan-950\/95 {
  color: rgb(8 51 68 / 0.95);
}
.text-emerald-100 {
  --tw-text-opacity: 1;
  color: rgb(209 250 229 / var(--tw-text-opacity, 1));
}
.text-emerald-100\/0 {
  color: rgb(209 250 229 / 0);
}
.text-emerald-100\/10 {
  color: rgb(209 250 229 / 0.1);
}
.text-emerald-100\/100 {
  color: rgb(209 250 229 / 1);
}
.text-emerald-100\/15 {
  color: rgb(209 250 229 / 0.15);
}
.text-emerald-100\/20 {
  color: rgb(209 250 229 / 0.2);
}
.text-emerald-100\/25 {
  color: rgb(209 250 229 / 0.25);
}
.text-emerald-100\/30 {
  color: rgb(209 250 229 / 0.3);
}
.text-emerald-100\/35 {
  color: rgb(209 250 229 / 0.35);
}
.text-emerald-100\/40 {
  color: rgb(209 250 229 / 0.4);
}
.text-emerald-100\/45 {
  color: rgb(209 250 229 / 0.45);
}
.text-emerald-100\/5 {
  color: rgb(209 250 229 / 0.05);
}
.text-emerald-100\/50 {
  color: rgb(209 250 229 / 0.5);
}
.text-emerald-100\/55 {
  color: rgb(209 250 229 / 0.55);
}
.text-emerald-100\/60 {
  color: rgb(209 250 229 / 0.6);
}
.text-emerald-100\/65 {
  color: rgb(209 250 229 / 0.65);
}
.text-emerald-100\/70 {
  color: rgb(209 250 229 / 0.7);
}
.text-emerald-100\/75 {
  color: rgb(209 250 229 / 0.75);
}
.text-emerald-100\/80 {
  color: rgb(209 250 229 / 0.8);
}
.text-emerald-100\/85 {
  color: rgb(209 250 229 / 0.85);
}
.text-emerald-100\/90 {
  color: rgb(209 250 229 / 0.9);
}
.text-emerald-100\/95 {
  color: rgb(209 250 229 / 0.95);
}
.text-emerald-200 {
  --tw-text-opacity: 1;
  color: rgb(167 243 208 / var(--tw-text-opacity, 1));
}
.text-emerald-200\/0 {
  color: rgb(167 243 208 / 0);
}
.text-emerald-200\/10 {
  color: rgb(167 243 208 / 0.1);
}
.text-emerald-200\/100 {
  color: rgb(167 243 208 / 1);
}
.text-emerald-200\/15 {
  color: rgb(167 243 208 / 0.15);
}
.text-emerald-200\/20 {
  color: rgb(167 243 208 / 0.2);
}
.text-emerald-200\/25 {
  color: rgb(167 243 208 / 0.25);
}
.text-emerald-200\/30 {
  color: rgb(167 243 208 / 0.3);
}
.text-emerald-200\/35 {
  color: rgb(167 243 208 / 0.35);
}
.text-emerald-200\/40 {
  color: rgb(167 243 208 / 0.4);
}
.text-emerald-200\/45 {
  color: rgb(167 243 208 / 0.45);
}
.text-emerald-200\/5 {
  color: rgb(167 243 208 / 0.05);
}
.text-emerald-200\/50 {
  color: rgb(167 243 208 / 0.5);
}
.text-emerald-200\/55 {
  color: rgb(167 243 208 / 0.55);
}
.text-emerald-200\/60 {
  color: rgb(167 243 208 / 0.6);
}
.text-emerald-200\/65 {
  color: rgb(167 243 208 / 0.65);
}
.text-emerald-200\/70 {
  color: rgb(167 243 208 / 0.7);
}
.text-emerald-200\/75 {
  color: rgb(167 243 208 / 0.75);
}
.text-emerald-200\/80 {
  color: rgb(167 243 208 / 0.8);
}
.text-emerald-200\/85 {
  color: rgb(167 243 208 / 0.85);
}
.text-emerald-200\/90 {
  color: rgb(167 243 208 / 0.9);
}
.text-emerald-200\/95 {
  color: rgb(167 243 208 / 0.95);
}
.text-emerald-300 {
  --tw-text-opacity: 1;
  color: rgb(110 231 183 / var(--tw-text-opacity, 1));
}
.text-emerald-300\/0 {
  color: rgb(110 231 183 / 0);
}
.text-emerald-300\/10 {
  color: rgb(110 231 183 / 0.1);
}
.text-emerald-300\/100 {
  color: rgb(110 231 183 / 1);
}
.text-emerald-300\/15 {
  color: rgb(110 231 183 / 0.15);
}
.text-emerald-300\/20 {
  color: rgb(110 231 183 / 0.2);
}
.text-emerald-300\/25 {
  color: rgb(110 231 183 / 0.25);
}
.text-emerald-300\/30 {
  color: rgb(110 231 183 / 0.3);
}
.text-emerald-300\/35 {
  color: rgb(110 231 183 / 0.35);
}
.text-emerald-300\/40 {
  color: rgb(110 231 183 / 0.4);
}
.text-emerald-300\/45 {
  color: rgb(110 231 183 / 0.45);
}
.text-emerald-300\/5 {
  color: rgb(110 231 183 / 0.05);
}
.text-emerald-300\/50 {
  color: rgb(110 231 183 / 0.5);
}
.text-emerald-300\/55 {
  color: rgb(110 231 183 / 0.55);
}
.text-emerald-300\/60 {
  color: rgb(110 231 183 / 0.6);
}
.text-emerald-300\/65 {
  color: rgb(110 231 183 / 0.65);
}
.text-emerald-300\/70 {
  color: rgb(110 231 183 / 0.7);
}
.text-emerald-300\/75 {
  color: rgb(110 231 183 / 0.75);
}
.text-emerald-300\/80 {
  color: rgb(110 231 183 / 0.8);
}
.text-emerald-300\/85 {
  color: rgb(110 231 183 / 0.85);
}
.text-emerald-300\/90 {
  color: rgb(110 231 183 / 0.9);
}
.text-emerald-300\/95 {
  color: rgb(110 231 183 / 0.95);
}
.text-emerald-400 {
  --tw-text-opacity: 1;
  color: rgb(52 211 153 / var(--tw-text-opacity, 1));
}
.text-emerald-400\/0 {
  color: rgb(52 211 153 / 0);
}
.text-emerald-400\/10 {
  color: rgb(52 211 153 / 0.1);
}
.text-emerald-400\/100 {
  color: rgb(52 211 153 / 1);
}
.text-emerald-400\/15 {
  color: rgb(52 211 153 / 0.15);
}
.text-emerald-400\/20 {
  color: rgb(52 211 153 / 0.2);
}
.text-emerald-400\/25 {
  color: rgb(52 211 153 / 0.25);
}
.text-emerald-400\/30 {
  color: rgb(52 211 153 / 0.3);
}
.text-emerald-400\/35 {
  color: rgb(52 211 153 / 0.35);
}
.text-emerald-400\/40 {
  color: rgb(52 211 153 / 0.4);
}
.text-emerald-400\/45 {
  color: rgb(52 211 153 / 0.45);
}
.text-emerald-400\/5 {
  color: rgb(52 211 153 / 0.05);
}
.text-emerald-400\/50 {
  color: rgb(52 211 153 / 0.5);
}
.text-emerald-400\/55 {
  color: rgb(52 211 153 / 0.55);
}
.text-emerald-400\/60 {
  color: rgb(52 211 153 / 0.6);
}
.text-emerald-400\/65 {
  color: rgb(52 211 153 / 0.65);
}
.text-emerald-400\/70 {
  color: rgb(52 211 153 / 0.7);
}
.text-emerald-400\/75 {
  color: rgb(52 211 153 / 0.75);
}
.text-emerald-400\/80 {
  color: rgb(52 211 153 / 0.8);
}
.text-emerald-400\/85 {
  color: rgb(52 211 153 / 0.85);
}
.text-emerald-400\/90 {
  color: rgb(52 211 153 / 0.9);
}
.text-emerald-400\/95 {
  color: rgb(52 211 153 / 0.95);
}
.text-emerald-50 {
  --tw-text-opacity: 1;
  color: rgb(236 253 245 / var(--tw-text-opacity, 1));
}
.text-emerald-50\/0 {
  color: rgb(236 253 245 / 0);
}
.text-emerald-50\/10 {
  color: rgb(236 253 245 / 0.1);
}
.text-emerald-50\/100 {
  color: rgb(236 253 245 / 1);
}
.text-emerald-50\/15 {
  color: rgb(236 253 245 / 0.15);
}
.text-emerald-50\/20 {
  color: rgb(236 253 245 / 0.2);
}
.text-emerald-50\/25 {
  color: rgb(236 253 245 / 0.25);
}
.text-emerald-50\/30 {
  color: rgb(236 253 245 / 0.3);
}
.text-emerald-50\/35 {
  color: rgb(236 253 245 / 0.35);
}
.text-emerald-50\/40 {
  color: rgb(236 253 245 / 0.4);
}
.text-emerald-50\/45 {
  color: rgb(236 253 245 / 0.45);
}
.text-emerald-50\/5 {
  color: rgb(236 253 245 / 0.05);
}
.text-emerald-50\/50 {
  color: rgb(236 253 245 / 0.5);
}
.text-emerald-50\/55 {
  color: rgb(236 253 245 / 0.55);
}
.text-emerald-50\/60 {
  color: rgb(236 253 245 / 0.6);
}
.text-emerald-50\/65 {
  color: rgb(236 253 245 / 0.65);
}
.text-emerald-50\/70 {
  color: rgb(236 253 245 / 0.7);
}
.text-emerald-50\/75 {
  color: rgb(236 253 245 / 0.75);
}
.text-emerald-50\/80 {
  color: rgb(236 253 245 / 0.8);
}
.text-emerald-50\/85 {
  color: rgb(236 253 245 / 0.85);
}
.text-emerald-50\/90 {
  color: rgb(236 253 245 / 0.9);
}
.text-emerald-50\/95 {
  color: rgb(236 253 245 / 0.95);
}
.text-emerald-500 {
  --tw-text-opacity: 1;
  color: rgb(16 185 129 / var(--tw-text-opacity, 1));
}
.text-emerald-500\/0 {
  color: rgb(16 185 129 / 0);
}
.text-emerald-500\/10 {
  color: rgb(16 185 129 / 0.1);
}
.text-emerald-500\/100 {
  color: rgb(16 185 129 / 1);
}
.text-emerald-500\/15 {
  color: rgb(16 185 129 / 0.15);
}
.text-emerald-500\/20 {
  color: rgb(16 185 129 / 0.2);
}
.text-emerald-500\/25 {
  color: rgb(16 185 129 / 0.25);
}
.text-emerald-500\/30 {
  color: rgb(16 185 129 / 0.3);
}
.text-emerald-500\/35 {
  color: rgb(16 185 129 / 0.35);
}
.text-emerald-500\/40 {
  color: rgb(16 185 129 / 0.4);
}
.text-emerald-500\/45 {
  color: rgb(16 185 129 / 0.45);
}
.text-emerald-500\/5 {
  color: rgb(16 185 129 / 0.05);
}
.text-emerald-500\/50 {
  color: rgb(16 185 129 / 0.5);
}
.text-emerald-500\/55 {
  color: rgb(16 185 129 / 0.55);
}
.text-emerald-500\/60 {
  color: rgb(16 185 129 / 0.6);
}
.text-emerald-500\/65 {
  color: rgb(16 185 129 / 0.65);
}
.text-emerald-500\/70 {
  color: rgb(16 185 129 / 0.7);
}
.text-emerald-500\/75 {
  color: rgb(16 185 129 / 0.75);
}
.text-emerald-500\/80 {
  color: rgb(16 185 129 / 0.8);
}
.text-emerald-500\/85 {
  color: rgb(16 185 129 / 0.85);
}
.text-emerald-500\/90 {
  color: rgb(16 185 129 / 0.9);
}
.text-emerald-500\/95 {
  color: rgb(16 185 129 / 0.95);
}
.text-emerald-600 {
  --tw-text-opacity: 1;
  color: rgb(5 150 105 / var(--tw-text-opacity, 1));
}
.text-emerald-600\/0 {
  color: rgb(5 150 105 / 0);
}
.text-emerald-600\/10 {
  color: rgb(5 150 105 / 0.1);
}
.text-emerald-600\/100 {
  color: rgb(5 150 105 / 1);
}
.text-emerald-600\/15 {
  color: rgb(5 150 105 / 0.15);
}
.text-emerald-600\/20 {
  color: rgb(5 150 105 / 0.2);
}
.text-emerald-600\/25 {
  color: rgb(5 150 105 / 0.25);
}
.text-emerald-600\/30 {
  color: rgb(5 150 105 / 0.3);
}
.text-emerald-600\/35 {
  color: rgb(5 150 105 / 0.35);
}
.text-emerald-600\/40 {
  color: rgb(5 150 105 / 0.4);
}
.text-emerald-600\/45 {
  color: rgb(5 150 105 / 0.45);
}
.text-emerald-600\/5 {
  color: rgb(5 150 105 / 0.05);
}
.text-emerald-600\/50 {
  color: rgb(5 150 105 / 0.5);
}
.text-emerald-600\/55 {
  color: rgb(5 150 105 / 0.55);
}
.text-emerald-600\/60 {
  color: rgb(5 150 105 / 0.6);
}
.text-emerald-600\/65 {
  color: rgb(5 150 105 / 0.65);
}
.text-emerald-600\/70 {
  color: rgb(5 150 105 / 0.7);
}
.text-emerald-600\/75 {
  color: rgb(5 150 105 / 0.75);
}
.text-emerald-600\/80 {
  color: rgb(5 150 105 / 0.8);
}
.text-emerald-600\/85 {
  color: rgb(5 150 105 / 0.85);
}
.text-emerald-600\/90 {
  color: rgb(5 150 105 / 0.9);
}
.text-emerald-600\/95 {
  color: rgb(5 150 105 / 0.95);
}
.text-emerald-700 {
  --tw-text-opacity: 1;
  color: rgb(4 120 87 / var(--tw-text-opacity, 1));
}
.text-emerald-700\/0 {
  color: rgb(4 120 87 / 0);
}
.text-emerald-700\/10 {
  color: rgb(4 120 87 / 0.1);
}
.text-emerald-700\/100 {
  color: rgb(4 120 87 / 1);
}
.text-emerald-700\/15 {
  color: rgb(4 120 87 / 0.15);
}
.text-emerald-700\/20 {
  color: rgb(4 120 87 / 0.2);
}
.text-emerald-700\/25 {
  color: rgb(4 120 87 / 0.25);
}
.text-emerald-700\/30 {
  color: rgb(4 120 87 / 0.3);
}
.text-emerald-700\/35 {
  color: rgb(4 120 87 / 0.35);
}
.text-emerald-700\/40 {
  color: rgb(4 120 87 / 0.4);
}
.text-emerald-700\/45 {
  color: rgb(4 120 87 / 0.45);
}
.text-emerald-700\/5 {
  color: rgb(4 120 87 / 0.05);
}
.text-emerald-700\/50 {
  color: rgb(4 120 87 / 0.5);
}
.text-emerald-700\/55 {
  color: rgb(4 120 87 / 0.55);
}
.text-emerald-700\/60 {
  color: rgb(4 120 87 / 0.6);
}
.text-emerald-700\/65 {
  color: rgb(4 120 87 / 0.65);
}
.text-emerald-700\/70 {
  color: rgb(4 120 87 / 0.7);
}
.text-emerald-700\/75 {
  color: rgb(4 120 87 / 0.75);
}
.text-emerald-700\/80 {
  color: rgb(4 120 87 / 0.8);
}
.text-emerald-700\/85 {
  color: rgb(4 120 87 / 0.85);
}
.text-emerald-700\/90 {
  color: rgb(4 120 87 / 0.9);
}
.text-emerald-700\/95 {
  color: rgb(4 120 87 / 0.95);
}
.text-emerald-800 {
  --tw-text-opacity: 1;
  color: rgb(6 95 70 / var(--tw-text-opacity, 1));
}
.text-emerald-800\/0 {
  color: rgb(6 95 70 / 0);
}
.text-emerald-800\/10 {
  color: rgb(6 95 70 / 0.1);
}
.text-emerald-800\/100 {
  color: rgb(6 95 70 / 1);
}
.text-emerald-800\/15 {
  color: rgb(6 95 70 / 0.15);
}
.text-emerald-800\/20 {
  color: rgb(6 95 70 / 0.2);
}
.text-emerald-800\/25 {
  color: rgb(6 95 70 / 0.25);
}
.text-emerald-800\/30 {
  color: rgb(6 95 70 / 0.3);
}
.text-emerald-800\/35 {
  color: rgb(6 95 70 / 0.35);
}
.text-emerald-800\/40 {
  color: rgb(6 95 70 / 0.4);
}
.text-emerald-800\/45 {
  color: rgb(6 95 70 / 0.45);
}
.text-emerald-800\/5 {
  color: rgb(6 95 70 / 0.05);
}
.text-emerald-800\/50 {
  color: rgb(6 95 70 / 0.5);
}
.text-emerald-800\/55 {
  color: rgb(6 95 70 / 0.55);
}
.text-emerald-800\/60 {
  color: rgb(6 95 70 / 0.6);
}
.text-emerald-800\/65 {
  color: rgb(6 95 70 / 0.65);
}
.text-emerald-800\/70 {
  color: rgb(6 95 70 / 0.7);
}
.text-emerald-800\/75 {
  color: rgb(6 95 70 / 0.75);
}
.text-emerald-800\/80 {
  color: rgb(6 95 70 / 0.8);
}
.text-emerald-800\/85 {
  color: rgb(6 95 70 / 0.85);
}
.text-emerald-800\/90 {
  color: rgb(6 95 70 / 0.9);
}
.text-emerald-800\/95 {
  color: rgb(6 95 70 / 0.95);
}
.text-emerald-900 {
  --tw-text-opacity: 1;
  color: rgb(6 78 59 / var(--tw-text-opacity, 1));
}
.text-emerald-900\/0 {
  color: rgb(6 78 59 / 0);
}
.text-emerald-900\/10 {
  color: rgb(6 78 59 / 0.1);
}
.text-emerald-900\/100 {
  color: rgb(6 78 59 / 1);
}
.text-emerald-900\/15 {
  color: rgb(6 78 59 / 0.15);
}
.text-emerald-900\/20 {
  color: rgb(6 78 59 / 0.2);
}
.text-emerald-900\/25 {
  color: rgb(6 78 59 / 0.25);
}
.text-emerald-900\/30 {
  color: rgb(6 78 59 / 0.3);
}
.text-emerald-900\/35 {
  color: rgb(6 78 59 / 0.35);
}
.text-emerald-900\/40 {
  color: rgb(6 78 59 / 0.4);
}
.text-emerald-900\/45 {
  color: rgb(6 78 59 / 0.45);
}
.text-emerald-900\/5 {
  color: rgb(6 78 59 / 0.05);
}
.text-emerald-900\/50 {
  color: rgb(6 78 59 / 0.5);
}
.text-emerald-900\/55 {
  color: rgb(6 78 59 / 0.55);
}
.text-emerald-900\/60 {
  color: rgb(6 78 59 / 0.6);
}
.text-emerald-900\/65 {
  color: rgb(6 78 59 / 0.65);
}
.text-emerald-900\/70 {
  color: rgb(6 78 59 / 0.7);
}
.text-emerald-900\/75 {
  color: rgb(6 78 59 / 0.75);
}
.text-emerald-900\/80 {
  color: rgb(6 78 59 / 0.8);
}
.text-emerald-900\/85 {
  color: rgb(6 78 59 / 0.85);
}
.text-emerald-900\/90 {
  color: rgb(6 78 59 / 0.9);
}
.text-emerald-900\/95 {
  color: rgb(6 78 59 / 0.95);
}
.text-emerald-950 {
  --tw-text-opacity: 1;
  color: rgb(2 44 34 / var(--tw-text-opacity, 1));
}
.text-emerald-950\/0 {
  color: rgb(2 44 34 / 0);
}
.text-emerald-950\/10 {
  color: rgb(2 44 34 / 0.1);
}
.text-emerald-950\/100 {
  color: rgb(2 44 34 / 1);
}
.text-emerald-950\/15 {
  color: rgb(2 44 34 / 0.15);
}
.text-emerald-950\/20 {
  color: rgb(2 44 34 / 0.2);
}
.text-emerald-950\/25 {
  color: rgb(2 44 34 / 0.25);
}
.text-emerald-950\/30 {
  color: rgb(2 44 34 / 0.3);
}
.text-emerald-950\/35 {
  color: rgb(2 44 34 / 0.35);
}
.text-emerald-950\/40 {
  color: rgb(2 44 34 / 0.4);
}
.text-emerald-950\/45 {
  color: rgb(2 44 34 / 0.45);
}
.text-emerald-950\/5 {
  color: rgb(2 44 34 / 0.05);
}
.text-emerald-950\/50 {
  color: rgb(2 44 34 / 0.5);
}
.text-emerald-950\/55 {
  color: rgb(2 44 34 / 0.55);
}
.text-emerald-950\/60 {
  color: rgb(2 44 34 / 0.6);
}
.text-emerald-950\/65 {
  color: rgb(2 44 34 / 0.65);
}
.text-emerald-950\/70 {
  color: rgb(2 44 34 / 0.7);
}
.text-emerald-950\/75 {
  color: rgb(2 44 34 / 0.75);
}
.text-emerald-950\/80 {
  color: rgb(2 44 34 / 0.8);
}
.text-emerald-950\/85 {
  color: rgb(2 44 34 / 0.85);
}
.text-emerald-950\/90 {
  color: rgb(2 44 34 / 0.9);
}
.text-emerald-950\/95 {
  color: rgb(2 44 34 / 0.95);
}
.text-fuchsia-100 {
  --tw-text-opacity: 1;
  color: rgb(250 232 255 / var(--tw-text-opacity, 1));
}
.text-fuchsia-100\/0 {
  color: rgb(250 232 255 / 0);
}
.text-fuchsia-100\/10 {
  color: rgb(250 232 255 / 0.1);
}
.text-fuchsia-100\/100 {
  color: rgb(250 232 255 / 1);
}
.text-fuchsia-100\/15 {
  color: rgb(250 232 255 / 0.15);
}
.text-fuchsia-100\/20 {
  color: rgb(250 232 255 / 0.2);
}
.text-fuchsia-100\/25 {
  color: rgb(250 232 255 / 0.25);
}
.text-fuchsia-100\/30 {
  color: rgb(250 232 255 / 0.3);
}
.text-fuchsia-100\/35 {
  color: rgb(250 232 255 / 0.35);
}
.text-fuchsia-100\/40 {
  color: rgb(250 232 255 / 0.4);
}
.text-fuchsia-100\/45 {
  color: rgb(250 232 255 / 0.45);
}
.text-fuchsia-100\/5 {
  color: rgb(250 232 255 / 0.05);
}
.text-fuchsia-100\/50 {
  color: rgb(250 232 255 / 0.5);
}
.text-fuchsia-100\/55 {
  color: rgb(250 232 255 / 0.55);
}
.text-fuchsia-100\/60 {
  color: rgb(250 232 255 / 0.6);
}
.text-fuchsia-100\/65 {
  color: rgb(250 232 255 / 0.65);
}
.text-fuchsia-100\/70 {
  color: rgb(250 232 255 / 0.7);
}
.text-fuchsia-100\/75 {
  color: rgb(250 232 255 / 0.75);
}
.text-fuchsia-100\/80 {
  color: rgb(250 232 255 / 0.8);
}
.text-fuchsia-100\/85 {
  color: rgb(250 232 255 / 0.85);
}
.text-fuchsia-100\/90 {
  color: rgb(250 232 255 / 0.9);
}
.text-fuchsia-100\/95 {
  color: rgb(250 232 255 / 0.95);
}
.text-fuchsia-200 {
  --tw-text-opacity: 1;
  color: rgb(245 208 254 / var(--tw-text-opacity, 1));
}
.text-fuchsia-200\/0 {
  color: rgb(245 208 254 / 0);
}
.text-fuchsia-200\/10 {
  color: rgb(245 208 254 / 0.1);
}
.text-fuchsia-200\/100 {
  color: rgb(245 208 254 / 1);
}
.text-fuchsia-200\/15 {
  color: rgb(245 208 254 / 0.15);
}
.text-fuchsia-200\/20 {
  color: rgb(245 208 254 / 0.2);
}
.text-fuchsia-200\/25 {
  color: rgb(245 208 254 / 0.25);
}
.text-fuchsia-200\/30 {
  color: rgb(245 208 254 / 0.3);
}
.text-fuchsia-200\/35 {
  color: rgb(245 208 254 / 0.35);
}
.text-fuchsia-200\/40 {
  color: rgb(245 208 254 / 0.4);
}
.text-fuchsia-200\/45 {
  color: rgb(245 208 254 / 0.45);
}
.text-fuchsia-200\/5 {
  color: rgb(245 208 254 / 0.05);
}
.text-fuchsia-200\/50 {
  color: rgb(245 208 254 / 0.5);
}
.text-fuchsia-200\/55 {
  color: rgb(245 208 254 / 0.55);
}
.text-fuchsia-200\/60 {
  color: rgb(245 208 254 / 0.6);
}
.text-fuchsia-200\/65 {
  color: rgb(245 208 254 / 0.65);
}
.text-fuchsia-200\/70 {
  color: rgb(245 208 254 / 0.7);
}
.text-fuchsia-200\/75 {
  color: rgb(245 208 254 / 0.75);
}
.text-fuchsia-200\/80 {
  color: rgb(245 208 254 / 0.8);
}
.text-fuchsia-200\/85 {
  color: rgb(245 208 254 / 0.85);
}
.text-fuchsia-200\/90 {
  color: rgb(245 208 254 / 0.9);
}
.text-fuchsia-200\/95 {
  color: rgb(245 208 254 / 0.95);
}
.text-fuchsia-300 {
  --tw-text-opacity: 1;
  color: rgb(240 171 252 / var(--tw-text-opacity, 1));
}
.text-fuchsia-300\/0 {
  color: rgb(240 171 252 / 0);
}
.text-fuchsia-300\/10 {
  color: rgb(240 171 252 / 0.1);
}
.text-fuchsia-300\/100 {
  color: rgb(240 171 252 / 1);
}
.text-fuchsia-300\/15 {
  color: rgb(240 171 252 / 0.15);
}
.text-fuchsia-300\/20 {
  color: rgb(240 171 252 / 0.2);
}
.text-fuchsia-300\/25 {
  color: rgb(240 171 252 / 0.25);
}
.text-fuchsia-300\/30 {
  color: rgb(240 171 252 / 0.3);
}
.text-fuchsia-300\/35 {
  color: rgb(240 171 252 / 0.35);
}
.text-fuchsia-300\/40 {
  color: rgb(240 171 252 / 0.4);
}
.text-fuchsia-300\/45 {
  color: rgb(240 171 252 / 0.45);
}
.text-fuchsia-300\/5 {
  color: rgb(240 171 252 / 0.05);
}
.text-fuchsia-300\/50 {
  color: rgb(240 171 252 / 0.5);
}
.text-fuchsia-300\/55 {
  color: rgb(240 171 252 / 0.55);
}
.text-fuchsia-300\/60 {
  color: rgb(240 171 252 / 0.6);
}
.text-fuchsia-300\/65 {
  color: rgb(240 171 252 / 0.65);
}
.text-fuchsia-300\/70 {
  color: rgb(240 171 252 / 0.7);
}
.text-fuchsia-300\/75 {
  color: rgb(240 171 252 / 0.75);
}
.text-fuchsia-300\/80 {
  color: rgb(240 171 252 / 0.8);
}
.text-fuchsia-300\/85 {
  color: rgb(240 171 252 / 0.85);
}
.text-fuchsia-300\/90 {
  color: rgb(240 171 252 / 0.9);
}
.text-fuchsia-300\/95 {
  color: rgb(240 171 252 / 0.95);
}
.text-fuchsia-400 {
  --tw-text-opacity: 1;
  color: rgb(232 121 249 / var(--tw-text-opacity, 1));
}
.text-fuchsia-400\/0 {
  color: rgb(232 121 249 / 0);
}
.text-fuchsia-400\/10 {
  color: rgb(232 121 249 / 0.1);
}
.text-fuchsia-400\/100 {
  color: rgb(232 121 249 / 1);
}
.text-fuchsia-400\/15 {
  color: rgb(232 121 249 / 0.15);
}
.text-fuchsia-400\/20 {
  color: rgb(232 121 249 / 0.2);
}
.text-fuchsia-400\/25 {
  color: rgb(232 121 249 / 0.25);
}
.text-fuchsia-400\/30 {
  color: rgb(232 121 249 / 0.3);
}
.text-fuchsia-400\/35 {
  color: rgb(232 121 249 / 0.35);
}
.text-fuchsia-400\/40 {
  color: rgb(232 121 249 / 0.4);
}
.text-fuchsia-400\/45 {
  color: rgb(232 121 249 / 0.45);
}
.text-fuchsia-400\/5 {
  color: rgb(232 121 249 / 0.05);
}
.text-fuchsia-400\/50 {
  color: rgb(232 121 249 / 0.5);
}
.text-fuchsia-400\/55 {
  color: rgb(232 121 249 / 0.55);
}
.text-fuchsia-400\/60 {
  color: rgb(232 121 249 / 0.6);
}
.text-fuchsia-400\/65 {
  color: rgb(232 121 249 / 0.65);
}
.text-fuchsia-400\/70 {
  color: rgb(232 121 249 / 0.7);
}
.text-fuchsia-400\/75 {
  color: rgb(232 121 249 / 0.75);
}
.text-fuchsia-400\/80 {
  color: rgb(232 121 249 / 0.8);
}
.text-fuchsia-400\/85 {
  color: rgb(232 121 249 / 0.85);
}
.text-fuchsia-400\/90 {
  color: rgb(232 121 249 / 0.9);
}
.text-fuchsia-400\/95 {
  color: rgb(232 121 249 / 0.95);
}
.text-fuchsia-50 {
  --tw-text-opacity: 1;
  color: rgb(253 244 255 / var(--tw-text-opacity, 1));
}
.text-fuchsia-50\/0 {
  color: rgb(253 244 255 / 0);
}
.text-fuchsia-50\/10 {
  color: rgb(253 244 255 / 0.1);
}
.text-fuchsia-50\/100 {
  color: rgb(253 244 255 / 1);
}
.text-fuchsia-50\/15 {
  color: rgb(253 244 255 / 0.15);
}
.text-fuchsia-50\/20 {
  color: rgb(253 244 255 / 0.2);
}
.text-fuchsia-50\/25 {
  color: rgb(253 244 255 / 0.25);
}
.text-fuchsia-50\/30 {
  color: rgb(253 244 255 / 0.3);
}
.text-fuchsia-50\/35 {
  color: rgb(253 244 255 / 0.35);
}
.text-fuchsia-50\/40 {
  color: rgb(253 244 255 / 0.4);
}
.text-fuchsia-50\/45 {
  color: rgb(253 244 255 / 0.45);
}
.text-fuchsia-50\/5 {
  color: rgb(253 244 255 / 0.05);
}
.text-fuchsia-50\/50 {
  color: rgb(253 244 255 / 0.5);
}
.text-fuchsia-50\/55 {
  color: rgb(253 244 255 / 0.55);
}
.text-fuchsia-50\/60 {
  color: rgb(253 244 255 / 0.6);
}
.text-fuchsia-50\/65 {
  color: rgb(253 244 255 / 0.65);
}
.text-fuchsia-50\/70 {
  color: rgb(253 244 255 / 0.7);
}
.text-fuchsia-50\/75 {
  color: rgb(253 244 255 / 0.75);
}
.text-fuchsia-50\/80 {
  color: rgb(253 244 255 / 0.8);
}
.text-fuchsia-50\/85 {
  color: rgb(253 244 255 / 0.85);
}
.text-fuchsia-50\/90 {
  color: rgb(253 244 255 / 0.9);
}
.text-fuchsia-50\/95 {
  color: rgb(253 244 255 / 0.95);
}
.text-fuchsia-500 {
  --tw-text-opacity: 1;
  color: rgb(217 70 239 / var(--tw-text-opacity, 1));
}
.text-fuchsia-500\/0 {
  color: rgb(217 70 239 / 0);
}
.text-fuchsia-500\/10 {
  color: rgb(217 70 239 / 0.1);
}
.text-fuchsia-500\/100 {
  color: rgb(217 70 239 / 1);
}
.text-fuchsia-500\/15 {
  color: rgb(217 70 239 / 0.15);
}
.text-fuchsia-500\/20 {
  color: rgb(217 70 239 / 0.2);
}
.text-fuchsia-500\/25 {
  color: rgb(217 70 239 / 0.25);
}
.text-fuchsia-500\/30 {
  color: rgb(217 70 239 / 0.3);
}
.text-fuchsia-500\/35 {
  color: rgb(217 70 239 / 0.35);
}
.text-fuchsia-500\/40 {
  color: rgb(217 70 239 / 0.4);
}
.text-fuchsia-500\/45 {
  color: rgb(217 70 239 / 0.45);
}
.text-fuchsia-500\/5 {
  color: rgb(217 70 239 / 0.05);
}
.text-fuchsia-500\/50 {
  color: rgb(217 70 239 / 0.5);
}
.text-fuchsia-500\/55 {
  color: rgb(217 70 239 / 0.55);
}
.text-fuchsia-500\/60 {
  color: rgb(217 70 239 / 0.6);
}
.text-fuchsia-500\/65 {
  color: rgb(217 70 239 / 0.65);
}
.text-fuchsia-500\/70 {
  color: rgb(217 70 239 / 0.7);
}
.text-fuchsia-500\/75 {
  color: rgb(217 70 239 / 0.75);
}
.text-fuchsia-500\/80 {
  color: rgb(217 70 239 / 0.8);
}
.text-fuchsia-500\/85 {
  color: rgb(217 70 239 / 0.85);
}
.text-fuchsia-500\/90 {
  color: rgb(217 70 239 / 0.9);
}
.text-fuchsia-500\/95 {
  color: rgb(217 70 239 / 0.95);
}
.text-fuchsia-600 {
  --tw-text-opacity: 1;
  color: rgb(192 38 211 / var(--tw-text-opacity, 1));
}
.text-fuchsia-600\/0 {
  color: rgb(192 38 211 / 0);
}
.text-fuchsia-600\/10 {
  color: rgb(192 38 211 / 0.1);
}
.text-fuchsia-600\/100 {
  color: rgb(192 38 211 / 1);
}
.text-fuchsia-600\/15 {
  color: rgb(192 38 211 / 0.15);
}
.text-fuchsia-600\/20 {
  color: rgb(192 38 211 / 0.2);
}
.text-fuchsia-600\/25 {
  color: rgb(192 38 211 / 0.25);
}
.text-fuchsia-600\/30 {
  color: rgb(192 38 211 / 0.3);
}
.text-fuchsia-600\/35 {
  color: rgb(192 38 211 / 0.35);
}
.text-fuchsia-600\/40 {
  color: rgb(192 38 211 / 0.4);
}
.text-fuchsia-600\/45 {
  color: rgb(192 38 211 / 0.45);
}
.text-fuchsia-600\/5 {
  color: rgb(192 38 211 / 0.05);
}
.text-fuchsia-600\/50 {
  color: rgb(192 38 211 / 0.5);
}
.text-fuchsia-600\/55 {
  color: rgb(192 38 211 / 0.55);
}
.text-fuchsia-600\/60 {
  color: rgb(192 38 211 / 0.6);
}
.text-fuchsia-600\/65 {
  color: rgb(192 38 211 / 0.65);
}
.text-fuchsia-600\/70 {
  color: rgb(192 38 211 / 0.7);
}
.text-fuchsia-600\/75 {
  color: rgb(192 38 211 / 0.75);
}
.text-fuchsia-600\/80 {
  color: rgb(192 38 211 / 0.8);
}
.text-fuchsia-600\/85 {
  color: rgb(192 38 211 / 0.85);
}
.text-fuchsia-600\/90 {
  color: rgb(192 38 211 / 0.9);
}
.text-fuchsia-600\/95 {
  color: rgb(192 38 211 / 0.95);
}
.text-fuchsia-700 {
  --tw-text-opacity: 1;
  color: rgb(162 28 175 / var(--tw-text-opacity, 1));
}
.text-fuchsia-700\/0 {
  color: rgb(162 28 175 / 0);
}
.text-fuchsia-700\/10 {
  color: rgb(162 28 175 / 0.1);
}
.text-fuchsia-700\/100 {
  color: rgb(162 28 175 / 1);
}
.text-fuchsia-700\/15 {
  color: rgb(162 28 175 / 0.15);
}
.text-fuchsia-700\/20 {
  color: rgb(162 28 175 / 0.2);
}
.text-fuchsia-700\/25 {
  color: rgb(162 28 175 / 0.25);
}
.text-fuchsia-700\/30 {
  color: rgb(162 28 175 / 0.3);
}
.text-fuchsia-700\/35 {
  color: rgb(162 28 175 / 0.35);
}
.text-fuchsia-700\/40 {
  color: rgb(162 28 175 / 0.4);
}
.text-fuchsia-700\/45 {
  color: rgb(162 28 175 / 0.45);
}
.text-fuchsia-700\/5 {
  color: rgb(162 28 175 / 0.05);
}
.text-fuchsia-700\/50 {
  color: rgb(162 28 175 / 0.5);
}
.text-fuchsia-700\/55 {
  color: rgb(162 28 175 / 0.55);
}
.text-fuchsia-700\/60 {
  color: rgb(162 28 175 / 0.6);
}
.text-fuchsia-700\/65 {
  color: rgb(162 28 175 / 0.65);
}
.text-fuchsia-700\/70 {
  color: rgb(162 28 175 / 0.7);
}
.text-fuchsia-700\/75 {
  color: rgb(162 28 175 / 0.75);
}
.text-fuchsia-700\/80 {
  color: rgb(162 28 175 / 0.8);
}
.text-fuchsia-700\/85 {
  color: rgb(162 28 175 / 0.85);
}
.text-fuchsia-700\/90 {
  color: rgb(162 28 175 / 0.9);
}
.text-fuchsia-700\/95 {
  color: rgb(162 28 175 / 0.95);
}
.text-fuchsia-800 {
  --tw-text-opacity: 1;
  color: rgb(134 25 143 / var(--tw-text-opacity, 1));
}
.text-fuchsia-800\/0 {
  color: rgb(134 25 143 / 0);
}
.text-fuchsia-800\/10 {
  color: rgb(134 25 143 / 0.1);
}
.text-fuchsia-800\/100 {
  color: rgb(134 25 143 / 1);
}
.text-fuchsia-800\/15 {
  color: rgb(134 25 143 / 0.15);
}
.text-fuchsia-800\/20 {
  color: rgb(134 25 143 / 0.2);
}
.text-fuchsia-800\/25 {
  color: rgb(134 25 143 / 0.25);
}
.text-fuchsia-800\/30 {
  color: rgb(134 25 143 / 0.3);
}
.text-fuchsia-800\/35 {
  color: rgb(134 25 143 / 0.35);
}
.text-fuchsia-800\/40 {
  color: rgb(134 25 143 / 0.4);
}
.text-fuchsia-800\/45 {
  color: rgb(134 25 143 / 0.45);
}
.text-fuchsia-800\/5 {
  color: rgb(134 25 143 / 0.05);
}
.text-fuchsia-800\/50 {
  color: rgb(134 25 143 / 0.5);
}
.text-fuchsia-800\/55 {
  color: rgb(134 25 143 / 0.55);
}
.text-fuchsia-800\/60 {
  color: rgb(134 25 143 / 0.6);
}
.text-fuchsia-800\/65 {
  color: rgb(134 25 143 / 0.65);
}
.text-fuchsia-800\/70 {
  color: rgb(134 25 143 / 0.7);
}
.text-fuchsia-800\/75 {
  color: rgb(134 25 143 / 0.75);
}
.text-fuchsia-800\/80 {
  color: rgb(134 25 143 / 0.8);
}
.text-fuchsia-800\/85 {
  color: rgb(134 25 143 / 0.85);
}
.text-fuchsia-800\/90 {
  color: rgb(134 25 143 / 0.9);
}
.text-fuchsia-800\/95 {
  color: rgb(134 25 143 / 0.95);
}
.text-fuchsia-900 {
  --tw-text-opacity: 1;
  color: rgb(112 26 117 / var(--tw-text-opacity, 1));
}
.text-fuchsia-900\/0 {
  color: rgb(112 26 117 / 0);
}
.text-fuchsia-900\/10 {
  color: rgb(112 26 117 / 0.1);
}
.text-fuchsia-900\/100 {
  color: rgb(112 26 117 / 1);
}
.text-fuchsia-900\/15 {
  color: rgb(112 26 117 / 0.15);
}
.text-fuchsia-900\/20 {
  color: rgb(112 26 117 / 0.2);
}
.text-fuchsia-900\/25 {
  color: rgb(112 26 117 / 0.25);
}
.text-fuchsia-900\/30 {
  color: rgb(112 26 117 / 0.3);
}
.text-fuchsia-900\/35 {
  color: rgb(112 26 117 / 0.35);
}
.text-fuchsia-900\/40 {
  color: rgb(112 26 117 / 0.4);
}
.text-fuchsia-900\/45 {
  color: rgb(112 26 117 / 0.45);
}
.text-fuchsia-900\/5 {
  color: rgb(112 26 117 / 0.05);
}
.text-fuchsia-900\/50 {
  color: rgb(112 26 117 / 0.5);
}
.text-fuchsia-900\/55 {
  color: rgb(112 26 117 / 0.55);
}
.text-fuchsia-900\/60 {
  color: rgb(112 26 117 / 0.6);
}
.text-fuchsia-900\/65 {
  color: rgb(112 26 117 / 0.65);
}
.text-fuchsia-900\/70 {
  color: rgb(112 26 117 / 0.7);
}
.text-fuchsia-900\/75 {
  color: rgb(112 26 117 / 0.75);
}
.text-fuchsia-900\/80 {
  color: rgb(112 26 117 / 0.8);
}
.text-fuchsia-900\/85 {
  color: rgb(112 26 117 / 0.85);
}
.text-fuchsia-900\/90 {
  color: rgb(112 26 117 / 0.9);
}
.text-fuchsia-900\/95 {
  color: rgb(112 26 117 / 0.95);
}
.text-fuchsia-950 {
  --tw-text-opacity: 1;
  color: rgb(74 4 78 / var(--tw-text-opacity, 1));
}
.text-fuchsia-950\/0 {
  color: rgb(74 4 78 / 0);
}
.text-fuchsia-950\/10 {
  color: rgb(74 4 78 / 0.1);
}
.text-fuchsia-950\/100 {
  color: rgb(74 4 78 / 1);
}
.text-fuchsia-950\/15 {
  color: rgb(74 4 78 / 0.15);
}
.text-fuchsia-950\/20 {
  color: rgb(74 4 78 / 0.2);
}
.text-fuchsia-950\/25 {
  color: rgb(74 4 78 / 0.25);
}
.text-fuchsia-950\/30 {
  color: rgb(74 4 78 / 0.3);
}
.text-fuchsia-950\/35 {
  color: rgb(74 4 78 / 0.35);
}
.text-fuchsia-950\/40 {
  color: rgb(74 4 78 / 0.4);
}
.text-fuchsia-950\/45 {
  color: rgb(74 4 78 / 0.45);
}
.text-fuchsia-950\/5 {
  color: rgb(74 4 78 / 0.05);
}
.text-fuchsia-950\/50 {
  color: rgb(74 4 78 / 0.5);
}
.text-fuchsia-950\/55 {
  color: rgb(74 4 78 / 0.55);
}
.text-fuchsia-950\/60 {
  color: rgb(74 4 78 / 0.6);
}
.text-fuchsia-950\/65 {
  color: rgb(74 4 78 / 0.65);
}
.text-fuchsia-950\/70 {
  color: rgb(74 4 78 / 0.7);
}
.text-fuchsia-950\/75 {
  color: rgb(74 4 78 / 0.75);
}
.text-fuchsia-950\/80 {
  color: rgb(74 4 78 / 0.8);
}
.text-fuchsia-950\/85 {
  color: rgb(74 4 78 / 0.85);
}
.text-fuchsia-950\/90 {
  color: rgb(74 4 78 / 0.9);
}
.text-fuchsia-950\/95 {
  color: rgb(74 4 78 / 0.95);
}
.text-gray-200 {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity, 1));
}
.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}
.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}
.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}
.text-green-100 {
  --tw-text-opacity: 1;
  color: rgb(220 252 231 / var(--tw-text-opacity, 1));
}
.text-green-100\/0 {
  color: rgb(220 252 231 / 0);
}
.text-green-100\/10 {
  color: rgb(220 252 231 / 0.1);
}
.text-green-100\/100 {
  color: rgb(220 252 231 / 1);
}
.text-green-100\/15 {
  color: rgb(220 252 231 / 0.15);
}
.text-green-100\/20 {
  color: rgb(220 252 231 / 0.2);
}
.text-green-100\/25 {
  color: rgb(220 252 231 / 0.25);
}
.text-green-100\/30 {
  color: rgb(220 252 231 / 0.3);
}
.text-green-100\/35 {
  color: rgb(220 252 231 / 0.35);
}
.text-green-100\/40 {
  color: rgb(220 252 231 / 0.4);
}
.text-green-100\/45 {
  color: rgb(220 252 231 / 0.45);
}
.text-green-100\/5 {
  color: rgb(220 252 231 / 0.05);
}
.text-green-100\/50 {
  color: rgb(220 252 231 / 0.5);
}
.text-green-100\/55 {
  color: rgb(220 252 231 / 0.55);
}
.text-green-100\/60 {
  color: rgb(220 252 231 / 0.6);
}
.text-green-100\/65 {
  color: rgb(220 252 231 / 0.65);
}
.text-green-100\/70 {
  color: rgb(220 252 231 / 0.7);
}
.text-green-100\/75 {
  color: rgb(220 252 231 / 0.75);
}
.text-green-100\/80 {
  color: rgb(220 252 231 / 0.8);
}
.text-green-100\/85 {
  color: rgb(220 252 231 / 0.85);
}
.text-green-100\/90 {
  color: rgb(220 252 231 / 0.9);
}
.text-green-100\/95 {
  color: rgb(220 252 231 / 0.95);
}
.text-green-200 {
  --tw-text-opacity: 1;
  color: rgb(187 247 208 / var(--tw-text-opacity, 1));
}
.text-green-200\/0 {
  color: rgb(187 247 208 / 0);
}
.text-green-200\/10 {
  color: rgb(187 247 208 / 0.1);
}
.text-green-200\/100 {
  color: rgb(187 247 208 / 1);
}
.text-green-200\/15 {
  color: rgb(187 247 208 / 0.15);
}
.text-green-200\/20 {
  color: rgb(187 247 208 / 0.2);
}
.text-green-200\/25 {
  color: rgb(187 247 208 / 0.25);
}
.text-green-200\/30 {
  color: rgb(187 247 208 / 0.3);
}
.text-green-200\/35 {
  color: rgb(187 247 208 / 0.35);
}
.text-green-200\/40 {
  color: rgb(187 247 208 / 0.4);
}
.text-green-200\/45 {
  color: rgb(187 247 208 / 0.45);
}
.text-green-200\/5 {
  color: rgb(187 247 208 / 0.05);
}
.text-green-200\/50 {
  color: rgb(187 247 208 / 0.5);
}
.text-green-200\/55 {
  color: rgb(187 247 208 / 0.55);
}
.text-green-200\/60 {
  color: rgb(187 247 208 / 0.6);
}
.text-green-200\/65 {
  color: rgb(187 247 208 / 0.65);
}
.text-green-200\/70 {
  color: rgb(187 247 208 / 0.7);
}
.text-green-200\/75 {
  color: rgb(187 247 208 / 0.75);
}
.text-green-200\/80 {
  color: rgb(187 247 208 / 0.8);
}
.text-green-200\/85 {
  color: rgb(187 247 208 / 0.85);
}
.text-green-200\/90 {
  color: rgb(187 247 208 / 0.9);
}
.text-green-200\/95 {
  color: rgb(187 247 208 / 0.95);
}
.text-green-300 {
  --tw-text-opacity: 1;
  color: rgb(134 239 172 / var(--tw-text-opacity, 1));
}
.text-green-300\/0 {
  color: rgb(134 239 172 / 0);
}
.text-green-300\/10 {
  color: rgb(134 239 172 / 0.1);
}
.text-green-300\/100 {
  color: rgb(134 239 172 / 1);
}
.text-green-300\/15 {
  color: rgb(134 239 172 / 0.15);
}
.text-green-300\/20 {
  color: rgb(134 239 172 / 0.2);
}
.text-green-300\/25 {
  color: rgb(134 239 172 / 0.25);
}
.text-green-300\/30 {
  color: rgb(134 239 172 / 0.3);
}
.text-green-300\/35 {
  color: rgb(134 239 172 / 0.35);
}
.text-green-300\/40 {
  color: rgb(134 239 172 / 0.4);
}
.text-green-300\/45 {
  color: rgb(134 239 172 / 0.45);
}
.text-green-300\/5 {
  color: rgb(134 239 172 / 0.05);
}
.text-green-300\/50 {
  color: rgb(134 239 172 / 0.5);
}
.text-green-300\/55 {
  color: rgb(134 239 172 / 0.55);
}
.text-green-300\/60 {
  color: rgb(134 239 172 / 0.6);
}
.text-green-300\/65 {
  color: rgb(134 239 172 / 0.65);
}
.text-green-300\/70 {
  color: rgb(134 239 172 / 0.7);
}
.text-green-300\/75 {
  color: rgb(134 239 172 / 0.75);
}
.text-green-300\/80 {
  color: rgb(134 239 172 / 0.8);
}
.text-green-300\/85 {
  color: rgb(134 239 172 / 0.85);
}
.text-green-300\/90 {
  color: rgb(134 239 172 / 0.9);
}
.text-green-300\/95 {
  color: rgb(134 239 172 / 0.95);
}
.text-green-400 {
  --tw-text-opacity: 1;
  color: rgb(74 222 128 / var(--tw-text-opacity, 1));
}
.text-green-400\/0 {
  color: rgb(74 222 128 / 0);
}
.text-green-400\/10 {
  color: rgb(74 222 128 / 0.1);
}
.text-green-400\/100 {
  color: rgb(74 222 128 / 1);
}
.text-green-400\/15 {
  color: rgb(74 222 128 / 0.15);
}
.text-green-400\/20 {
  color: rgb(74 222 128 / 0.2);
}
.text-green-400\/25 {
  color: rgb(74 222 128 / 0.25);
}
.text-green-400\/30 {
  color: rgb(74 222 128 / 0.3);
}
.text-green-400\/35 {
  color: rgb(74 222 128 / 0.35);
}
.text-green-400\/40 {
  color: rgb(74 222 128 / 0.4);
}
.text-green-400\/45 {
  color: rgb(74 222 128 / 0.45);
}
.text-green-400\/5 {
  color: rgb(74 222 128 / 0.05);
}
.text-green-400\/50 {
  color: rgb(74 222 128 / 0.5);
}
.text-green-400\/55 {
  color: rgb(74 222 128 / 0.55);
}
.text-green-400\/60 {
  color: rgb(74 222 128 / 0.6);
}
.text-green-400\/65 {
  color: rgb(74 222 128 / 0.65);
}
.text-green-400\/70 {
  color: rgb(74 222 128 / 0.7);
}
.text-green-400\/75 {
  color: rgb(74 222 128 / 0.75);
}
.text-green-400\/80 {
  color: rgb(74 222 128 / 0.8);
}
.text-green-400\/85 {
  color: rgb(74 222 128 / 0.85);
}
.text-green-400\/90 {
  color: rgb(74 222 128 / 0.9);
}
.text-green-400\/95 {
  color: rgb(74 222 128 / 0.95);
}
.text-green-50 {
  --tw-text-opacity: 1;
  color: rgb(240 253 244 / var(--tw-text-opacity, 1));
}
.text-green-50\/0 {
  color: rgb(240 253 244 / 0);
}
.text-green-50\/10 {
  color: rgb(240 253 244 / 0.1);
}
.text-green-50\/100 {
  color: rgb(240 253 244 / 1);
}
.text-green-50\/15 {
  color: rgb(240 253 244 / 0.15);
}
.text-green-50\/20 {
  color: rgb(240 253 244 / 0.2);
}
.text-green-50\/25 {
  color: rgb(240 253 244 / 0.25);
}
.text-green-50\/30 {
  color: rgb(240 253 244 / 0.3);
}
.text-green-50\/35 {
  color: rgb(240 253 244 / 0.35);
}
.text-green-50\/40 {
  color: rgb(240 253 244 / 0.4);
}
.text-green-50\/45 {
  color: rgb(240 253 244 / 0.45);
}
.text-green-50\/5 {
  color: rgb(240 253 244 / 0.05);
}
.text-green-50\/50 {
  color: rgb(240 253 244 / 0.5);
}
.text-green-50\/55 {
  color: rgb(240 253 244 / 0.55);
}
.text-green-50\/60 {
  color: rgb(240 253 244 / 0.6);
}
.text-green-50\/65 {
  color: rgb(240 253 244 / 0.65);
}
.text-green-50\/70 {
  color: rgb(240 253 244 / 0.7);
}
.text-green-50\/75 {
  color: rgb(240 253 244 / 0.75);
}
.text-green-50\/80 {
  color: rgb(240 253 244 / 0.8);
}
.text-green-50\/85 {
  color: rgb(240 253 244 / 0.85);
}
.text-green-50\/90 {
  color: rgb(240 253 244 / 0.9);
}
.text-green-50\/95 {
  color: rgb(240 253 244 / 0.95);
}
.text-green-500 {
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity, 1));
}
.text-green-500\/0 {
  color: rgb(34 197 94 / 0);
}
.text-green-500\/10 {
  color: rgb(34 197 94 / 0.1);
}
.text-green-500\/100 {
  color: rgb(34 197 94 / 1);
}
.text-green-500\/15 {
  color: rgb(34 197 94 / 0.15);
}
.text-green-500\/20 {
  color: rgb(34 197 94 / 0.2);
}
.text-green-500\/25 {
  color: rgb(34 197 94 / 0.25);
}
.text-green-500\/30 {
  color: rgb(34 197 94 / 0.3);
}
.text-green-500\/35 {
  color: rgb(34 197 94 / 0.35);
}
.text-green-500\/40 {
  color: rgb(34 197 94 / 0.4);
}
.text-green-500\/45 {
  color: rgb(34 197 94 / 0.45);
}
.text-green-500\/5 {
  color: rgb(34 197 94 / 0.05);
}
.text-green-500\/50 {
  color: rgb(34 197 94 / 0.5);
}
.text-green-500\/55 {
  color: rgb(34 197 94 / 0.55);
}
.text-green-500\/60 {
  color: rgb(34 197 94 / 0.6);
}
.text-green-500\/65 {
  color: rgb(34 197 94 / 0.65);
}
.text-green-500\/70 {
  color: rgb(34 197 94 / 0.7);
}
.text-green-500\/75 {
  color: rgb(34 197 94 / 0.75);
}
.text-green-500\/80 {
  color: rgb(34 197 94 / 0.8);
}
.text-green-500\/85 {
  color: rgb(34 197 94 / 0.85);
}
.text-green-500\/90 {
  color: rgb(34 197 94 / 0.9);
}
.text-green-500\/95 {
  color: rgb(34 197 94 / 0.95);
}
.text-green-600 {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity, 1));
}
.text-green-600\/0 {
  color: rgb(22 163 74 / 0);
}
.text-green-600\/10 {
  color: rgb(22 163 74 / 0.1);
}
.text-green-600\/100 {
  color: rgb(22 163 74 / 1);
}
.text-green-600\/15 {
  color: rgb(22 163 74 / 0.15);
}
.text-green-600\/20 {
  color: rgb(22 163 74 / 0.2);
}
.text-green-600\/25 {
  color: rgb(22 163 74 / 0.25);
}
.text-green-600\/30 {
  color: rgb(22 163 74 / 0.3);
}
.text-green-600\/35 {
  color: rgb(22 163 74 / 0.35);
}
.text-green-600\/40 {
  color: rgb(22 163 74 / 0.4);
}
.text-green-600\/45 {
  color: rgb(22 163 74 / 0.45);
}
.text-green-600\/5 {
  color: rgb(22 163 74 / 0.05);
}
.text-green-600\/50 {
  color: rgb(22 163 74 / 0.5);
}
.text-green-600\/55 {
  color: rgb(22 163 74 / 0.55);
}
.text-green-600\/60 {
  color: rgb(22 163 74 / 0.6);
}
.text-green-600\/65 {
  color: rgb(22 163 74 / 0.65);
}
.text-green-600\/70 {
  color: rgb(22 163 74 / 0.7);
}
.text-green-600\/75 {
  color: rgb(22 163 74 / 0.75);
}
.text-green-600\/80 {
  color: rgb(22 163 74 / 0.8);
}
.text-green-600\/85 {
  color: rgb(22 163 74 / 0.85);
}
.text-green-600\/90 {
  color: rgb(22 163 74 / 0.9);
}
.text-green-600\/95 {
  color: rgb(22 163 74 / 0.95);
}
.text-green-700 {
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity, 1));
}
.text-green-700\/0 {
  color: rgb(21 128 61 / 0);
}
.text-green-700\/10 {
  color: rgb(21 128 61 / 0.1);
}
.text-green-700\/100 {
  color: rgb(21 128 61 / 1);
}
.text-green-700\/15 {
  color: rgb(21 128 61 / 0.15);
}
.text-green-700\/20 {
  color: rgb(21 128 61 / 0.2);
}
.text-green-700\/25 {
  color: rgb(21 128 61 / 0.25);
}
.text-green-700\/30 {
  color: rgb(21 128 61 / 0.3);
}
.text-green-700\/35 {
  color: rgb(21 128 61 / 0.35);
}
.text-green-700\/40 {
  color: rgb(21 128 61 / 0.4);
}
.text-green-700\/45 {
  color: rgb(21 128 61 / 0.45);
}
.text-green-700\/5 {
  color: rgb(21 128 61 / 0.05);
}
.text-green-700\/50 {
  color: rgb(21 128 61 / 0.5);
}
.text-green-700\/55 {
  color: rgb(21 128 61 / 0.55);
}
.text-green-700\/60 {
  color: rgb(21 128 61 / 0.6);
}
.text-green-700\/65 {
  color: rgb(21 128 61 / 0.65);
}
.text-green-700\/70 {
  color: rgb(21 128 61 / 0.7);
}
.text-green-700\/75 {
  color: rgb(21 128 61 / 0.75);
}
.text-green-700\/80 {
  color: rgb(21 128 61 / 0.8);
}
.text-green-700\/85 {
  color: rgb(21 128 61 / 0.85);
}
.text-green-700\/90 {
  color: rgb(21 128 61 / 0.9);
}
.text-green-700\/95 {
  color: rgb(21 128 61 / 0.95);
}
.text-green-800 {
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / var(--tw-text-opacity, 1));
}
.text-green-800\/0 {
  color: rgb(22 101 52 / 0);
}
.text-green-800\/10 {
  color: rgb(22 101 52 / 0.1);
}
.text-green-800\/100 {
  color: rgb(22 101 52 / 1);
}
.text-green-800\/15 {
  color: rgb(22 101 52 / 0.15);
}
.text-green-800\/20 {
  color: rgb(22 101 52 / 0.2);
}
.text-green-800\/25 {
  color: rgb(22 101 52 / 0.25);
}
.text-green-800\/30 {
  color: rgb(22 101 52 / 0.3);
}
.text-green-800\/35 {
  color: rgb(22 101 52 / 0.35);
}
.text-green-800\/40 {
  color: rgb(22 101 52 / 0.4);
}
.text-green-800\/45 {
  color: rgb(22 101 52 / 0.45);
}
.text-green-800\/5 {
  color: rgb(22 101 52 / 0.05);
}
.text-green-800\/50 {
  color: rgb(22 101 52 / 0.5);
}
.text-green-800\/55 {
  color: rgb(22 101 52 / 0.55);
}
.text-green-800\/60 {
  color: rgb(22 101 52 / 0.6);
}
.text-green-800\/65 {
  color: rgb(22 101 52 / 0.65);
}
.text-green-800\/70 {
  color: rgb(22 101 52 / 0.7);
}
.text-green-800\/75 {
  color: rgb(22 101 52 / 0.75);
}
.text-green-800\/80 {
  color: rgb(22 101 52 / 0.8);
}
.text-green-800\/85 {
  color: rgb(22 101 52 / 0.85);
}
.text-green-800\/90 {
  color: rgb(22 101 52 / 0.9);
}
.text-green-800\/95 {
  color: rgb(22 101 52 / 0.95);
}
.text-green-900 {
  --tw-text-opacity: 1;
  color: rgb(20 83 45 / var(--tw-text-opacity, 1));
}
.text-green-900\/0 {
  color: rgb(20 83 45 / 0);
}
.text-green-900\/10 {
  color: rgb(20 83 45 / 0.1);
}
.text-green-900\/100 {
  color: rgb(20 83 45 / 1);
}
.text-green-900\/15 {
  color: rgb(20 83 45 / 0.15);
}
.text-green-900\/20 {
  color: rgb(20 83 45 / 0.2);
}
.text-green-900\/25 {
  color: rgb(20 83 45 / 0.25);
}
.text-green-900\/30 {
  color: rgb(20 83 45 / 0.3);
}
.text-green-900\/35 {
  color: rgb(20 83 45 / 0.35);
}
.text-green-900\/40 {
  color: rgb(20 83 45 / 0.4);
}
.text-green-900\/45 {
  color: rgb(20 83 45 / 0.45);
}
.text-green-900\/5 {
  color: rgb(20 83 45 / 0.05);
}
.text-green-900\/50 {
  color: rgb(20 83 45 / 0.5);
}
.text-green-900\/55 {
  color: rgb(20 83 45 / 0.55);
}
.text-green-900\/60 {
  color: rgb(20 83 45 / 0.6);
}
.text-green-900\/65 {
  color: rgb(20 83 45 / 0.65);
}
.text-green-900\/70 {
  color: rgb(20 83 45 / 0.7);
}
.text-green-900\/75 {
  color: rgb(20 83 45 / 0.75);
}
.text-green-900\/80 {
  color: rgb(20 83 45 / 0.8);
}
.text-green-900\/85 {
  color: rgb(20 83 45 / 0.85);
}
.text-green-900\/90 {
  color: rgb(20 83 45 / 0.9);
}
.text-green-900\/95 {
  color: rgb(20 83 45 / 0.95);
}
.text-green-950 {
  --tw-text-opacity: 1;
  color: rgb(5 46 22 / var(--tw-text-opacity, 1));
}
.text-green-950\/0 {
  color: rgb(5 46 22 / 0);
}
.text-green-950\/10 {
  color: rgb(5 46 22 / 0.1);
}
.text-green-950\/100 {
  color: rgb(5 46 22 / 1);
}
.text-green-950\/15 {
  color: rgb(5 46 22 / 0.15);
}
.text-green-950\/20 {
  color: rgb(5 46 22 / 0.2);
}
.text-green-950\/25 {
  color: rgb(5 46 22 / 0.25);
}
.text-green-950\/30 {
  color: rgb(5 46 22 / 0.3);
}
.text-green-950\/35 {
  color: rgb(5 46 22 / 0.35);
}
.text-green-950\/40 {
  color: rgb(5 46 22 / 0.4);
}
.text-green-950\/45 {
  color: rgb(5 46 22 / 0.45);
}
.text-green-950\/5 {
  color: rgb(5 46 22 / 0.05);
}
.text-green-950\/50 {
  color: rgb(5 46 22 / 0.5);
}
.text-green-950\/55 {
  color: rgb(5 46 22 / 0.55);
}
.text-green-950\/60 {
  color: rgb(5 46 22 / 0.6);
}
.text-green-950\/65 {
  color: rgb(5 46 22 / 0.65);
}
.text-green-950\/70 {
  color: rgb(5 46 22 / 0.7);
}
.text-green-950\/75 {
  color: rgb(5 46 22 / 0.75);
}
.text-green-950\/80 {
  color: rgb(5 46 22 / 0.8);
}
.text-green-950\/85 {
  color: rgb(5 46 22 / 0.85);
}
.text-green-950\/90 {
  color: rgb(5 46 22 / 0.9);
}
.text-green-950\/95 {
  color: rgb(5 46 22 / 0.95);
}
.text-indigo-100 {
  --tw-text-opacity: 1;
  color: rgb(224 231 255 / var(--tw-text-opacity, 1));
}
.text-indigo-100\/0 {
  color: rgb(224 231 255 / 0);
}
.text-indigo-100\/10 {
  color: rgb(224 231 255 / 0.1);
}
.text-indigo-100\/100 {
  color: rgb(224 231 255 / 1);
}
.text-indigo-100\/15 {
  color: rgb(224 231 255 / 0.15);
}
.text-indigo-100\/20 {
  color: rgb(224 231 255 / 0.2);
}
.text-indigo-100\/25 {
  color: rgb(224 231 255 / 0.25);
}
.text-indigo-100\/30 {
  color: rgb(224 231 255 / 0.3);
}
.text-indigo-100\/35 {
  color: rgb(224 231 255 / 0.35);
}
.text-indigo-100\/40 {
  color: rgb(224 231 255 / 0.4);
}
.text-indigo-100\/45 {
  color: rgb(224 231 255 / 0.45);
}
.text-indigo-100\/5 {
  color: rgb(224 231 255 / 0.05);
}
.text-indigo-100\/50 {
  color: rgb(224 231 255 / 0.5);
}
.text-indigo-100\/55 {
  color: rgb(224 231 255 / 0.55);
}
.text-indigo-100\/60 {
  color: rgb(224 231 255 / 0.6);
}
.text-indigo-100\/65 {
  color: rgb(224 231 255 / 0.65);
}
.text-indigo-100\/70 {
  color: rgb(224 231 255 / 0.7);
}
.text-indigo-100\/75 {
  color: rgb(224 231 255 / 0.75);
}
.text-indigo-100\/80 {
  color: rgb(224 231 255 / 0.8);
}
.text-indigo-100\/85 {
  color: rgb(224 231 255 / 0.85);
}
.text-indigo-100\/90 {
  color: rgb(224 231 255 / 0.9);
}
.text-indigo-100\/95 {
  color: rgb(224 231 255 / 0.95);
}
.text-indigo-200 {
  --tw-text-opacity: 1;
  color: rgb(199 210 254 / var(--tw-text-opacity, 1));
}
.text-indigo-200\/0 {
  color: rgb(199 210 254 / 0);
}
.text-indigo-200\/10 {
  color: rgb(199 210 254 / 0.1);
}
.text-indigo-200\/100 {
  color: rgb(199 210 254 / 1);
}
.text-indigo-200\/15 {
  color: rgb(199 210 254 / 0.15);
}
.text-indigo-200\/20 {
  color: rgb(199 210 254 / 0.2);
}
.text-indigo-200\/25 {
  color: rgb(199 210 254 / 0.25);
}
.text-indigo-200\/30 {
  color: rgb(199 210 254 / 0.3);
}
.text-indigo-200\/35 {
  color: rgb(199 210 254 / 0.35);
}
.text-indigo-200\/40 {
  color: rgb(199 210 254 / 0.4);
}
.text-indigo-200\/45 {
  color: rgb(199 210 254 / 0.45);
}
.text-indigo-200\/5 {
  color: rgb(199 210 254 / 0.05);
}
.text-indigo-200\/50 {
  color: rgb(199 210 254 / 0.5);
}
.text-indigo-200\/55 {
  color: rgb(199 210 254 / 0.55);
}
.text-indigo-200\/60 {
  color: rgb(199 210 254 / 0.6);
}
.text-indigo-200\/65 {
  color: rgb(199 210 254 / 0.65);
}
.text-indigo-200\/70 {
  color: rgb(199 210 254 / 0.7);
}
.text-indigo-200\/75 {
  color: rgb(199 210 254 / 0.75);
}
.text-indigo-200\/80 {
  color: rgb(199 210 254 / 0.8);
}
.text-indigo-200\/85 {
  color: rgb(199 210 254 / 0.85);
}
.text-indigo-200\/90 {
  color: rgb(199 210 254 / 0.9);
}
.text-indigo-200\/95 {
  color: rgb(199 210 254 / 0.95);
}
.text-indigo-300 {
  --tw-text-opacity: 1;
  color: rgb(165 180 252 / var(--tw-text-opacity, 1));
}
.text-indigo-300\/0 {
  color: rgb(165 180 252 / 0);
}
.text-indigo-300\/10 {
  color: rgb(165 180 252 / 0.1);
}
.text-indigo-300\/100 {
  color: rgb(165 180 252 / 1);
}
.text-indigo-300\/15 {
  color: rgb(165 180 252 / 0.15);
}
.text-indigo-300\/20 {
  color: rgb(165 180 252 / 0.2);
}
.text-indigo-300\/25 {
  color: rgb(165 180 252 / 0.25);
}
.text-indigo-300\/30 {
  color: rgb(165 180 252 / 0.3);
}
.text-indigo-300\/35 {
  color: rgb(165 180 252 / 0.35);
}
.text-indigo-300\/40 {
  color: rgb(165 180 252 / 0.4);
}
.text-indigo-300\/45 {
  color: rgb(165 180 252 / 0.45);
}
.text-indigo-300\/5 {
  color: rgb(165 180 252 / 0.05);
}
.text-indigo-300\/50 {
  color: rgb(165 180 252 / 0.5);
}
.text-indigo-300\/55 {
  color: rgb(165 180 252 / 0.55);
}
.text-indigo-300\/60 {
  color: rgb(165 180 252 / 0.6);
}
.text-indigo-300\/65 {
  color: rgb(165 180 252 / 0.65);
}
.text-indigo-300\/70 {
  color: rgb(165 180 252 / 0.7);
}
.text-indigo-300\/75 {
  color: rgb(165 180 252 / 0.75);
}
.text-indigo-300\/80 {
  color: rgb(165 180 252 / 0.8);
}
.text-indigo-300\/85 {
  color: rgb(165 180 252 / 0.85);
}
.text-indigo-300\/90 {
  color: rgb(165 180 252 / 0.9);
}
.text-indigo-300\/95 {
  color: rgb(165 180 252 / 0.95);
}
.text-indigo-400 {
  --tw-text-opacity: 1;
  color: rgb(129 140 248 / var(--tw-text-opacity, 1));
}
.text-indigo-400\/0 {
  color: rgb(129 140 248 / 0);
}
.text-indigo-400\/10 {
  color: rgb(129 140 248 / 0.1);
}
.text-indigo-400\/100 {
  color: rgb(129 140 248 / 1);
}
.text-indigo-400\/15 {
  color: rgb(129 140 248 / 0.15);
}
.text-indigo-400\/20 {
  color: rgb(129 140 248 / 0.2);
}
.text-indigo-400\/25 {
  color: rgb(129 140 248 / 0.25);
}
.text-indigo-400\/30 {
  color: rgb(129 140 248 / 0.3);
}
.text-indigo-400\/35 {
  color: rgb(129 140 248 / 0.35);
}
.text-indigo-400\/40 {
  color: rgb(129 140 248 / 0.4);
}
.text-indigo-400\/45 {
  color: rgb(129 140 248 / 0.45);
}
.text-indigo-400\/5 {
  color: rgb(129 140 248 / 0.05);
}
.text-indigo-400\/50 {
  color: rgb(129 140 248 / 0.5);
}
.text-indigo-400\/55 {
  color: rgb(129 140 248 / 0.55);
}
.text-indigo-400\/60 {
  color: rgb(129 140 248 / 0.6);
}
.text-indigo-400\/65 {
  color: rgb(129 140 248 / 0.65);
}
.text-indigo-400\/70 {
  color: rgb(129 140 248 / 0.7);
}
.text-indigo-400\/75 {
  color: rgb(129 140 248 / 0.75);
}
.text-indigo-400\/80 {
  color: rgb(129 140 248 / 0.8);
}
.text-indigo-400\/85 {
  color: rgb(129 140 248 / 0.85);
}
.text-indigo-400\/90 {
  color: rgb(129 140 248 / 0.9);
}
.text-indigo-400\/95 {
  color: rgb(129 140 248 / 0.95);
}
.text-indigo-50 {
  --tw-text-opacity: 1;
  color: rgb(238 242 255 / var(--tw-text-opacity, 1));
}
.text-indigo-50\/0 {
  color: rgb(238 242 255 / 0);
}
.text-indigo-50\/10 {
  color: rgb(238 242 255 / 0.1);
}
.text-indigo-50\/100 {
  color: rgb(238 242 255 / 1);
}
.text-indigo-50\/15 {
  color: rgb(238 242 255 / 0.15);
}
.text-indigo-50\/20 {
  color: rgb(238 242 255 / 0.2);
}
.text-indigo-50\/25 {
  color: rgb(238 242 255 / 0.25);
}
.text-indigo-50\/30 {
  color: rgb(238 242 255 / 0.3);
}
.text-indigo-50\/35 {
  color: rgb(238 242 255 / 0.35);
}
.text-indigo-50\/40 {
  color: rgb(238 242 255 / 0.4);
}
.text-indigo-50\/45 {
  color: rgb(238 242 255 / 0.45);
}
.text-indigo-50\/5 {
  color: rgb(238 242 255 / 0.05);
}
.text-indigo-50\/50 {
  color: rgb(238 242 255 / 0.5);
}
.text-indigo-50\/55 {
  color: rgb(238 242 255 / 0.55);
}
.text-indigo-50\/60 {
  color: rgb(238 242 255 / 0.6);
}
.text-indigo-50\/65 {
  color: rgb(238 242 255 / 0.65);
}
.text-indigo-50\/70 {
  color: rgb(238 242 255 / 0.7);
}
.text-indigo-50\/75 {
  color: rgb(238 242 255 / 0.75);
}
.text-indigo-50\/80 {
  color: rgb(238 242 255 / 0.8);
}
.text-indigo-50\/85 {
  color: rgb(238 242 255 / 0.85);
}
.text-indigo-50\/90 {
  color: rgb(238 242 255 / 0.9);
}
.text-indigo-50\/95 {
  color: rgb(238 242 255 / 0.95);
}
.text-indigo-500 {
  --tw-text-opacity: 1;
  color: rgb(99 102 241 / var(--tw-text-opacity, 1));
}
.text-indigo-500\/0 {
  color: rgb(99 102 241 / 0);
}
.text-indigo-500\/10 {
  color: rgb(99 102 241 / 0.1);
}
.text-indigo-500\/100 {
  color: rgb(99 102 241 / 1);
}
.text-indigo-500\/15 {
  color: rgb(99 102 241 / 0.15);
}
.text-indigo-500\/20 {
  color: rgb(99 102 241 / 0.2);
}
.text-indigo-500\/25 {
  color: rgb(99 102 241 / 0.25);
}
.text-indigo-500\/30 {
  color: rgb(99 102 241 / 0.3);
}
.text-indigo-500\/35 {
  color: rgb(99 102 241 / 0.35);
}
.text-indigo-500\/40 {
  color: rgb(99 102 241 / 0.4);
}
.text-indigo-500\/45 {
  color: rgb(99 102 241 / 0.45);
}
.text-indigo-500\/5 {
  color: rgb(99 102 241 / 0.05);
}
.text-indigo-500\/50 {
  color: rgb(99 102 241 / 0.5);
}
.text-indigo-500\/55 {
  color: rgb(99 102 241 / 0.55);
}
.text-indigo-500\/60 {
  color: rgb(99 102 241 / 0.6);
}
.text-indigo-500\/65 {
  color: rgb(99 102 241 / 0.65);
}
.text-indigo-500\/70 {
  color: rgb(99 102 241 / 0.7);
}
.text-indigo-500\/75 {
  color: rgb(99 102 241 / 0.75);
}
.text-indigo-500\/80 {
  color: rgb(99 102 241 / 0.8);
}
.text-indigo-500\/85 {
  color: rgb(99 102 241 / 0.85);
}
.text-indigo-500\/90 {
  color: rgb(99 102 241 / 0.9);
}
.text-indigo-500\/95 {
  color: rgb(99 102 241 / 0.95);
}
.text-indigo-600 {
  --tw-text-opacity: 1;
  color: rgb(79 70 229 / var(--tw-text-opacity, 1));
}
.text-indigo-600\/0 {
  color: rgb(79 70 229 / 0);
}
.text-indigo-600\/10 {
  color: rgb(79 70 229 / 0.1);
}
.text-indigo-600\/100 {
  color: rgb(79 70 229 / 1);
}
.text-indigo-600\/15 {
  color: rgb(79 70 229 / 0.15);
}
.text-indigo-600\/20 {
  color: rgb(79 70 229 / 0.2);
}
.text-indigo-600\/25 {
  color: rgb(79 70 229 / 0.25);
}
.text-indigo-600\/30 {
  color: rgb(79 70 229 / 0.3);
}
.text-indigo-600\/35 {
  color: rgb(79 70 229 / 0.35);
}
.text-indigo-600\/40 {
  color: rgb(79 70 229 / 0.4);
}
.text-indigo-600\/45 {
  color: rgb(79 70 229 / 0.45);
}
.text-indigo-600\/5 {
  color: rgb(79 70 229 / 0.05);
}
.text-indigo-600\/50 {
  color: rgb(79 70 229 / 0.5);
}
.text-indigo-600\/55 {
  color: rgb(79 70 229 / 0.55);
}
.text-indigo-600\/60 {
  color: rgb(79 70 229 / 0.6);
}
.text-indigo-600\/65 {
  color: rgb(79 70 229 / 0.65);
}
.text-indigo-600\/70 {
  color: rgb(79 70 229 / 0.7);
}
.text-indigo-600\/75 {
  color: rgb(79 70 229 / 0.75);
}
.text-indigo-600\/80 {
  color: rgb(79 70 229 / 0.8);
}
.text-indigo-600\/85 {
  color: rgb(79 70 229 / 0.85);
}
.text-indigo-600\/90 {
  color: rgb(79 70 229 / 0.9);
}
.text-indigo-600\/95 {
  color: rgb(79 70 229 / 0.95);
}
.text-indigo-700 {
  --tw-text-opacity: 1;
  color: rgb(67 56 202 / var(--tw-text-opacity, 1));
}
.text-indigo-700\/0 {
  color: rgb(67 56 202 / 0);
}
.text-indigo-700\/10 {
  color: rgb(67 56 202 / 0.1);
}
.text-indigo-700\/100 {
  color: rgb(67 56 202 / 1);
}
.text-indigo-700\/15 {
  color: rgb(67 56 202 / 0.15);
}
.text-indigo-700\/20 {
  color: rgb(67 56 202 / 0.2);
}
.text-indigo-700\/25 {
  color: rgb(67 56 202 / 0.25);
}
.text-indigo-700\/30 {
  color: rgb(67 56 202 / 0.3);
}
.text-indigo-700\/35 {
  color: rgb(67 56 202 / 0.35);
}
.text-indigo-700\/40 {
  color: rgb(67 56 202 / 0.4);
}
.text-indigo-700\/45 {
  color: rgb(67 56 202 / 0.45);
}
.text-indigo-700\/5 {
  color: rgb(67 56 202 / 0.05);
}
.text-indigo-700\/50 {
  color: rgb(67 56 202 / 0.5);
}
.text-indigo-700\/55 {
  color: rgb(67 56 202 / 0.55);
}
.text-indigo-700\/60 {
  color: rgb(67 56 202 / 0.6);
}
.text-indigo-700\/65 {
  color: rgb(67 56 202 / 0.65);
}
.text-indigo-700\/70 {
  color: rgb(67 56 202 / 0.7);
}
.text-indigo-700\/75 {
  color: rgb(67 56 202 / 0.75);
}
.text-indigo-700\/80 {
  color: rgb(67 56 202 / 0.8);
}
.text-indigo-700\/85 {
  color: rgb(67 56 202 / 0.85);
}
.text-indigo-700\/90 {
  color: rgb(67 56 202 / 0.9);
}
.text-indigo-700\/95 {
  color: rgb(67 56 202 / 0.95);
}
.text-indigo-800 {
  --tw-text-opacity: 1;
  color: rgb(55 48 163 / var(--tw-text-opacity, 1));
}
.text-indigo-800\/0 {
  color: rgb(55 48 163 / 0);
}
.text-indigo-800\/10 {
  color: rgb(55 48 163 / 0.1);
}
.text-indigo-800\/100 {
  color: rgb(55 48 163 / 1);
}
.text-indigo-800\/15 {
  color: rgb(55 48 163 / 0.15);
}
.text-indigo-800\/20 {
  color: rgb(55 48 163 / 0.2);
}
.text-indigo-800\/25 {
  color: rgb(55 48 163 / 0.25);
}
.text-indigo-800\/30 {
  color: rgb(55 48 163 / 0.3);
}
.text-indigo-800\/35 {
  color: rgb(55 48 163 / 0.35);
}
.text-indigo-800\/40 {
  color: rgb(55 48 163 / 0.4);
}
.text-indigo-800\/45 {
  color: rgb(55 48 163 / 0.45);
}
.text-indigo-800\/5 {
  color: rgb(55 48 163 / 0.05);
}
.text-indigo-800\/50 {
  color: rgb(55 48 163 / 0.5);
}
.text-indigo-800\/55 {
  color: rgb(55 48 163 / 0.55);
}
.text-indigo-800\/60 {
  color: rgb(55 48 163 / 0.6);
}
.text-indigo-800\/65 {
  color: rgb(55 48 163 / 0.65);
}
.text-indigo-800\/70 {
  color: rgb(55 48 163 / 0.7);
}
.text-indigo-800\/75 {
  color: rgb(55 48 163 / 0.75);
}
.text-indigo-800\/80 {
  color: rgb(55 48 163 / 0.8);
}
.text-indigo-800\/85 {
  color: rgb(55 48 163 / 0.85);
}
.text-indigo-800\/90 {
  color: rgb(55 48 163 / 0.9);
}
.text-indigo-800\/95 {
  color: rgb(55 48 163 / 0.95);
}
.text-indigo-900 {
  --tw-text-opacity: 1;
  color: rgb(49 46 129 / var(--tw-text-opacity, 1));
}
.text-indigo-900\/0 {
  color: rgb(49 46 129 / 0);
}
.text-indigo-900\/10 {
  color: rgb(49 46 129 / 0.1);
}
.text-indigo-900\/100 {
  color: rgb(49 46 129 / 1);
}
.text-indigo-900\/15 {
  color: rgb(49 46 129 / 0.15);
}
.text-indigo-900\/20 {
  color: rgb(49 46 129 / 0.2);
}
.text-indigo-900\/25 {
  color: rgb(49 46 129 / 0.25);
}
.text-indigo-900\/30 {
  color: rgb(49 46 129 / 0.3);
}
.text-indigo-900\/35 {
  color: rgb(49 46 129 / 0.35);
}
.text-indigo-900\/40 {
  color: rgb(49 46 129 / 0.4);
}
.text-indigo-900\/45 {
  color: rgb(49 46 129 / 0.45);
}
.text-indigo-900\/5 {
  color: rgb(49 46 129 / 0.05);
}
.text-indigo-900\/50 {
  color: rgb(49 46 129 / 0.5);
}
.text-indigo-900\/55 {
  color: rgb(49 46 129 / 0.55);
}
.text-indigo-900\/60 {
  color: rgb(49 46 129 / 0.6);
}
.text-indigo-900\/65 {
  color: rgb(49 46 129 / 0.65);
}
.text-indigo-900\/70 {
  color: rgb(49 46 129 / 0.7);
}
.text-indigo-900\/75 {
  color: rgb(49 46 129 / 0.75);
}
.text-indigo-900\/80 {
  color: rgb(49 46 129 / 0.8);
}
.text-indigo-900\/85 {
  color: rgb(49 46 129 / 0.85);
}
.text-indigo-900\/90 {
  color: rgb(49 46 129 / 0.9);
}
.text-indigo-900\/95 {
  color: rgb(49 46 129 / 0.95);
}
.text-indigo-950 {
  --tw-text-opacity: 1;
  color: rgb(30 27 75 / var(--tw-text-opacity, 1));
}
.text-indigo-950\/0 {
  color: rgb(30 27 75 / 0);
}
.text-indigo-950\/10 {
  color: rgb(30 27 75 / 0.1);
}
.text-indigo-950\/100 {
  color: rgb(30 27 75 / 1);
}
.text-indigo-950\/15 {
  color: rgb(30 27 75 / 0.15);
}
.text-indigo-950\/20 {
  color: rgb(30 27 75 / 0.2);
}
.text-indigo-950\/25 {
  color: rgb(30 27 75 / 0.25);
}
.text-indigo-950\/30 {
  color: rgb(30 27 75 / 0.3);
}
.text-indigo-950\/35 {
  color: rgb(30 27 75 / 0.35);
}
.text-indigo-950\/40 {
  color: rgb(30 27 75 / 0.4);
}
.text-indigo-950\/45 {
  color: rgb(30 27 75 / 0.45);
}
.text-indigo-950\/5 {
  color: rgb(30 27 75 / 0.05);
}
.text-indigo-950\/50 {
  color: rgb(30 27 75 / 0.5);
}
.text-indigo-950\/55 {
  color: rgb(30 27 75 / 0.55);
}
.text-indigo-950\/60 {
  color: rgb(30 27 75 / 0.6);
}
.text-indigo-950\/65 {
  color: rgb(30 27 75 / 0.65);
}
.text-indigo-950\/70 {
  color: rgb(30 27 75 / 0.7);
}
.text-indigo-950\/75 {
  color: rgb(30 27 75 / 0.75);
}
.text-indigo-950\/80 {
  color: rgb(30 27 75 / 0.8);
}
.text-indigo-950\/85 {
  color: rgb(30 27 75 / 0.85);
}
.text-indigo-950\/90 {
  color: rgb(30 27 75 / 0.9);
}
.text-indigo-950\/95 {
  color: rgb(30 27 75 / 0.95);
}
.text-lime-100 {
  --tw-text-opacity: 1;
  color: rgb(236 252 203 / var(--tw-text-opacity, 1));
}
.text-lime-100\/0 {
  color: rgb(236 252 203 / 0);
}
.text-lime-100\/10 {
  color: rgb(236 252 203 / 0.1);
}
.text-lime-100\/100 {
  color: rgb(236 252 203 / 1);
}
.text-lime-100\/15 {
  color: rgb(236 252 203 / 0.15);
}
.text-lime-100\/20 {
  color: rgb(236 252 203 / 0.2);
}
.text-lime-100\/25 {
  color: rgb(236 252 203 / 0.25);
}
.text-lime-100\/30 {
  color: rgb(236 252 203 / 0.3);
}
.text-lime-100\/35 {
  color: rgb(236 252 203 / 0.35);
}
.text-lime-100\/40 {
  color: rgb(236 252 203 / 0.4);
}
.text-lime-100\/45 {
  color: rgb(236 252 203 / 0.45);
}
.text-lime-100\/5 {
  color: rgb(236 252 203 / 0.05);
}
.text-lime-100\/50 {
  color: rgb(236 252 203 / 0.5);
}
.text-lime-100\/55 {
  color: rgb(236 252 203 / 0.55);
}
.text-lime-100\/60 {
  color: rgb(236 252 203 / 0.6);
}
.text-lime-100\/65 {
  color: rgb(236 252 203 / 0.65);
}
.text-lime-100\/70 {
  color: rgb(236 252 203 / 0.7);
}
.text-lime-100\/75 {
  color: rgb(236 252 203 / 0.75);
}
.text-lime-100\/80 {
  color: rgb(236 252 203 / 0.8);
}
.text-lime-100\/85 {
  color: rgb(236 252 203 / 0.85);
}
.text-lime-100\/90 {
  color: rgb(236 252 203 / 0.9);
}
.text-lime-100\/95 {
  color: rgb(236 252 203 / 0.95);
}
.text-lime-200 {
  --tw-text-opacity: 1;
  color: rgb(217 249 157 / var(--tw-text-opacity, 1));
}
.text-lime-200\/0 {
  color: rgb(217 249 157 / 0);
}
.text-lime-200\/10 {
  color: rgb(217 249 157 / 0.1);
}
.text-lime-200\/100 {
  color: rgb(217 249 157 / 1);
}
.text-lime-200\/15 {
  color: rgb(217 249 157 / 0.15);
}
.text-lime-200\/20 {
  color: rgb(217 249 157 / 0.2);
}
.text-lime-200\/25 {
  color: rgb(217 249 157 / 0.25);
}
.text-lime-200\/30 {
  color: rgb(217 249 157 / 0.3);
}
.text-lime-200\/35 {
  color: rgb(217 249 157 / 0.35);
}
.text-lime-200\/40 {
  color: rgb(217 249 157 / 0.4);
}
.text-lime-200\/45 {
  color: rgb(217 249 157 / 0.45);
}
.text-lime-200\/5 {
  color: rgb(217 249 157 / 0.05);
}
.text-lime-200\/50 {
  color: rgb(217 249 157 / 0.5);
}
.text-lime-200\/55 {
  color: rgb(217 249 157 / 0.55);
}
.text-lime-200\/60 {
  color: rgb(217 249 157 / 0.6);
}
.text-lime-200\/65 {
  color: rgb(217 249 157 / 0.65);
}
.text-lime-200\/70 {
  color: rgb(217 249 157 / 0.7);
}
.text-lime-200\/75 {
  color: rgb(217 249 157 / 0.75);
}
.text-lime-200\/80 {
  color: rgb(217 249 157 / 0.8);
}
.text-lime-200\/85 {
  color: rgb(217 249 157 / 0.85);
}
.text-lime-200\/90 {
  color: rgb(217 249 157 / 0.9);
}
.text-lime-200\/95 {
  color: rgb(217 249 157 / 0.95);
}
.text-lime-300 {
  --tw-text-opacity: 1;
  color: rgb(190 242 100 / var(--tw-text-opacity, 1));
}
.text-lime-300\/0 {
  color: rgb(190 242 100 / 0);
}
.text-lime-300\/10 {
  color: rgb(190 242 100 / 0.1);
}
.text-lime-300\/100 {
  color: rgb(190 242 100 / 1);
}
.text-lime-300\/15 {
  color: rgb(190 242 100 / 0.15);
}
.text-lime-300\/20 {
  color: rgb(190 242 100 / 0.2);
}
.text-lime-300\/25 {
  color: rgb(190 242 100 / 0.25);
}
.text-lime-300\/30 {
  color: rgb(190 242 100 / 0.3);
}
.text-lime-300\/35 {
  color: rgb(190 242 100 / 0.35);
}
.text-lime-300\/40 {
  color: rgb(190 242 100 / 0.4);
}
.text-lime-300\/45 {
  color: rgb(190 242 100 / 0.45);
}
.text-lime-300\/5 {
  color: rgb(190 242 100 / 0.05);
}
.text-lime-300\/50 {
  color: rgb(190 242 100 / 0.5);
}
.text-lime-300\/55 {
  color: rgb(190 242 100 / 0.55);
}
.text-lime-300\/60 {
  color: rgb(190 242 100 / 0.6);
}
.text-lime-300\/65 {
  color: rgb(190 242 100 / 0.65);
}
.text-lime-300\/70 {
  color: rgb(190 242 100 / 0.7);
}
.text-lime-300\/75 {
  color: rgb(190 242 100 / 0.75);
}
.text-lime-300\/80 {
  color: rgb(190 242 100 / 0.8);
}
.text-lime-300\/85 {
  color: rgb(190 242 100 / 0.85);
}
.text-lime-300\/90 {
  color: rgb(190 242 100 / 0.9);
}
.text-lime-300\/95 {
  color: rgb(190 242 100 / 0.95);
}
.text-lime-400 {
  --tw-text-opacity: 1;
  color: rgb(163 230 53 / var(--tw-text-opacity, 1));
}
.text-lime-400\/0 {
  color: rgb(163 230 53 / 0);
}
.text-lime-400\/10 {
  color: rgb(163 230 53 / 0.1);
}
.text-lime-400\/100 {
  color: rgb(163 230 53 / 1);
}
.text-lime-400\/15 {
  color: rgb(163 230 53 / 0.15);
}
.text-lime-400\/20 {
  color: rgb(163 230 53 / 0.2);
}
.text-lime-400\/25 {
  color: rgb(163 230 53 / 0.25);
}
.text-lime-400\/30 {
  color: rgb(163 230 53 / 0.3);
}
.text-lime-400\/35 {
  color: rgb(163 230 53 / 0.35);
}
.text-lime-400\/40 {
  color: rgb(163 230 53 / 0.4);
}
.text-lime-400\/45 {
  color: rgb(163 230 53 / 0.45);
}
.text-lime-400\/5 {
  color: rgb(163 230 53 / 0.05);
}
.text-lime-400\/50 {
  color: rgb(163 230 53 / 0.5);
}
.text-lime-400\/55 {
  color: rgb(163 230 53 / 0.55);
}
.text-lime-400\/60 {
  color: rgb(163 230 53 / 0.6);
}
.text-lime-400\/65 {
  color: rgb(163 230 53 / 0.65);
}
.text-lime-400\/70 {
  color: rgb(163 230 53 / 0.7);
}
.text-lime-400\/75 {
  color: rgb(163 230 53 / 0.75);
}
.text-lime-400\/80 {
  color: rgb(163 230 53 / 0.8);
}
.text-lime-400\/85 {
  color: rgb(163 230 53 / 0.85);
}
.text-lime-400\/90 {
  color: rgb(163 230 53 / 0.9);
}
.text-lime-400\/95 {
  color: rgb(163 230 53 / 0.95);
}
.text-lime-50 {
  --tw-text-opacity: 1;
  color: rgb(247 254 231 / var(--tw-text-opacity, 1));
}
.text-lime-50\/0 {
  color: rgb(247 254 231 / 0);
}
.text-lime-50\/10 {
  color: rgb(247 254 231 / 0.1);
}
.text-lime-50\/100 {
  color: rgb(247 254 231 / 1);
}
.text-lime-50\/15 {
  color: rgb(247 254 231 / 0.15);
}
.text-lime-50\/20 {
  color: rgb(247 254 231 / 0.2);
}
.text-lime-50\/25 {
  color: rgb(247 254 231 / 0.25);
}
.text-lime-50\/30 {
  color: rgb(247 254 231 / 0.3);
}
.text-lime-50\/35 {
  color: rgb(247 254 231 / 0.35);
}
.text-lime-50\/40 {
  color: rgb(247 254 231 / 0.4);
}
.text-lime-50\/45 {
  color: rgb(247 254 231 / 0.45);
}
.text-lime-50\/5 {
  color: rgb(247 254 231 / 0.05);
}
.text-lime-50\/50 {
  color: rgb(247 254 231 / 0.5);
}
.text-lime-50\/55 {
  color: rgb(247 254 231 / 0.55);
}
.text-lime-50\/60 {
  color: rgb(247 254 231 / 0.6);
}
.text-lime-50\/65 {
  color: rgb(247 254 231 / 0.65);
}
.text-lime-50\/70 {
  color: rgb(247 254 231 / 0.7);
}
.text-lime-50\/75 {
  color: rgb(247 254 231 / 0.75);
}
.text-lime-50\/80 {
  color: rgb(247 254 231 / 0.8);
}
.text-lime-50\/85 {
  color: rgb(247 254 231 / 0.85);
}
.text-lime-50\/90 {
  color: rgb(247 254 231 / 0.9);
}
.text-lime-50\/95 {
  color: rgb(247 254 231 / 0.95);
}
.text-lime-500 {
  --tw-text-opacity: 1;
  color: rgb(132 204 22 / var(--tw-text-opacity, 1));
}
.text-lime-500\/0 {
  color: rgb(132 204 22 / 0);
}
.text-lime-500\/10 {
  color: rgb(132 204 22 / 0.1);
}
.text-lime-500\/100 {
  color: rgb(132 204 22 / 1);
}
.text-lime-500\/15 {
  color: rgb(132 204 22 / 0.15);
}
.text-lime-500\/20 {
  color: rgb(132 204 22 / 0.2);
}
.text-lime-500\/25 {
  color: rgb(132 204 22 / 0.25);
}
.text-lime-500\/30 {
  color: rgb(132 204 22 / 0.3);
}
.text-lime-500\/35 {
  color: rgb(132 204 22 / 0.35);
}
.text-lime-500\/40 {
  color: rgb(132 204 22 / 0.4);
}
.text-lime-500\/45 {
  color: rgb(132 204 22 / 0.45);
}
.text-lime-500\/5 {
  color: rgb(132 204 22 / 0.05);
}
.text-lime-500\/50 {
  color: rgb(132 204 22 / 0.5);
}
.text-lime-500\/55 {
  color: rgb(132 204 22 / 0.55);
}
.text-lime-500\/60 {
  color: rgb(132 204 22 / 0.6);
}
.text-lime-500\/65 {
  color: rgb(132 204 22 / 0.65);
}
.text-lime-500\/70 {
  color: rgb(132 204 22 / 0.7);
}
.text-lime-500\/75 {
  color: rgb(132 204 22 / 0.75);
}
.text-lime-500\/80 {
  color: rgb(132 204 22 / 0.8);
}
.text-lime-500\/85 {
  color: rgb(132 204 22 / 0.85);
}
.text-lime-500\/90 {
  color: rgb(132 204 22 / 0.9);
}
.text-lime-500\/95 {
  color: rgb(132 204 22 / 0.95);
}
.text-lime-600 {
  --tw-text-opacity: 1;
  color: rgb(101 163 13 / var(--tw-text-opacity, 1));
}
.text-lime-600\/0 {
  color: rgb(101 163 13 / 0);
}
.text-lime-600\/10 {
  color: rgb(101 163 13 / 0.1);
}
.text-lime-600\/100 {
  color: rgb(101 163 13 / 1);
}
.text-lime-600\/15 {
  color: rgb(101 163 13 / 0.15);
}
.text-lime-600\/20 {
  color: rgb(101 163 13 / 0.2);
}
.text-lime-600\/25 {
  color: rgb(101 163 13 / 0.25);
}
.text-lime-600\/30 {
  color: rgb(101 163 13 / 0.3);
}
.text-lime-600\/35 {
  color: rgb(101 163 13 / 0.35);
}
.text-lime-600\/40 {
  color: rgb(101 163 13 / 0.4);
}
.text-lime-600\/45 {
  color: rgb(101 163 13 / 0.45);
}
.text-lime-600\/5 {
  color: rgb(101 163 13 / 0.05);
}
.text-lime-600\/50 {
  color: rgb(101 163 13 / 0.5);
}
.text-lime-600\/55 {
  color: rgb(101 163 13 / 0.55);
}
.text-lime-600\/60 {
  color: rgb(101 163 13 / 0.6);
}
.text-lime-600\/65 {
  color: rgb(101 163 13 / 0.65);
}
.text-lime-600\/70 {
  color: rgb(101 163 13 / 0.7);
}
.text-lime-600\/75 {
  color: rgb(101 163 13 / 0.75);
}
.text-lime-600\/80 {
  color: rgb(101 163 13 / 0.8);
}
.text-lime-600\/85 {
  color: rgb(101 163 13 / 0.85);
}
.text-lime-600\/90 {
  color: rgb(101 163 13 / 0.9);
}
.text-lime-600\/95 {
  color: rgb(101 163 13 / 0.95);
}
.text-lime-700 {
  --tw-text-opacity: 1;
  color: rgb(77 124 15 / var(--tw-text-opacity, 1));
}
.text-lime-700\/0 {
  color: rgb(77 124 15 / 0);
}
.text-lime-700\/10 {
  color: rgb(77 124 15 / 0.1);
}
.text-lime-700\/100 {
  color: rgb(77 124 15 / 1);
}
.text-lime-700\/15 {
  color: rgb(77 124 15 / 0.15);
}
.text-lime-700\/20 {
  color: rgb(77 124 15 / 0.2);
}
.text-lime-700\/25 {
  color: rgb(77 124 15 / 0.25);
}
.text-lime-700\/30 {
  color: rgb(77 124 15 / 0.3);
}
.text-lime-700\/35 {
  color: rgb(77 124 15 / 0.35);
}
.text-lime-700\/40 {
  color: rgb(77 124 15 / 0.4);
}
.text-lime-700\/45 {
  color: rgb(77 124 15 / 0.45);
}
.text-lime-700\/5 {
  color: rgb(77 124 15 / 0.05);
}
.text-lime-700\/50 {
  color: rgb(77 124 15 / 0.5);
}
.text-lime-700\/55 {
  color: rgb(77 124 15 / 0.55);
}
.text-lime-700\/60 {
  color: rgb(77 124 15 / 0.6);
}
.text-lime-700\/65 {
  color: rgb(77 124 15 / 0.65);
}
.text-lime-700\/70 {
  color: rgb(77 124 15 / 0.7);
}
.text-lime-700\/75 {
  color: rgb(77 124 15 / 0.75);
}
.text-lime-700\/80 {
  color: rgb(77 124 15 / 0.8);
}
.text-lime-700\/85 {
  color: rgb(77 124 15 / 0.85);
}
.text-lime-700\/90 {
  color: rgb(77 124 15 / 0.9);
}
.text-lime-700\/95 {
  color: rgb(77 124 15 / 0.95);
}
.text-lime-800 {
  --tw-text-opacity: 1;
  color: rgb(63 98 18 / var(--tw-text-opacity, 1));
}
.text-lime-800\/0 {
  color: rgb(63 98 18 / 0);
}
.text-lime-800\/10 {
  color: rgb(63 98 18 / 0.1);
}
.text-lime-800\/100 {
  color: rgb(63 98 18 / 1);
}
.text-lime-800\/15 {
  color: rgb(63 98 18 / 0.15);
}
.text-lime-800\/20 {
  color: rgb(63 98 18 / 0.2);
}
.text-lime-800\/25 {
  color: rgb(63 98 18 / 0.25);
}
.text-lime-800\/30 {
  color: rgb(63 98 18 / 0.3);
}
.text-lime-800\/35 {
  color: rgb(63 98 18 / 0.35);
}
.text-lime-800\/40 {
  color: rgb(63 98 18 / 0.4);
}
.text-lime-800\/45 {
  color: rgb(63 98 18 / 0.45);
}
.text-lime-800\/5 {
  color: rgb(63 98 18 / 0.05);
}
.text-lime-800\/50 {
  color: rgb(63 98 18 / 0.5);
}
.text-lime-800\/55 {
  color: rgb(63 98 18 / 0.55);
}
.text-lime-800\/60 {
  color: rgb(63 98 18 / 0.6);
}
.text-lime-800\/65 {
  color: rgb(63 98 18 / 0.65);
}
.text-lime-800\/70 {
  color: rgb(63 98 18 / 0.7);
}
.text-lime-800\/75 {
  color: rgb(63 98 18 / 0.75);
}
.text-lime-800\/80 {
  color: rgb(63 98 18 / 0.8);
}
.text-lime-800\/85 {
  color: rgb(63 98 18 / 0.85);
}
.text-lime-800\/90 {
  color: rgb(63 98 18 / 0.9);
}
.text-lime-800\/95 {
  color: rgb(63 98 18 / 0.95);
}
.text-lime-900 {
  --tw-text-opacity: 1;
  color: rgb(54 83 20 / var(--tw-text-opacity, 1));
}
.text-lime-900\/0 {
  color: rgb(54 83 20 / 0);
}
.text-lime-900\/10 {
  color: rgb(54 83 20 / 0.1);
}
.text-lime-900\/100 {
  color: rgb(54 83 20 / 1);
}
.text-lime-900\/15 {
  color: rgb(54 83 20 / 0.15);
}
.text-lime-900\/20 {
  color: rgb(54 83 20 / 0.2);
}
.text-lime-900\/25 {
  color: rgb(54 83 20 / 0.25);
}
.text-lime-900\/30 {
  color: rgb(54 83 20 / 0.3);
}
.text-lime-900\/35 {
  color: rgb(54 83 20 / 0.35);
}
.text-lime-900\/40 {
  color: rgb(54 83 20 / 0.4);
}
.text-lime-900\/45 {
  color: rgb(54 83 20 / 0.45);
}
.text-lime-900\/5 {
  color: rgb(54 83 20 / 0.05);
}
.text-lime-900\/50 {
  color: rgb(54 83 20 / 0.5);
}
.text-lime-900\/55 {
  color: rgb(54 83 20 / 0.55);
}
.text-lime-900\/60 {
  color: rgb(54 83 20 / 0.6);
}
.text-lime-900\/65 {
  color: rgb(54 83 20 / 0.65);
}
.text-lime-900\/70 {
  color: rgb(54 83 20 / 0.7);
}
.text-lime-900\/75 {
  color: rgb(54 83 20 / 0.75);
}
.text-lime-900\/80 {
  color: rgb(54 83 20 / 0.8);
}
.text-lime-900\/85 {
  color: rgb(54 83 20 / 0.85);
}
.text-lime-900\/90 {
  color: rgb(54 83 20 / 0.9);
}
.text-lime-900\/95 {
  color: rgb(54 83 20 / 0.95);
}
.text-lime-950 {
  --tw-text-opacity: 1;
  color: rgb(26 46 5 / var(--tw-text-opacity, 1));
}
.text-lime-950\/0 {
  color: rgb(26 46 5 / 0);
}
.text-lime-950\/10 {
  color: rgb(26 46 5 / 0.1);
}
.text-lime-950\/100 {
  color: rgb(26 46 5 / 1);
}
.text-lime-950\/15 {
  color: rgb(26 46 5 / 0.15);
}
.text-lime-950\/20 {
  color: rgb(26 46 5 / 0.2);
}
.text-lime-950\/25 {
  color: rgb(26 46 5 / 0.25);
}
.text-lime-950\/30 {
  color: rgb(26 46 5 / 0.3);
}
.text-lime-950\/35 {
  color: rgb(26 46 5 / 0.35);
}
.text-lime-950\/40 {
  color: rgb(26 46 5 / 0.4);
}
.text-lime-950\/45 {
  color: rgb(26 46 5 / 0.45);
}
.text-lime-950\/5 {
  color: rgb(26 46 5 / 0.05);
}
.text-lime-950\/50 {
  color: rgb(26 46 5 / 0.5);
}
.text-lime-950\/55 {
  color: rgb(26 46 5 / 0.55);
}
.text-lime-950\/60 {
  color: rgb(26 46 5 / 0.6);
}
.text-lime-950\/65 {
  color: rgb(26 46 5 / 0.65);
}
.text-lime-950\/70 {
  color: rgb(26 46 5 / 0.7);
}
.text-lime-950\/75 {
  color: rgb(26 46 5 / 0.75);
}
.text-lime-950\/80 {
  color: rgb(26 46 5 / 0.8);
}
.text-lime-950\/85 {
  color: rgb(26 46 5 / 0.85);
}
.text-lime-950\/90 {
  color: rgb(26 46 5 / 0.9);
}
.text-lime-950\/95 {
  color: rgb(26 46 5 / 0.95);
}
.text-orange-100 {
  --tw-text-opacity: 1;
  color: rgb(255 237 213 / var(--tw-text-opacity, 1));
}
.text-orange-100\/0 {
  color: rgb(255 237 213 / 0);
}
.text-orange-100\/10 {
  color: rgb(255 237 213 / 0.1);
}
.text-orange-100\/100 {
  color: rgb(255 237 213 / 1);
}
.text-orange-100\/15 {
  color: rgb(255 237 213 / 0.15);
}
.text-orange-100\/20 {
  color: rgb(255 237 213 / 0.2);
}
.text-orange-100\/25 {
  color: rgb(255 237 213 / 0.25);
}
.text-orange-100\/30 {
  color: rgb(255 237 213 / 0.3);
}
.text-orange-100\/35 {
  color: rgb(255 237 213 / 0.35);
}
.text-orange-100\/40 {
  color: rgb(255 237 213 / 0.4);
}
.text-orange-100\/45 {
  color: rgb(255 237 213 / 0.45);
}
.text-orange-100\/5 {
  color: rgb(255 237 213 / 0.05);
}
.text-orange-100\/50 {
  color: rgb(255 237 213 / 0.5);
}
.text-orange-100\/55 {
  color: rgb(255 237 213 / 0.55);
}
.text-orange-100\/60 {
  color: rgb(255 237 213 / 0.6);
}
.text-orange-100\/65 {
  color: rgb(255 237 213 / 0.65);
}
.text-orange-100\/70 {
  color: rgb(255 237 213 / 0.7);
}
.text-orange-100\/75 {
  color: rgb(255 237 213 / 0.75);
}
.text-orange-100\/80 {
  color: rgb(255 237 213 / 0.8);
}
.text-orange-100\/85 {
  color: rgb(255 237 213 / 0.85);
}
.text-orange-100\/90 {
  color: rgb(255 237 213 / 0.9);
}
.text-orange-100\/95 {
  color: rgb(255 237 213 / 0.95);
}
.text-orange-200 {
  --tw-text-opacity: 1;
  color: rgb(254 215 170 / var(--tw-text-opacity, 1));
}
.text-orange-200\/0 {
  color: rgb(254 215 170 / 0);
}
.text-orange-200\/10 {
  color: rgb(254 215 170 / 0.1);
}
.text-orange-200\/100 {
  color: rgb(254 215 170 / 1);
}
.text-orange-200\/15 {
  color: rgb(254 215 170 / 0.15);
}
.text-orange-200\/20 {
  color: rgb(254 215 170 / 0.2);
}
.text-orange-200\/25 {
  color: rgb(254 215 170 / 0.25);
}
.text-orange-200\/30 {
  color: rgb(254 215 170 / 0.3);
}
.text-orange-200\/35 {
  color: rgb(254 215 170 / 0.35);
}
.text-orange-200\/40 {
  color: rgb(254 215 170 / 0.4);
}
.text-orange-200\/45 {
  color: rgb(254 215 170 / 0.45);
}
.text-orange-200\/5 {
  color: rgb(254 215 170 / 0.05);
}
.text-orange-200\/50 {
  color: rgb(254 215 170 / 0.5);
}
.text-orange-200\/55 {
  color: rgb(254 215 170 / 0.55);
}
.text-orange-200\/60 {
  color: rgb(254 215 170 / 0.6);
}
.text-orange-200\/65 {
  color: rgb(254 215 170 / 0.65);
}
.text-orange-200\/70 {
  color: rgb(254 215 170 / 0.7);
}
.text-orange-200\/75 {
  color: rgb(254 215 170 / 0.75);
}
.text-orange-200\/80 {
  color: rgb(254 215 170 / 0.8);
}
.text-orange-200\/85 {
  color: rgb(254 215 170 / 0.85);
}
.text-orange-200\/90 {
  color: rgb(254 215 170 / 0.9);
}
.text-orange-200\/95 {
  color: rgb(254 215 170 / 0.95);
}
.text-orange-300 {
  --tw-text-opacity: 1;
  color: rgb(253 186 116 / var(--tw-text-opacity, 1));
}
.text-orange-300\/0 {
  color: rgb(253 186 116 / 0);
}
.text-orange-300\/10 {
  color: rgb(253 186 116 / 0.1);
}
.text-orange-300\/100 {
  color: rgb(253 186 116 / 1);
}
.text-orange-300\/15 {
  color: rgb(253 186 116 / 0.15);
}
.text-orange-300\/20 {
  color: rgb(253 186 116 / 0.2);
}
.text-orange-300\/25 {
  color: rgb(253 186 116 / 0.25);
}
.text-orange-300\/30 {
  color: rgb(253 186 116 / 0.3);
}
.text-orange-300\/35 {
  color: rgb(253 186 116 / 0.35);
}
.text-orange-300\/40 {
  color: rgb(253 186 116 / 0.4);
}
.text-orange-300\/45 {
  color: rgb(253 186 116 / 0.45);
}
.text-orange-300\/5 {
  color: rgb(253 186 116 / 0.05);
}
.text-orange-300\/50 {
  color: rgb(253 186 116 / 0.5);
}
.text-orange-300\/55 {
  color: rgb(253 186 116 / 0.55);
}
.text-orange-300\/60 {
  color: rgb(253 186 116 / 0.6);
}
.text-orange-300\/65 {
  color: rgb(253 186 116 / 0.65);
}
.text-orange-300\/70 {
  color: rgb(253 186 116 / 0.7);
}
.text-orange-300\/75 {
  color: rgb(253 186 116 / 0.75);
}
.text-orange-300\/80 {
  color: rgb(253 186 116 / 0.8);
}
.text-orange-300\/85 {
  color: rgb(253 186 116 / 0.85);
}
.text-orange-300\/90 {
  color: rgb(253 186 116 / 0.9);
}
.text-orange-300\/95 {
  color: rgb(253 186 116 / 0.95);
}
.text-orange-400 {
  --tw-text-opacity: 1;
  color: rgb(251 146 60 / var(--tw-text-opacity, 1));
}
.text-orange-400\/0 {
  color: rgb(251 146 60 / 0);
}
.text-orange-400\/10 {
  color: rgb(251 146 60 / 0.1);
}
.text-orange-400\/100 {
  color: rgb(251 146 60 / 1);
}
.text-orange-400\/15 {
  color: rgb(251 146 60 / 0.15);
}
.text-orange-400\/20 {
  color: rgb(251 146 60 / 0.2);
}
.text-orange-400\/25 {
  color: rgb(251 146 60 / 0.25);
}
.text-orange-400\/30 {
  color: rgb(251 146 60 / 0.3);
}
.text-orange-400\/35 {
  color: rgb(251 146 60 / 0.35);
}
.text-orange-400\/40 {
  color: rgb(251 146 60 / 0.4);
}
.text-orange-400\/45 {
  color: rgb(251 146 60 / 0.45);
}
.text-orange-400\/5 {
  color: rgb(251 146 60 / 0.05);
}
.text-orange-400\/50 {
  color: rgb(251 146 60 / 0.5);
}
.text-orange-400\/55 {
  color: rgb(251 146 60 / 0.55);
}
.text-orange-400\/60 {
  color: rgb(251 146 60 / 0.6);
}
.text-orange-400\/65 {
  color: rgb(251 146 60 / 0.65);
}
.text-orange-400\/70 {
  color: rgb(251 146 60 / 0.7);
}
.text-orange-400\/75 {
  color: rgb(251 146 60 / 0.75);
}
.text-orange-400\/80 {
  color: rgb(251 146 60 / 0.8);
}
.text-orange-400\/85 {
  color: rgb(251 146 60 / 0.85);
}
.text-orange-400\/90 {
  color: rgb(251 146 60 / 0.9);
}
.text-orange-400\/95 {
  color: rgb(251 146 60 / 0.95);
}
.text-orange-50 {
  --tw-text-opacity: 1;
  color: rgb(255 247 237 / var(--tw-text-opacity, 1));
}
.text-orange-50\/0 {
  color: rgb(255 247 237 / 0);
}
.text-orange-50\/10 {
  color: rgb(255 247 237 / 0.1);
}
.text-orange-50\/100 {
  color: rgb(255 247 237 / 1);
}
.text-orange-50\/15 {
  color: rgb(255 247 237 / 0.15);
}
.text-orange-50\/20 {
  color: rgb(255 247 237 / 0.2);
}
.text-orange-50\/25 {
  color: rgb(255 247 237 / 0.25);
}
.text-orange-50\/30 {
  color: rgb(255 247 237 / 0.3);
}
.text-orange-50\/35 {
  color: rgb(255 247 237 / 0.35);
}
.text-orange-50\/40 {
  color: rgb(255 247 237 / 0.4);
}
.text-orange-50\/45 {
  color: rgb(255 247 237 / 0.45);
}
.text-orange-50\/5 {
  color: rgb(255 247 237 / 0.05);
}
.text-orange-50\/50 {
  color: rgb(255 247 237 / 0.5);
}
.text-orange-50\/55 {
  color: rgb(255 247 237 / 0.55);
}
.text-orange-50\/60 {
  color: rgb(255 247 237 / 0.6);
}
.text-orange-50\/65 {
  color: rgb(255 247 237 / 0.65);
}
.text-orange-50\/70 {
  color: rgb(255 247 237 / 0.7);
}
.text-orange-50\/75 {
  color: rgb(255 247 237 / 0.75);
}
.text-orange-50\/80 {
  color: rgb(255 247 237 / 0.8);
}
.text-orange-50\/85 {
  color: rgb(255 247 237 / 0.85);
}
.text-orange-50\/90 {
  color: rgb(255 247 237 / 0.9);
}
.text-orange-50\/95 {
  color: rgb(255 247 237 / 0.95);
}
.text-orange-500 {
  --tw-text-opacity: 1;
  color: rgb(249 115 22 / var(--tw-text-opacity, 1));
}
.text-orange-500\/0 {
  color: rgb(249 115 22 / 0);
}
.text-orange-500\/10 {
  color: rgb(249 115 22 / 0.1);
}
.text-orange-500\/100 {
  color: rgb(249 115 22 / 1);
}
.text-orange-500\/15 {
  color: rgb(249 115 22 / 0.15);
}
.text-orange-500\/20 {
  color: rgb(249 115 22 / 0.2);
}
.text-orange-500\/25 {
  color: rgb(249 115 22 / 0.25);
}
.text-orange-500\/30 {
  color: rgb(249 115 22 / 0.3);
}
.text-orange-500\/35 {
  color: rgb(249 115 22 / 0.35);
}
.text-orange-500\/40 {
  color: rgb(249 115 22 / 0.4);
}
.text-orange-500\/45 {
  color: rgb(249 115 22 / 0.45);
}
.text-orange-500\/5 {
  color: rgb(249 115 22 / 0.05);
}
.text-orange-500\/50 {
  color: rgb(249 115 22 / 0.5);
}
.text-orange-500\/55 {
  color: rgb(249 115 22 / 0.55);
}
.text-orange-500\/60 {
  color: rgb(249 115 22 / 0.6);
}
.text-orange-500\/65 {
  color: rgb(249 115 22 / 0.65);
}
.text-orange-500\/70 {
  color: rgb(249 115 22 / 0.7);
}
.text-orange-500\/75 {
  color: rgb(249 115 22 / 0.75);
}
.text-orange-500\/80 {
  color: rgb(249 115 22 / 0.8);
}
.text-orange-500\/85 {
  color: rgb(249 115 22 / 0.85);
}
.text-orange-500\/90 {
  color: rgb(249 115 22 / 0.9);
}
.text-orange-500\/95 {
  color: rgb(249 115 22 / 0.95);
}
.text-orange-600 {
  --tw-text-opacity: 1;
  color: rgb(234 88 12 / var(--tw-text-opacity, 1));
}
.text-orange-600\/0 {
  color: rgb(234 88 12 / 0);
}
.text-orange-600\/10 {
  color: rgb(234 88 12 / 0.1);
}
.text-orange-600\/100 {
  color: rgb(234 88 12 / 1);
}
.text-orange-600\/15 {
  color: rgb(234 88 12 / 0.15);
}
.text-orange-600\/20 {
  color: rgb(234 88 12 / 0.2);
}
.text-orange-600\/25 {
  color: rgb(234 88 12 / 0.25);
}
.text-orange-600\/30 {
  color: rgb(234 88 12 / 0.3);
}
.text-orange-600\/35 {
  color: rgb(234 88 12 / 0.35);
}
.text-orange-600\/40 {
  color: rgb(234 88 12 / 0.4);
}
.text-orange-600\/45 {
  color: rgb(234 88 12 / 0.45);
}
.text-orange-600\/5 {
  color: rgb(234 88 12 / 0.05);
}
.text-orange-600\/50 {
  color: rgb(234 88 12 / 0.5);
}
.text-orange-600\/55 {
  color: rgb(234 88 12 / 0.55);
}
.text-orange-600\/60 {
  color: rgb(234 88 12 / 0.6);
}
.text-orange-600\/65 {
  color: rgb(234 88 12 / 0.65);
}
.text-orange-600\/70 {
  color: rgb(234 88 12 / 0.7);
}
.text-orange-600\/75 {
  color: rgb(234 88 12 / 0.75);
}
.text-orange-600\/80 {
  color: rgb(234 88 12 / 0.8);
}
.text-orange-600\/85 {
  color: rgb(234 88 12 / 0.85);
}
.text-orange-600\/90 {
  color: rgb(234 88 12 / 0.9);
}
.text-orange-600\/95 {
  color: rgb(234 88 12 / 0.95);
}
.text-orange-700 {
  --tw-text-opacity: 1;
  color: rgb(194 65 12 / var(--tw-text-opacity, 1));
}
.text-orange-700\/0 {
  color: rgb(194 65 12 / 0);
}
.text-orange-700\/10 {
  color: rgb(194 65 12 / 0.1);
}
.text-orange-700\/100 {
  color: rgb(194 65 12 / 1);
}
.text-orange-700\/15 {
  color: rgb(194 65 12 / 0.15);
}
.text-orange-700\/20 {
  color: rgb(194 65 12 / 0.2);
}
.text-orange-700\/25 {
  color: rgb(194 65 12 / 0.25);
}
.text-orange-700\/30 {
  color: rgb(194 65 12 / 0.3);
}
.text-orange-700\/35 {
  color: rgb(194 65 12 / 0.35);
}
.text-orange-700\/40 {
  color: rgb(194 65 12 / 0.4);
}
.text-orange-700\/45 {
  color: rgb(194 65 12 / 0.45);
}
.text-orange-700\/5 {
  color: rgb(194 65 12 / 0.05);
}
.text-orange-700\/50 {
  color: rgb(194 65 12 / 0.5);
}
.text-orange-700\/55 {
  color: rgb(194 65 12 / 0.55);
}
.text-orange-700\/60 {
  color: rgb(194 65 12 / 0.6);
}
.text-orange-700\/65 {
  color: rgb(194 65 12 / 0.65);
}
.text-orange-700\/70 {
  color: rgb(194 65 12 / 0.7);
}
.text-orange-700\/75 {
  color: rgb(194 65 12 / 0.75);
}
.text-orange-700\/80 {
  color: rgb(194 65 12 / 0.8);
}
.text-orange-700\/85 {
  color: rgb(194 65 12 / 0.85);
}
.text-orange-700\/90 {
  color: rgb(194 65 12 / 0.9);
}
.text-orange-700\/95 {
  color: rgb(194 65 12 / 0.95);
}
.text-orange-800 {
  --tw-text-opacity: 1;
  color: rgb(154 52 18 / var(--tw-text-opacity, 1));
}
.text-orange-800\/0 {
  color: rgb(154 52 18 / 0);
}
.text-orange-800\/10 {
  color: rgb(154 52 18 / 0.1);
}
.text-orange-800\/100 {
  color: rgb(154 52 18 / 1);
}
.text-orange-800\/15 {
  color: rgb(154 52 18 / 0.15);
}
.text-orange-800\/20 {
  color: rgb(154 52 18 / 0.2);
}
.text-orange-800\/25 {
  color: rgb(154 52 18 / 0.25);
}
.text-orange-800\/30 {
  color: rgb(154 52 18 / 0.3);
}
.text-orange-800\/35 {
  color: rgb(154 52 18 / 0.35);
}
.text-orange-800\/40 {
  color: rgb(154 52 18 / 0.4);
}
.text-orange-800\/45 {
  color: rgb(154 52 18 / 0.45);
}
.text-orange-800\/5 {
  color: rgb(154 52 18 / 0.05);
}
.text-orange-800\/50 {
  color: rgb(154 52 18 / 0.5);
}
.text-orange-800\/55 {
  color: rgb(154 52 18 / 0.55);
}
.text-orange-800\/60 {
  color: rgb(154 52 18 / 0.6);
}
.text-orange-800\/65 {
  color: rgb(154 52 18 / 0.65);
}
.text-orange-800\/70 {
  color: rgb(154 52 18 / 0.7);
}
.text-orange-800\/75 {
  color: rgb(154 52 18 / 0.75);
}
.text-orange-800\/80 {
  color: rgb(154 52 18 / 0.8);
}
.text-orange-800\/85 {
  color: rgb(154 52 18 / 0.85);
}
.text-orange-800\/90 {
  color: rgb(154 52 18 / 0.9);
}
.text-orange-800\/95 {
  color: rgb(154 52 18 / 0.95);
}
.text-orange-900 {
  --tw-text-opacity: 1;
  color: rgb(124 45 18 / var(--tw-text-opacity, 1));
}
.text-orange-900\/0 {
  color: rgb(124 45 18 / 0);
}
.text-orange-900\/10 {
  color: rgb(124 45 18 / 0.1);
}
.text-orange-900\/100 {
  color: rgb(124 45 18 / 1);
}
.text-orange-900\/15 {
  color: rgb(124 45 18 / 0.15);
}
.text-orange-900\/20 {
  color: rgb(124 45 18 / 0.2);
}
.text-orange-900\/25 {
  color: rgb(124 45 18 / 0.25);
}
.text-orange-900\/30 {
  color: rgb(124 45 18 / 0.3);
}
.text-orange-900\/35 {
  color: rgb(124 45 18 / 0.35);
}
.text-orange-900\/40 {
  color: rgb(124 45 18 / 0.4);
}
.text-orange-900\/45 {
  color: rgb(124 45 18 / 0.45);
}
.text-orange-900\/5 {
  color: rgb(124 45 18 / 0.05);
}
.text-orange-900\/50 {
  color: rgb(124 45 18 / 0.5);
}
.text-orange-900\/55 {
  color: rgb(124 45 18 / 0.55);
}
.text-orange-900\/60 {
  color: rgb(124 45 18 / 0.6);
}
.text-orange-900\/65 {
  color: rgb(124 45 18 / 0.65);
}
.text-orange-900\/70 {
  color: rgb(124 45 18 / 0.7);
}
.text-orange-900\/75 {
  color: rgb(124 45 18 / 0.75);
}
.text-orange-900\/80 {
  color: rgb(124 45 18 / 0.8);
}
.text-orange-900\/85 {
  color: rgb(124 45 18 / 0.85);
}
.text-orange-900\/90 {
  color: rgb(124 45 18 / 0.9);
}
.text-orange-900\/95 {
  color: rgb(124 45 18 / 0.95);
}
.text-orange-950 {
  --tw-text-opacity: 1;
  color: rgb(67 20 7 / var(--tw-text-opacity, 1));
}
.text-orange-950\/0 {
  color: rgb(67 20 7 / 0);
}
.text-orange-950\/10 {
  color: rgb(67 20 7 / 0.1);
}
.text-orange-950\/100 {
  color: rgb(67 20 7 / 1);
}
.text-orange-950\/15 {
  color: rgb(67 20 7 / 0.15);
}
.text-orange-950\/20 {
  color: rgb(67 20 7 / 0.2);
}
.text-orange-950\/25 {
  color: rgb(67 20 7 / 0.25);
}
.text-orange-950\/30 {
  color: rgb(67 20 7 / 0.3);
}
.text-orange-950\/35 {
  color: rgb(67 20 7 / 0.35);
}
.text-orange-950\/40 {
  color: rgb(67 20 7 / 0.4);
}
.text-orange-950\/45 {
  color: rgb(67 20 7 / 0.45);
}
.text-orange-950\/5 {
  color: rgb(67 20 7 / 0.05);
}
.text-orange-950\/50 {
  color: rgb(67 20 7 / 0.5);
}
.text-orange-950\/55 {
  color: rgb(67 20 7 / 0.55);
}
.text-orange-950\/60 {
  color: rgb(67 20 7 / 0.6);
}
.text-orange-950\/65 {
  color: rgb(67 20 7 / 0.65);
}
.text-orange-950\/70 {
  color: rgb(67 20 7 / 0.7);
}
.text-orange-950\/75 {
  color: rgb(67 20 7 / 0.75);
}
.text-orange-950\/80 {
  color: rgb(67 20 7 / 0.8);
}
.text-orange-950\/85 {
  color: rgb(67 20 7 / 0.85);
}
.text-orange-950\/90 {
  color: rgb(67 20 7 / 0.9);
}
.text-orange-950\/95 {
  color: rgb(67 20 7 / 0.95);
}
.text-pink-600 {
  --tw-text-opacity: 1;
  color: rgb(219 39 119 / var(--tw-text-opacity, 1));
}
.text-primary {
  --tw-text-opacity: 1;
  color: color-mix(in srgb, var(--p-primary-color) calc(100% * var(--tw-text-opacity, 1)), transparent);
}
.text-purple-100 {
  --tw-text-opacity: 1;
  color: rgb(243 232 255 / var(--tw-text-opacity, 1));
}
.text-purple-100\/0 {
  color: rgb(243 232 255 / 0);
}
.text-purple-100\/10 {
  color: rgb(243 232 255 / 0.1);
}
.text-purple-100\/100 {
  color: rgb(243 232 255 / 1);
}
.text-purple-100\/15 {
  color: rgb(243 232 255 / 0.15);
}
.text-purple-100\/20 {
  color: rgb(243 232 255 / 0.2);
}
.text-purple-100\/25 {
  color: rgb(243 232 255 / 0.25);
}
.text-purple-100\/30 {
  color: rgb(243 232 255 / 0.3);
}
.text-purple-100\/35 {
  color: rgb(243 232 255 / 0.35);
}
.text-purple-100\/40 {
  color: rgb(243 232 255 / 0.4);
}
.text-purple-100\/45 {
  color: rgb(243 232 255 / 0.45);
}
.text-purple-100\/5 {
  color: rgb(243 232 255 / 0.05);
}
.text-purple-100\/50 {
  color: rgb(243 232 255 / 0.5);
}
.text-purple-100\/55 {
  color: rgb(243 232 255 / 0.55);
}
.text-purple-100\/60 {
  color: rgb(243 232 255 / 0.6);
}
.text-purple-100\/65 {
  color: rgb(243 232 255 / 0.65);
}
.text-purple-100\/70 {
  color: rgb(243 232 255 / 0.7);
}
.text-purple-100\/75 {
  color: rgb(243 232 255 / 0.75);
}
.text-purple-100\/80 {
  color: rgb(243 232 255 / 0.8);
}
.text-purple-100\/85 {
  color: rgb(243 232 255 / 0.85);
}
.text-purple-100\/90 {
  color: rgb(243 232 255 / 0.9);
}
.text-purple-100\/95 {
  color: rgb(243 232 255 / 0.95);
}
.text-purple-200 {
  --tw-text-opacity: 1;
  color: rgb(233 213 255 / var(--tw-text-opacity, 1));
}
.text-purple-200\/0 {
  color: rgb(233 213 255 / 0);
}
.text-purple-200\/10 {
  color: rgb(233 213 255 / 0.1);
}
.text-purple-200\/100 {
  color: rgb(233 213 255 / 1);
}
.text-purple-200\/15 {
  color: rgb(233 213 255 / 0.15);
}
.text-purple-200\/20 {
  color: rgb(233 213 255 / 0.2);
}
.text-purple-200\/25 {
  color: rgb(233 213 255 / 0.25);
}
.text-purple-200\/30 {
  color: rgb(233 213 255 / 0.3);
}
.text-purple-200\/35 {
  color: rgb(233 213 255 / 0.35);
}
.text-purple-200\/40 {
  color: rgb(233 213 255 / 0.4);
}
.text-purple-200\/45 {
  color: rgb(233 213 255 / 0.45);
}
.text-purple-200\/5 {
  color: rgb(233 213 255 / 0.05);
}
.text-purple-200\/50 {
  color: rgb(233 213 255 / 0.5);
}
.text-purple-200\/55 {
  color: rgb(233 213 255 / 0.55);
}
.text-purple-200\/60 {
  color: rgb(233 213 255 / 0.6);
}
.text-purple-200\/65 {
  color: rgb(233 213 255 / 0.65);
}
.text-purple-200\/70 {
  color: rgb(233 213 255 / 0.7);
}
.text-purple-200\/75 {
  color: rgb(233 213 255 / 0.75);
}
.text-purple-200\/80 {
  color: rgb(233 213 255 / 0.8);
}
.text-purple-200\/85 {
  color: rgb(233 213 255 / 0.85);
}
.text-purple-200\/90 {
  color: rgb(233 213 255 / 0.9);
}
.text-purple-200\/95 {
  color: rgb(233 213 255 / 0.95);
}
.text-purple-300 {
  --tw-text-opacity: 1;
  color: rgb(216 180 254 / var(--tw-text-opacity, 1));
}
.text-purple-300\/0 {
  color: rgb(216 180 254 / 0);
}
.text-purple-300\/10 {
  color: rgb(216 180 254 / 0.1);
}
.text-purple-300\/100 {
  color: rgb(216 180 254 / 1);
}
.text-purple-300\/15 {
  color: rgb(216 180 254 / 0.15);
}
.text-purple-300\/20 {
  color: rgb(216 180 254 / 0.2);
}
.text-purple-300\/25 {
  color: rgb(216 180 254 / 0.25);
}
.text-purple-300\/30 {
  color: rgb(216 180 254 / 0.3);
}
.text-purple-300\/35 {
  color: rgb(216 180 254 / 0.35);
}
.text-purple-300\/40 {
  color: rgb(216 180 254 / 0.4);
}
.text-purple-300\/45 {
  color: rgb(216 180 254 / 0.45);
}
.text-purple-300\/5 {
  color: rgb(216 180 254 / 0.05);
}
.text-purple-300\/50 {
  color: rgb(216 180 254 / 0.5);
}
.text-purple-300\/55 {
  color: rgb(216 180 254 / 0.55);
}
.text-purple-300\/60 {
  color: rgb(216 180 254 / 0.6);
}
.text-purple-300\/65 {
  color: rgb(216 180 254 / 0.65);
}
.text-purple-300\/70 {
  color: rgb(216 180 254 / 0.7);
}
.text-purple-300\/75 {
  color: rgb(216 180 254 / 0.75);
}
.text-purple-300\/80 {
  color: rgb(216 180 254 / 0.8);
}
.text-purple-300\/85 {
  color: rgb(216 180 254 / 0.85);
}
.text-purple-300\/90 {
  color: rgb(216 180 254 / 0.9);
}
.text-purple-300\/95 {
  color: rgb(216 180 254 / 0.95);
}
.text-purple-400 {
  --tw-text-opacity: 1;
  color: rgb(192 132 252 / var(--tw-text-opacity, 1));
}
.text-purple-400\/0 {
  color: rgb(192 132 252 / 0);
}
.text-purple-400\/10 {
  color: rgb(192 132 252 / 0.1);
}
.text-purple-400\/100 {
  color: rgb(192 132 252 / 1);
}
.text-purple-400\/15 {
  color: rgb(192 132 252 / 0.15);
}
.text-purple-400\/20 {
  color: rgb(192 132 252 / 0.2);
}
.text-purple-400\/25 {
  color: rgb(192 132 252 / 0.25);
}
.text-purple-400\/30 {
  color: rgb(192 132 252 / 0.3);
}
.text-purple-400\/35 {
  color: rgb(192 132 252 / 0.35);
}
.text-purple-400\/40 {
  color: rgb(192 132 252 / 0.4);
}
.text-purple-400\/45 {
  color: rgb(192 132 252 / 0.45);
}
.text-purple-400\/5 {
  color: rgb(192 132 252 / 0.05);
}
.text-purple-400\/50 {
  color: rgb(192 132 252 / 0.5);
}
.text-purple-400\/55 {
  color: rgb(192 132 252 / 0.55);
}
.text-purple-400\/60 {
  color: rgb(192 132 252 / 0.6);
}
.text-purple-400\/65 {
  color: rgb(192 132 252 / 0.65);
}
.text-purple-400\/70 {
  color: rgb(192 132 252 / 0.7);
}
.text-purple-400\/75 {
  color: rgb(192 132 252 / 0.75);
}
.text-purple-400\/80 {
  color: rgb(192 132 252 / 0.8);
}
.text-purple-400\/85 {
  color: rgb(192 132 252 / 0.85);
}
.text-purple-400\/90 {
  color: rgb(192 132 252 / 0.9);
}
.text-purple-400\/95 {
  color: rgb(192 132 252 / 0.95);
}
.text-purple-50 {
  --tw-text-opacity: 1;
  color: rgb(250 245 255 / var(--tw-text-opacity, 1));
}
.text-purple-50\/0 {
  color: rgb(250 245 255 / 0);
}
.text-purple-50\/10 {
  color: rgb(250 245 255 / 0.1);
}
.text-purple-50\/100 {
  color: rgb(250 245 255 / 1);
}
.text-purple-50\/15 {
  color: rgb(250 245 255 / 0.15);
}
.text-purple-50\/20 {
  color: rgb(250 245 255 / 0.2);
}
.text-purple-50\/25 {
  color: rgb(250 245 255 / 0.25);
}
.text-purple-50\/30 {
  color: rgb(250 245 255 / 0.3);
}
.text-purple-50\/35 {
  color: rgb(250 245 255 / 0.35);
}
.text-purple-50\/40 {
  color: rgb(250 245 255 / 0.4);
}
.text-purple-50\/45 {
  color: rgb(250 245 255 / 0.45);
}
.text-purple-50\/5 {
  color: rgb(250 245 255 / 0.05);
}
.text-purple-50\/50 {
  color: rgb(250 245 255 / 0.5);
}
.text-purple-50\/55 {
  color: rgb(250 245 255 / 0.55);
}
.text-purple-50\/60 {
  color: rgb(250 245 255 / 0.6);
}
.text-purple-50\/65 {
  color: rgb(250 245 255 / 0.65);
}
.text-purple-50\/70 {
  color: rgb(250 245 255 / 0.7);
}
.text-purple-50\/75 {
  color: rgb(250 245 255 / 0.75);
}
.text-purple-50\/80 {
  color: rgb(250 245 255 / 0.8);
}
.text-purple-50\/85 {
  color: rgb(250 245 255 / 0.85);
}
.text-purple-50\/90 {
  color: rgb(250 245 255 / 0.9);
}
.text-purple-50\/95 {
  color: rgb(250 245 255 / 0.95);
}
.text-purple-500 {
  --tw-text-opacity: 1;
  color: rgb(168 85 247 / var(--tw-text-opacity, 1));
}
.text-purple-500\/0 {
  color: rgb(168 85 247 / 0);
}
.text-purple-500\/10 {
  color: rgb(168 85 247 / 0.1);
}
.text-purple-500\/100 {
  color: rgb(168 85 247 / 1);
}
.text-purple-500\/15 {
  color: rgb(168 85 247 / 0.15);
}
.text-purple-500\/20 {
  color: rgb(168 85 247 / 0.2);
}
.text-purple-500\/25 {
  color: rgb(168 85 247 / 0.25);
}
.text-purple-500\/30 {
  color: rgb(168 85 247 / 0.3);
}
.text-purple-500\/35 {
  color: rgb(168 85 247 / 0.35);
}
.text-purple-500\/40 {
  color: rgb(168 85 247 / 0.4);
}
.text-purple-500\/45 {
  color: rgb(168 85 247 / 0.45);
}
.text-purple-500\/5 {
  color: rgb(168 85 247 / 0.05);
}
.text-purple-500\/50 {
  color: rgb(168 85 247 / 0.5);
}
.text-purple-500\/55 {
  color: rgb(168 85 247 / 0.55);
}
.text-purple-500\/60 {
  color: rgb(168 85 247 / 0.6);
}
.text-purple-500\/65 {
  color: rgb(168 85 247 / 0.65);
}
.text-purple-500\/70 {
  color: rgb(168 85 247 / 0.7);
}
.text-purple-500\/75 {
  color: rgb(168 85 247 / 0.75);
}
.text-purple-500\/80 {
  color: rgb(168 85 247 / 0.8);
}
.text-purple-500\/85 {
  color: rgb(168 85 247 / 0.85);
}
.text-purple-500\/90 {
  color: rgb(168 85 247 / 0.9);
}
.text-purple-500\/95 {
  color: rgb(168 85 247 / 0.95);
}
.text-purple-600 {
  --tw-text-opacity: 1;
  color: rgb(147 51 234 / var(--tw-text-opacity, 1));
}
.text-purple-600\/0 {
  color: rgb(147 51 234 / 0);
}
.text-purple-600\/10 {
  color: rgb(147 51 234 / 0.1);
}
.text-purple-600\/100 {
  color: rgb(147 51 234 / 1);
}
.text-purple-600\/15 {
  color: rgb(147 51 234 / 0.15);
}
.text-purple-600\/20 {
  color: rgb(147 51 234 / 0.2);
}
.text-purple-600\/25 {
  color: rgb(147 51 234 / 0.25);
}
.text-purple-600\/30 {
  color: rgb(147 51 234 / 0.3);
}
.text-purple-600\/35 {
  color: rgb(147 51 234 / 0.35);
}
.text-purple-600\/40 {
  color: rgb(147 51 234 / 0.4);
}
.text-purple-600\/45 {
  color: rgb(147 51 234 / 0.45);
}
.text-purple-600\/5 {
  color: rgb(147 51 234 / 0.05);
}
.text-purple-600\/50 {
  color: rgb(147 51 234 / 0.5);
}
.text-purple-600\/55 {
  color: rgb(147 51 234 / 0.55);
}
.text-purple-600\/60 {
  color: rgb(147 51 234 / 0.6);
}
.text-purple-600\/65 {
  color: rgb(147 51 234 / 0.65);
}
.text-purple-600\/70 {
  color: rgb(147 51 234 / 0.7);
}
.text-purple-600\/75 {
  color: rgb(147 51 234 / 0.75);
}
.text-purple-600\/80 {
  color: rgb(147 51 234 / 0.8);
}
.text-purple-600\/85 {
  color: rgb(147 51 234 / 0.85);
}
.text-purple-600\/90 {
  color: rgb(147 51 234 / 0.9);
}
.text-purple-600\/95 {
  color: rgb(147 51 234 / 0.95);
}
.text-purple-700 {
  --tw-text-opacity: 1;
  color: rgb(126 34 206 / var(--tw-text-opacity, 1));
}
.text-purple-700\/0 {
  color: rgb(126 34 206 / 0);
}
.text-purple-700\/10 {
  color: rgb(126 34 206 / 0.1);
}
.text-purple-700\/100 {
  color: rgb(126 34 206 / 1);
}
.text-purple-700\/15 {
  color: rgb(126 34 206 / 0.15);
}
.text-purple-700\/20 {
  color: rgb(126 34 206 / 0.2);
}
.text-purple-700\/25 {
  color: rgb(126 34 206 / 0.25);
}
.text-purple-700\/30 {
  color: rgb(126 34 206 / 0.3);
}
.text-purple-700\/35 {
  color: rgb(126 34 206 / 0.35);
}
.text-purple-700\/40 {
  color: rgb(126 34 206 / 0.4);
}
.text-purple-700\/45 {
  color: rgb(126 34 206 / 0.45);
}
.text-purple-700\/5 {
  color: rgb(126 34 206 / 0.05);
}
.text-purple-700\/50 {
  color: rgb(126 34 206 / 0.5);
}
.text-purple-700\/55 {
  color: rgb(126 34 206 / 0.55);
}
.text-purple-700\/60 {
  color: rgb(126 34 206 / 0.6);
}
.text-purple-700\/65 {
  color: rgb(126 34 206 / 0.65);
}
.text-purple-700\/70 {
  color: rgb(126 34 206 / 0.7);
}
.text-purple-700\/75 {
  color: rgb(126 34 206 / 0.75);
}
.text-purple-700\/80 {
  color: rgb(126 34 206 / 0.8);
}
.text-purple-700\/85 {
  color: rgb(126 34 206 / 0.85);
}
.text-purple-700\/90 {
  color: rgb(126 34 206 / 0.9);
}
.text-purple-700\/95 {
  color: rgb(126 34 206 / 0.95);
}
.text-purple-800 {
  --tw-text-opacity: 1;
  color: rgb(107 33 168 / var(--tw-text-opacity, 1));
}
.text-purple-800\/0 {
  color: rgb(107 33 168 / 0);
}
.text-purple-800\/10 {
  color: rgb(107 33 168 / 0.1);
}
.text-purple-800\/100 {
  color: rgb(107 33 168 / 1);
}
.text-purple-800\/15 {
  color: rgb(107 33 168 / 0.15);
}
.text-purple-800\/20 {
  color: rgb(107 33 168 / 0.2);
}
.text-purple-800\/25 {
  color: rgb(107 33 168 / 0.25);
}
.text-purple-800\/30 {
  color: rgb(107 33 168 / 0.3);
}
.text-purple-800\/35 {
  color: rgb(107 33 168 / 0.35);
}
.text-purple-800\/40 {
  color: rgb(107 33 168 / 0.4);
}
.text-purple-800\/45 {
  color: rgb(107 33 168 / 0.45);
}
.text-purple-800\/5 {
  color: rgb(107 33 168 / 0.05);
}
.text-purple-800\/50 {
  color: rgb(107 33 168 / 0.5);
}
.text-purple-800\/55 {
  color: rgb(107 33 168 / 0.55);
}
.text-purple-800\/60 {
  color: rgb(107 33 168 / 0.6);
}
.text-purple-800\/65 {
  color: rgb(107 33 168 / 0.65);
}
.text-purple-800\/70 {
  color: rgb(107 33 168 / 0.7);
}
.text-purple-800\/75 {
  color: rgb(107 33 168 / 0.75);
}
.text-purple-800\/80 {
  color: rgb(107 33 168 / 0.8);
}
.text-purple-800\/85 {
  color: rgb(107 33 168 / 0.85);
}
.text-purple-800\/90 {
  color: rgb(107 33 168 / 0.9);
}
.text-purple-800\/95 {
  color: rgb(107 33 168 / 0.95);
}
.text-purple-900 {
  --tw-text-opacity: 1;
  color: rgb(88 28 135 / var(--tw-text-opacity, 1));
}
.text-purple-900\/0 {
  color: rgb(88 28 135 / 0);
}
.text-purple-900\/10 {
  color: rgb(88 28 135 / 0.1);
}
.text-purple-900\/100 {
  color: rgb(88 28 135 / 1);
}
.text-purple-900\/15 {
  color: rgb(88 28 135 / 0.15);
}
.text-purple-900\/20 {
  color: rgb(88 28 135 / 0.2);
}
.text-purple-900\/25 {
  color: rgb(88 28 135 / 0.25);
}
.text-purple-900\/30 {
  color: rgb(88 28 135 / 0.3);
}
.text-purple-900\/35 {
  color: rgb(88 28 135 / 0.35);
}
.text-purple-900\/40 {
  color: rgb(88 28 135 / 0.4);
}
.text-purple-900\/45 {
  color: rgb(88 28 135 / 0.45);
}
.text-purple-900\/5 {
  color: rgb(88 28 135 / 0.05);
}
.text-purple-900\/50 {
  color: rgb(88 28 135 / 0.5);
}
.text-purple-900\/55 {
  color: rgb(88 28 135 / 0.55);
}
.text-purple-900\/60 {
  color: rgb(88 28 135 / 0.6);
}
.text-purple-900\/65 {
  color: rgb(88 28 135 / 0.65);
}
.text-purple-900\/70 {
  color: rgb(88 28 135 / 0.7);
}
.text-purple-900\/75 {
  color: rgb(88 28 135 / 0.75);
}
.text-purple-900\/80 {
  color: rgb(88 28 135 / 0.8);
}
.text-purple-900\/85 {
  color: rgb(88 28 135 / 0.85);
}
.text-purple-900\/90 {
  color: rgb(88 28 135 / 0.9);
}
.text-purple-900\/95 {
  color: rgb(88 28 135 / 0.95);
}
.text-purple-950 {
  --tw-text-opacity: 1;
  color: rgb(59 7 100 / var(--tw-text-opacity, 1));
}
.text-purple-950\/0 {
  color: rgb(59 7 100 / 0);
}
.text-purple-950\/10 {
  color: rgb(59 7 100 / 0.1);
}
.text-purple-950\/100 {
  color: rgb(59 7 100 / 1);
}
.text-purple-950\/15 {
  color: rgb(59 7 100 / 0.15);
}
.text-purple-950\/20 {
  color: rgb(59 7 100 / 0.2);
}
.text-purple-950\/25 {
  color: rgb(59 7 100 / 0.25);
}
.text-purple-950\/30 {
  color: rgb(59 7 100 / 0.3);
}
.text-purple-950\/35 {
  color: rgb(59 7 100 / 0.35);
}
.text-purple-950\/40 {
  color: rgb(59 7 100 / 0.4);
}
.text-purple-950\/45 {
  color: rgb(59 7 100 / 0.45);
}
.text-purple-950\/5 {
  color: rgb(59 7 100 / 0.05);
}
.text-purple-950\/50 {
  color: rgb(59 7 100 / 0.5);
}
.text-purple-950\/55 {
  color: rgb(59 7 100 / 0.55);
}
.text-purple-950\/60 {
  color: rgb(59 7 100 / 0.6);
}
.text-purple-950\/65 {
  color: rgb(59 7 100 / 0.65);
}
.text-purple-950\/70 {
  color: rgb(59 7 100 / 0.7);
}
.text-purple-950\/75 {
  color: rgb(59 7 100 / 0.75);
}
.text-purple-950\/80 {
  color: rgb(59 7 100 / 0.8);
}
.text-purple-950\/85 {
  color: rgb(59 7 100 / 0.85);
}
.text-purple-950\/90 {
  color: rgb(59 7 100 / 0.9);
}
.text-purple-950\/95 {
  color: rgb(59 7 100 / 0.95);
}
.text-red-100 {
  --tw-text-opacity: 1;
  color: rgb(254 226 226 / var(--tw-text-opacity, 1));
}
.text-red-100\/0 {
  color: rgb(254 226 226 / 0);
}
.text-red-100\/10 {
  color: rgb(254 226 226 / 0.1);
}
.text-red-100\/100 {
  color: rgb(254 226 226 / 1);
}
.text-red-100\/15 {
  color: rgb(254 226 226 / 0.15);
}
.text-red-100\/20 {
  color: rgb(254 226 226 / 0.2);
}
.text-red-100\/25 {
  color: rgb(254 226 226 / 0.25);
}
.text-red-100\/30 {
  color: rgb(254 226 226 / 0.3);
}
.text-red-100\/35 {
  color: rgb(254 226 226 / 0.35);
}
.text-red-100\/40 {
  color: rgb(254 226 226 / 0.4);
}
.text-red-100\/45 {
  color: rgb(254 226 226 / 0.45);
}
.text-red-100\/5 {
  color: rgb(254 226 226 / 0.05);
}
.text-red-100\/50 {
  color: rgb(254 226 226 / 0.5);
}
.text-red-100\/55 {
  color: rgb(254 226 226 / 0.55);
}
.text-red-100\/60 {
  color: rgb(254 226 226 / 0.6);
}
.text-red-100\/65 {
  color: rgb(254 226 226 / 0.65);
}
.text-red-100\/70 {
  color: rgb(254 226 226 / 0.7);
}
.text-red-100\/75 {
  color: rgb(254 226 226 / 0.75);
}
.text-red-100\/80 {
  color: rgb(254 226 226 / 0.8);
}
.text-red-100\/85 {
  color: rgb(254 226 226 / 0.85);
}
.text-red-100\/90 {
  color: rgb(254 226 226 / 0.9);
}
.text-red-100\/95 {
  color: rgb(254 226 226 / 0.95);
}
.text-red-200 {
  --tw-text-opacity: 1;
  color: rgb(254 202 202 / var(--tw-text-opacity, 1));
}
.text-red-200\/0 {
  color: rgb(254 202 202 / 0);
}
.text-red-200\/10 {
  color: rgb(254 202 202 / 0.1);
}
.text-red-200\/100 {
  color: rgb(254 202 202 / 1);
}
.text-red-200\/15 {
  color: rgb(254 202 202 / 0.15);
}
.text-red-200\/20 {
  color: rgb(254 202 202 / 0.2);
}
.text-red-200\/25 {
  color: rgb(254 202 202 / 0.25);
}
.text-red-200\/30 {
  color: rgb(254 202 202 / 0.3);
}
.text-red-200\/35 {
  color: rgb(254 202 202 / 0.35);
}
.text-red-200\/40 {
  color: rgb(254 202 202 / 0.4);
}
.text-red-200\/45 {
  color: rgb(254 202 202 / 0.45);
}
.text-red-200\/5 {
  color: rgb(254 202 202 / 0.05);
}
.text-red-200\/50 {
  color: rgb(254 202 202 / 0.5);
}
.text-red-200\/55 {
  color: rgb(254 202 202 / 0.55);
}
.text-red-200\/60 {
  color: rgb(254 202 202 / 0.6);
}
.text-red-200\/65 {
  color: rgb(254 202 202 / 0.65);
}
.text-red-200\/70 {
  color: rgb(254 202 202 / 0.7);
}
.text-red-200\/75 {
  color: rgb(254 202 202 / 0.75);
}
.text-red-200\/80 {
  color: rgb(254 202 202 / 0.8);
}
.text-red-200\/85 {
  color: rgb(254 202 202 / 0.85);
}
.text-red-200\/90 {
  color: rgb(254 202 202 / 0.9);
}
.text-red-200\/95 {
  color: rgb(254 202 202 / 0.95);
}
.text-red-300 {
  --tw-text-opacity: 1;
  color: rgb(252 165 165 / var(--tw-text-opacity, 1));
}
.text-red-300\/0 {
  color: rgb(252 165 165 / 0);
}
.text-red-300\/10 {
  color: rgb(252 165 165 / 0.1);
}
.text-red-300\/100 {
  color: rgb(252 165 165 / 1);
}
.text-red-300\/15 {
  color: rgb(252 165 165 / 0.15);
}
.text-red-300\/20 {
  color: rgb(252 165 165 / 0.2);
}
.text-red-300\/25 {
  color: rgb(252 165 165 / 0.25);
}
.text-red-300\/30 {
  color: rgb(252 165 165 / 0.3);
}
.text-red-300\/35 {
  color: rgb(252 165 165 / 0.35);
}
.text-red-300\/40 {
  color: rgb(252 165 165 / 0.4);
}
.text-red-300\/45 {
  color: rgb(252 165 165 / 0.45);
}
.text-red-300\/5 {
  color: rgb(252 165 165 / 0.05);
}
.text-red-300\/50 {
  color: rgb(252 165 165 / 0.5);
}
.text-red-300\/55 {
  color: rgb(252 165 165 / 0.55);
}
.text-red-300\/60 {
  color: rgb(252 165 165 / 0.6);
}
.text-red-300\/65 {
  color: rgb(252 165 165 / 0.65);
}
.text-red-300\/70 {
  color: rgb(252 165 165 / 0.7);
}
.text-red-300\/75 {
  color: rgb(252 165 165 / 0.75);
}
.text-red-300\/80 {
  color: rgb(252 165 165 / 0.8);
}
.text-red-300\/85 {
  color: rgb(252 165 165 / 0.85);
}
.text-red-300\/90 {
  color: rgb(252 165 165 / 0.9);
}
.text-red-300\/95 {
  color: rgb(252 165 165 / 0.95);
}
.text-red-400 {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}
.text-red-400\/0 {
  color: rgb(248 113 113 / 0);
}
.text-red-400\/10 {
  color: rgb(248 113 113 / 0.1);
}
.text-red-400\/100 {
  color: rgb(248 113 113 / 1);
}
.text-red-400\/15 {
  color: rgb(248 113 113 / 0.15);
}
.text-red-400\/20 {
  color: rgb(248 113 113 / 0.2);
}
.text-red-400\/25 {
  color: rgb(248 113 113 / 0.25);
}
.text-red-400\/30 {
  color: rgb(248 113 113 / 0.3);
}
.text-red-400\/35 {
  color: rgb(248 113 113 / 0.35);
}
.text-red-400\/40 {
  color: rgb(248 113 113 / 0.4);
}
.text-red-400\/45 {
  color: rgb(248 113 113 / 0.45);
}
.text-red-400\/5 {
  color: rgb(248 113 113 / 0.05);
}
.text-red-400\/50 {
  color: rgb(248 113 113 / 0.5);
}
.text-red-400\/55 {
  color: rgb(248 113 113 / 0.55);
}
.text-red-400\/60 {
  color: rgb(248 113 113 / 0.6);
}
.text-red-400\/65 {
  color: rgb(248 113 113 / 0.65);
}
.text-red-400\/70 {
  color: rgb(248 113 113 / 0.7);
}
.text-red-400\/75 {
  color: rgb(248 113 113 / 0.75);
}
.text-red-400\/80 {
  color: rgb(248 113 113 / 0.8);
}
.text-red-400\/85 {
  color: rgb(248 113 113 / 0.85);
}
.text-red-400\/90 {
  color: rgb(248 113 113 / 0.9);
}
.text-red-400\/95 {
  color: rgb(248 113 113 / 0.95);
}
.text-red-50 {
  --tw-text-opacity: 1;
  color: rgb(254 242 242 / var(--tw-text-opacity, 1));
}
.text-red-50\/0 {
  color: rgb(254 242 242 / 0);
}
.text-red-50\/10 {
  color: rgb(254 242 242 / 0.1);
}
.text-red-50\/100 {
  color: rgb(254 242 242 / 1);
}
.text-red-50\/15 {
  color: rgb(254 242 242 / 0.15);
}
.text-red-50\/20 {
  color: rgb(254 242 242 / 0.2);
}
.text-red-50\/25 {
  color: rgb(254 242 242 / 0.25);
}
.text-red-50\/30 {
  color: rgb(254 242 242 / 0.3);
}
.text-red-50\/35 {
  color: rgb(254 242 242 / 0.35);
}
.text-red-50\/40 {
  color: rgb(254 242 242 / 0.4);
}
.text-red-50\/45 {
  color: rgb(254 242 242 / 0.45);
}
.text-red-50\/5 {
  color: rgb(254 242 242 / 0.05);
}
.text-red-50\/50 {
  color: rgb(254 242 242 / 0.5);
}
.text-red-50\/55 {
  color: rgb(254 242 242 / 0.55);
}
.text-red-50\/60 {
  color: rgb(254 242 242 / 0.6);
}
.text-red-50\/65 {
  color: rgb(254 242 242 / 0.65);
}
.text-red-50\/70 {
  color: rgb(254 242 242 / 0.7);
}
.text-red-50\/75 {
  color: rgb(254 242 242 / 0.75);
}
.text-red-50\/80 {
  color: rgb(254 242 242 / 0.8);
}
.text-red-50\/85 {
  color: rgb(254 242 242 / 0.85);
}
.text-red-50\/90 {
  color: rgb(254 242 242 / 0.9);
}
.text-red-50\/95 {
  color: rgb(254 242 242 / 0.95);
}
.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.text-red-500\/0 {
  color: rgb(239 68 68 / 0);
}
.text-red-500\/10 {
  color: rgb(239 68 68 / 0.1);
}
.text-red-500\/100 {
  color: rgb(239 68 68 / 1);
}
.text-red-500\/15 {
  color: rgb(239 68 68 / 0.15);
}
.text-red-500\/20 {
  color: rgb(239 68 68 / 0.2);
}
.text-red-500\/25 {
  color: rgb(239 68 68 / 0.25);
}
.text-red-500\/30 {
  color: rgb(239 68 68 / 0.3);
}
.text-red-500\/35 {
  color: rgb(239 68 68 / 0.35);
}
.text-red-500\/40 {
  color: rgb(239 68 68 / 0.4);
}
.text-red-500\/45 {
  color: rgb(239 68 68 / 0.45);
}
.text-red-500\/5 {
  color: rgb(239 68 68 / 0.05);
}
.text-red-500\/50 {
  color: rgb(239 68 68 / 0.5);
}
.text-red-500\/55 {
  color: rgb(239 68 68 / 0.55);
}
.text-red-500\/60 {
  color: rgb(239 68 68 / 0.6);
}
.text-red-500\/65 {
  color: rgb(239 68 68 / 0.65);
}
.text-red-500\/70 {
  color: rgb(239 68 68 / 0.7);
}
.text-red-500\/75 {
  color: rgb(239 68 68 / 0.75);
}
.text-red-500\/80 {
  color: rgb(239 68 68 / 0.8);
}
.text-red-500\/85 {
  color: rgb(239 68 68 / 0.85);
}
.text-red-500\/90 {
  color: rgb(239 68 68 / 0.9);
}
.text-red-500\/95 {
  color: rgb(239 68 68 / 0.95);
}
.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
.text-red-600\/0 {
  color: rgb(220 38 38 / 0);
}
.text-red-600\/10 {
  color: rgb(220 38 38 / 0.1);
}
.text-red-600\/100 {
  color: rgb(220 38 38 / 1);
}
.text-red-600\/15 {
  color: rgb(220 38 38 / 0.15);
}
.text-red-600\/20 {
  color: rgb(220 38 38 / 0.2);
}
.text-red-600\/25 {
  color: rgb(220 38 38 / 0.25);
}
.text-red-600\/30 {
  color: rgb(220 38 38 / 0.3);
}
.text-red-600\/35 {
  color: rgb(220 38 38 / 0.35);
}
.text-red-600\/40 {
  color: rgb(220 38 38 / 0.4);
}
.text-red-600\/45 {
  color: rgb(220 38 38 / 0.45);
}
.text-red-600\/5 {
  color: rgb(220 38 38 / 0.05);
}
.text-red-600\/50 {
  color: rgb(220 38 38 / 0.5);
}
.text-red-600\/55 {
  color: rgb(220 38 38 / 0.55);
}
.text-red-600\/60 {
  color: rgb(220 38 38 / 0.6);
}
.text-red-600\/65 {
  color: rgb(220 38 38 / 0.65);
}
.text-red-600\/70 {
  color: rgb(220 38 38 / 0.7);
}
.text-red-600\/75 {
  color: rgb(220 38 38 / 0.75);
}
.text-red-600\/80 {
  color: rgb(220 38 38 / 0.8);
}
.text-red-600\/85 {
  color: rgb(220 38 38 / 0.85);
}
.text-red-600\/90 {
  color: rgb(220 38 38 / 0.9);
}
.text-red-600\/95 {
  color: rgb(220 38 38 / 0.95);
}
.text-red-700 {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}
.text-red-700\/0 {
  color: rgb(185 28 28 / 0);
}
.text-red-700\/10 {
  color: rgb(185 28 28 / 0.1);
}
.text-red-700\/100 {
  color: rgb(185 28 28 / 1);
}
.text-red-700\/15 {
  color: rgb(185 28 28 / 0.15);
}
.text-red-700\/20 {
  color: rgb(185 28 28 / 0.2);
}
.text-red-700\/25 {
  color: rgb(185 28 28 / 0.25);
}
.text-red-700\/30 {
  color: rgb(185 28 28 / 0.3);
}
.text-red-700\/35 {
  color: rgb(185 28 28 / 0.35);
}
.text-red-700\/40 {
  color: rgb(185 28 28 / 0.4);
}
.text-red-700\/45 {
  color: rgb(185 28 28 / 0.45);
}
.text-red-700\/5 {
  color: rgb(185 28 28 / 0.05);
}
.text-red-700\/50 {
  color: rgb(185 28 28 / 0.5);
}
.text-red-700\/55 {
  color: rgb(185 28 28 / 0.55);
}
.text-red-700\/60 {
  color: rgb(185 28 28 / 0.6);
}
.text-red-700\/65 {
  color: rgb(185 28 28 / 0.65);
}
.text-red-700\/70 {
  color: rgb(185 28 28 / 0.7);
}
.text-red-700\/75 {
  color: rgb(185 28 28 / 0.75);
}
.text-red-700\/80 {
  color: rgb(185 28 28 / 0.8);
}
.text-red-700\/85 {
  color: rgb(185 28 28 / 0.85);
}
.text-red-700\/90 {
  color: rgb(185 28 28 / 0.9);
}
.text-red-700\/95 {
  color: rgb(185 28 28 / 0.95);
}
.text-red-800 {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity, 1));
}
.text-red-800\/0 {
  color: rgb(153 27 27 / 0);
}
.text-red-800\/10 {
  color: rgb(153 27 27 / 0.1);
}
.text-red-800\/100 {
  color: rgb(153 27 27 / 1);
}
.text-red-800\/15 {
  color: rgb(153 27 27 / 0.15);
}
.text-red-800\/20 {
  color: rgb(153 27 27 / 0.2);
}
.text-red-800\/25 {
  color: rgb(153 27 27 / 0.25);
}
.text-red-800\/30 {
  color: rgb(153 27 27 / 0.3);
}
.text-red-800\/35 {
  color: rgb(153 27 27 / 0.35);
}
.text-red-800\/40 {
  color: rgb(153 27 27 / 0.4);
}
.text-red-800\/45 {
  color: rgb(153 27 27 / 0.45);
}
.text-red-800\/5 {
  color: rgb(153 27 27 / 0.05);
}
.text-red-800\/50 {
  color: rgb(153 27 27 / 0.5);
}
.text-red-800\/55 {
  color: rgb(153 27 27 / 0.55);
}
.text-red-800\/60 {
  color: rgb(153 27 27 / 0.6);
}
.text-red-800\/65 {
  color: rgb(153 27 27 / 0.65);
}
.text-red-800\/70 {
  color: rgb(153 27 27 / 0.7);
}
.text-red-800\/75 {
  color: rgb(153 27 27 / 0.75);
}
.text-red-800\/80 {
  color: rgb(153 27 27 / 0.8);
}
.text-red-800\/85 {
  color: rgb(153 27 27 / 0.85);
}
.text-red-800\/90 {
  color: rgb(153 27 27 / 0.9);
}
.text-red-800\/95 {
  color: rgb(153 27 27 / 0.95);
}
.text-red-900 {
  --tw-text-opacity: 1;
  color: rgb(127 29 29 / var(--tw-text-opacity, 1));
}
.text-red-900\/0 {
  color: rgb(127 29 29 / 0);
}
.text-red-900\/10 {
  color: rgb(127 29 29 / 0.1);
}
.text-red-900\/100 {
  color: rgb(127 29 29 / 1);
}
.text-red-900\/15 {
  color: rgb(127 29 29 / 0.15);
}
.text-red-900\/20 {
  color: rgb(127 29 29 / 0.2);
}
.text-red-900\/25 {
  color: rgb(127 29 29 / 0.25);
}
.text-red-900\/30 {
  color: rgb(127 29 29 / 0.3);
}
.text-red-900\/35 {
  color: rgb(127 29 29 / 0.35);
}
.text-red-900\/40 {
  color: rgb(127 29 29 / 0.4);
}
.text-red-900\/45 {
  color: rgb(127 29 29 / 0.45);
}
.text-red-900\/5 {
  color: rgb(127 29 29 / 0.05);
}
.text-red-900\/50 {
  color: rgb(127 29 29 / 0.5);
}
.text-red-900\/55 {
  color: rgb(127 29 29 / 0.55);
}
.text-red-900\/60 {
  color: rgb(127 29 29 / 0.6);
}
.text-red-900\/65 {
  color: rgb(127 29 29 / 0.65);
}
.text-red-900\/70 {
  color: rgb(127 29 29 / 0.7);
}
.text-red-900\/75 {
  color: rgb(127 29 29 / 0.75);
}
.text-red-900\/80 {
  color: rgb(127 29 29 / 0.8);
}
.text-red-900\/85 {
  color: rgb(127 29 29 / 0.85);
}
.text-red-900\/90 {
  color: rgb(127 29 29 / 0.9);
}
.text-red-900\/95 {
  color: rgb(127 29 29 / 0.95);
}
.text-red-950 {
  --tw-text-opacity: 1;
  color: rgb(69 10 10 / var(--tw-text-opacity, 1));
}
.text-red-950\/0 {
  color: rgb(69 10 10 / 0);
}
.text-red-950\/10 {
  color: rgb(69 10 10 / 0.1);
}
.text-red-950\/100 {
  color: rgb(69 10 10 / 1);
}
.text-red-950\/15 {
  color: rgb(69 10 10 / 0.15);
}
.text-red-950\/20 {
  color: rgb(69 10 10 / 0.2);
}
.text-red-950\/25 {
  color: rgb(69 10 10 / 0.25);
}
.text-red-950\/30 {
  color: rgb(69 10 10 / 0.3);
}
.text-red-950\/35 {
  color: rgb(69 10 10 / 0.35);
}
.text-red-950\/40 {
  color: rgb(69 10 10 / 0.4);
}
.text-red-950\/45 {
  color: rgb(69 10 10 / 0.45);
}
.text-red-950\/5 {
  color: rgb(69 10 10 / 0.05);
}
.text-red-950\/50 {
  color: rgb(69 10 10 / 0.5);
}
.text-red-950\/55 {
  color: rgb(69 10 10 / 0.55);
}
.text-red-950\/60 {
  color: rgb(69 10 10 / 0.6);
}
.text-red-950\/65 {
  color: rgb(69 10 10 / 0.65);
}
.text-red-950\/70 {
  color: rgb(69 10 10 / 0.7);
}
.text-red-950\/75 {
  color: rgb(69 10 10 / 0.75);
}
.text-red-950\/80 {
  color: rgb(69 10 10 / 0.8);
}
.text-red-950\/85 {
  color: rgb(69 10 10 / 0.85);
}
.text-red-950\/90 {
  color: rgb(69 10 10 / 0.9);
}
.text-red-950\/95 {
  color: rgb(69 10 10 / 0.95);
}
.text-rose-600 {
  --tw-text-opacity: 1;
  color: rgb(225 29 72 / var(--tw-text-opacity, 1));
}
.text-rose-700 {
  --tw-text-opacity: 1;
  color: rgb(190 18 60 / var(--tw-text-opacity, 1));
}
.text-sky-100 {
  --tw-text-opacity: 1;
  color: rgb(224 242 254 / var(--tw-text-opacity, 1));
}
.text-sky-100\/0 {
  color: rgb(224 242 254 / 0);
}
.text-sky-100\/10 {
  color: rgb(224 242 254 / 0.1);
}
.text-sky-100\/100 {
  color: rgb(224 242 254 / 1);
}
.text-sky-100\/15 {
  color: rgb(224 242 254 / 0.15);
}
.text-sky-100\/20 {
  color: rgb(224 242 254 / 0.2);
}
.text-sky-100\/25 {
  color: rgb(224 242 254 / 0.25);
}
.text-sky-100\/30 {
  color: rgb(224 242 254 / 0.3);
}
.text-sky-100\/35 {
  color: rgb(224 242 254 / 0.35);
}
.text-sky-100\/40 {
  color: rgb(224 242 254 / 0.4);
}
.text-sky-100\/45 {
  color: rgb(224 242 254 / 0.45);
}
.text-sky-100\/5 {
  color: rgb(224 242 254 / 0.05);
}
.text-sky-100\/50 {
  color: rgb(224 242 254 / 0.5);
}
.text-sky-100\/55 {
  color: rgb(224 242 254 / 0.55);
}
.text-sky-100\/60 {
  color: rgb(224 242 254 / 0.6);
}
.text-sky-100\/65 {
  color: rgb(224 242 254 / 0.65);
}
.text-sky-100\/70 {
  color: rgb(224 242 254 / 0.7);
}
.text-sky-100\/75 {
  color: rgb(224 242 254 / 0.75);
}
.text-sky-100\/80 {
  color: rgb(224 242 254 / 0.8);
}
.text-sky-100\/85 {
  color: rgb(224 242 254 / 0.85);
}
.text-sky-100\/90 {
  color: rgb(224 242 254 / 0.9);
}
.text-sky-100\/95 {
  color: rgb(224 242 254 / 0.95);
}
.text-sky-200 {
  --tw-text-opacity: 1;
  color: rgb(186 230 253 / var(--tw-text-opacity, 1));
}
.text-sky-200\/0 {
  color: rgb(186 230 253 / 0);
}
.text-sky-200\/10 {
  color: rgb(186 230 253 / 0.1);
}
.text-sky-200\/100 {
  color: rgb(186 230 253 / 1);
}
.text-sky-200\/15 {
  color: rgb(186 230 253 / 0.15);
}
.text-sky-200\/20 {
  color: rgb(186 230 253 / 0.2);
}
.text-sky-200\/25 {
  color: rgb(186 230 253 / 0.25);
}
.text-sky-200\/30 {
  color: rgb(186 230 253 / 0.3);
}
.text-sky-200\/35 {
  color: rgb(186 230 253 / 0.35);
}
.text-sky-200\/40 {
  color: rgb(186 230 253 / 0.4);
}
.text-sky-200\/45 {
  color: rgb(186 230 253 / 0.45);
}
.text-sky-200\/5 {
  color: rgb(186 230 253 / 0.05);
}
.text-sky-200\/50 {
  color: rgb(186 230 253 / 0.5);
}
.text-sky-200\/55 {
  color: rgb(186 230 253 / 0.55);
}
.text-sky-200\/60 {
  color: rgb(186 230 253 / 0.6);
}
.text-sky-200\/65 {
  color: rgb(186 230 253 / 0.65);
}
.text-sky-200\/70 {
  color: rgb(186 230 253 / 0.7);
}
.text-sky-200\/75 {
  color: rgb(186 230 253 / 0.75);
}
.text-sky-200\/80 {
  color: rgb(186 230 253 / 0.8);
}
.text-sky-200\/85 {
  color: rgb(186 230 253 / 0.85);
}
.text-sky-200\/90 {
  color: rgb(186 230 253 / 0.9);
}
.text-sky-200\/95 {
  color: rgb(186 230 253 / 0.95);
}
.text-sky-300 {
  --tw-text-opacity: 1;
  color: rgb(125 211 252 / var(--tw-text-opacity, 1));
}
.text-sky-300\/0 {
  color: rgb(125 211 252 / 0);
}
.text-sky-300\/10 {
  color: rgb(125 211 252 / 0.1);
}
.text-sky-300\/100 {
  color: rgb(125 211 252 / 1);
}
.text-sky-300\/15 {
  color: rgb(125 211 252 / 0.15);
}
.text-sky-300\/20 {
  color: rgb(125 211 252 / 0.2);
}
.text-sky-300\/25 {
  color: rgb(125 211 252 / 0.25);
}
.text-sky-300\/30 {
  color: rgb(125 211 252 / 0.3);
}
.text-sky-300\/35 {
  color: rgb(125 211 252 / 0.35);
}
.text-sky-300\/40 {
  color: rgb(125 211 252 / 0.4);
}
.text-sky-300\/45 {
  color: rgb(125 211 252 / 0.45);
}
.text-sky-300\/5 {
  color: rgb(125 211 252 / 0.05);
}
.text-sky-300\/50 {
  color: rgb(125 211 252 / 0.5);
}
.text-sky-300\/55 {
  color: rgb(125 211 252 / 0.55);
}
.text-sky-300\/60 {
  color: rgb(125 211 252 / 0.6);
}
.text-sky-300\/65 {
  color: rgb(125 211 252 / 0.65);
}
.text-sky-300\/70 {
  color: rgb(125 211 252 / 0.7);
}
.text-sky-300\/75 {
  color: rgb(125 211 252 / 0.75);
}
.text-sky-300\/80 {
  color: rgb(125 211 252 / 0.8);
}
.text-sky-300\/85 {
  color: rgb(125 211 252 / 0.85);
}
.text-sky-300\/90 {
  color: rgb(125 211 252 / 0.9);
}
.text-sky-300\/95 {
  color: rgb(125 211 252 / 0.95);
}
.text-sky-400 {
  --tw-text-opacity: 1;
  color: rgb(56 189 248 / var(--tw-text-opacity, 1));
}
.text-sky-400\/0 {
  color: rgb(56 189 248 / 0);
}
.text-sky-400\/10 {
  color: rgb(56 189 248 / 0.1);
}
.text-sky-400\/100 {
  color: rgb(56 189 248 / 1);
}
.text-sky-400\/15 {
  color: rgb(56 189 248 / 0.15);
}
.text-sky-400\/20 {
  color: rgb(56 189 248 / 0.2);
}
.text-sky-400\/25 {
  color: rgb(56 189 248 / 0.25);
}
.text-sky-400\/30 {
  color: rgb(56 189 248 / 0.3);
}
.text-sky-400\/35 {
  color: rgb(56 189 248 / 0.35);
}
.text-sky-400\/40 {
  color: rgb(56 189 248 / 0.4);
}
.text-sky-400\/45 {
  color: rgb(56 189 248 / 0.45);
}
.text-sky-400\/5 {
  color: rgb(56 189 248 / 0.05);
}
.text-sky-400\/50 {
  color: rgb(56 189 248 / 0.5);
}
.text-sky-400\/55 {
  color: rgb(56 189 248 / 0.55);
}
.text-sky-400\/60 {
  color: rgb(56 189 248 / 0.6);
}
.text-sky-400\/65 {
  color: rgb(56 189 248 / 0.65);
}
.text-sky-400\/70 {
  color: rgb(56 189 248 / 0.7);
}
.text-sky-400\/75 {
  color: rgb(56 189 248 / 0.75);
}
.text-sky-400\/80 {
  color: rgb(56 189 248 / 0.8);
}
.text-sky-400\/85 {
  color: rgb(56 189 248 / 0.85);
}
.text-sky-400\/90 {
  color: rgb(56 189 248 / 0.9);
}
.text-sky-400\/95 {
  color: rgb(56 189 248 / 0.95);
}
.text-sky-50 {
  --tw-text-opacity: 1;
  color: rgb(240 249 255 / var(--tw-text-opacity, 1));
}
.text-sky-50\/0 {
  color: rgb(240 249 255 / 0);
}
.text-sky-50\/10 {
  color: rgb(240 249 255 / 0.1);
}
.text-sky-50\/100 {
  color: rgb(240 249 255 / 1);
}
.text-sky-50\/15 {
  color: rgb(240 249 255 / 0.15);
}
.text-sky-50\/20 {
  color: rgb(240 249 255 / 0.2);
}
.text-sky-50\/25 {
  color: rgb(240 249 255 / 0.25);
}
.text-sky-50\/30 {
  color: rgb(240 249 255 / 0.3);
}
.text-sky-50\/35 {
  color: rgb(240 249 255 / 0.35);
}
.text-sky-50\/40 {
  color: rgb(240 249 255 / 0.4);
}
.text-sky-50\/45 {
  color: rgb(240 249 255 / 0.45);
}
.text-sky-50\/5 {
  color: rgb(240 249 255 / 0.05);
}
.text-sky-50\/50 {
  color: rgb(240 249 255 / 0.5);
}
.text-sky-50\/55 {
  color: rgb(240 249 255 / 0.55);
}
.text-sky-50\/60 {
  color: rgb(240 249 255 / 0.6);
}
.text-sky-50\/65 {
  color: rgb(240 249 255 / 0.65);
}
.text-sky-50\/70 {
  color: rgb(240 249 255 / 0.7);
}
.text-sky-50\/75 {
  color: rgb(240 249 255 / 0.75);
}
.text-sky-50\/80 {
  color: rgb(240 249 255 / 0.8);
}
.text-sky-50\/85 {
  color: rgb(240 249 255 / 0.85);
}
.text-sky-50\/90 {
  color: rgb(240 249 255 / 0.9);
}
.text-sky-50\/95 {
  color: rgb(240 249 255 / 0.95);
}
.text-sky-500 {
  --tw-text-opacity: 1;
  color: rgb(14 165 233 / var(--tw-text-opacity, 1));
}
.text-sky-500\/0 {
  color: rgb(14 165 233 / 0);
}
.text-sky-500\/10 {
  color: rgb(14 165 233 / 0.1);
}
.text-sky-500\/100 {
  color: rgb(14 165 233 / 1);
}
.text-sky-500\/15 {
  color: rgb(14 165 233 / 0.15);
}
.text-sky-500\/20 {
  color: rgb(14 165 233 / 0.2);
}
.text-sky-500\/25 {
  color: rgb(14 165 233 / 0.25);
}
.text-sky-500\/30 {
  color: rgb(14 165 233 / 0.3);
}
.text-sky-500\/35 {
  color: rgb(14 165 233 / 0.35);
}
.text-sky-500\/40 {
  color: rgb(14 165 233 / 0.4);
}
.text-sky-500\/45 {
  color: rgb(14 165 233 / 0.45);
}
.text-sky-500\/5 {
  color: rgb(14 165 233 / 0.05);
}
.text-sky-500\/50 {
  color: rgb(14 165 233 / 0.5);
}
.text-sky-500\/55 {
  color: rgb(14 165 233 / 0.55);
}
.text-sky-500\/60 {
  color: rgb(14 165 233 / 0.6);
}
.text-sky-500\/65 {
  color: rgb(14 165 233 / 0.65);
}
.text-sky-500\/70 {
  color: rgb(14 165 233 / 0.7);
}
.text-sky-500\/75 {
  color: rgb(14 165 233 / 0.75);
}
.text-sky-500\/80 {
  color: rgb(14 165 233 / 0.8);
}
.text-sky-500\/85 {
  color: rgb(14 165 233 / 0.85);
}
.text-sky-500\/90 {
  color: rgb(14 165 233 / 0.9);
}
.text-sky-500\/95 {
  color: rgb(14 165 233 / 0.95);
}
.text-sky-600 {
  --tw-text-opacity: 1;
  color: rgb(2 132 199 / var(--tw-text-opacity, 1));
}
.text-sky-600\/0 {
  color: rgb(2 132 199 / 0);
}
.text-sky-600\/10 {
  color: rgb(2 132 199 / 0.1);
}
.text-sky-600\/100 {
  color: rgb(2 132 199 / 1);
}
.text-sky-600\/15 {
  color: rgb(2 132 199 / 0.15);
}
.text-sky-600\/20 {
  color: rgb(2 132 199 / 0.2);
}
.text-sky-600\/25 {
  color: rgb(2 132 199 / 0.25);
}
.text-sky-600\/30 {
  color: rgb(2 132 199 / 0.3);
}
.text-sky-600\/35 {
  color: rgb(2 132 199 / 0.35);
}
.text-sky-600\/40 {
  color: rgb(2 132 199 / 0.4);
}
.text-sky-600\/45 {
  color: rgb(2 132 199 / 0.45);
}
.text-sky-600\/5 {
  color: rgb(2 132 199 / 0.05);
}
.text-sky-600\/50 {
  color: rgb(2 132 199 / 0.5);
}
.text-sky-600\/55 {
  color: rgb(2 132 199 / 0.55);
}
.text-sky-600\/60 {
  color: rgb(2 132 199 / 0.6);
}
.text-sky-600\/65 {
  color: rgb(2 132 199 / 0.65);
}
.text-sky-600\/70 {
  color: rgb(2 132 199 / 0.7);
}
.text-sky-600\/75 {
  color: rgb(2 132 199 / 0.75);
}
.text-sky-600\/80 {
  color: rgb(2 132 199 / 0.8);
}
.text-sky-600\/85 {
  color: rgb(2 132 199 / 0.85);
}
.text-sky-600\/90 {
  color: rgb(2 132 199 / 0.9);
}
.text-sky-600\/95 {
  color: rgb(2 132 199 / 0.95);
}
.text-sky-700 {
  --tw-text-opacity: 1;
  color: rgb(3 105 161 / var(--tw-text-opacity, 1));
}
.text-sky-700\/0 {
  color: rgb(3 105 161 / 0);
}
.text-sky-700\/10 {
  color: rgb(3 105 161 / 0.1);
}
.text-sky-700\/100 {
  color: rgb(3 105 161 / 1);
}
.text-sky-700\/15 {
  color: rgb(3 105 161 / 0.15);
}
.text-sky-700\/20 {
  color: rgb(3 105 161 / 0.2);
}
.text-sky-700\/25 {
  color: rgb(3 105 161 / 0.25);
}
.text-sky-700\/30 {
  color: rgb(3 105 161 / 0.3);
}
.text-sky-700\/35 {
  color: rgb(3 105 161 / 0.35);
}
.text-sky-700\/40 {
  color: rgb(3 105 161 / 0.4);
}
.text-sky-700\/45 {
  color: rgb(3 105 161 / 0.45);
}
.text-sky-700\/5 {
  color: rgb(3 105 161 / 0.05);
}
.text-sky-700\/50 {
  color: rgb(3 105 161 / 0.5);
}
.text-sky-700\/55 {
  color: rgb(3 105 161 / 0.55);
}
.text-sky-700\/60 {
  color: rgb(3 105 161 / 0.6);
}
.text-sky-700\/65 {
  color: rgb(3 105 161 / 0.65);
}
.text-sky-700\/70 {
  color: rgb(3 105 161 / 0.7);
}
.text-sky-700\/75 {
  color: rgb(3 105 161 / 0.75);
}
.text-sky-700\/80 {
  color: rgb(3 105 161 / 0.8);
}
.text-sky-700\/85 {
  color: rgb(3 105 161 / 0.85);
}
.text-sky-700\/90 {
  color: rgb(3 105 161 / 0.9);
}
.text-sky-700\/95 {
  color: rgb(3 105 161 / 0.95);
}
.text-sky-800 {
  --tw-text-opacity: 1;
  color: rgb(7 89 133 / var(--tw-text-opacity, 1));
}
.text-sky-800\/0 {
  color: rgb(7 89 133 / 0);
}
.text-sky-800\/10 {
  color: rgb(7 89 133 / 0.1);
}
.text-sky-800\/100 {
  color: rgb(7 89 133 / 1);
}
.text-sky-800\/15 {
  color: rgb(7 89 133 / 0.15);
}
.text-sky-800\/20 {
  color: rgb(7 89 133 / 0.2);
}
.text-sky-800\/25 {
  color: rgb(7 89 133 / 0.25);
}
.text-sky-800\/30 {
  color: rgb(7 89 133 / 0.3);
}
.text-sky-800\/35 {
  color: rgb(7 89 133 / 0.35);
}
.text-sky-800\/40 {
  color: rgb(7 89 133 / 0.4);
}
.text-sky-800\/45 {
  color: rgb(7 89 133 / 0.45);
}
.text-sky-800\/5 {
  color: rgb(7 89 133 / 0.05);
}
.text-sky-800\/50 {
  color: rgb(7 89 133 / 0.5);
}
.text-sky-800\/55 {
  color: rgb(7 89 133 / 0.55);
}
.text-sky-800\/60 {
  color: rgb(7 89 133 / 0.6);
}
.text-sky-800\/65 {
  color: rgb(7 89 133 / 0.65);
}
.text-sky-800\/70 {
  color: rgb(7 89 133 / 0.7);
}
.text-sky-800\/75 {
  color: rgb(7 89 133 / 0.75);
}
.text-sky-800\/80 {
  color: rgb(7 89 133 / 0.8);
}
.text-sky-800\/85 {
  color: rgb(7 89 133 / 0.85);
}
.text-sky-800\/90 {
  color: rgb(7 89 133 / 0.9);
}
.text-sky-800\/95 {
  color: rgb(7 89 133 / 0.95);
}
.text-sky-900 {
  --tw-text-opacity: 1;
  color: rgb(12 74 110 / var(--tw-text-opacity, 1));
}
.text-sky-900\/0 {
  color: rgb(12 74 110 / 0);
}
.text-sky-900\/10 {
  color: rgb(12 74 110 / 0.1);
}
.text-sky-900\/100 {
  color: rgb(12 74 110 / 1);
}
.text-sky-900\/15 {
  color: rgb(12 74 110 / 0.15);
}
.text-sky-900\/20 {
  color: rgb(12 74 110 / 0.2);
}
.text-sky-900\/25 {
  color: rgb(12 74 110 / 0.25);
}
.text-sky-900\/30 {
  color: rgb(12 74 110 / 0.3);
}
.text-sky-900\/35 {
  color: rgb(12 74 110 / 0.35);
}
.text-sky-900\/40 {
  color: rgb(12 74 110 / 0.4);
}
.text-sky-900\/45 {
  color: rgb(12 74 110 / 0.45);
}
.text-sky-900\/5 {
  color: rgb(12 74 110 / 0.05);
}
.text-sky-900\/50 {
  color: rgb(12 74 110 / 0.5);
}
.text-sky-900\/55 {
  color: rgb(12 74 110 / 0.55);
}
.text-sky-900\/60 {
  color: rgb(12 74 110 / 0.6);
}
.text-sky-900\/65 {
  color: rgb(12 74 110 / 0.65);
}
.text-sky-900\/70 {
  color: rgb(12 74 110 / 0.7);
}
.text-sky-900\/75 {
  color: rgb(12 74 110 / 0.75);
}
.text-sky-900\/80 {
  color: rgb(12 74 110 / 0.8);
}
.text-sky-900\/85 {
  color: rgb(12 74 110 / 0.85);
}
.text-sky-900\/90 {
  color: rgb(12 74 110 / 0.9);
}
.text-sky-900\/95 {
  color: rgb(12 74 110 / 0.95);
}
.text-sky-950 {
  --tw-text-opacity: 1;
  color: rgb(8 47 73 / var(--tw-text-opacity, 1));
}
.text-sky-950\/0 {
  color: rgb(8 47 73 / 0);
}
.text-sky-950\/10 {
  color: rgb(8 47 73 / 0.1);
}
.text-sky-950\/100 {
  color: rgb(8 47 73 / 1);
}
.text-sky-950\/15 {
  color: rgb(8 47 73 / 0.15);
}
.text-sky-950\/20 {
  color: rgb(8 47 73 / 0.2);
}
.text-sky-950\/25 {
  color: rgb(8 47 73 / 0.25);
}
.text-sky-950\/30 {
  color: rgb(8 47 73 / 0.3);
}
.text-sky-950\/35 {
  color: rgb(8 47 73 / 0.35);
}
.text-sky-950\/40 {
  color: rgb(8 47 73 / 0.4);
}
.text-sky-950\/45 {
  color: rgb(8 47 73 / 0.45);
}
.text-sky-950\/5 {
  color: rgb(8 47 73 / 0.05);
}
.text-sky-950\/50 {
  color: rgb(8 47 73 / 0.5);
}
.text-sky-950\/55 {
  color: rgb(8 47 73 / 0.55);
}
.text-sky-950\/60 {
  color: rgb(8 47 73 / 0.6);
}
.text-sky-950\/65 {
  color: rgb(8 47 73 / 0.65);
}
.text-sky-950\/70 {
  color: rgb(8 47 73 / 0.7);
}
.text-sky-950\/75 {
  color: rgb(8 47 73 / 0.75);
}
.text-sky-950\/80 {
  color: rgb(8 47 73 / 0.8);
}
.text-sky-950\/85 {
  color: rgb(8 47 73 / 0.85);
}
.text-sky-950\/90 {
  color: rgb(8 47 73 / 0.9);
}
.text-sky-950\/95 {
  color: rgb(8 47 73 / 0.95);
}
.text-slate-300 {
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity, 1));
}
.text-slate-400 {
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}
.text-slate-500 {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}
.text-slate-600 {
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity, 1));
}
.text-slate-700 {
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity, 1));
}
.text-slate-700\/80 {
  color: rgb(51 65 85 / 0.8);
}
.text-slate-800 {
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity, 1));
}
.text-slate-900 {
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity, 1));
}
.text-surface-400 {
  --tw-text-opacity: 1;
  color: color-mix(in srgb, var(--p-surface-400) calc(100% * var(--tw-text-opacity, 1)), transparent);
}
.text-surface-500 {
  --tw-text-opacity: 1;
  color: color-mix(in srgb, var(--p-surface-500) calc(100% * var(--tw-text-opacity, 1)), transparent);
}
.text-surface-600 {
  --tw-text-opacity: 1;
  color: color-mix(in srgb, var(--p-surface-600) calc(100% * var(--tw-text-opacity, 1)), transparent);
}
.text-surface-700 {
  --tw-text-opacity: 1;
  color: color-mix(in srgb, var(--p-surface-700) calc(100% * var(--tw-text-opacity, 1)), transparent);
}
.text-surface-800 {
  --tw-text-opacity: 1;
  color: color-mix(in srgb, var(--p-surface-800) calc(100% * var(--tw-text-opacity, 1)), transparent);
}
.text-surface-900 {
  --tw-text-opacity: 1;
  color: color-mix(in srgb, var(--p-surface-900) calc(100% * var(--tw-text-opacity, 1)), transparent);
}
.text-teal-100 {
  --tw-text-opacity: 1;
  color: rgb(204 251 241 / var(--tw-text-opacity, 1));
}
.text-teal-100\/0 {
  color: rgb(204 251 241 / 0);
}
.text-teal-100\/10 {
  color: rgb(204 251 241 / 0.1);
}
.text-teal-100\/100 {
  color: rgb(204 251 241 / 1);
}
.text-teal-100\/15 {
  color: rgb(204 251 241 / 0.15);
}
.text-teal-100\/20 {
  color: rgb(204 251 241 / 0.2);
}
.text-teal-100\/25 {
  color: rgb(204 251 241 / 0.25);
}
.text-teal-100\/30 {
  color: rgb(204 251 241 / 0.3);
}
.text-teal-100\/35 {
  color: rgb(204 251 241 / 0.35);
}
.text-teal-100\/40 {
  color: rgb(204 251 241 / 0.4);
}
.text-teal-100\/45 {
  color: rgb(204 251 241 / 0.45);
}
.text-teal-100\/5 {
  color: rgb(204 251 241 / 0.05);
}
.text-teal-100\/50 {
  color: rgb(204 251 241 / 0.5);
}
.text-teal-100\/55 {
  color: rgb(204 251 241 / 0.55);
}
.text-teal-100\/60 {
  color: rgb(204 251 241 / 0.6);
}
.text-teal-100\/65 {
  color: rgb(204 251 241 / 0.65);
}
.text-teal-100\/70 {
  color: rgb(204 251 241 / 0.7);
}
.text-teal-100\/75 {
  color: rgb(204 251 241 / 0.75);
}
.text-teal-100\/80 {
  color: rgb(204 251 241 / 0.8);
}
.text-teal-100\/85 {
  color: rgb(204 251 241 / 0.85);
}
.text-teal-100\/90 {
  color: rgb(204 251 241 / 0.9);
}
.text-teal-100\/95 {
  color: rgb(204 251 241 / 0.95);
}
.text-teal-200 {
  --tw-text-opacity: 1;
  color: rgb(153 246 228 / var(--tw-text-opacity, 1));
}
.text-teal-200\/0 {
  color: rgb(153 246 228 / 0);
}
.text-teal-200\/10 {
  color: rgb(153 246 228 / 0.1);
}
.text-teal-200\/100 {
  color: rgb(153 246 228 / 1);
}
.text-teal-200\/15 {
  color: rgb(153 246 228 / 0.15);
}
.text-teal-200\/20 {
  color: rgb(153 246 228 / 0.2);
}
.text-teal-200\/25 {
  color: rgb(153 246 228 / 0.25);
}
.text-teal-200\/30 {
  color: rgb(153 246 228 / 0.3);
}
.text-teal-200\/35 {
  color: rgb(153 246 228 / 0.35);
}
.text-teal-200\/40 {
  color: rgb(153 246 228 / 0.4);
}
.text-teal-200\/45 {
  color: rgb(153 246 228 / 0.45);
}
.text-teal-200\/5 {
  color: rgb(153 246 228 / 0.05);
}
.text-teal-200\/50 {
  color: rgb(153 246 228 / 0.5);
}
.text-teal-200\/55 {
  color: rgb(153 246 228 / 0.55);
}
.text-teal-200\/60 {
  color: rgb(153 246 228 / 0.6);
}
.text-teal-200\/65 {
  color: rgb(153 246 228 / 0.65);
}
.text-teal-200\/70 {
  color: rgb(153 246 228 / 0.7);
}
.text-teal-200\/75 {
  color: rgb(153 246 228 / 0.75);
}
.text-teal-200\/80 {
  color: rgb(153 246 228 / 0.8);
}
.text-teal-200\/85 {
  color: rgb(153 246 228 / 0.85);
}
.text-teal-200\/90 {
  color: rgb(153 246 228 / 0.9);
}
.text-teal-200\/95 {
  color: rgb(153 246 228 / 0.95);
}
.text-teal-300 {
  --tw-text-opacity: 1;
  color: rgb(94 234 212 / var(--tw-text-opacity, 1));
}
.text-teal-300\/0 {
  color: rgb(94 234 212 / 0);
}
.text-teal-300\/10 {
  color: rgb(94 234 212 / 0.1);
}
.text-teal-300\/100 {
  color: rgb(94 234 212 / 1);
}
.text-teal-300\/15 {
  color: rgb(94 234 212 / 0.15);
}
.text-teal-300\/20 {
  color: rgb(94 234 212 / 0.2);
}
.text-teal-300\/25 {
  color: rgb(94 234 212 / 0.25);
}
.text-teal-300\/30 {
  color: rgb(94 234 212 / 0.3);
}
.text-teal-300\/35 {
  color: rgb(94 234 212 / 0.35);
}
.text-teal-300\/40 {
  color: rgb(94 234 212 / 0.4);
}
.text-teal-300\/45 {
  color: rgb(94 234 212 / 0.45);
}
.text-teal-300\/5 {
  color: rgb(94 234 212 / 0.05);
}
.text-teal-300\/50 {
  color: rgb(94 234 212 / 0.5);
}
.text-teal-300\/55 {
  color: rgb(94 234 212 / 0.55);
}
.text-teal-300\/60 {
  color: rgb(94 234 212 / 0.6);
}
.text-teal-300\/65 {
  color: rgb(94 234 212 / 0.65);
}
.text-teal-300\/70 {
  color: rgb(94 234 212 / 0.7);
}
.text-teal-300\/75 {
  color: rgb(94 234 212 / 0.75);
}
.text-teal-300\/80 {
  color: rgb(94 234 212 / 0.8);
}
.text-teal-300\/85 {
  color: rgb(94 234 212 / 0.85);
}
.text-teal-300\/90 {
  color: rgb(94 234 212 / 0.9);
}
.text-teal-300\/95 {
  color: rgb(94 234 212 / 0.95);
}
.text-teal-400 {
  --tw-text-opacity: 1;
  color: rgb(45 212 191 / var(--tw-text-opacity, 1));
}
.text-teal-400\/0 {
  color: rgb(45 212 191 / 0);
}
.text-teal-400\/10 {
  color: rgb(45 212 191 / 0.1);
}
.text-teal-400\/100 {
  color: rgb(45 212 191 / 1);
}
.text-teal-400\/15 {
  color: rgb(45 212 191 / 0.15);
}
.text-teal-400\/20 {
  color: rgb(45 212 191 / 0.2);
}
.text-teal-400\/25 {
  color: rgb(45 212 191 / 0.25);
}
.text-teal-400\/30 {
  color: rgb(45 212 191 / 0.3);
}
.text-teal-400\/35 {
  color: rgb(45 212 191 / 0.35);
}
.text-teal-400\/40 {
  color: rgb(45 212 191 / 0.4);
}
.text-teal-400\/45 {
  color: rgb(45 212 191 / 0.45);
}
.text-teal-400\/5 {
  color: rgb(45 212 191 / 0.05);
}
.text-teal-400\/50 {
  color: rgb(45 212 191 / 0.5);
}
.text-teal-400\/55 {
  color: rgb(45 212 191 / 0.55);
}
.text-teal-400\/60 {
  color: rgb(45 212 191 / 0.6);
}
.text-teal-400\/65 {
  color: rgb(45 212 191 / 0.65);
}
.text-teal-400\/70 {
  color: rgb(45 212 191 / 0.7);
}
.text-teal-400\/75 {
  color: rgb(45 212 191 / 0.75);
}
.text-teal-400\/80 {
  color: rgb(45 212 191 / 0.8);
}
.text-teal-400\/85 {
  color: rgb(45 212 191 / 0.85);
}
.text-teal-400\/90 {
  color: rgb(45 212 191 / 0.9);
}
.text-teal-400\/95 {
  color: rgb(45 212 191 / 0.95);
}
.text-teal-50 {
  --tw-text-opacity: 1;
  color: rgb(240 253 250 / var(--tw-text-opacity, 1));
}
.text-teal-50\/0 {
  color: rgb(240 253 250 / 0);
}
.text-teal-50\/10 {
  color: rgb(240 253 250 / 0.1);
}
.text-teal-50\/100 {
  color: rgb(240 253 250 / 1);
}
.text-teal-50\/15 {
  color: rgb(240 253 250 / 0.15);
}
.text-teal-50\/20 {
  color: rgb(240 253 250 / 0.2);
}
.text-teal-50\/25 {
  color: rgb(240 253 250 / 0.25);
}
.text-teal-50\/30 {
  color: rgb(240 253 250 / 0.3);
}
.text-teal-50\/35 {
  color: rgb(240 253 250 / 0.35);
}
.text-teal-50\/40 {
  color: rgb(240 253 250 / 0.4);
}
.text-teal-50\/45 {
  color: rgb(240 253 250 / 0.45);
}
.text-teal-50\/5 {
  color: rgb(240 253 250 / 0.05);
}
.text-teal-50\/50 {
  color: rgb(240 253 250 / 0.5);
}
.text-teal-50\/55 {
  color: rgb(240 253 250 / 0.55);
}
.text-teal-50\/60 {
  color: rgb(240 253 250 / 0.6);
}
.text-teal-50\/65 {
  color: rgb(240 253 250 / 0.65);
}
.text-teal-50\/70 {
  color: rgb(240 253 250 / 0.7);
}
.text-teal-50\/75 {
  color: rgb(240 253 250 / 0.75);
}
.text-teal-50\/80 {
  color: rgb(240 253 250 / 0.8);
}
.text-teal-50\/85 {
  color: rgb(240 253 250 / 0.85);
}
.text-teal-50\/90 {
  color: rgb(240 253 250 / 0.9);
}
.text-teal-50\/95 {
  color: rgb(240 253 250 / 0.95);
}
.text-teal-500 {
  --tw-text-opacity: 1;
  color: rgb(20 184 166 / var(--tw-text-opacity, 1));
}
.text-teal-500\/0 {
  color: rgb(20 184 166 / 0);
}
.text-teal-500\/10 {
  color: rgb(20 184 166 / 0.1);
}
.text-teal-500\/100 {
  color: rgb(20 184 166 / 1);
}
.text-teal-500\/15 {
  color: rgb(20 184 166 / 0.15);
}
.text-teal-500\/20 {
  color: rgb(20 184 166 / 0.2);
}
.text-teal-500\/25 {
  color: rgb(20 184 166 / 0.25);
}
.text-teal-500\/30 {
  color: rgb(20 184 166 / 0.3);
}
.text-teal-500\/35 {
  color: rgb(20 184 166 / 0.35);
}
.text-teal-500\/40 {
  color: rgb(20 184 166 / 0.4);
}
.text-teal-500\/45 {
  color: rgb(20 184 166 / 0.45);
}
.text-teal-500\/5 {
  color: rgb(20 184 166 / 0.05);
}
.text-teal-500\/50 {
  color: rgb(20 184 166 / 0.5);
}
.text-teal-500\/55 {
  color: rgb(20 184 166 / 0.55);
}
.text-teal-500\/60 {
  color: rgb(20 184 166 / 0.6);
}
.text-teal-500\/65 {
  color: rgb(20 184 166 / 0.65);
}
.text-teal-500\/70 {
  color: rgb(20 184 166 / 0.7);
}
.text-teal-500\/75 {
  color: rgb(20 184 166 / 0.75);
}
.text-teal-500\/80 {
  color: rgb(20 184 166 / 0.8);
}
.text-teal-500\/85 {
  color: rgb(20 184 166 / 0.85);
}
.text-teal-500\/90 {
  color: rgb(20 184 166 / 0.9);
}
.text-teal-500\/95 {
  color: rgb(20 184 166 / 0.95);
}
.text-teal-600 {
  --tw-text-opacity: 1;
  color: rgb(13 148 136 / var(--tw-text-opacity, 1));
}
.text-teal-600\/0 {
  color: rgb(13 148 136 / 0);
}
.text-teal-600\/10 {
  color: rgb(13 148 136 / 0.1);
}
.text-teal-600\/100 {
  color: rgb(13 148 136 / 1);
}
.text-teal-600\/15 {
  color: rgb(13 148 136 / 0.15);
}
.text-teal-600\/20 {
  color: rgb(13 148 136 / 0.2);
}
.text-teal-600\/25 {
  color: rgb(13 148 136 / 0.25);
}
.text-teal-600\/30 {
  color: rgb(13 148 136 / 0.3);
}
.text-teal-600\/35 {
  color: rgb(13 148 136 / 0.35);
}
.text-teal-600\/40 {
  color: rgb(13 148 136 / 0.4);
}
.text-teal-600\/45 {
  color: rgb(13 148 136 / 0.45);
}
.text-teal-600\/5 {
  color: rgb(13 148 136 / 0.05);
}
.text-teal-600\/50 {
  color: rgb(13 148 136 / 0.5);
}
.text-teal-600\/55 {
  color: rgb(13 148 136 / 0.55);
}
.text-teal-600\/60 {
  color: rgb(13 148 136 / 0.6);
}
.text-teal-600\/65 {
  color: rgb(13 148 136 / 0.65);
}
.text-teal-600\/70 {
  color: rgb(13 148 136 / 0.7);
}
.text-teal-600\/75 {
  color: rgb(13 148 136 / 0.75);
}
.text-teal-600\/80 {
  color: rgb(13 148 136 / 0.8);
}
.text-teal-600\/85 {
  color: rgb(13 148 136 / 0.85);
}
.text-teal-600\/90 {
  color: rgb(13 148 136 / 0.9);
}
.text-teal-600\/95 {
  color: rgb(13 148 136 / 0.95);
}
.text-teal-700 {
  --tw-text-opacity: 1;
  color: rgb(15 118 110 / var(--tw-text-opacity, 1));
}
.text-teal-700\/0 {
  color: rgb(15 118 110 / 0);
}
.text-teal-700\/10 {
  color: rgb(15 118 110 / 0.1);
}
.text-teal-700\/100 {
  color: rgb(15 118 110 / 1);
}
.text-teal-700\/15 {
  color: rgb(15 118 110 / 0.15);
}
.text-teal-700\/20 {
  color: rgb(15 118 110 / 0.2);
}
.text-teal-700\/25 {
  color: rgb(15 118 110 / 0.25);
}
.text-teal-700\/30 {
  color: rgb(15 118 110 / 0.3);
}
.text-teal-700\/35 {
  color: rgb(15 118 110 / 0.35);
}
.text-teal-700\/40 {
  color: rgb(15 118 110 / 0.4);
}
.text-teal-700\/45 {
  color: rgb(15 118 110 / 0.45);
}
.text-teal-700\/5 {
  color: rgb(15 118 110 / 0.05);
}
.text-teal-700\/50 {
  color: rgb(15 118 110 / 0.5);
}
.text-teal-700\/55 {
  color: rgb(15 118 110 / 0.55);
}
.text-teal-700\/60 {
  color: rgb(15 118 110 / 0.6);
}
.text-teal-700\/65 {
  color: rgb(15 118 110 / 0.65);
}
.text-teal-700\/70 {
  color: rgb(15 118 110 / 0.7);
}
.text-teal-700\/75 {
  color: rgb(15 118 110 / 0.75);
}
.text-teal-700\/80 {
  color: rgb(15 118 110 / 0.8);
}
.text-teal-700\/85 {
  color: rgb(15 118 110 / 0.85);
}
.text-teal-700\/90 {
  color: rgb(15 118 110 / 0.9);
}
.text-teal-700\/95 {
  color: rgb(15 118 110 / 0.95);
}
.text-teal-800 {
  --tw-text-opacity: 1;
  color: rgb(17 94 89 / var(--tw-text-opacity, 1));
}
.text-teal-800\/0 {
  color: rgb(17 94 89 / 0);
}
.text-teal-800\/10 {
  color: rgb(17 94 89 / 0.1);
}
.text-teal-800\/100 {
  color: rgb(17 94 89 / 1);
}
.text-teal-800\/15 {
  color: rgb(17 94 89 / 0.15);
}
.text-teal-800\/20 {
  color: rgb(17 94 89 / 0.2);
}
.text-teal-800\/25 {
  color: rgb(17 94 89 / 0.25);
}
.text-teal-800\/30 {
  color: rgb(17 94 89 / 0.3);
}
.text-teal-800\/35 {
  color: rgb(17 94 89 / 0.35);
}
.text-teal-800\/40 {
  color: rgb(17 94 89 / 0.4);
}
.text-teal-800\/45 {
  color: rgb(17 94 89 / 0.45);
}
.text-teal-800\/5 {
  color: rgb(17 94 89 / 0.05);
}
.text-teal-800\/50 {
  color: rgb(17 94 89 / 0.5);
}
.text-teal-800\/55 {
  color: rgb(17 94 89 / 0.55);
}
.text-teal-800\/60 {
  color: rgb(17 94 89 / 0.6);
}
.text-teal-800\/65 {
  color: rgb(17 94 89 / 0.65);
}
.text-teal-800\/70 {
  color: rgb(17 94 89 / 0.7);
}
.text-teal-800\/75 {
  color: rgb(17 94 89 / 0.75);
}
.text-teal-800\/80 {
  color: rgb(17 94 89 / 0.8);
}
.text-teal-800\/85 {
  color: rgb(17 94 89 / 0.85);
}
.text-teal-800\/90 {
  color: rgb(17 94 89 / 0.9);
}
.text-teal-800\/95 {
  color: rgb(17 94 89 / 0.95);
}
.text-teal-900 {
  --tw-text-opacity: 1;
  color: rgb(19 78 74 / var(--tw-text-opacity, 1));
}
.text-teal-900\/0 {
  color: rgb(19 78 74 / 0);
}
.text-teal-900\/10 {
  color: rgb(19 78 74 / 0.1);
}
.text-teal-900\/100 {
  color: rgb(19 78 74 / 1);
}
.text-teal-900\/15 {
  color: rgb(19 78 74 / 0.15);
}
.text-teal-900\/20 {
  color: rgb(19 78 74 / 0.2);
}
.text-teal-900\/25 {
  color: rgb(19 78 74 / 0.25);
}
.text-teal-900\/30 {
  color: rgb(19 78 74 / 0.3);
}
.text-teal-900\/35 {
  color: rgb(19 78 74 / 0.35);
}
.text-teal-900\/40 {
  color: rgb(19 78 74 / 0.4);
}
.text-teal-900\/45 {
  color: rgb(19 78 74 / 0.45);
}
.text-teal-900\/5 {
  color: rgb(19 78 74 / 0.05);
}
.text-teal-900\/50 {
  color: rgb(19 78 74 / 0.5);
}
.text-teal-900\/55 {
  color: rgb(19 78 74 / 0.55);
}
.text-teal-900\/60 {
  color: rgb(19 78 74 / 0.6);
}
.text-teal-900\/65 {
  color: rgb(19 78 74 / 0.65);
}
.text-teal-900\/70 {
  color: rgb(19 78 74 / 0.7);
}
.text-teal-900\/75 {
  color: rgb(19 78 74 / 0.75);
}
.text-teal-900\/80 {
  color: rgb(19 78 74 / 0.8);
}
.text-teal-900\/85 {
  color: rgb(19 78 74 / 0.85);
}
.text-teal-900\/90 {
  color: rgb(19 78 74 / 0.9);
}
.text-teal-900\/95 {
  color: rgb(19 78 74 / 0.95);
}
.text-teal-950 {
  --tw-text-opacity: 1;
  color: rgb(4 47 46 / var(--tw-text-opacity, 1));
}
.text-teal-950\/0 {
  color: rgb(4 47 46 / 0);
}
.text-teal-950\/10 {
  color: rgb(4 47 46 / 0.1);
}
.text-teal-950\/100 {
  color: rgb(4 47 46 / 1);
}
.text-teal-950\/15 {
  color: rgb(4 47 46 / 0.15);
}
.text-teal-950\/20 {
  color: rgb(4 47 46 / 0.2);
}
.text-teal-950\/25 {
  color: rgb(4 47 46 / 0.25);
}
.text-teal-950\/30 {
  color: rgb(4 47 46 / 0.3);
}
.text-teal-950\/35 {
  color: rgb(4 47 46 / 0.35);
}
.text-teal-950\/40 {
  color: rgb(4 47 46 / 0.4);
}
.text-teal-950\/45 {
  color: rgb(4 47 46 / 0.45);
}
.text-teal-950\/5 {
  color: rgb(4 47 46 / 0.05);
}
.text-teal-950\/50 {
  color: rgb(4 47 46 / 0.5);
}
.text-teal-950\/55 {
  color: rgb(4 47 46 / 0.55);
}
.text-teal-950\/60 {
  color: rgb(4 47 46 / 0.6);
}
.text-teal-950\/65 {
  color: rgb(4 47 46 / 0.65);
}
.text-teal-950\/70 {
  color: rgb(4 47 46 / 0.7);
}
.text-teal-950\/75 {
  color: rgb(4 47 46 / 0.75);
}
.text-teal-950\/80 {
  color: rgb(4 47 46 / 0.8);
}
.text-teal-950\/85 {
  color: rgb(4 47 46 / 0.85);
}
.text-teal-950\/90 {
  color: rgb(4 47 46 / 0.9);
}
.text-teal-950\/95 {
  color: rgb(4 47 46 / 0.95);
}
.text-transparent {
  color: transparent;
}
.text-violet-100 {
  --tw-text-opacity: 1;
  color: rgb(237 233 254 / var(--tw-text-opacity, 1));
}
.text-violet-100\/0 {
  color: rgb(237 233 254 / 0);
}
.text-violet-100\/10 {
  color: rgb(237 233 254 / 0.1);
}
.text-violet-100\/100 {
  color: rgb(237 233 254 / 1);
}
.text-violet-100\/15 {
  color: rgb(237 233 254 / 0.15);
}
.text-violet-100\/20 {
  color: rgb(237 233 254 / 0.2);
}
.text-violet-100\/25 {
  color: rgb(237 233 254 / 0.25);
}
.text-violet-100\/30 {
  color: rgb(237 233 254 / 0.3);
}
.text-violet-100\/35 {
  color: rgb(237 233 254 / 0.35);
}
.text-violet-100\/40 {
  color: rgb(237 233 254 / 0.4);
}
.text-violet-100\/45 {
  color: rgb(237 233 254 / 0.45);
}
.text-violet-100\/5 {
  color: rgb(237 233 254 / 0.05);
}
.text-violet-100\/50 {
  color: rgb(237 233 254 / 0.5);
}
.text-violet-100\/55 {
  color: rgb(237 233 254 / 0.55);
}
.text-violet-100\/60 {
  color: rgb(237 233 254 / 0.6);
}
.text-violet-100\/65 {
  color: rgb(237 233 254 / 0.65);
}
.text-violet-100\/70 {
  color: rgb(237 233 254 / 0.7);
}
.text-violet-100\/75 {
  color: rgb(237 233 254 / 0.75);
}
.text-violet-100\/80 {
  color: rgb(237 233 254 / 0.8);
}
.text-violet-100\/85 {
  color: rgb(237 233 254 / 0.85);
}
.text-violet-100\/90 {
  color: rgb(237 233 254 / 0.9);
}
.text-violet-100\/95 {
  color: rgb(237 233 254 / 0.95);
}
.text-violet-200 {
  --tw-text-opacity: 1;
  color: rgb(221 214 254 / var(--tw-text-opacity, 1));
}
.text-violet-200\/0 {
  color: rgb(221 214 254 / 0);
}
.text-violet-200\/10 {
  color: rgb(221 214 254 / 0.1);
}
.text-violet-200\/100 {
  color: rgb(221 214 254 / 1);
}
.text-violet-200\/15 {
  color: rgb(221 214 254 / 0.15);
}
.text-violet-200\/20 {
  color: rgb(221 214 254 / 0.2);
}
.text-violet-200\/25 {
  color: rgb(221 214 254 / 0.25);
}
.text-violet-200\/30 {
  color: rgb(221 214 254 / 0.3);
}
.text-violet-200\/35 {
  color: rgb(221 214 254 / 0.35);
}
.text-violet-200\/40 {
  color: rgb(221 214 254 / 0.4);
}
.text-violet-200\/45 {
  color: rgb(221 214 254 / 0.45);
}
.text-violet-200\/5 {
  color: rgb(221 214 254 / 0.05);
}
.text-violet-200\/50 {
  color: rgb(221 214 254 / 0.5);
}
.text-violet-200\/55 {
  color: rgb(221 214 254 / 0.55);
}
.text-violet-200\/60 {
  color: rgb(221 214 254 / 0.6);
}
.text-violet-200\/65 {
  color: rgb(221 214 254 / 0.65);
}
.text-violet-200\/70 {
  color: rgb(221 214 254 / 0.7);
}
.text-violet-200\/75 {
  color: rgb(221 214 254 / 0.75);
}
.text-violet-200\/80 {
  color: rgb(221 214 254 / 0.8);
}
.text-violet-200\/85 {
  color: rgb(221 214 254 / 0.85);
}
.text-violet-200\/90 {
  color: rgb(221 214 254 / 0.9);
}
.text-violet-200\/95 {
  color: rgb(221 214 254 / 0.95);
}
.text-violet-300 {
  --tw-text-opacity: 1;
  color: rgb(196 181 253 / var(--tw-text-opacity, 1));
}
.text-violet-300\/0 {
  color: rgb(196 181 253 / 0);
}
.text-violet-300\/10 {
  color: rgb(196 181 253 / 0.1);
}
.text-violet-300\/100 {
  color: rgb(196 181 253 / 1);
}
.text-violet-300\/15 {
  color: rgb(196 181 253 / 0.15);
}
.text-violet-300\/20 {
  color: rgb(196 181 253 / 0.2);
}
.text-violet-300\/25 {
  color: rgb(196 181 253 / 0.25);
}
.text-violet-300\/30 {
  color: rgb(196 181 253 / 0.3);
}
.text-violet-300\/35 {
  color: rgb(196 181 253 / 0.35);
}
.text-violet-300\/40 {
  color: rgb(196 181 253 / 0.4);
}
.text-violet-300\/45 {
  color: rgb(196 181 253 / 0.45);
}
.text-violet-300\/5 {
  color: rgb(196 181 253 / 0.05);
}
.text-violet-300\/50 {
  color: rgb(196 181 253 / 0.5);
}
.text-violet-300\/55 {
  color: rgb(196 181 253 / 0.55);
}
.text-violet-300\/60 {
  color: rgb(196 181 253 / 0.6);
}
.text-violet-300\/65 {
  color: rgb(196 181 253 / 0.65);
}
.text-violet-300\/70 {
  color: rgb(196 181 253 / 0.7);
}
.text-violet-300\/75 {
  color: rgb(196 181 253 / 0.75);
}
.text-violet-300\/80 {
  color: rgb(196 181 253 / 0.8);
}
.text-violet-300\/85 {
  color: rgb(196 181 253 / 0.85);
}
.text-violet-300\/90 {
  color: rgb(196 181 253 / 0.9);
}
.text-violet-300\/95 {
  color: rgb(196 181 253 / 0.95);
}
.text-violet-400 {
  --tw-text-opacity: 1;
  color: rgb(167 139 250 / var(--tw-text-opacity, 1));
}
.text-violet-400\/0 {
  color: rgb(167 139 250 / 0);
}
.text-violet-400\/10 {
  color: rgb(167 139 250 / 0.1);
}
.text-violet-400\/100 {
  color: rgb(167 139 250 / 1);
}
.text-violet-400\/15 {
  color: rgb(167 139 250 / 0.15);
}
.text-violet-400\/20 {
  color: rgb(167 139 250 / 0.2);
}
.text-violet-400\/25 {
  color: rgb(167 139 250 / 0.25);
}
.text-violet-400\/30 {
  color: rgb(167 139 250 / 0.3);
}
.text-violet-400\/35 {
  color: rgb(167 139 250 / 0.35);
}
.text-violet-400\/40 {
  color: rgb(167 139 250 / 0.4);
}
.text-violet-400\/45 {
  color: rgb(167 139 250 / 0.45);
}
.text-violet-400\/5 {
  color: rgb(167 139 250 / 0.05);
}
.text-violet-400\/50 {
  color: rgb(167 139 250 / 0.5);
}
.text-violet-400\/55 {
  color: rgb(167 139 250 / 0.55);
}
.text-violet-400\/60 {
  color: rgb(167 139 250 / 0.6);
}
.text-violet-400\/65 {
  color: rgb(167 139 250 / 0.65);
}
.text-violet-400\/70 {
  color: rgb(167 139 250 / 0.7);
}
.text-violet-400\/75 {
  color: rgb(167 139 250 / 0.75);
}
.text-violet-400\/80 {
  color: rgb(167 139 250 / 0.8);
}
.text-violet-400\/85 {
  color: rgb(167 139 250 / 0.85);
}
.text-violet-400\/90 {
  color: rgb(167 139 250 / 0.9);
}
.text-violet-400\/95 {
  color: rgb(167 139 250 / 0.95);
}
.text-violet-50 {
  --tw-text-opacity: 1;
  color: rgb(245 243 255 / var(--tw-text-opacity, 1));
}
.text-violet-50\/0 {
  color: rgb(245 243 255 / 0);
}
.text-violet-50\/10 {
  color: rgb(245 243 255 / 0.1);
}
.text-violet-50\/100 {
  color: rgb(245 243 255 / 1);
}
.text-violet-50\/15 {
  color: rgb(245 243 255 / 0.15);
}
.text-violet-50\/20 {
  color: rgb(245 243 255 / 0.2);
}
.text-violet-50\/25 {
  color: rgb(245 243 255 / 0.25);
}
.text-violet-50\/30 {
  color: rgb(245 243 255 / 0.3);
}
.text-violet-50\/35 {
  color: rgb(245 243 255 / 0.35);
}
.text-violet-50\/40 {
  color: rgb(245 243 255 / 0.4);
}
.text-violet-50\/45 {
  color: rgb(245 243 255 / 0.45);
}
.text-violet-50\/5 {
  color: rgb(245 243 255 / 0.05);
}
.text-violet-50\/50 {
  color: rgb(245 243 255 / 0.5);
}
.text-violet-50\/55 {
  color: rgb(245 243 255 / 0.55);
}
.text-violet-50\/60 {
  color: rgb(245 243 255 / 0.6);
}
.text-violet-50\/65 {
  color: rgb(245 243 255 / 0.65);
}
.text-violet-50\/70 {
  color: rgb(245 243 255 / 0.7);
}
.text-violet-50\/75 {
  color: rgb(245 243 255 / 0.75);
}
.text-violet-50\/80 {
  color: rgb(245 243 255 / 0.8);
}
.text-violet-50\/85 {
  color: rgb(245 243 255 / 0.85);
}
.text-violet-50\/90 {
  color: rgb(245 243 255 / 0.9);
}
.text-violet-50\/95 {
  color: rgb(245 243 255 / 0.95);
}
.text-violet-500 {
  --tw-text-opacity: 1;
  color: rgb(139 92 246 / var(--tw-text-opacity, 1));
}
.text-violet-500\/0 {
  color: rgb(139 92 246 / 0);
}
.text-violet-500\/10 {
  color: rgb(139 92 246 / 0.1);
}
.text-violet-500\/100 {
  color: rgb(139 92 246 / 1);
}
.text-violet-500\/15 {
  color: rgb(139 92 246 / 0.15);
}
.text-violet-500\/20 {
  color: rgb(139 92 246 / 0.2);
}
.text-violet-500\/25 {
  color: rgb(139 92 246 / 0.25);
}
.text-violet-500\/30 {
  color: rgb(139 92 246 / 0.3);
}
.text-violet-500\/35 {
  color: rgb(139 92 246 / 0.35);
}
.text-violet-500\/40 {
  color: rgb(139 92 246 / 0.4);
}
.text-violet-500\/45 {
  color: rgb(139 92 246 / 0.45);
}
.text-violet-500\/5 {
  color: rgb(139 92 246 / 0.05);
}
.text-violet-500\/50 {
  color: rgb(139 92 246 / 0.5);
}
.text-violet-500\/55 {
  color: rgb(139 92 246 / 0.55);
}
.text-violet-500\/60 {
  color: rgb(139 92 246 / 0.6);
}
.text-violet-500\/65 {
  color: rgb(139 92 246 / 0.65);
}
.text-violet-500\/70 {
  color: rgb(139 92 246 / 0.7);
}
.text-violet-500\/75 {
  color: rgb(139 92 246 / 0.75);
}
.text-violet-500\/80 {
  color: rgb(139 92 246 / 0.8);
}
.text-violet-500\/85 {
  color: rgb(139 92 246 / 0.85);
}
.text-violet-500\/90 {
  color: rgb(139 92 246 / 0.9);
}
.text-violet-500\/95 {
  color: rgb(139 92 246 / 0.95);
}
.text-violet-600 {
  --tw-text-opacity: 1;
  color: rgb(124 58 237 / var(--tw-text-opacity, 1));
}
.text-violet-600\/0 {
  color: rgb(124 58 237 / 0);
}
.text-violet-600\/10 {
  color: rgb(124 58 237 / 0.1);
}
.text-violet-600\/100 {
  color: rgb(124 58 237 / 1);
}
.text-violet-600\/15 {
  color: rgb(124 58 237 / 0.15);
}
.text-violet-600\/20 {
  color: rgb(124 58 237 / 0.2);
}
.text-violet-600\/25 {
  color: rgb(124 58 237 / 0.25);
}
.text-violet-600\/30 {
  color: rgb(124 58 237 / 0.3);
}
.text-violet-600\/35 {
  color: rgb(124 58 237 / 0.35);
}
.text-violet-600\/40 {
  color: rgb(124 58 237 / 0.4);
}
.text-violet-600\/45 {
  color: rgb(124 58 237 / 0.45);
}
.text-violet-600\/5 {
  color: rgb(124 58 237 / 0.05);
}
.text-violet-600\/50 {
  color: rgb(124 58 237 / 0.5);
}
.text-violet-600\/55 {
  color: rgb(124 58 237 / 0.55);
}
.text-violet-600\/60 {
  color: rgb(124 58 237 / 0.6);
}
.text-violet-600\/65 {
  color: rgb(124 58 237 / 0.65);
}
.text-violet-600\/70 {
  color: rgb(124 58 237 / 0.7);
}
.text-violet-600\/75 {
  color: rgb(124 58 237 / 0.75);
}
.text-violet-600\/80 {
  color: rgb(124 58 237 / 0.8);
}
.text-violet-600\/85 {
  color: rgb(124 58 237 / 0.85);
}
.text-violet-600\/90 {
  color: rgb(124 58 237 / 0.9);
}
.text-violet-600\/95 {
  color: rgb(124 58 237 / 0.95);
}
.text-violet-700 {
  --tw-text-opacity: 1;
  color: rgb(109 40 217 / var(--tw-text-opacity, 1));
}
.text-violet-700\/0 {
  color: rgb(109 40 217 / 0);
}
.text-violet-700\/10 {
  color: rgb(109 40 217 / 0.1);
}
.text-violet-700\/100 {
  color: rgb(109 40 217 / 1);
}
.text-violet-700\/15 {
  color: rgb(109 40 217 / 0.15);
}
.text-violet-700\/20 {
  color: rgb(109 40 217 / 0.2);
}
.text-violet-700\/25 {
  color: rgb(109 40 217 / 0.25);
}
.text-violet-700\/30 {
  color: rgb(109 40 217 / 0.3);
}
.text-violet-700\/35 {
  color: rgb(109 40 217 / 0.35);
}
.text-violet-700\/40 {
  color: rgb(109 40 217 / 0.4);
}
.text-violet-700\/45 {
  color: rgb(109 40 217 / 0.45);
}
.text-violet-700\/5 {
  color: rgb(109 40 217 / 0.05);
}
.text-violet-700\/50 {
  color: rgb(109 40 217 / 0.5);
}
.text-violet-700\/55 {
  color: rgb(109 40 217 / 0.55);
}
.text-violet-700\/60 {
  color: rgb(109 40 217 / 0.6);
}
.text-violet-700\/65 {
  color: rgb(109 40 217 / 0.65);
}
.text-violet-700\/70 {
  color: rgb(109 40 217 / 0.7);
}
.text-violet-700\/75 {
  color: rgb(109 40 217 / 0.75);
}
.text-violet-700\/80 {
  color: rgb(109 40 217 / 0.8);
}
.text-violet-700\/85 {
  color: rgb(109 40 217 / 0.85);
}
.text-violet-700\/90 {
  color: rgb(109 40 217 / 0.9);
}
.text-violet-700\/95 {
  color: rgb(109 40 217 / 0.95);
}
.text-violet-800 {
  --tw-text-opacity: 1;
  color: rgb(91 33 182 / var(--tw-text-opacity, 1));
}
.text-violet-800\/0 {
  color: rgb(91 33 182 / 0);
}
.text-violet-800\/10 {
  color: rgb(91 33 182 / 0.1);
}
.text-violet-800\/100 {
  color: rgb(91 33 182 / 1);
}
.text-violet-800\/15 {
  color: rgb(91 33 182 / 0.15);
}
.text-violet-800\/20 {
  color: rgb(91 33 182 / 0.2);
}
.text-violet-800\/25 {
  color: rgb(91 33 182 / 0.25);
}
.text-violet-800\/30 {
  color: rgb(91 33 182 / 0.3);
}
.text-violet-800\/35 {
  color: rgb(91 33 182 / 0.35);
}
.text-violet-800\/40 {
  color: rgb(91 33 182 / 0.4);
}
.text-violet-800\/45 {
  color: rgb(91 33 182 / 0.45);
}
.text-violet-800\/5 {
  color: rgb(91 33 182 / 0.05);
}
.text-violet-800\/50 {
  color: rgb(91 33 182 / 0.5);
}
.text-violet-800\/55 {
  color: rgb(91 33 182 / 0.55);
}
.text-violet-800\/60 {
  color: rgb(91 33 182 / 0.6);
}
.text-violet-800\/65 {
  color: rgb(91 33 182 / 0.65);
}
.text-violet-800\/70 {
  color: rgb(91 33 182 / 0.7);
}
.text-violet-800\/75 {
  color: rgb(91 33 182 / 0.75);
}
.text-violet-800\/80 {
  color: rgb(91 33 182 / 0.8);
}
.text-violet-800\/85 {
  color: rgb(91 33 182 / 0.85);
}
.text-violet-800\/90 {
  color: rgb(91 33 182 / 0.9);
}
.text-violet-800\/95 {
  color: rgb(91 33 182 / 0.95);
}
.text-violet-900 {
  --tw-text-opacity: 1;
  color: rgb(76 29 149 / var(--tw-text-opacity, 1));
}
.text-violet-900\/0 {
  color: rgb(76 29 149 / 0);
}
.text-violet-900\/10 {
  color: rgb(76 29 149 / 0.1);
}
.text-violet-900\/100 {
  color: rgb(76 29 149 / 1);
}
.text-violet-900\/15 {
  color: rgb(76 29 149 / 0.15);
}
.text-violet-900\/20 {
  color: rgb(76 29 149 / 0.2);
}
.text-violet-900\/25 {
  color: rgb(76 29 149 / 0.25);
}
.text-violet-900\/30 {
  color: rgb(76 29 149 / 0.3);
}
.text-violet-900\/35 {
  color: rgb(76 29 149 / 0.35);
}
.text-violet-900\/40 {
  color: rgb(76 29 149 / 0.4);
}
.text-violet-900\/45 {
  color: rgb(76 29 149 / 0.45);
}
.text-violet-900\/5 {
  color: rgb(76 29 149 / 0.05);
}
.text-violet-900\/50 {
  color: rgb(76 29 149 / 0.5);
}
.text-violet-900\/55 {
  color: rgb(76 29 149 / 0.55);
}
.text-violet-900\/60 {
  color: rgb(76 29 149 / 0.6);
}
.text-violet-900\/65 {
  color: rgb(76 29 149 / 0.65);
}
.text-violet-900\/70 {
  color: rgb(76 29 149 / 0.7);
}
.text-violet-900\/75 {
  color: rgb(76 29 149 / 0.75);
}
.text-violet-900\/80 {
  color: rgb(76 29 149 / 0.8);
}
.text-violet-900\/85 {
  color: rgb(76 29 149 / 0.85);
}
.text-violet-900\/90 {
  color: rgb(76 29 149 / 0.9);
}
.text-violet-900\/95 {
  color: rgb(76 29 149 / 0.95);
}
.text-violet-950 {
  --tw-text-opacity: 1;
  color: rgb(46 16 101 / var(--tw-text-opacity, 1));
}
.text-violet-950\/0 {
  color: rgb(46 16 101 / 0);
}
.text-violet-950\/10 {
  color: rgb(46 16 101 / 0.1);
}
.text-violet-950\/100 {
  color: rgb(46 16 101 / 1);
}
.text-violet-950\/15 {
  color: rgb(46 16 101 / 0.15);
}
.text-violet-950\/20 {
  color: rgb(46 16 101 / 0.2);
}
.text-violet-950\/25 {
  color: rgb(46 16 101 / 0.25);
}
.text-violet-950\/30 {
  color: rgb(46 16 101 / 0.3);
}
.text-violet-950\/35 {
  color: rgb(46 16 101 / 0.35);
}
.text-violet-950\/40 {
  color: rgb(46 16 101 / 0.4);
}
.text-violet-950\/45 {
  color: rgb(46 16 101 / 0.45);
}
.text-violet-950\/5 {
  color: rgb(46 16 101 / 0.05);
}
.text-violet-950\/50 {
  color: rgb(46 16 101 / 0.5);
}
.text-violet-950\/55 {
  color: rgb(46 16 101 / 0.55);
}
.text-violet-950\/60 {
  color: rgb(46 16 101 / 0.6);
}
.text-violet-950\/65 {
  color: rgb(46 16 101 / 0.65);
}
.text-violet-950\/70 {
  color: rgb(46 16 101 / 0.7);
}
.text-violet-950\/75 {
  color: rgb(46 16 101 / 0.75);
}
.text-violet-950\/80 {
  color: rgb(46 16 101 / 0.8);
}
.text-violet-950\/85 {
  color: rgb(46 16 101 / 0.85);
}
.text-violet-950\/90 {
  color: rgb(46 16 101 / 0.9);
}
.text-violet-950\/95 {
  color: rgb(46 16 101 / 0.95);
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-white\/60 {
  color: rgb(255 255 255 / 0.6);
}
.text-white\/70 {
  color: rgb(255 255 255 / 0.7);
}
.text-white\/90 {
  color: rgb(255 255 255 / 0.9);
}
.text-yellow-100 {
  --tw-text-opacity: 1;
  color: rgb(254 249 195 / var(--tw-text-opacity, 1));
}
.text-yellow-100\/0 {
  color: rgb(254 249 195 / 0);
}
.text-yellow-100\/10 {
  color: rgb(254 249 195 / 0.1);
}
.text-yellow-100\/100 {
  color: rgb(254 249 195 / 1);
}
.text-yellow-100\/15 {
  color: rgb(254 249 195 / 0.15);
}
.text-yellow-100\/20 {
  color: rgb(254 249 195 / 0.2);
}
.text-yellow-100\/25 {
  color: rgb(254 249 195 / 0.25);
}
.text-yellow-100\/30 {
  color: rgb(254 249 195 / 0.3);
}
.text-yellow-100\/35 {
  color: rgb(254 249 195 / 0.35);
}
.text-yellow-100\/40 {
  color: rgb(254 249 195 / 0.4);
}
.text-yellow-100\/45 {
  color: rgb(254 249 195 / 0.45);
}
.text-yellow-100\/5 {
  color: rgb(254 249 195 / 0.05);
}
.text-yellow-100\/50 {
  color: rgb(254 249 195 / 0.5);
}
.text-yellow-100\/55 {
  color: rgb(254 249 195 / 0.55);
}
.text-yellow-100\/60 {
  color: rgb(254 249 195 / 0.6);
}
.text-yellow-100\/65 {
  color: rgb(254 249 195 / 0.65);
}
.text-yellow-100\/70 {
  color: rgb(254 249 195 / 0.7);
}
.text-yellow-100\/75 {
  color: rgb(254 249 195 / 0.75);
}
.text-yellow-100\/80 {
  color: rgb(254 249 195 / 0.8);
}
.text-yellow-100\/85 {
  color: rgb(254 249 195 / 0.85);
}
.text-yellow-100\/90 {
  color: rgb(254 249 195 / 0.9);
}
.text-yellow-100\/95 {
  color: rgb(254 249 195 / 0.95);
}
.text-yellow-200 {
  --tw-text-opacity: 1;
  color: rgb(254 240 138 / var(--tw-text-opacity, 1));
}
.text-yellow-200\/0 {
  color: rgb(254 240 138 / 0);
}
.text-yellow-200\/10 {
  color: rgb(254 240 138 / 0.1);
}
.text-yellow-200\/100 {
  color: rgb(254 240 138 / 1);
}
.text-yellow-200\/15 {
  color: rgb(254 240 138 / 0.15);
}
.text-yellow-200\/20 {
  color: rgb(254 240 138 / 0.2);
}
.text-yellow-200\/25 {
  color: rgb(254 240 138 / 0.25);
}
.text-yellow-200\/30 {
  color: rgb(254 240 138 / 0.3);
}
.text-yellow-200\/35 {
  color: rgb(254 240 138 / 0.35);
}
.text-yellow-200\/40 {
  color: rgb(254 240 138 / 0.4);
}
.text-yellow-200\/45 {
  color: rgb(254 240 138 / 0.45);
}
.text-yellow-200\/5 {
  color: rgb(254 240 138 / 0.05);
}
.text-yellow-200\/50 {
  color: rgb(254 240 138 / 0.5);
}
.text-yellow-200\/55 {
  color: rgb(254 240 138 / 0.55);
}
.text-yellow-200\/60 {
  color: rgb(254 240 138 / 0.6);
}
.text-yellow-200\/65 {
  color: rgb(254 240 138 / 0.65);
}
.text-yellow-200\/70 {
  color: rgb(254 240 138 / 0.7);
}
.text-yellow-200\/75 {
  color: rgb(254 240 138 / 0.75);
}
.text-yellow-200\/80 {
  color: rgb(254 240 138 / 0.8);
}
.text-yellow-200\/85 {
  color: rgb(254 240 138 / 0.85);
}
.text-yellow-200\/90 {
  color: rgb(254 240 138 / 0.9);
}
.text-yellow-200\/95 {
  color: rgb(254 240 138 / 0.95);
}
.text-yellow-300 {
  --tw-text-opacity: 1;
  color: rgb(253 224 71 / var(--tw-text-opacity, 1));
}
.text-yellow-300\/0 {
  color: rgb(253 224 71 / 0);
}
.text-yellow-300\/10 {
  color: rgb(253 224 71 / 0.1);
}
.text-yellow-300\/100 {
  color: rgb(253 224 71 / 1);
}
.text-yellow-300\/15 {
  color: rgb(253 224 71 / 0.15);
}
.text-yellow-300\/20 {
  color: rgb(253 224 71 / 0.2);
}
.text-yellow-300\/25 {
  color: rgb(253 224 71 / 0.25);
}
.text-yellow-300\/30 {
  color: rgb(253 224 71 / 0.3);
}
.text-yellow-300\/35 {
  color: rgb(253 224 71 / 0.35);
}
.text-yellow-300\/40 {
  color: rgb(253 224 71 / 0.4);
}
.text-yellow-300\/45 {
  color: rgb(253 224 71 / 0.45);
}
.text-yellow-300\/5 {
  color: rgb(253 224 71 / 0.05);
}
.text-yellow-300\/50 {
  color: rgb(253 224 71 / 0.5);
}
.text-yellow-300\/55 {
  color: rgb(253 224 71 / 0.55);
}
.text-yellow-300\/60 {
  color: rgb(253 224 71 / 0.6);
}
.text-yellow-300\/65 {
  color: rgb(253 224 71 / 0.65);
}
.text-yellow-300\/70 {
  color: rgb(253 224 71 / 0.7);
}
.text-yellow-300\/75 {
  color: rgb(253 224 71 / 0.75);
}
.text-yellow-300\/80 {
  color: rgb(253 224 71 / 0.8);
}
.text-yellow-300\/85 {
  color: rgb(253 224 71 / 0.85);
}
.text-yellow-300\/90 {
  color: rgb(253 224 71 / 0.9);
}
.text-yellow-300\/95 {
  color: rgb(253 224 71 / 0.95);
}
.text-yellow-400 {
  --tw-text-opacity: 1;
  color: rgb(250 204 21 / var(--tw-text-opacity, 1));
}
.text-yellow-400\/0 {
  color: rgb(250 204 21 / 0);
}
.text-yellow-400\/10 {
  color: rgb(250 204 21 / 0.1);
}
.text-yellow-400\/100 {
  color: rgb(250 204 21 / 1);
}
.text-yellow-400\/15 {
  color: rgb(250 204 21 / 0.15);
}
.text-yellow-400\/20 {
  color: rgb(250 204 21 / 0.2);
}
.text-yellow-400\/25 {
  color: rgb(250 204 21 / 0.25);
}
.text-yellow-400\/30 {
  color: rgb(250 204 21 / 0.3);
}
.text-yellow-400\/35 {
  color: rgb(250 204 21 / 0.35);
}
.text-yellow-400\/40 {
  color: rgb(250 204 21 / 0.4);
}
.text-yellow-400\/45 {
  color: rgb(250 204 21 / 0.45);
}
.text-yellow-400\/5 {
  color: rgb(250 204 21 / 0.05);
}
.text-yellow-400\/50 {
  color: rgb(250 204 21 / 0.5);
}
.text-yellow-400\/55 {
  color: rgb(250 204 21 / 0.55);
}
.text-yellow-400\/60 {
  color: rgb(250 204 21 / 0.6);
}
.text-yellow-400\/65 {
  color: rgb(250 204 21 / 0.65);
}
.text-yellow-400\/70 {
  color: rgb(250 204 21 / 0.7);
}
.text-yellow-400\/75 {
  color: rgb(250 204 21 / 0.75);
}
.text-yellow-400\/80 {
  color: rgb(250 204 21 / 0.8);
}
.text-yellow-400\/85 {
  color: rgb(250 204 21 / 0.85);
}
.text-yellow-400\/90 {
  color: rgb(250 204 21 / 0.9);
}
.text-yellow-400\/95 {
  color: rgb(250 204 21 / 0.95);
}
.text-yellow-50 {
  --tw-text-opacity: 1;
  color: rgb(254 252 232 / var(--tw-text-opacity, 1));
}
.text-yellow-50\/0 {
  color: rgb(254 252 232 / 0);
}
.text-yellow-50\/10 {
  color: rgb(254 252 232 / 0.1);
}
.text-yellow-50\/100 {
  color: rgb(254 252 232 / 1);
}
.text-yellow-50\/15 {
  color: rgb(254 252 232 / 0.15);
}
.text-yellow-50\/20 {
  color: rgb(254 252 232 / 0.2);
}
.text-yellow-50\/25 {
  color: rgb(254 252 232 / 0.25);
}
.text-yellow-50\/30 {
  color: rgb(254 252 232 / 0.3);
}
.text-yellow-50\/35 {
  color: rgb(254 252 232 / 0.35);
}
.text-yellow-50\/40 {
  color: rgb(254 252 232 / 0.4);
}
.text-yellow-50\/45 {
  color: rgb(254 252 232 / 0.45);
}
.text-yellow-50\/5 {
  color: rgb(254 252 232 / 0.05);
}
.text-yellow-50\/50 {
  color: rgb(254 252 232 / 0.5);
}
.text-yellow-50\/55 {
  color: rgb(254 252 232 / 0.55);
}
.text-yellow-50\/60 {
  color: rgb(254 252 232 / 0.6);
}
.text-yellow-50\/65 {
  color: rgb(254 252 232 / 0.65);
}
.text-yellow-50\/70 {
  color: rgb(254 252 232 / 0.7);
}
.text-yellow-50\/75 {
  color: rgb(254 252 232 / 0.75);
}
.text-yellow-50\/80 {
  color: rgb(254 252 232 / 0.8);
}
.text-yellow-50\/85 {
  color: rgb(254 252 232 / 0.85);
}
.text-yellow-50\/90 {
  color: rgb(254 252 232 / 0.9);
}
.text-yellow-50\/95 {
  color: rgb(254 252 232 / 0.95);
}
.text-yellow-500 {
  --tw-text-opacity: 1;
  color: rgb(234 179 8 / var(--tw-text-opacity, 1));
}
.text-yellow-500\/0 {
  color: rgb(234 179 8 / 0);
}
.text-yellow-500\/10 {
  color: rgb(234 179 8 / 0.1);
}
.text-yellow-500\/100 {
  color: rgb(234 179 8 / 1);
}
.text-yellow-500\/15 {
  color: rgb(234 179 8 / 0.15);
}
.text-yellow-500\/20 {
  color: rgb(234 179 8 / 0.2);
}
.text-yellow-500\/25 {
  color: rgb(234 179 8 / 0.25);
}
.text-yellow-500\/30 {
  color: rgb(234 179 8 / 0.3);
}
.text-yellow-500\/35 {
  color: rgb(234 179 8 / 0.35);
}
.text-yellow-500\/40 {
  color: rgb(234 179 8 / 0.4);
}
.text-yellow-500\/45 {
  color: rgb(234 179 8 / 0.45);
}
.text-yellow-500\/5 {
  color: rgb(234 179 8 / 0.05);
}
.text-yellow-500\/50 {
  color: rgb(234 179 8 / 0.5);
}
.text-yellow-500\/55 {
  color: rgb(234 179 8 / 0.55);
}
.text-yellow-500\/60 {
  color: rgb(234 179 8 / 0.6);
}
.text-yellow-500\/65 {
  color: rgb(234 179 8 / 0.65);
}
.text-yellow-500\/70 {
  color: rgb(234 179 8 / 0.7);
}
.text-yellow-500\/75 {
  color: rgb(234 179 8 / 0.75);
}
.text-yellow-500\/80 {
  color: rgb(234 179 8 / 0.8);
}
.text-yellow-500\/85 {
  color: rgb(234 179 8 / 0.85);
}
.text-yellow-500\/90 {
  color: rgb(234 179 8 / 0.9);
}
.text-yellow-500\/95 {
  color: rgb(234 179 8 / 0.95);
}
.text-yellow-600 {
  --tw-text-opacity: 1;
  color: rgb(202 138 4 / var(--tw-text-opacity, 1));
}
.text-yellow-600\/0 {
  color: rgb(202 138 4 / 0);
}
.text-yellow-600\/10 {
  color: rgb(202 138 4 / 0.1);
}
.text-yellow-600\/100 {
  color: rgb(202 138 4 / 1);
}
.text-yellow-600\/15 {
  color: rgb(202 138 4 / 0.15);
}
.text-yellow-600\/20 {
  color: rgb(202 138 4 / 0.2);
}
.text-yellow-600\/25 {
  color: rgb(202 138 4 / 0.25);
}
.text-yellow-600\/30 {
  color: rgb(202 138 4 / 0.3);
}
.text-yellow-600\/35 {
  color: rgb(202 138 4 / 0.35);
}
.text-yellow-600\/40 {
  color: rgb(202 138 4 / 0.4);
}
.text-yellow-600\/45 {
  color: rgb(202 138 4 / 0.45);
}
.text-yellow-600\/5 {
  color: rgb(202 138 4 / 0.05);
}
.text-yellow-600\/50 {
  color: rgb(202 138 4 / 0.5);
}
.text-yellow-600\/55 {
  color: rgb(202 138 4 / 0.55);
}
.text-yellow-600\/60 {
  color: rgb(202 138 4 / 0.6);
}
.text-yellow-600\/65 {
  color: rgb(202 138 4 / 0.65);
}
.text-yellow-600\/70 {
  color: rgb(202 138 4 / 0.7);
}
.text-yellow-600\/75 {
  color: rgb(202 138 4 / 0.75);
}
.text-yellow-600\/80 {
  color: rgb(202 138 4 / 0.8);
}
.text-yellow-600\/85 {
  color: rgb(202 138 4 / 0.85);
}
.text-yellow-600\/90 {
  color: rgb(202 138 4 / 0.9);
}
.text-yellow-600\/95 {
  color: rgb(202 138 4 / 0.95);
}
.text-yellow-700 {
  --tw-text-opacity: 1;
  color: rgb(161 98 7 / var(--tw-text-opacity, 1));
}
.text-yellow-700\/0 {
  color: rgb(161 98 7 / 0);
}
.text-yellow-700\/10 {
  color: rgb(161 98 7 / 0.1);
}
.text-yellow-700\/100 {
  color: rgb(161 98 7 / 1);
}
.text-yellow-700\/15 {
  color: rgb(161 98 7 / 0.15);
}
.text-yellow-700\/20 {
  color: rgb(161 98 7 / 0.2);
}
.text-yellow-700\/25 {
  color: rgb(161 98 7 / 0.25);
}
.text-yellow-700\/30 {
  color: rgb(161 98 7 / 0.3);
}
.text-yellow-700\/35 {
  color: rgb(161 98 7 / 0.35);
}
.text-yellow-700\/40 {
  color: rgb(161 98 7 / 0.4);
}
.text-yellow-700\/45 {
  color: rgb(161 98 7 / 0.45);
}
.text-yellow-700\/5 {
  color: rgb(161 98 7 / 0.05);
}
.text-yellow-700\/50 {
  color: rgb(161 98 7 / 0.5);
}
.text-yellow-700\/55 {
  color: rgb(161 98 7 / 0.55);
}
.text-yellow-700\/60 {
  color: rgb(161 98 7 / 0.6);
}
.text-yellow-700\/65 {
  color: rgb(161 98 7 / 0.65);
}
.text-yellow-700\/70 {
  color: rgb(161 98 7 / 0.7);
}
.text-yellow-700\/75 {
  color: rgb(161 98 7 / 0.75);
}
.text-yellow-700\/80 {
  color: rgb(161 98 7 / 0.8);
}
.text-yellow-700\/85 {
  color: rgb(161 98 7 / 0.85);
}
.text-yellow-700\/90 {
  color: rgb(161 98 7 / 0.9);
}
.text-yellow-700\/95 {
  color: rgb(161 98 7 / 0.95);
}
.text-yellow-800 {
  --tw-text-opacity: 1;
  color: rgb(133 77 14 / var(--tw-text-opacity, 1));
}
.text-yellow-800\/0 {
  color: rgb(133 77 14 / 0);
}
.text-yellow-800\/10 {
  color: rgb(133 77 14 / 0.1);
}
.text-yellow-800\/100 {
  color: rgb(133 77 14 / 1);
}
.text-yellow-800\/15 {
  color: rgb(133 77 14 / 0.15);
}
.text-yellow-800\/20 {
  color: rgb(133 77 14 / 0.2);
}
.text-yellow-800\/25 {
  color: rgb(133 77 14 / 0.25);
}
.text-yellow-800\/30 {
  color: rgb(133 77 14 / 0.3);
}
.text-yellow-800\/35 {
  color: rgb(133 77 14 / 0.35);
}
.text-yellow-800\/40 {
  color: rgb(133 77 14 / 0.4);
}
.text-yellow-800\/45 {
  color: rgb(133 77 14 / 0.45);
}
.text-yellow-800\/5 {
  color: rgb(133 77 14 / 0.05);
}
.text-yellow-800\/50 {
  color: rgb(133 77 14 / 0.5);
}
.text-yellow-800\/55 {
  color: rgb(133 77 14 / 0.55);
}
.text-yellow-800\/60 {
  color: rgb(133 77 14 / 0.6);
}
.text-yellow-800\/65 {
  color: rgb(133 77 14 / 0.65);
}
.text-yellow-800\/70 {
  color: rgb(133 77 14 / 0.7);
}
.text-yellow-800\/75 {
  color: rgb(133 77 14 / 0.75);
}
.text-yellow-800\/80 {
  color: rgb(133 77 14 / 0.8);
}
.text-yellow-800\/85 {
  color: rgb(133 77 14 / 0.85);
}
.text-yellow-800\/90 {
  color: rgb(133 77 14 / 0.9);
}
.text-yellow-800\/95 {
  color: rgb(133 77 14 / 0.95);
}
.text-yellow-900 {
  --tw-text-opacity: 1;
  color: rgb(113 63 18 / var(--tw-text-opacity, 1));
}
.text-yellow-900\/0 {
  color: rgb(113 63 18 / 0);
}
.text-yellow-900\/10 {
  color: rgb(113 63 18 / 0.1);
}
.text-yellow-900\/100 {
  color: rgb(113 63 18 / 1);
}
.text-yellow-900\/15 {
  color: rgb(113 63 18 / 0.15);
}
.text-yellow-900\/20 {
  color: rgb(113 63 18 / 0.2);
}
.text-yellow-900\/25 {
  color: rgb(113 63 18 / 0.25);
}
.text-yellow-900\/30 {
  color: rgb(113 63 18 / 0.3);
}
.text-yellow-900\/35 {
  color: rgb(113 63 18 / 0.35);
}
.text-yellow-900\/40 {
  color: rgb(113 63 18 / 0.4);
}
.text-yellow-900\/45 {
  color: rgb(113 63 18 / 0.45);
}
.text-yellow-900\/5 {
  color: rgb(113 63 18 / 0.05);
}
.text-yellow-900\/50 {
  color: rgb(113 63 18 / 0.5);
}
.text-yellow-900\/55 {
  color: rgb(113 63 18 / 0.55);
}
.text-yellow-900\/60 {
  color: rgb(113 63 18 / 0.6);
}
.text-yellow-900\/65 {
  color: rgb(113 63 18 / 0.65);
}
.text-yellow-900\/70 {
  color: rgb(113 63 18 / 0.7);
}
.text-yellow-900\/75 {
  color: rgb(113 63 18 / 0.75);
}
.text-yellow-900\/80 {
  color: rgb(113 63 18 / 0.8);
}
.text-yellow-900\/85 {
  color: rgb(113 63 18 / 0.85);
}
.text-yellow-900\/90 {
  color: rgb(113 63 18 / 0.9);
}
.text-yellow-900\/95 {
  color: rgb(113 63 18 / 0.95);
}
.text-yellow-950 {
  --tw-text-opacity: 1;
  color: rgb(66 32 6 / var(--tw-text-opacity, 1));
}
.text-yellow-950\/0 {
  color: rgb(66 32 6 / 0);
}
.text-yellow-950\/10 {
  color: rgb(66 32 6 / 0.1);
}
.text-yellow-950\/100 {
  color: rgb(66 32 6 / 1);
}
.text-yellow-950\/15 {
  color: rgb(66 32 6 / 0.15);
}
.text-yellow-950\/20 {
  color: rgb(66 32 6 / 0.2);
}
.text-yellow-950\/25 {
  color: rgb(66 32 6 / 0.25);
}
.text-yellow-950\/30 {
  color: rgb(66 32 6 / 0.3);
}
.text-yellow-950\/35 {
  color: rgb(66 32 6 / 0.35);
}
.text-yellow-950\/40 {
  color: rgb(66 32 6 / 0.4);
}
.text-yellow-950\/45 {
  color: rgb(66 32 6 / 0.45);
}
.text-yellow-950\/5 {
  color: rgb(66 32 6 / 0.05);
}
.text-yellow-950\/50 {
  color: rgb(66 32 6 / 0.5);
}
.text-yellow-950\/55 {
  color: rgb(66 32 6 / 0.55);
}
.text-yellow-950\/60 {
  color: rgb(66 32 6 / 0.6);
}
.text-yellow-950\/65 {
  color: rgb(66 32 6 / 0.65);
}
.text-yellow-950\/70 {
  color: rgb(66 32 6 / 0.7);
}
.text-yellow-950\/75 {
  color: rgb(66 32 6 / 0.75);
}
.text-yellow-950\/80 {
  color: rgb(66 32 6 / 0.8);
}
.text-yellow-950\/85 {
  color: rgb(66 32 6 / 0.85);
}
.text-yellow-950\/90 {
  color: rgb(66 32 6 / 0.9);
}
.text-yellow-950\/95 {
  color: rgb(66 32 6 / 0.95);
}
.underline {
  text-decoration-line: underline;
}
.line-through {
  text-decoration-line: line-through;
}
.no-underline {
  text-decoration-line: none;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.placeholder-gray-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(156 163 175 / var(--tw-placeholder-opacity, 1));
}
.placeholder-gray-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(107 114 128 / var(--tw-placeholder-opacity, 1));
}
.placeholder-slate-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(148 163 184 / var(--tw-placeholder-opacity, 1));
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.opacity-20 {
  opacity: 0.2;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-60 {
  opacity: 0.6;
}
.opacity-75 {
  opacity: 0.75;
}
.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-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 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-\[0px_3px_5px_rgba\(0\,0\,0\,0\.02\)\,0px_0px_2px_rgba\(0\,0\,0\,0\.05\)\,0px_1px_4px_rgba\(0\,0\,0\,0\.08\)\] {
  --tw-shadow:
    0px 3px 5px rgba(0,0,0,0.02),0px 0px 2px rgba(0,0,0,0.05),0px 1px 4px rgba(0,0,0,0.08);
  --tw-shadow-colored:
    0px 3px 5px var(--tw-shadow-color),
    0px 0px 2px var(--tw-shadow-color),
    0px 1px 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-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);
}
.shadow-blue-200 {
  --tw-shadow-color: #bfdbfe;
  --tw-shadow: var(--tw-shadow-colored);
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.outline {
  outline-style: solid;
}
.outline-offset-1 {
  outline-offset: 1px;
}
.outline-primary {
  outline-color: color-mix(in srgb, var(--p-primary-color) calc(100% * 1), transparent);
}
.ring {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow:
    var(--tw-ring-offset-shadow),
    var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 #0000);
}
.ring-2 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow:
    var(--tw-ring-offset-shadow),
    var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 #0000);
}
.ring-4 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow:
    var(--tw-ring-offset-shadow),
    var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 #0000);
}
.ring-amber-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(254 243 199 / var(--tw-ring-opacity, 1));
}
.ring-amber-100\/0 {
  --tw-ring-color: rgb(254 243 199 / 0);
}
.ring-amber-100\/10 {
  --tw-ring-color: rgb(254 243 199 / 0.1);
}
.ring-amber-100\/100 {
  --tw-ring-color: rgb(254 243 199 / 1);
}
.ring-amber-100\/15 {
  --tw-ring-color: rgb(254 243 199 / 0.15);
}
.ring-amber-100\/20 {
  --tw-ring-color: rgb(254 243 199 / 0.2);
}
.ring-amber-100\/25 {
  --tw-ring-color: rgb(254 243 199 / 0.25);
}
.ring-amber-100\/30 {
  --tw-ring-color: rgb(254 243 199 / 0.3);
}
.ring-amber-100\/35 {
  --tw-ring-color: rgb(254 243 199 / 0.35);
}
.ring-amber-100\/40 {
  --tw-ring-color: rgb(254 243 199 / 0.4);
}
.ring-amber-100\/45 {
  --tw-ring-color: rgb(254 243 199 / 0.45);
}
.ring-amber-100\/5 {
  --tw-ring-color: rgb(254 243 199 / 0.05);
}
.ring-amber-100\/50 {
  --tw-ring-color: rgb(254 243 199 / 0.5);
}
.ring-amber-100\/55 {
  --tw-ring-color: rgb(254 243 199 / 0.55);
}
.ring-amber-100\/60 {
  --tw-ring-color: rgb(254 243 199 / 0.6);
}
.ring-amber-100\/65 {
  --tw-ring-color: rgb(254 243 199 / 0.65);
}
.ring-amber-100\/70 {
  --tw-ring-color: rgb(254 243 199 / 0.7);
}
.ring-amber-100\/75 {
  --tw-ring-color: rgb(254 243 199 / 0.75);
}
.ring-amber-100\/80 {
  --tw-ring-color: rgb(254 243 199 / 0.8);
}
.ring-amber-100\/85 {
  --tw-ring-color: rgb(254 243 199 / 0.85);
}
.ring-amber-100\/90 {
  --tw-ring-color: rgb(254 243 199 / 0.9);
}
.ring-amber-100\/95 {
  --tw-ring-color: rgb(254 243 199 / 0.95);
}
.ring-amber-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(253 230 138 / var(--tw-ring-opacity, 1));
}
.ring-amber-200\/0 {
  --tw-ring-color: rgb(253 230 138 / 0);
}
.ring-amber-200\/10 {
  --tw-ring-color: rgb(253 230 138 / 0.1);
}
.ring-amber-200\/100 {
  --tw-ring-color: rgb(253 230 138 / 1);
}
.ring-amber-200\/15 {
  --tw-ring-color: rgb(253 230 138 / 0.15);
}
.ring-amber-200\/20 {
  --tw-ring-color: rgb(253 230 138 / 0.2);
}
.ring-amber-200\/25 {
  --tw-ring-color: rgb(253 230 138 / 0.25);
}
.ring-amber-200\/30 {
  --tw-ring-color: rgb(253 230 138 / 0.3);
}
.ring-amber-200\/35 {
  --tw-ring-color: rgb(253 230 138 / 0.35);
}
.ring-amber-200\/40 {
  --tw-ring-color: rgb(253 230 138 / 0.4);
}
.ring-amber-200\/45 {
  --tw-ring-color: rgb(253 230 138 / 0.45);
}
.ring-amber-200\/5 {
  --tw-ring-color: rgb(253 230 138 / 0.05);
}
.ring-amber-200\/50 {
  --tw-ring-color: rgb(253 230 138 / 0.5);
}
.ring-amber-200\/55 {
  --tw-ring-color: rgb(253 230 138 / 0.55);
}
.ring-amber-200\/60 {
  --tw-ring-color: rgb(253 230 138 / 0.6);
}
.ring-amber-200\/65 {
  --tw-ring-color: rgb(253 230 138 / 0.65);
}
.ring-amber-200\/70 {
  --tw-ring-color: rgb(253 230 138 / 0.7);
}
.ring-amber-200\/75 {
  --tw-ring-color: rgb(253 230 138 / 0.75);
}
.ring-amber-200\/80 {
  --tw-ring-color: rgb(253 230 138 / 0.8);
}
.ring-amber-200\/85 {
  --tw-ring-color: rgb(253 230 138 / 0.85);
}
.ring-amber-200\/90 {
  --tw-ring-color: rgb(253 230 138 / 0.9);
}
.ring-amber-200\/95 {
  --tw-ring-color: rgb(253 230 138 / 0.95);
}
.ring-amber-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(252 211 77 / var(--tw-ring-opacity, 1));
}
.ring-amber-300\/0 {
  --tw-ring-color: rgb(252 211 77 / 0);
}
.ring-amber-300\/10 {
  --tw-ring-color: rgb(252 211 77 / 0.1);
}
.ring-amber-300\/100 {
  --tw-ring-color: rgb(252 211 77 / 1);
}
.ring-amber-300\/15 {
  --tw-ring-color: rgb(252 211 77 / 0.15);
}
.ring-amber-300\/20 {
  --tw-ring-color: rgb(252 211 77 / 0.2);
}
.ring-amber-300\/25 {
  --tw-ring-color: rgb(252 211 77 / 0.25);
}
.ring-amber-300\/30 {
  --tw-ring-color: rgb(252 211 77 / 0.3);
}
.ring-amber-300\/35 {
  --tw-ring-color: rgb(252 211 77 / 0.35);
}
.ring-amber-300\/40 {
  --tw-ring-color: rgb(252 211 77 / 0.4);
}
.ring-amber-300\/45 {
  --tw-ring-color: rgb(252 211 77 / 0.45);
}
.ring-amber-300\/5 {
  --tw-ring-color: rgb(252 211 77 / 0.05);
}
.ring-amber-300\/50 {
  --tw-ring-color: rgb(252 211 77 / 0.5);
}
.ring-amber-300\/55 {
  --tw-ring-color: rgb(252 211 77 / 0.55);
}
.ring-amber-300\/60 {
  --tw-ring-color: rgb(252 211 77 / 0.6);
}
.ring-amber-300\/65 {
  --tw-ring-color: rgb(252 211 77 / 0.65);
}
.ring-amber-300\/70 {
  --tw-ring-color: rgb(252 211 77 / 0.7);
}
.ring-amber-300\/75 {
  --tw-ring-color: rgb(252 211 77 / 0.75);
}
.ring-amber-300\/80 {
  --tw-ring-color: rgb(252 211 77 / 0.8);
}
.ring-amber-300\/85 {
  --tw-ring-color: rgb(252 211 77 / 0.85);
}
.ring-amber-300\/90 {
  --tw-ring-color: rgb(252 211 77 / 0.9);
}
.ring-amber-300\/95 {
  --tw-ring-color: rgb(252 211 77 / 0.95);
}
.ring-amber-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(251 191 36 / var(--tw-ring-opacity, 1));
}
.ring-amber-400\/0 {
  --tw-ring-color: rgb(251 191 36 / 0);
}
.ring-amber-400\/10 {
  --tw-ring-color: rgb(251 191 36 / 0.1);
}
.ring-amber-400\/100 {
  --tw-ring-color: rgb(251 191 36 / 1);
}
.ring-amber-400\/15 {
  --tw-ring-color: rgb(251 191 36 / 0.15);
}
.ring-amber-400\/20 {
  --tw-ring-color: rgb(251 191 36 / 0.2);
}
.ring-amber-400\/25 {
  --tw-ring-color: rgb(251 191 36 / 0.25);
}
.ring-amber-400\/30 {
  --tw-ring-color: rgb(251 191 36 / 0.3);
}
.ring-amber-400\/35 {
  --tw-ring-color: rgb(251 191 36 / 0.35);
}
.ring-amber-400\/40 {
  --tw-ring-color: rgb(251 191 36 / 0.4);
}
.ring-amber-400\/45 {
  --tw-ring-color: rgb(251 191 36 / 0.45);
}
.ring-amber-400\/5 {
  --tw-ring-color: rgb(251 191 36 / 0.05);
}
.ring-amber-400\/50 {
  --tw-ring-color: rgb(251 191 36 / 0.5);
}
.ring-amber-400\/55 {
  --tw-ring-color: rgb(251 191 36 / 0.55);
}
.ring-amber-400\/60 {
  --tw-ring-color: rgb(251 191 36 / 0.6);
}
.ring-amber-400\/65 {
  --tw-ring-color: rgb(251 191 36 / 0.65);
}
.ring-amber-400\/70 {
  --tw-ring-color: rgb(251 191 36 / 0.7);
}
.ring-amber-400\/75 {
  --tw-ring-color: rgb(251 191 36 / 0.75);
}
.ring-amber-400\/80 {
  --tw-ring-color: rgb(251 191 36 / 0.8);
}
.ring-amber-400\/85 {
  --tw-ring-color: rgb(251 191 36 / 0.85);
}
.ring-amber-400\/90 {
  --tw-ring-color: rgb(251 191 36 / 0.9);
}
.ring-amber-400\/95 {
  --tw-ring-color: rgb(251 191 36 / 0.95);
}
.ring-amber-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 251 235 / var(--tw-ring-opacity, 1));
}
.ring-amber-50\/0 {
  --tw-ring-color: rgb(255 251 235 / 0);
}
.ring-amber-50\/10 {
  --tw-ring-color: rgb(255 251 235 / 0.1);
}
.ring-amber-50\/100 {
  --tw-ring-color: rgb(255 251 235 / 1);
}
.ring-amber-50\/15 {
  --tw-ring-color: rgb(255 251 235 / 0.15);
}
.ring-amber-50\/20 {
  --tw-ring-color: rgb(255 251 235 / 0.2);
}
.ring-amber-50\/25 {
  --tw-ring-color: rgb(255 251 235 / 0.25);
}
.ring-amber-50\/30 {
  --tw-ring-color: rgb(255 251 235 / 0.3);
}
.ring-amber-50\/35 {
  --tw-ring-color: rgb(255 251 235 / 0.35);
}
.ring-amber-50\/40 {
  --tw-ring-color: rgb(255 251 235 / 0.4);
}
.ring-amber-50\/45 {
  --tw-ring-color: rgb(255 251 235 / 0.45);
}
.ring-amber-50\/5 {
  --tw-ring-color: rgb(255 251 235 / 0.05);
}
.ring-amber-50\/50 {
  --tw-ring-color: rgb(255 251 235 / 0.5);
}
.ring-amber-50\/55 {
  --tw-ring-color: rgb(255 251 235 / 0.55);
}
.ring-amber-50\/60 {
  --tw-ring-color: rgb(255 251 235 / 0.6);
}
.ring-amber-50\/65 {
  --tw-ring-color: rgb(255 251 235 / 0.65);
}
.ring-amber-50\/70 {
  --tw-ring-color: rgb(255 251 235 / 0.7);
}
.ring-amber-50\/75 {
  --tw-ring-color: rgb(255 251 235 / 0.75);
}
.ring-amber-50\/80 {
  --tw-ring-color: rgb(255 251 235 / 0.8);
}
.ring-amber-50\/85 {
  --tw-ring-color: rgb(255 251 235 / 0.85);
}
.ring-amber-50\/90 {
  --tw-ring-color: rgb(255 251 235 / 0.9);
}
.ring-amber-50\/95 {
  --tw-ring-color: rgb(255 251 235 / 0.95);
}
.ring-amber-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(245 158 11 / var(--tw-ring-opacity, 1));
}
.ring-amber-500\/0 {
  --tw-ring-color: rgb(245 158 11 / 0);
}
.ring-amber-500\/10 {
  --tw-ring-color: rgb(245 158 11 / 0.1);
}
.ring-amber-500\/100 {
  --tw-ring-color: rgb(245 158 11 / 1);
}
.ring-amber-500\/15 {
  --tw-ring-color: rgb(245 158 11 / 0.15);
}
.ring-amber-500\/20 {
  --tw-ring-color: rgb(245 158 11 / 0.2);
}
.ring-amber-500\/25 {
  --tw-ring-color: rgb(245 158 11 / 0.25);
}
.ring-amber-500\/30 {
  --tw-ring-color: rgb(245 158 11 / 0.3);
}
.ring-amber-500\/35 {
  --tw-ring-color: rgb(245 158 11 / 0.35);
}
.ring-amber-500\/40 {
  --tw-ring-color: rgb(245 158 11 / 0.4);
}
.ring-amber-500\/45 {
  --tw-ring-color: rgb(245 158 11 / 0.45);
}
.ring-amber-500\/5 {
  --tw-ring-color: rgb(245 158 11 / 0.05);
}
.ring-amber-500\/50 {
  --tw-ring-color: rgb(245 158 11 / 0.5);
}
.ring-amber-500\/55 {
  --tw-ring-color: rgb(245 158 11 / 0.55);
}
.ring-amber-500\/60 {
  --tw-ring-color: rgb(245 158 11 / 0.6);
}
.ring-amber-500\/65 {
  --tw-ring-color: rgb(245 158 11 / 0.65);
}
.ring-amber-500\/70 {
  --tw-ring-color: rgb(245 158 11 / 0.7);
}
.ring-amber-500\/75 {
  --tw-ring-color: rgb(245 158 11 / 0.75);
}
.ring-amber-500\/80 {
  --tw-ring-color: rgb(245 158 11 / 0.8);
}
.ring-amber-500\/85 {
  --tw-ring-color: rgb(245 158 11 / 0.85);
}
.ring-amber-500\/90 {
  --tw-ring-color: rgb(245 158 11 / 0.9);
}
.ring-amber-500\/95 {
  --tw-ring-color: rgb(245 158 11 / 0.95);
}
.ring-amber-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(217 119 6 / var(--tw-ring-opacity, 1));
}
.ring-amber-600\/0 {
  --tw-ring-color: rgb(217 119 6 / 0);
}
.ring-amber-600\/10 {
  --tw-ring-color: rgb(217 119 6 / 0.1);
}
.ring-amber-600\/100 {
  --tw-ring-color: rgb(217 119 6 / 1);
}
.ring-amber-600\/15 {
  --tw-ring-color: rgb(217 119 6 / 0.15);
}
.ring-amber-600\/20 {
  --tw-ring-color: rgb(217 119 6 / 0.2);
}
.ring-amber-600\/25 {
  --tw-ring-color: rgb(217 119 6 / 0.25);
}
.ring-amber-600\/30 {
  --tw-ring-color: rgb(217 119 6 / 0.3);
}
.ring-amber-600\/35 {
  --tw-ring-color: rgb(217 119 6 / 0.35);
}
.ring-amber-600\/40 {
  --tw-ring-color: rgb(217 119 6 / 0.4);
}
.ring-amber-600\/45 {
  --tw-ring-color: rgb(217 119 6 / 0.45);
}
.ring-amber-600\/5 {
  --tw-ring-color: rgb(217 119 6 / 0.05);
}
.ring-amber-600\/50 {
  --tw-ring-color: rgb(217 119 6 / 0.5);
}
.ring-amber-600\/55 {
  --tw-ring-color: rgb(217 119 6 / 0.55);
}
.ring-amber-600\/60 {
  --tw-ring-color: rgb(217 119 6 / 0.6);
}
.ring-amber-600\/65 {
  --tw-ring-color: rgb(217 119 6 / 0.65);
}
.ring-amber-600\/70 {
  --tw-ring-color: rgb(217 119 6 / 0.7);
}
.ring-amber-600\/75 {
  --tw-ring-color: rgb(217 119 6 / 0.75);
}
.ring-amber-600\/80 {
  --tw-ring-color: rgb(217 119 6 / 0.8);
}
.ring-amber-600\/85 {
  --tw-ring-color: rgb(217 119 6 / 0.85);
}
.ring-amber-600\/90 {
  --tw-ring-color: rgb(217 119 6 / 0.9);
}
.ring-amber-600\/95 {
  --tw-ring-color: rgb(217 119 6 / 0.95);
}
.ring-amber-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(180 83 9 / var(--tw-ring-opacity, 1));
}
.ring-amber-700\/0 {
  --tw-ring-color: rgb(180 83 9 / 0);
}
.ring-amber-700\/10 {
  --tw-ring-color: rgb(180 83 9 / 0.1);
}
.ring-amber-700\/100 {
  --tw-ring-color: rgb(180 83 9 / 1);
}
.ring-amber-700\/15 {
  --tw-ring-color: rgb(180 83 9 / 0.15);
}
.ring-amber-700\/20 {
  --tw-ring-color: rgb(180 83 9 / 0.2);
}
.ring-amber-700\/25 {
  --tw-ring-color: rgb(180 83 9 / 0.25);
}
.ring-amber-700\/30 {
  --tw-ring-color: rgb(180 83 9 / 0.3);
}
.ring-amber-700\/35 {
  --tw-ring-color: rgb(180 83 9 / 0.35);
}
.ring-amber-700\/40 {
  --tw-ring-color: rgb(180 83 9 / 0.4);
}
.ring-amber-700\/45 {
  --tw-ring-color: rgb(180 83 9 / 0.45);
}
.ring-amber-700\/5 {
  --tw-ring-color: rgb(180 83 9 / 0.05);
}
.ring-amber-700\/50 {
  --tw-ring-color: rgb(180 83 9 / 0.5);
}
.ring-amber-700\/55 {
  --tw-ring-color: rgb(180 83 9 / 0.55);
}
.ring-amber-700\/60 {
  --tw-ring-color: rgb(180 83 9 / 0.6);
}
.ring-amber-700\/65 {
  --tw-ring-color: rgb(180 83 9 / 0.65);
}
.ring-amber-700\/70 {
  --tw-ring-color: rgb(180 83 9 / 0.7);
}
.ring-amber-700\/75 {
  --tw-ring-color: rgb(180 83 9 / 0.75);
}
.ring-amber-700\/80 {
  --tw-ring-color: rgb(180 83 9 / 0.8);
}
.ring-amber-700\/85 {
  --tw-ring-color: rgb(180 83 9 / 0.85);
}
.ring-amber-700\/90 {
  --tw-ring-color: rgb(180 83 9 / 0.9);
}
.ring-amber-700\/95 {
  --tw-ring-color: rgb(180 83 9 / 0.95);
}
.ring-amber-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(146 64 14 / var(--tw-ring-opacity, 1));
}
.ring-amber-800\/0 {
  --tw-ring-color: rgb(146 64 14 / 0);
}
.ring-amber-800\/10 {
  --tw-ring-color: rgb(146 64 14 / 0.1);
}
.ring-amber-800\/100 {
  --tw-ring-color: rgb(146 64 14 / 1);
}
.ring-amber-800\/15 {
  --tw-ring-color: rgb(146 64 14 / 0.15);
}
.ring-amber-800\/20 {
  --tw-ring-color: rgb(146 64 14 / 0.2);
}
.ring-amber-800\/25 {
  --tw-ring-color: rgb(146 64 14 / 0.25);
}
.ring-amber-800\/30 {
  --tw-ring-color: rgb(146 64 14 / 0.3);
}
.ring-amber-800\/35 {
  --tw-ring-color: rgb(146 64 14 / 0.35);
}
.ring-amber-800\/40 {
  --tw-ring-color: rgb(146 64 14 / 0.4);
}
.ring-amber-800\/45 {
  --tw-ring-color: rgb(146 64 14 / 0.45);
}
.ring-amber-800\/5 {
  --tw-ring-color: rgb(146 64 14 / 0.05);
}
.ring-amber-800\/50 {
  --tw-ring-color: rgb(146 64 14 / 0.5);
}
.ring-amber-800\/55 {
  --tw-ring-color: rgb(146 64 14 / 0.55);
}
.ring-amber-800\/60 {
  --tw-ring-color: rgb(146 64 14 / 0.6);
}
.ring-amber-800\/65 {
  --tw-ring-color: rgb(146 64 14 / 0.65);
}
.ring-amber-800\/70 {
  --tw-ring-color: rgb(146 64 14 / 0.7);
}
.ring-amber-800\/75 {
  --tw-ring-color: rgb(146 64 14 / 0.75);
}
.ring-amber-800\/80 {
  --tw-ring-color: rgb(146 64 14 / 0.8);
}
.ring-amber-800\/85 {
  --tw-ring-color: rgb(146 64 14 / 0.85);
}
.ring-amber-800\/90 {
  --tw-ring-color: rgb(146 64 14 / 0.9);
}
.ring-amber-800\/95 {
  --tw-ring-color: rgb(146 64 14 / 0.95);
}
.ring-amber-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(120 53 15 / var(--tw-ring-opacity, 1));
}
.ring-amber-900\/0 {
  --tw-ring-color: rgb(120 53 15 / 0);
}
.ring-amber-900\/10 {
  --tw-ring-color: rgb(120 53 15 / 0.1);
}
.ring-amber-900\/100 {
  --tw-ring-color: rgb(120 53 15 / 1);
}
.ring-amber-900\/15 {
  --tw-ring-color: rgb(120 53 15 / 0.15);
}
.ring-amber-900\/20 {
  --tw-ring-color: rgb(120 53 15 / 0.2);
}
.ring-amber-900\/25 {
  --tw-ring-color: rgb(120 53 15 / 0.25);
}
.ring-amber-900\/30 {
  --tw-ring-color: rgb(120 53 15 / 0.3);
}
.ring-amber-900\/35 {
  --tw-ring-color: rgb(120 53 15 / 0.35);
}
.ring-amber-900\/40 {
  --tw-ring-color: rgb(120 53 15 / 0.4);
}
.ring-amber-900\/45 {
  --tw-ring-color: rgb(120 53 15 / 0.45);
}
.ring-amber-900\/5 {
  --tw-ring-color: rgb(120 53 15 / 0.05);
}
.ring-amber-900\/50 {
  --tw-ring-color: rgb(120 53 15 / 0.5);
}
.ring-amber-900\/55 {
  --tw-ring-color: rgb(120 53 15 / 0.55);
}
.ring-amber-900\/60 {
  --tw-ring-color: rgb(120 53 15 / 0.6);
}
.ring-amber-900\/65 {
  --tw-ring-color: rgb(120 53 15 / 0.65);
}
.ring-amber-900\/70 {
  --tw-ring-color: rgb(120 53 15 / 0.7);
}
.ring-amber-900\/75 {
  --tw-ring-color: rgb(120 53 15 / 0.75);
}
.ring-amber-900\/80 {
  --tw-ring-color: rgb(120 53 15 / 0.8);
}
.ring-amber-900\/85 {
  --tw-ring-color: rgb(120 53 15 / 0.85);
}
.ring-amber-900\/90 {
  --tw-ring-color: rgb(120 53 15 / 0.9);
}
.ring-amber-900\/95 {
  --tw-ring-color: rgb(120 53 15 / 0.95);
}
.ring-amber-950 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(69 26 3 / var(--tw-ring-opacity, 1));
}
.ring-amber-950\/0 {
  --tw-ring-color: rgb(69 26 3 / 0);
}
.ring-amber-950\/10 {
  --tw-ring-color: rgb(69 26 3 / 0.1);
}
.ring-amber-950\/100 {
  --tw-ring-color: rgb(69 26 3 / 1);
}
.ring-amber-950\/15 {
  --tw-ring-color: rgb(69 26 3 / 0.15);
}
.ring-amber-950\/20 {
  --tw-ring-color: rgb(69 26 3 / 0.2);
}
.ring-amber-950\/25 {
  --tw-ring-color: rgb(69 26 3 / 0.25);
}
.ring-amber-950\/30 {
  --tw-ring-color: rgb(69 26 3 / 0.3);
}
.ring-amber-950\/35 {
  --tw-ring-color: rgb(69 26 3 / 0.35);
}
.ring-amber-950\/40 {
  --tw-ring-color: rgb(69 26 3 / 0.4);
}
.ring-amber-950\/45 {
  --tw-ring-color: rgb(69 26 3 / 0.45);
}
.ring-amber-950\/5 {
  --tw-ring-color: rgb(69 26 3 / 0.05);
}
.ring-amber-950\/50 {
  --tw-ring-color: rgb(69 26 3 / 0.5);
}
.ring-amber-950\/55 {
  --tw-ring-color: rgb(69 26 3 / 0.55);
}
.ring-amber-950\/60 {
  --tw-ring-color: rgb(69 26 3 / 0.6);
}
.ring-amber-950\/65 {
  --tw-ring-color: rgb(69 26 3 / 0.65);
}
.ring-amber-950\/70 {
  --tw-ring-color: rgb(69 26 3 / 0.7);
}
.ring-amber-950\/75 {
  --tw-ring-color: rgb(69 26 3 / 0.75);
}
.ring-amber-950\/80 {
  --tw-ring-color: rgb(69 26 3 / 0.8);
}
.ring-amber-950\/85 {
  --tw-ring-color: rgb(69 26 3 / 0.85);
}
.ring-amber-950\/90 {
  --tw-ring-color: rgb(69 26 3 / 0.9);
}
.ring-amber-950\/95 {
  --tw-ring-color: rgb(69 26 3 / 0.95);
}
.ring-blue-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(219 234 254 / var(--tw-ring-opacity, 1));
}
.ring-blue-100\/0 {
  --tw-ring-color: rgb(219 234 254 / 0);
}
.ring-blue-100\/10 {
  --tw-ring-color: rgb(219 234 254 / 0.1);
}
.ring-blue-100\/100 {
  --tw-ring-color: rgb(219 234 254 / 1);
}
.ring-blue-100\/15 {
  --tw-ring-color: rgb(219 234 254 / 0.15);
}
.ring-blue-100\/20 {
  --tw-ring-color: rgb(219 234 254 / 0.2);
}
.ring-blue-100\/25 {
  --tw-ring-color: rgb(219 234 254 / 0.25);
}
.ring-blue-100\/30 {
  --tw-ring-color: rgb(219 234 254 / 0.3);
}
.ring-blue-100\/35 {
  --tw-ring-color: rgb(219 234 254 / 0.35);
}
.ring-blue-100\/40 {
  --tw-ring-color: rgb(219 234 254 / 0.4);
}
.ring-blue-100\/45 {
  --tw-ring-color: rgb(219 234 254 / 0.45);
}
.ring-blue-100\/5 {
  --tw-ring-color: rgb(219 234 254 / 0.05);
}
.ring-blue-100\/50 {
  --tw-ring-color: rgb(219 234 254 / 0.5);
}
.ring-blue-100\/55 {
  --tw-ring-color: rgb(219 234 254 / 0.55);
}
.ring-blue-100\/60 {
  --tw-ring-color: rgb(219 234 254 / 0.6);
}
.ring-blue-100\/65 {
  --tw-ring-color: rgb(219 234 254 / 0.65);
}
.ring-blue-100\/70 {
  --tw-ring-color: rgb(219 234 254 / 0.7);
}
.ring-blue-100\/75 {
  --tw-ring-color: rgb(219 234 254 / 0.75);
}
.ring-blue-100\/80 {
  --tw-ring-color: rgb(219 234 254 / 0.8);
}
.ring-blue-100\/85 {
  --tw-ring-color: rgb(219 234 254 / 0.85);
}
.ring-blue-100\/90 {
  --tw-ring-color: rgb(219 234 254 / 0.9);
}
.ring-blue-100\/95 {
  --tw-ring-color: rgb(219 234 254 / 0.95);
}
.ring-blue-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(191 219 254 / var(--tw-ring-opacity, 1));
}
.ring-blue-200\/0 {
  --tw-ring-color: rgb(191 219 254 / 0);
}
.ring-blue-200\/10 {
  --tw-ring-color: rgb(191 219 254 / 0.1);
}
.ring-blue-200\/100 {
  --tw-ring-color: rgb(191 219 254 / 1);
}
.ring-blue-200\/15 {
  --tw-ring-color: rgb(191 219 254 / 0.15);
}
.ring-blue-200\/20 {
  --tw-ring-color: rgb(191 219 254 / 0.2);
}
.ring-blue-200\/25 {
  --tw-ring-color: rgb(191 219 254 / 0.25);
}
.ring-blue-200\/30 {
  --tw-ring-color: rgb(191 219 254 / 0.3);
}
.ring-blue-200\/35 {
  --tw-ring-color: rgb(191 219 254 / 0.35);
}
.ring-blue-200\/40 {
  --tw-ring-color: rgb(191 219 254 / 0.4);
}
.ring-blue-200\/45 {
  --tw-ring-color: rgb(191 219 254 / 0.45);
}
.ring-blue-200\/5 {
  --tw-ring-color: rgb(191 219 254 / 0.05);
}
.ring-blue-200\/50 {
  --tw-ring-color: rgb(191 219 254 / 0.5);
}
.ring-blue-200\/55 {
  --tw-ring-color: rgb(191 219 254 / 0.55);
}
.ring-blue-200\/60 {
  --tw-ring-color: rgb(191 219 254 / 0.6);
}
.ring-blue-200\/65 {
  --tw-ring-color: rgb(191 219 254 / 0.65);
}
.ring-blue-200\/70 {
  --tw-ring-color: rgb(191 219 254 / 0.7);
}
.ring-blue-200\/75 {
  --tw-ring-color: rgb(191 219 254 / 0.75);
}
.ring-blue-200\/80 {
  --tw-ring-color: rgb(191 219 254 / 0.8);
}
.ring-blue-200\/85 {
  --tw-ring-color: rgb(191 219 254 / 0.85);
}
.ring-blue-200\/90 {
  --tw-ring-color: rgb(191 219 254 / 0.9);
}
.ring-blue-200\/95 {
  --tw-ring-color: rgb(191 219 254 / 0.95);
}
.ring-blue-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(147 197 253 / var(--tw-ring-opacity, 1));
}
.ring-blue-300\/0 {
  --tw-ring-color: rgb(147 197 253 / 0);
}
.ring-blue-300\/10 {
  --tw-ring-color: rgb(147 197 253 / 0.1);
}
.ring-blue-300\/100 {
  --tw-ring-color: rgb(147 197 253 / 1);
}
.ring-blue-300\/15 {
  --tw-ring-color: rgb(147 197 253 / 0.15);
}
.ring-blue-300\/20 {
  --tw-ring-color: rgb(147 197 253 / 0.2);
}
.ring-blue-300\/25 {
  --tw-ring-color: rgb(147 197 253 / 0.25);
}
.ring-blue-300\/30 {
  --tw-ring-color: rgb(147 197 253 / 0.3);
}
.ring-blue-300\/35 {
  --tw-ring-color: rgb(147 197 253 / 0.35);
}
.ring-blue-300\/40 {
  --tw-ring-color: rgb(147 197 253 / 0.4);
}
.ring-blue-300\/45 {
  --tw-ring-color: rgb(147 197 253 / 0.45);
}
.ring-blue-300\/5 {
  --tw-ring-color: rgb(147 197 253 / 0.05);
}
.ring-blue-300\/50 {
  --tw-ring-color: rgb(147 197 253 / 0.5);
}
.ring-blue-300\/55 {
  --tw-ring-color: rgb(147 197 253 / 0.55);
}
.ring-blue-300\/60 {
  --tw-ring-color: rgb(147 197 253 / 0.6);
}
.ring-blue-300\/65 {
  --tw-ring-color: rgb(147 197 253 / 0.65);
}
.ring-blue-300\/70 {
  --tw-ring-color: rgb(147 197 253 / 0.7);
}
.ring-blue-300\/75 {
  --tw-ring-color: rgb(147 197 253 / 0.75);
}
.ring-blue-300\/80 {
  --tw-ring-color: rgb(147 197 253 / 0.8);
}
.ring-blue-300\/85 {
  --tw-ring-color: rgb(147 197 253 / 0.85);
}
.ring-blue-300\/90 {
  --tw-ring-color: rgb(147 197 253 / 0.9);
}
.ring-blue-300\/95 {
  --tw-ring-color: rgb(147 197 253 / 0.95);
}
.ring-blue-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(96 165 250 / var(--tw-ring-opacity, 1));
}
.ring-blue-400\/0 {
  --tw-ring-color: rgb(96 165 250 / 0);
}
.ring-blue-400\/10 {
  --tw-ring-color: rgb(96 165 250 / 0.1);
}
.ring-blue-400\/100 {
  --tw-ring-color: rgb(96 165 250 / 1);
}
.ring-blue-400\/15 {
  --tw-ring-color: rgb(96 165 250 / 0.15);
}
.ring-blue-400\/20 {
  --tw-ring-color: rgb(96 165 250 / 0.2);
}
.ring-blue-400\/25 {
  --tw-ring-color: rgb(96 165 250 / 0.25);
}
.ring-blue-400\/30 {
  --tw-ring-color: rgb(96 165 250 / 0.3);
}
.ring-blue-400\/35 {
  --tw-ring-color: rgb(96 165 250 / 0.35);
}
.ring-blue-400\/40 {
  --tw-ring-color: rgb(96 165 250 / 0.4);
}
.ring-blue-400\/45 {
  --tw-ring-color: rgb(96 165 250 / 0.45);
}
.ring-blue-400\/5 {
  --tw-ring-color: rgb(96 165 250 / 0.05);
}
.ring-blue-400\/50 {
  --tw-ring-color: rgb(96 165 250 / 0.5);
}
.ring-blue-400\/55 {
  --tw-ring-color: rgb(96 165 250 / 0.55);
}
.ring-blue-400\/60 {
  --tw-ring-color: rgb(96 165 250 / 0.6);
}
.ring-blue-400\/65 {
  --tw-ring-color: rgb(96 165 250 / 0.65);
}
.ring-blue-400\/70 {
  --tw-ring-color: rgb(96 165 250 / 0.7);
}
.ring-blue-400\/75 {
  --tw-ring-color: rgb(96 165 250 / 0.75);
}
.ring-blue-400\/80 {
  --tw-ring-color: rgb(96 165 250 / 0.8);
}
.ring-blue-400\/85 {
  --tw-ring-color: rgb(96 165 250 / 0.85);
}
.ring-blue-400\/90 {
  --tw-ring-color: rgb(96 165 250 / 0.9);
}
.ring-blue-400\/95 {
  --tw-ring-color: rgb(96 165 250 / 0.95);
}
.ring-blue-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(239 246 255 / var(--tw-ring-opacity, 1));
}
.ring-blue-50\/0 {
  --tw-ring-color: rgb(239 246 255 / 0);
}
.ring-blue-50\/10 {
  --tw-ring-color: rgb(239 246 255 / 0.1);
}
.ring-blue-50\/100 {
  --tw-ring-color: rgb(239 246 255 / 1);
}
.ring-blue-50\/15 {
  --tw-ring-color: rgb(239 246 255 / 0.15);
}
.ring-blue-50\/20 {
  --tw-ring-color: rgb(239 246 255 / 0.2);
}
.ring-blue-50\/25 {
  --tw-ring-color: rgb(239 246 255 / 0.25);
}
.ring-blue-50\/30 {
  --tw-ring-color: rgb(239 246 255 / 0.3);
}
.ring-blue-50\/35 {
  --tw-ring-color: rgb(239 246 255 / 0.35);
}
.ring-blue-50\/40 {
  --tw-ring-color: rgb(239 246 255 / 0.4);
}
.ring-blue-50\/45 {
  --tw-ring-color: rgb(239 246 255 / 0.45);
}
.ring-blue-50\/5 {
  --tw-ring-color: rgb(239 246 255 / 0.05);
}
.ring-blue-50\/50 {
  --tw-ring-color: rgb(239 246 255 / 0.5);
}
.ring-blue-50\/55 {
  --tw-ring-color: rgb(239 246 255 / 0.55);
}
.ring-blue-50\/60 {
  --tw-ring-color: rgb(239 246 255 / 0.6);
}
.ring-blue-50\/65 {
  --tw-ring-color: rgb(239 246 255 / 0.65);
}
.ring-blue-50\/70 {
  --tw-ring-color: rgb(239 246 255 / 0.7);
}
.ring-blue-50\/75 {
  --tw-ring-color: rgb(239 246 255 / 0.75);
}
.ring-blue-50\/80 {
  --tw-ring-color: rgb(239 246 255 / 0.8);
}
.ring-blue-50\/85 {
  --tw-ring-color: rgb(239 246 255 / 0.85);
}
.ring-blue-50\/90 {
  --tw-ring-color: rgb(239 246 255 / 0.9);
}
.ring-blue-50\/95 {
  --tw-ring-color: rgb(239 246 255 / 0.95);
}
.ring-blue-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1));
}
.ring-blue-500\/0 {
  --tw-ring-color: rgb(59 130 246 / 0);
}
.ring-blue-500\/10 {
  --tw-ring-color: rgb(59 130 246 / 0.1);
}
.ring-blue-500\/100 {
  --tw-ring-color: rgb(59 130 246 / 1);
}
.ring-blue-500\/15 {
  --tw-ring-color: rgb(59 130 246 / 0.15);
}
.ring-blue-500\/20 {
  --tw-ring-color: rgb(59 130 246 / 0.2);
}
.ring-blue-500\/25 {
  --tw-ring-color: rgb(59 130 246 / 0.25);
}
.ring-blue-500\/30 {
  --tw-ring-color: rgb(59 130 246 / 0.3);
}
.ring-blue-500\/35 {
  --tw-ring-color: rgb(59 130 246 / 0.35);
}
.ring-blue-500\/40 {
  --tw-ring-color: rgb(59 130 246 / 0.4);
}
.ring-blue-500\/45 {
  --tw-ring-color: rgb(59 130 246 / 0.45);
}
.ring-blue-500\/5 {
  --tw-ring-color: rgb(59 130 246 / 0.05);
}
.ring-blue-500\/50 {
  --tw-ring-color: rgb(59 130 246 / 0.5);
}
.ring-blue-500\/55 {
  --tw-ring-color: rgb(59 130 246 / 0.55);
}
.ring-blue-500\/60 {
  --tw-ring-color: rgb(59 130 246 / 0.6);
}
.ring-blue-500\/65 {
  --tw-ring-color: rgb(59 130 246 / 0.65);
}
.ring-blue-500\/70 {
  --tw-ring-color: rgb(59 130 246 / 0.7);
}
.ring-blue-500\/75 {
  --tw-ring-color: rgb(59 130 246 / 0.75);
}
.ring-blue-500\/80 {
  --tw-ring-color: rgb(59 130 246 / 0.8);
}
.ring-blue-500\/85 {
  --tw-ring-color: rgb(59 130 246 / 0.85);
}
.ring-blue-500\/90 {
  --tw-ring-color: rgb(59 130 246 / 0.9);
}
.ring-blue-500\/95 {
  --tw-ring-color: rgb(59 130 246 / 0.95);
}
.ring-blue-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(37 99 235 / var(--tw-ring-opacity, 1));
}
.ring-blue-600\/0 {
  --tw-ring-color: rgb(37 99 235 / 0);
}
.ring-blue-600\/10 {
  --tw-ring-color: rgb(37 99 235 / 0.1);
}
.ring-blue-600\/100 {
  --tw-ring-color: rgb(37 99 235 / 1);
}
.ring-blue-600\/15 {
  --tw-ring-color: rgb(37 99 235 / 0.15);
}
.ring-blue-600\/20 {
  --tw-ring-color: rgb(37 99 235 / 0.2);
}
.ring-blue-600\/25 {
  --tw-ring-color: rgb(37 99 235 / 0.25);
}
.ring-blue-600\/30 {
  --tw-ring-color: rgb(37 99 235 / 0.3);
}
.ring-blue-600\/35 {
  --tw-ring-color: rgb(37 99 235 / 0.35);
}
.ring-blue-600\/40 {
  --tw-ring-color: rgb(37 99 235 / 0.4);
}
.ring-blue-600\/45 {
  --tw-ring-color: rgb(37 99 235 / 0.45);
}
.ring-blue-600\/5 {
  --tw-ring-color: rgb(37 99 235 / 0.05);
}
.ring-blue-600\/50 {
  --tw-ring-color: rgb(37 99 235 / 0.5);
}
.ring-blue-600\/55 {
  --tw-ring-color: rgb(37 99 235 / 0.55);
}
.ring-blue-600\/60 {
  --tw-ring-color: rgb(37 99 235 / 0.6);
}
.ring-blue-600\/65 {
  --tw-ring-color: rgb(37 99 235 / 0.65);
}
.ring-blue-600\/70 {
  --tw-ring-color: rgb(37 99 235 / 0.7);
}
.ring-blue-600\/75 {
  --tw-ring-color: rgb(37 99 235 / 0.75);
}
.ring-blue-600\/80 {
  --tw-ring-color: rgb(37 99 235 / 0.8);
}
.ring-blue-600\/85 {
  --tw-ring-color: rgb(37 99 235 / 0.85);
}
.ring-blue-600\/90 {
  --tw-ring-color: rgb(37 99 235 / 0.9);
}
.ring-blue-600\/95 {
  --tw-ring-color: rgb(37 99 235 / 0.95);
}
.ring-blue-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(29 78 216 / var(--tw-ring-opacity, 1));
}
.ring-blue-700\/0 {
  --tw-ring-color: rgb(29 78 216 / 0);
}
.ring-blue-700\/10 {
  --tw-ring-color: rgb(29 78 216 / 0.1);
}
.ring-blue-700\/100 {
  --tw-ring-color: rgb(29 78 216 / 1);
}
.ring-blue-700\/15 {
  --tw-ring-color: rgb(29 78 216 / 0.15);
}
.ring-blue-700\/20 {
  --tw-ring-color: rgb(29 78 216 / 0.2);
}
.ring-blue-700\/25 {
  --tw-ring-color: rgb(29 78 216 / 0.25);
}
.ring-blue-700\/30 {
  --tw-ring-color: rgb(29 78 216 / 0.3);
}
.ring-blue-700\/35 {
  --tw-ring-color: rgb(29 78 216 / 0.35);
}
.ring-blue-700\/40 {
  --tw-ring-color: rgb(29 78 216 / 0.4);
}
.ring-blue-700\/45 {
  --tw-ring-color: rgb(29 78 216 / 0.45);
}
.ring-blue-700\/5 {
  --tw-ring-color: rgb(29 78 216 / 0.05);
}
.ring-blue-700\/50 {
  --tw-ring-color: rgb(29 78 216 / 0.5);
}
.ring-blue-700\/55 {
  --tw-ring-color: rgb(29 78 216 / 0.55);
}
.ring-blue-700\/60 {
  --tw-ring-color: rgb(29 78 216 / 0.6);
}
.ring-blue-700\/65 {
  --tw-ring-color: rgb(29 78 216 / 0.65);
}
.ring-blue-700\/70 {
  --tw-ring-color: rgb(29 78 216 / 0.7);
}
.ring-blue-700\/75 {
  --tw-ring-color: rgb(29 78 216 / 0.75);
}
.ring-blue-700\/80 {
  --tw-ring-color: rgb(29 78 216 / 0.8);
}
.ring-blue-700\/85 {
  --tw-ring-color: rgb(29 78 216 / 0.85);
}
.ring-blue-700\/90 {
  --tw-ring-color: rgb(29 78 216 / 0.9);
}
.ring-blue-700\/95 {
  --tw-ring-color: rgb(29 78 216 / 0.95);
}
.ring-blue-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(30 64 175 / var(--tw-ring-opacity, 1));
}
.ring-blue-800\/0 {
  --tw-ring-color: rgb(30 64 175 / 0);
}
.ring-blue-800\/10 {
  --tw-ring-color: rgb(30 64 175 / 0.1);
}
.ring-blue-800\/100 {
  --tw-ring-color: rgb(30 64 175 / 1);
}
.ring-blue-800\/15 {
  --tw-ring-color: rgb(30 64 175 / 0.15);
}
.ring-blue-800\/20 {
  --tw-ring-color: rgb(30 64 175 / 0.2);
}
.ring-blue-800\/25 {
  --tw-ring-color: rgb(30 64 175 / 0.25);
}
.ring-blue-800\/30 {
  --tw-ring-color: rgb(30 64 175 / 0.3);
}
.ring-blue-800\/35 {
  --tw-ring-color: rgb(30 64 175 / 0.35);
}
.ring-blue-800\/40 {
  --tw-ring-color: rgb(30 64 175 / 0.4);
}
.ring-blue-800\/45 {
  --tw-ring-color: rgb(30 64 175 / 0.45);
}
.ring-blue-800\/5 {
  --tw-ring-color: rgb(30 64 175 / 0.05);
}
.ring-blue-800\/50 {
  --tw-ring-color: rgb(30 64 175 / 0.5);
}
.ring-blue-800\/55 {
  --tw-ring-color: rgb(30 64 175 / 0.55);
}
.ring-blue-800\/60 {
  --tw-ring-color: rgb(30 64 175 / 0.6);
}
.ring-blue-800\/65 {
  --tw-ring-color: rgb(30 64 175 / 0.65);
}
.ring-blue-800\/70 {
  --tw-ring-color: rgb(30 64 175 / 0.7);
}
.ring-blue-800\/75 {
  --tw-ring-color: rgb(30 64 175 / 0.75);
}
.ring-blue-800\/80 {
  --tw-ring-color: rgb(30 64 175 / 0.8);
}
.ring-blue-800\/85 {
  --tw-ring-color: rgb(30 64 175 / 0.85);
}
.ring-blue-800\/90 {
  --tw-ring-color: rgb(30 64 175 / 0.9);
}
.ring-blue-800\/95 {
  --tw-ring-color: rgb(30 64 175 / 0.95);
}
.ring-blue-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(30 58 138 / var(--tw-ring-opacity, 1));
}
.ring-blue-900\/0 {
  --tw-ring-color: rgb(30 58 138 / 0);
}
.ring-blue-900\/10 {
  --tw-ring-color: rgb(30 58 138 / 0.1);
}
.ring-blue-900\/100 {
  --tw-ring-color: rgb(30 58 138 / 1);
}
.ring-blue-900\/15 {
  --tw-ring-color: rgb(30 58 138 / 0.15);
}
.ring-blue-900\/20 {
  --tw-ring-color: rgb(30 58 138 / 0.2);
}
.ring-blue-900\/25 {
  --tw-ring-color: rgb(30 58 138 / 0.25);
}
.ring-blue-900\/30 {
  --tw-ring-color: rgb(30 58 138 / 0.3);
}
.ring-blue-900\/35 {
  --tw-ring-color: rgb(30 58 138 / 0.35);
}
.ring-blue-900\/40 {
  --tw-ring-color: rgb(30 58 138 / 0.4);
}
.ring-blue-900\/45 {
  --tw-ring-color: rgb(30 58 138 / 0.45);
}
.ring-blue-900\/5 {
  --tw-ring-color: rgb(30 58 138 / 0.05);
}
.ring-blue-900\/50 {
  --tw-ring-color: rgb(30 58 138 / 0.5);
}
.ring-blue-900\/55 {
  --tw-ring-color: rgb(30 58 138 / 0.55);
}
.ring-blue-900\/60 {
  --tw-ring-color: rgb(30 58 138 / 0.6);
}
.ring-blue-900\/65 {
  --tw-ring-color: rgb(30 58 138 / 0.65);
}
.ring-blue-900\/70 {
  --tw-ring-color: rgb(30 58 138 / 0.7);
}
.ring-blue-900\/75 {
  --tw-ring-color: rgb(30 58 138 / 0.75);
}
.ring-blue-900\/80 {
  --tw-ring-color: rgb(30 58 138 / 0.8);
}
.ring-blue-900\/85 {
  --tw-ring-color: rgb(30 58 138 / 0.85);
}
.ring-blue-900\/90 {
  --tw-ring-color: rgb(30 58 138 / 0.9);
}
.ring-blue-900\/95 {
  --tw-ring-color: rgb(30 58 138 / 0.95);
}
.ring-blue-950 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(23 37 84 / var(--tw-ring-opacity, 1));
}
.ring-blue-950\/0 {
  --tw-ring-color: rgb(23 37 84 / 0);
}
.ring-blue-950\/10 {
  --tw-ring-color: rgb(23 37 84 / 0.1);
}
.ring-blue-950\/100 {
  --tw-ring-color: rgb(23 37 84 / 1);
}
.ring-blue-950\/15 {
  --tw-ring-color: rgb(23 37 84 / 0.15);
}
.ring-blue-950\/20 {
  --tw-ring-color: rgb(23 37 84 / 0.2);
}
.ring-blue-950\/25 {
  --tw-ring-color: rgb(23 37 84 / 0.25);
}
.ring-blue-950\/30 {
  --tw-ring-color: rgb(23 37 84 / 0.3);
}
.ring-blue-950\/35 {
  --tw-ring-color: rgb(23 37 84 / 0.35);
}
.ring-blue-950\/40 {
  --tw-ring-color: rgb(23 37 84 / 0.4);
}
.ring-blue-950\/45 {
  --tw-ring-color: rgb(23 37 84 / 0.45);
}
.ring-blue-950\/5 {
  --tw-ring-color: rgb(23 37 84 / 0.05);
}
.ring-blue-950\/50 {
  --tw-ring-color: rgb(23 37 84 / 0.5);
}
.ring-blue-950\/55 {
  --tw-ring-color: rgb(23 37 84 / 0.55);
}
.ring-blue-950\/60 {
  --tw-ring-color: rgb(23 37 84 / 0.6);
}
.ring-blue-950\/65 {
  --tw-ring-color: rgb(23 37 84 / 0.65);
}
.ring-blue-950\/70 {
  --tw-ring-color: rgb(23 37 84 / 0.7);
}
.ring-blue-950\/75 {
  --tw-ring-color: rgb(23 37 84 / 0.75);
}
.ring-blue-950\/80 {
  --tw-ring-color: rgb(23 37 84 / 0.8);
}
.ring-blue-950\/85 {
  --tw-ring-color: rgb(23 37 84 / 0.85);
}
.ring-blue-950\/90 {
  --tw-ring-color: rgb(23 37 84 / 0.9);
}
.ring-blue-950\/95 {
  --tw-ring-color: rgb(23 37 84 / 0.95);
}
.ring-cyan-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(207 250 254 / var(--tw-ring-opacity, 1));
}
.ring-cyan-100\/0 {
  --tw-ring-color: rgb(207 250 254 / 0);
}
.ring-cyan-100\/10 {
  --tw-ring-color: rgb(207 250 254 / 0.1);
}
.ring-cyan-100\/100 {
  --tw-ring-color: rgb(207 250 254 / 1);
}
.ring-cyan-100\/15 {
  --tw-ring-color: rgb(207 250 254 / 0.15);
}
.ring-cyan-100\/20 {
  --tw-ring-color: rgb(207 250 254 / 0.2);
}
.ring-cyan-100\/25 {
  --tw-ring-color: rgb(207 250 254 / 0.25);
}
.ring-cyan-100\/30 {
  --tw-ring-color: rgb(207 250 254 / 0.3);
}
.ring-cyan-100\/35 {
  --tw-ring-color: rgb(207 250 254 / 0.35);
}
.ring-cyan-100\/40 {
  --tw-ring-color: rgb(207 250 254 / 0.4);
}
.ring-cyan-100\/45 {
  --tw-ring-color: rgb(207 250 254 / 0.45);
}
.ring-cyan-100\/5 {
  --tw-ring-color: rgb(207 250 254 / 0.05);
}
.ring-cyan-100\/50 {
  --tw-ring-color: rgb(207 250 254 / 0.5);
}
.ring-cyan-100\/55 {
  --tw-ring-color: rgb(207 250 254 / 0.55);
}
.ring-cyan-100\/60 {
  --tw-ring-color: rgb(207 250 254 / 0.6);
}
.ring-cyan-100\/65 {
  --tw-ring-color: rgb(207 250 254 / 0.65);
}
.ring-cyan-100\/70 {
  --tw-ring-color: rgb(207 250 254 / 0.7);
}
.ring-cyan-100\/75 {
  --tw-ring-color: rgb(207 250 254 / 0.75);
}
.ring-cyan-100\/80 {
  --tw-ring-color: rgb(207 250 254 / 0.8);
}
.ring-cyan-100\/85 {
  --tw-ring-color: rgb(207 250 254 / 0.85);
}
.ring-cyan-100\/90 {
  --tw-ring-color: rgb(207 250 254 / 0.9);
}
.ring-cyan-100\/95 {
  --tw-ring-color: rgb(207 250 254 / 0.95);
}
.ring-cyan-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(165 243 252 / var(--tw-ring-opacity, 1));
}
.ring-cyan-200\/0 {
  --tw-ring-color: rgb(165 243 252 / 0);
}
.ring-cyan-200\/10 {
  --tw-ring-color: rgb(165 243 252 / 0.1);
}
.ring-cyan-200\/100 {
  --tw-ring-color: rgb(165 243 252 / 1);
}
.ring-cyan-200\/15 {
  --tw-ring-color: rgb(165 243 252 / 0.15);
}
.ring-cyan-200\/20 {
  --tw-ring-color: rgb(165 243 252 / 0.2);
}
.ring-cyan-200\/25 {
  --tw-ring-color: rgb(165 243 252 / 0.25);
}
.ring-cyan-200\/30 {
  --tw-ring-color: rgb(165 243 252 / 0.3);
}
.ring-cyan-200\/35 {
  --tw-ring-color: rgb(165 243 252 / 0.35);
}
.ring-cyan-200\/40 {
  --tw-ring-color: rgb(165 243 252 / 0.4);
}
.ring-cyan-200\/45 {
  --tw-ring-color: rgb(165 243 252 / 0.45);
}
.ring-cyan-200\/5 {
  --tw-ring-color: rgb(165 243 252 / 0.05);
}
.ring-cyan-200\/50 {
  --tw-ring-color: rgb(165 243 252 / 0.5);
}
.ring-cyan-200\/55 {
  --tw-ring-color: rgb(165 243 252 / 0.55);
}
.ring-cyan-200\/60 {
  --tw-ring-color: rgb(165 243 252 / 0.6);
}
.ring-cyan-200\/65 {
  --tw-ring-color: rgb(165 243 252 / 0.65);
}
.ring-cyan-200\/70 {
  --tw-ring-color: rgb(165 243 252 / 0.7);
}
.ring-cyan-200\/75 {
  --tw-ring-color: rgb(165 243 252 / 0.75);
}
.ring-cyan-200\/80 {
  --tw-ring-color: rgb(165 243 252 / 0.8);
}
.ring-cyan-200\/85 {
  --tw-ring-color: rgb(165 243 252 / 0.85);
}
.ring-cyan-200\/90 {
  --tw-ring-color: rgb(165 243 252 / 0.9);
}
.ring-cyan-200\/95 {
  --tw-ring-color: rgb(165 243 252 / 0.95);
}
.ring-cyan-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(103 232 249 / var(--tw-ring-opacity, 1));
}
.ring-cyan-300\/0 {
  --tw-ring-color: rgb(103 232 249 / 0);
}
.ring-cyan-300\/10 {
  --tw-ring-color: rgb(103 232 249 / 0.1);
}
.ring-cyan-300\/100 {
  --tw-ring-color: rgb(103 232 249 / 1);
}
.ring-cyan-300\/15 {
  --tw-ring-color: rgb(103 232 249 / 0.15);
}
.ring-cyan-300\/20 {
  --tw-ring-color: rgb(103 232 249 / 0.2);
}
.ring-cyan-300\/25 {
  --tw-ring-color: rgb(103 232 249 / 0.25);
}
.ring-cyan-300\/30 {
  --tw-ring-color: rgb(103 232 249 / 0.3);
}
.ring-cyan-300\/35 {
  --tw-ring-color: rgb(103 232 249 / 0.35);
}
.ring-cyan-300\/40 {
  --tw-ring-color: rgb(103 232 249 / 0.4);
}
.ring-cyan-300\/45 {
  --tw-ring-color: rgb(103 232 249 / 0.45);
}
.ring-cyan-300\/5 {
  --tw-ring-color: rgb(103 232 249 / 0.05);
}
.ring-cyan-300\/50 {
  --tw-ring-color: rgb(103 232 249 / 0.5);
}
.ring-cyan-300\/55 {
  --tw-ring-color: rgb(103 232 249 / 0.55);
}
.ring-cyan-300\/60 {
  --tw-ring-color: rgb(103 232 249 / 0.6);
}
.ring-cyan-300\/65 {
  --tw-ring-color: rgb(103 232 249 / 0.65);
}
.ring-cyan-300\/70 {
  --tw-ring-color: rgb(103 232 249 / 0.7);
}
.ring-cyan-300\/75 {
  --tw-ring-color: rgb(103 232 249 / 0.75);
}
.ring-cyan-300\/80 {
  --tw-ring-color: rgb(103 232 249 / 0.8);
}
.ring-cyan-300\/85 {
  --tw-ring-color: rgb(103 232 249 / 0.85);
}
.ring-cyan-300\/90 {
  --tw-ring-color: rgb(103 232 249 / 0.9);
}
.ring-cyan-300\/95 {
  --tw-ring-color: rgb(103 232 249 / 0.95);
}
.ring-cyan-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(34 211 238 / var(--tw-ring-opacity, 1));
}
.ring-cyan-400\/0 {
  --tw-ring-color: rgb(34 211 238 / 0);
}
.ring-cyan-400\/10 {
  --tw-ring-color: rgb(34 211 238 / 0.1);
}
.ring-cyan-400\/100 {
  --tw-ring-color: rgb(34 211 238 / 1);
}
.ring-cyan-400\/15 {
  --tw-ring-color: rgb(34 211 238 / 0.15);
}
.ring-cyan-400\/20 {
  --tw-ring-color: rgb(34 211 238 / 0.2);
}
.ring-cyan-400\/25 {
  --tw-ring-color: rgb(34 211 238 / 0.25);
}
.ring-cyan-400\/30 {
  --tw-ring-color: rgb(34 211 238 / 0.3);
}
.ring-cyan-400\/35 {
  --tw-ring-color: rgb(34 211 238 / 0.35);
}
.ring-cyan-400\/40 {
  --tw-ring-color: rgb(34 211 238 / 0.4);
}
.ring-cyan-400\/45 {
  --tw-ring-color: rgb(34 211 238 / 0.45);
}
.ring-cyan-400\/5 {
  --tw-ring-color: rgb(34 211 238 / 0.05);
}
.ring-cyan-400\/50 {
  --tw-ring-color: rgb(34 211 238 / 0.5);
}
.ring-cyan-400\/55 {
  --tw-ring-color: rgb(34 211 238 / 0.55);
}
.ring-cyan-400\/60 {
  --tw-ring-color: rgb(34 211 238 / 0.6);
}
.ring-cyan-400\/65 {
  --tw-ring-color: rgb(34 211 238 / 0.65);
}
.ring-cyan-400\/70 {
  --tw-ring-color: rgb(34 211 238 / 0.7);
}
.ring-cyan-400\/75 {
  --tw-ring-color: rgb(34 211 238 / 0.75);
}
.ring-cyan-400\/80 {
  --tw-ring-color: rgb(34 211 238 / 0.8);
}
.ring-cyan-400\/85 {
  --tw-ring-color: rgb(34 211 238 / 0.85);
}
.ring-cyan-400\/90 {
  --tw-ring-color: rgb(34 211 238 / 0.9);
}
.ring-cyan-400\/95 {
  --tw-ring-color: rgb(34 211 238 / 0.95);
}
.ring-cyan-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(236 254 255 / var(--tw-ring-opacity, 1));
}
.ring-cyan-50\/0 {
  --tw-ring-color: rgb(236 254 255 / 0);
}
.ring-cyan-50\/10 {
  --tw-ring-color: rgb(236 254 255 / 0.1);
}
.ring-cyan-50\/100 {
  --tw-ring-color: rgb(236 254 255 / 1);
}
.ring-cyan-50\/15 {
  --tw-ring-color: rgb(236 254 255 / 0.15);
}
.ring-cyan-50\/20 {
  --tw-ring-color: rgb(236 254 255 / 0.2);
}
.ring-cyan-50\/25 {
  --tw-ring-color: rgb(236 254 255 / 0.25);
}
.ring-cyan-50\/30 {
  --tw-ring-color: rgb(236 254 255 / 0.3);
}
.ring-cyan-50\/35 {
  --tw-ring-color: rgb(236 254 255 / 0.35);
}
.ring-cyan-50\/40 {
  --tw-ring-color: rgb(236 254 255 / 0.4);
}
.ring-cyan-50\/45 {
  --tw-ring-color: rgb(236 254 255 / 0.45);
}
.ring-cyan-50\/5 {
  --tw-ring-color: rgb(236 254 255 / 0.05);
}
.ring-cyan-50\/50 {
  --tw-ring-color: rgb(236 254 255 / 0.5);
}
.ring-cyan-50\/55 {
  --tw-ring-color: rgb(236 254 255 / 0.55);
}
.ring-cyan-50\/60 {
  --tw-ring-color: rgb(236 254 255 / 0.6);
}
.ring-cyan-50\/65 {
  --tw-ring-color: rgb(236 254 255 / 0.65);
}
.ring-cyan-50\/70 {
  --tw-ring-color: rgb(236 254 255 / 0.7);
}
.ring-cyan-50\/75 {
  --tw-ring-color: rgb(236 254 255 / 0.75);
}
.ring-cyan-50\/80 {
  --tw-ring-color: rgb(236 254 255 / 0.8);
}
.ring-cyan-50\/85 {
  --tw-ring-color: rgb(236 254 255 / 0.85);
}
.ring-cyan-50\/90 {
  --tw-ring-color: rgb(236 254 255 / 0.9);
}
.ring-cyan-50\/95 {
  --tw-ring-color: rgb(236 254 255 / 0.95);
}
.ring-cyan-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(6 182 212 / var(--tw-ring-opacity, 1));
}
.ring-cyan-500\/0 {
  --tw-ring-color: rgb(6 182 212 / 0);
}
.ring-cyan-500\/10 {
  --tw-ring-color: rgb(6 182 212 / 0.1);
}
.ring-cyan-500\/100 {
  --tw-ring-color: rgb(6 182 212 / 1);
}
.ring-cyan-500\/15 {
  --tw-ring-color: rgb(6 182 212 / 0.15);
}
.ring-cyan-500\/20 {
  --tw-ring-color: rgb(6 182 212 / 0.2);
}
.ring-cyan-500\/25 {
  --tw-ring-color: rgb(6 182 212 / 0.25);
}
.ring-cyan-500\/30 {
  --tw-ring-color: rgb(6 182 212 / 0.3);
}
.ring-cyan-500\/35 {
  --tw-ring-color: rgb(6 182 212 / 0.35);
}
.ring-cyan-500\/40 {
  --tw-ring-color: rgb(6 182 212 / 0.4);
}
.ring-cyan-500\/45 {
  --tw-ring-color: rgb(6 182 212 / 0.45);
}
.ring-cyan-500\/5 {
  --tw-ring-color: rgb(6 182 212 / 0.05);
}
.ring-cyan-500\/50 {
  --tw-ring-color: rgb(6 182 212 / 0.5);
}
.ring-cyan-500\/55 {
  --tw-ring-color: rgb(6 182 212 / 0.55);
}
.ring-cyan-500\/60 {
  --tw-ring-color: rgb(6 182 212 / 0.6);
}
.ring-cyan-500\/65 {
  --tw-ring-color: rgb(6 182 212 / 0.65);
}
.ring-cyan-500\/70 {
  --tw-ring-color: rgb(6 182 212 / 0.7);
}
.ring-cyan-500\/75 {
  --tw-ring-color: rgb(6 182 212 / 0.75);
}
.ring-cyan-500\/80 {
  --tw-ring-color: rgb(6 182 212 / 0.8);
}
.ring-cyan-500\/85 {
  --tw-ring-color: rgb(6 182 212 / 0.85);
}
.ring-cyan-500\/90 {
  --tw-ring-color: rgb(6 182 212 / 0.9);
}
.ring-cyan-500\/95 {
  --tw-ring-color: rgb(6 182 212 / 0.95);
}
.ring-cyan-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(8 145 178 / var(--tw-ring-opacity, 1));
}
.ring-cyan-600\/0 {
  --tw-ring-color: rgb(8 145 178 / 0);
}
.ring-cyan-600\/10 {
  --tw-ring-color: rgb(8 145 178 / 0.1);
}
.ring-cyan-600\/100 {
  --tw-ring-color: rgb(8 145 178 / 1);
}
.ring-cyan-600\/15 {
  --tw-ring-color: rgb(8 145 178 / 0.15);
}
.ring-cyan-600\/20 {
  --tw-ring-color: rgb(8 145 178 / 0.2);
}
.ring-cyan-600\/25 {
  --tw-ring-color: rgb(8 145 178 / 0.25);
}
.ring-cyan-600\/30 {
  --tw-ring-color: rgb(8 145 178 / 0.3);
}
.ring-cyan-600\/35 {
  --tw-ring-color: rgb(8 145 178 / 0.35);
}
.ring-cyan-600\/40 {
  --tw-ring-color: rgb(8 145 178 / 0.4);
}
.ring-cyan-600\/45 {
  --tw-ring-color: rgb(8 145 178 / 0.45);
}
.ring-cyan-600\/5 {
  --tw-ring-color: rgb(8 145 178 / 0.05);
}
.ring-cyan-600\/50 {
  --tw-ring-color: rgb(8 145 178 / 0.5);
}
.ring-cyan-600\/55 {
  --tw-ring-color: rgb(8 145 178 / 0.55);
}
.ring-cyan-600\/60 {
  --tw-ring-color: rgb(8 145 178 / 0.6);
}
.ring-cyan-600\/65 {
  --tw-ring-color: rgb(8 145 178 / 0.65);
}
.ring-cyan-600\/70 {
  --tw-ring-color: rgb(8 145 178 / 0.7);
}
.ring-cyan-600\/75 {
  --tw-ring-color: rgb(8 145 178 / 0.75);
}
.ring-cyan-600\/80 {
  --tw-ring-color: rgb(8 145 178 / 0.8);
}
.ring-cyan-600\/85 {
  --tw-ring-color: rgb(8 145 178 / 0.85);
}
.ring-cyan-600\/90 {
  --tw-ring-color: rgb(8 145 178 / 0.9);
}
.ring-cyan-600\/95 {
  --tw-ring-color: rgb(8 145 178 / 0.95);
}
.ring-cyan-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(14 116 144 / var(--tw-ring-opacity, 1));
}
.ring-cyan-700\/0 {
  --tw-ring-color: rgb(14 116 144 / 0);
}
.ring-cyan-700\/10 {
  --tw-ring-color: rgb(14 116 144 / 0.1);
}
.ring-cyan-700\/100 {
  --tw-ring-color: rgb(14 116 144 / 1);
}
.ring-cyan-700\/15 {
  --tw-ring-color: rgb(14 116 144 / 0.15);
}
.ring-cyan-700\/20 {
  --tw-ring-color: rgb(14 116 144 / 0.2);
}
.ring-cyan-700\/25 {
  --tw-ring-color: rgb(14 116 144 / 0.25);
}
.ring-cyan-700\/30 {
  --tw-ring-color: rgb(14 116 144 / 0.3);
}
.ring-cyan-700\/35 {
  --tw-ring-color: rgb(14 116 144 / 0.35);
}
.ring-cyan-700\/40 {
  --tw-ring-color: rgb(14 116 144 / 0.4);
}
.ring-cyan-700\/45 {
  --tw-ring-color: rgb(14 116 144 / 0.45);
}
.ring-cyan-700\/5 {
  --tw-ring-color: rgb(14 116 144 / 0.05);
}
.ring-cyan-700\/50 {
  --tw-ring-color: rgb(14 116 144 / 0.5);
}
.ring-cyan-700\/55 {
  --tw-ring-color: rgb(14 116 144 / 0.55);
}
.ring-cyan-700\/60 {
  --tw-ring-color: rgb(14 116 144 / 0.6);
}
.ring-cyan-700\/65 {
  --tw-ring-color: rgb(14 116 144 / 0.65);
}
.ring-cyan-700\/70 {
  --tw-ring-color: rgb(14 116 144 / 0.7);
}
.ring-cyan-700\/75 {
  --tw-ring-color: rgb(14 116 144 / 0.75);
}
.ring-cyan-700\/80 {
  --tw-ring-color: rgb(14 116 144 / 0.8);
}
.ring-cyan-700\/85 {
  --tw-ring-color: rgb(14 116 144 / 0.85);
}
.ring-cyan-700\/90 {
  --tw-ring-color: rgb(14 116 144 / 0.9);
}
.ring-cyan-700\/95 {
  --tw-ring-color: rgb(14 116 144 / 0.95);
}
.ring-cyan-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(21 94 117 / var(--tw-ring-opacity, 1));
}
.ring-cyan-800\/0 {
  --tw-ring-color: rgb(21 94 117 / 0);
}
.ring-cyan-800\/10 {
  --tw-ring-color: rgb(21 94 117 / 0.1);
}
.ring-cyan-800\/100 {
  --tw-ring-color: rgb(21 94 117 / 1);
}
.ring-cyan-800\/15 {
  --tw-ring-color: rgb(21 94 117 / 0.15);
}
.ring-cyan-800\/20 {
  --tw-ring-color: rgb(21 94 117 / 0.2);
}
.ring-cyan-800\/25 {
  --tw-ring-color: rgb(21 94 117 / 0.25);
}
.ring-cyan-800\/30 {
  --tw-ring-color: rgb(21 94 117 / 0.3);
}
.ring-cyan-800\/35 {
  --tw-ring-color: rgb(21 94 117 / 0.35);
}
.ring-cyan-800\/40 {
  --tw-ring-color: rgb(21 94 117 / 0.4);
}
.ring-cyan-800\/45 {
  --tw-ring-color: rgb(21 94 117 / 0.45);
}
.ring-cyan-800\/5 {
  --tw-ring-color: rgb(21 94 117 / 0.05);
}
.ring-cyan-800\/50 {
  --tw-ring-color: rgb(21 94 117 / 0.5);
}
.ring-cyan-800\/55 {
  --tw-ring-color: rgb(21 94 117 / 0.55);
}
.ring-cyan-800\/60 {
  --tw-ring-color: rgb(21 94 117 / 0.6);
}
.ring-cyan-800\/65 {
  --tw-ring-color: rgb(21 94 117 / 0.65);
}
.ring-cyan-800\/70 {
  --tw-ring-color: rgb(21 94 117 / 0.7);
}
.ring-cyan-800\/75 {
  --tw-ring-color: rgb(21 94 117 / 0.75);
}
.ring-cyan-800\/80 {
  --tw-ring-color: rgb(21 94 117 / 0.8);
}
.ring-cyan-800\/85 {
  --tw-ring-color: rgb(21 94 117 / 0.85);
}
.ring-cyan-800\/90 {
  --tw-ring-color: rgb(21 94 117 / 0.9);
}
.ring-cyan-800\/95 {
  --tw-ring-color: rgb(21 94 117 / 0.95);
}
.ring-cyan-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(22 78 99 / var(--tw-ring-opacity, 1));
}
.ring-cyan-900\/0 {
  --tw-ring-color: rgb(22 78 99 / 0);
}
.ring-cyan-900\/10 {
  --tw-ring-color: rgb(22 78 99 / 0.1);
}
.ring-cyan-900\/100 {
  --tw-ring-color: rgb(22 78 99 / 1);
}
.ring-cyan-900\/15 {
  --tw-ring-color: rgb(22 78 99 / 0.15);
}
.ring-cyan-900\/20 {
  --tw-ring-color: rgb(22 78 99 / 0.2);
}
.ring-cyan-900\/25 {
  --tw-ring-color: rgb(22 78 99 / 0.25);
}
.ring-cyan-900\/30 {
  --tw-ring-color: rgb(22 78 99 / 0.3);
}
.ring-cyan-900\/35 {
  --tw-ring-color: rgb(22 78 99 / 0.35);
}
.ring-cyan-900\/40 {
  --tw-ring-color: rgb(22 78 99 / 0.4);
}
.ring-cyan-900\/45 {
  --tw-ring-color: rgb(22 78 99 / 0.45);
}
.ring-cyan-900\/5 {
  --tw-ring-color: rgb(22 78 99 / 0.05);
}
.ring-cyan-900\/50 {
  --tw-ring-color: rgb(22 78 99 / 0.5);
}
.ring-cyan-900\/55 {
  --tw-ring-color: rgb(22 78 99 / 0.55);
}
.ring-cyan-900\/60 {
  --tw-ring-color: rgb(22 78 99 / 0.6);
}
.ring-cyan-900\/65 {
  --tw-ring-color: rgb(22 78 99 / 0.65);
}
.ring-cyan-900\/70 {
  --tw-ring-color: rgb(22 78 99 / 0.7);
}
.ring-cyan-900\/75 {
  --tw-ring-color: rgb(22 78 99 / 0.75);
}
.ring-cyan-900\/80 {
  --tw-ring-color: rgb(22 78 99 / 0.8);
}
.ring-cyan-900\/85 {
  --tw-ring-color: rgb(22 78 99 / 0.85);
}
.ring-cyan-900\/90 {
  --tw-ring-color: rgb(22 78 99 / 0.9);
}
.ring-cyan-900\/95 {
  --tw-ring-color: rgb(22 78 99 / 0.95);
}
.ring-cyan-950 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(8 51 68 / var(--tw-ring-opacity, 1));
}
.ring-cyan-950\/0 {
  --tw-ring-color: rgb(8 51 68 / 0);
}
.ring-cyan-950\/10 {
  --tw-ring-color: rgb(8 51 68 / 0.1);
}
.ring-cyan-950\/100 {
  --tw-ring-color: rgb(8 51 68 / 1);
}
.ring-cyan-950\/15 {
  --tw-ring-color: rgb(8 51 68 / 0.15);
}
.ring-cyan-950\/20 {
  --tw-ring-color: rgb(8 51 68 / 0.2);
}
.ring-cyan-950\/25 {
  --tw-ring-color: rgb(8 51 68 / 0.25);
}
.ring-cyan-950\/30 {
  --tw-ring-color: rgb(8 51 68 / 0.3);
}
.ring-cyan-950\/35 {
  --tw-ring-color: rgb(8 51 68 / 0.35);
}
.ring-cyan-950\/40 {
  --tw-ring-color: rgb(8 51 68 / 0.4);
}
.ring-cyan-950\/45 {
  --tw-ring-color: rgb(8 51 68 / 0.45);
}
.ring-cyan-950\/5 {
  --tw-ring-color: rgb(8 51 68 / 0.05);
}
.ring-cyan-950\/50 {
  --tw-ring-color: rgb(8 51 68 / 0.5);
}
.ring-cyan-950\/55 {
  --tw-ring-color: rgb(8 51 68 / 0.55);
}
.ring-cyan-950\/60 {
  --tw-ring-color: rgb(8 51 68 / 0.6);
}
.ring-cyan-950\/65 {
  --tw-ring-color: rgb(8 51 68 / 0.65);
}
.ring-cyan-950\/70 {
  --tw-ring-color: rgb(8 51 68 / 0.7);
}
.ring-cyan-950\/75 {
  --tw-ring-color: rgb(8 51 68 / 0.75);
}
.ring-cyan-950\/80 {
  --tw-ring-color: rgb(8 51 68 / 0.8);
}
.ring-cyan-950\/85 {
  --tw-ring-color: rgb(8 51 68 / 0.85);
}
.ring-cyan-950\/90 {
  --tw-ring-color: rgb(8 51 68 / 0.9);
}
.ring-cyan-950\/95 {
  --tw-ring-color: rgb(8 51 68 / 0.95);
}
.ring-emerald-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(209 250 229 / var(--tw-ring-opacity, 1));
}
.ring-emerald-100\/0 {
  --tw-ring-color: rgb(209 250 229 / 0);
}
.ring-emerald-100\/10 {
  --tw-ring-color: rgb(209 250 229 / 0.1);
}
.ring-emerald-100\/100 {
  --tw-ring-color: rgb(209 250 229 / 1);
}
.ring-emerald-100\/15 {
  --tw-ring-color: rgb(209 250 229 / 0.15);
}
.ring-emerald-100\/20 {
  --tw-ring-color: rgb(209 250 229 / 0.2);
}
.ring-emerald-100\/25 {
  --tw-ring-color: rgb(209 250 229 / 0.25);
}
.ring-emerald-100\/30 {
  --tw-ring-color: rgb(209 250 229 / 0.3);
}
.ring-emerald-100\/35 {
  --tw-ring-color: rgb(209 250 229 / 0.35);
}
.ring-emerald-100\/40 {
  --tw-ring-color: rgb(209 250 229 / 0.4);
}
.ring-emerald-100\/45 {
  --tw-ring-color: rgb(209 250 229 / 0.45);
}
.ring-emerald-100\/5 {
  --tw-ring-color: rgb(209 250 229 / 0.05);
}
.ring-emerald-100\/50 {
  --tw-ring-color: rgb(209 250 229 / 0.5);
}
.ring-emerald-100\/55 {
  --tw-ring-color: rgb(209 250 229 / 0.55);
}
.ring-emerald-100\/60 {
  --tw-ring-color: rgb(209 250 229 / 0.6);
}
.ring-emerald-100\/65 {
  --tw-ring-color: rgb(209 250 229 / 0.65);
}
.ring-emerald-100\/70 {
  --tw-ring-color: rgb(209 250 229 / 0.7);
}
.ring-emerald-100\/75 {
  --tw-ring-color: rgb(209 250 229 / 0.75);
}
.ring-emerald-100\/80 {
  --tw-ring-color: rgb(209 250 229 / 0.8);
}
.ring-emerald-100\/85 {
  --tw-ring-color: rgb(209 250 229 / 0.85);
}
.ring-emerald-100\/90 {
  --tw-ring-color: rgb(209 250 229 / 0.9);
}
.ring-emerald-100\/95 {
  --tw-ring-color: rgb(209 250 229 / 0.95);
}
.ring-emerald-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(167 243 208 / var(--tw-ring-opacity, 1));
}
.ring-emerald-200\/0 {
  --tw-ring-color: rgb(167 243 208 / 0);
}
.ring-emerald-200\/10 {
  --tw-ring-color: rgb(167 243 208 / 0.1);
}
.ring-emerald-200\/100 {
  --tw-ring-color: rgb(167 243 208 / 1);
}
.ring-emerald-200\/15 {
  --tw-ring-color: rgb(167 243 208 / 0.15);
}
.ring-emerald-200\/20 {
  --tw-ring-color: rgb(167 243 208 / 0.2);
}
.ring-emerald-200\/25 {
  --tw-ring-color: rgb(167 243 208 / 0.25);
}
.ring-emerald-200\/30 {
  --tw-ring-color: rgb(167 243 208 / 0.3);
}
.ring-emerald-200\/35 {
  --tw-ring-color: rgb(167 243 208 / 0.35);
}
.ring-emerald-200\/40 {
  --tw-ring-color: rgb(167 243 208 / 0.4);
}
.ring-emerald-200\/45 {
  --tw-ring-color: rgb(167 243 208 / 0.45);
}
.ring-emerald-200\/5 {
  --tw-ring-color: rgb(167 243 208 / 0.05);
}
.ring-emerald-200\/50 {
  --tw-ring-color: rgb(167 243 208 / 0.5);
}
.ring-emerald-200\/55 {
  --tw-ring-color: rgb(167 243 208 / 0.55);
}
.ring-emerald-200\/60 {
  --tw-ring-color: rgb(167 243 208 / 0.6);
}
.ring-emerald-200\/65 {
  --tw-ring-color: rgb(167 243 208 / 0.65);
}
.ring-emerald-200\/70 {
  --tw-ring-color: rgb(167 243 208 / 0.7);
}
.ring-emerald-200\/75 {
  --tw-ring-color: rgb(167 243 208 / 0.75);
}
.ring-emerald-200\/80 {
  --tw-ring-color: rgb(167 243 208 / 0.8);
}
.ring-emerald-200\/85 {
  --tw-ring-color: rgb(167 243 208 / 0.85);
}
.ring-emerald-200\/90 {
  --tw-ring-color: rgb(167 243 208 / 0.9);
}
.ring-emerald-200\/95 {
  --tw-ring-color: rgb(167 243 208 / 0.95);
}
.ring-emerald-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(110 231 183 / var(--tw-ring-opacity, 1));
}
.ring-emerald-300\/0 {
  --tw-ring-color: rgb(110 231 183 / 0);
}
.ring-emerald-300\/10 {
  --tw-ring-color: rgb(110 231 183 / 0.1);
}
.ring-emerald-300\/100 {
  --tw-ring-color: rgb(110 231 183 / 1);
}
.ring-emerald-300\/15 {
  --tw-ring-color: rgb(110 231 183 / 0.15);
}
.ring-emerald-300\/20 {
  --tw-ring-color: rgb(110 231 183 / 0.2);
}
.ring-emerald-300\/25 {
  --tw-ring-color: rgb(110 231 183 / 0.25);
}
.ring-emerald-300\/30 {
  --tw-ring-color: rgb(110 231 183 / 0.3);
}
.ring-emerald-300\/35 {
  --tw-ring-color: rgb(110 231 183 / 0.35);
}
.ring-emerald-300\/40 {
  --tw-ring-color: rgb(110 231 183 / 0.4);
}
.ring-emerald-300\/45 {
  --tw-ring-color: rgb(110 231 183 / 0.45);
}
.ring-emerald-300\/5 {
  --tw-ring-color: rgb(110 231 183 / 0.05);
}
.ring-emerald-300\/50 {
  --tw-ring-color: rgb(110 231 183 / 0.5);
}
.ring-emerald-300\/55 {
  --tw-ring-color: rgb(110 231 183 / 0.55);
}
.ring-emerald-300\/60 {
  --tw-ring-color: rgb(110 231 183 / 0.6);
}
.ring-emerald-300\/65 {
  --tw-ring-color: rgb(110 231 183 / 0.65);
}
.ring-emerald-300\/70 {
  --tw-ring-color: rgb(110 231 183 / 0.7);
}
.ring-emerald-300\/75 {
  --tw-ring-color: rgb(110 231 183 / 0.75);
}
.ring-emerald-300\/80 {
  --tw-ring-color: rgb(110 231 183 / 0.8);
}
.ring-emerald-300\/85 {
  --tw-ring-color: rgb(110 231 183 / 0.85);
}
.ring-emerald-300\/90 {
  --tw-ring-color: rgb(110 231 183 / 0.9);
}
.ring-emerald-300\/95 {
  --tw-ring-color: rgb(110 231 183 / 0.95);
}
.ring-emerald-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(52 211 153 / var(--tw-ring-opacity, 1));
}
.ring-emerald-400\/0 {
  --tw-ring-color: rgb(52 211 153 / 0);
}
.ring-emerald-400\/10 {
  --tw-ring-color: rgb(52 211 153 / 0.1);
}
.ring-emerald-400\/100 {
  --tw-ring-color: rgb(52 211 153 / 1);
}
.ring-emerald-400\/15 {
  --tw-ring-color: rgb(52 211 153 / 0.15);
}
.ring-emerald-400\/20 {
  --tw-ring-color: rgb(52 211 153 / 0.2);
}
.ring-emerald-400\/25 {
  --tw-ring-color: rgb(52 211 153 / 0.25);
}
.ring-emerald-400\/30 {
  --tw-ring-color: rgb(52 211 153 / 0.3);
}
.ring-emerald-400\/35 {
  --tw-ring-color: rgb(52 211 153 / 0.35);
}
.ring-emerald-400\/40 {
  --tw-ring-color: rgb(52 211 153 / 0.4);
}
.ring-emerald-400\/45 {
  --tw-ring-color: rgb(52 211 153 / 0.45);
}
.ring-emerald-400\/5 {
  --tw-ring-color: rgb(52 211 153 / 0.05);
}
.ring-emerald-400\/50 {
  --tw-ring-color: rgb(52 211 153 / 0.5);
}
.ring-emerald-400\/55 {
  --tw-ring-color: rgb(52 211 153 / 0.55);
}
.ring-emerald-400\/60 {
  --tw-ring-color: rgb(52 211 153 / 0.6);
}
.ring-emerald-400\/65 {
  --tw-ring-color: rgb(52 211 153 / 0.65);
}
.ring-emerald-400\/70 {
  --tw-ring-color: rgb(52 211 153 / 0.7);
}
.ring-emerald-400\/75 {
  --tw-ring-color: rgb(52 211 153 / 0.75);
}
.ring-emerald-400\/80 {
  --tw-ring-color: rgb(52 211 153 / 0.8);
}
.ring-emerald-400\/85 {
  --tw-ring-color: rgb(52 211 153 / 0.85);
}
.ring-emerald-400\/90 {
  --tw-ring-color: rgb(52 211 153 / 0.9);
}
.ring-emerald-400\/95 {
  --tw-ring-color: rgb(52 211 153 / 0.95);
}
.ring-emerald-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(236 253 245 / var(--tw-ring-opacity, 1));
}
.ring-emerald-50\/0 {
  --tw-ring-color: rgb(236 253 245 / 0);
}
.ring-emerald-50\/10 {
  --tw-ring-color: rgb(236 253 245 / 0.1);
}
.ring-emerald-50\/100 {
  --tw-ring-color: rgb(236 253 245 / 1);
}
.ring-emerald-50\/15 {
  --tw-ring-color: rgb(236 253 245 / 0.15);
}
.ring-emerald-50\/20 {
  --tw-ring-color: rgb(236 253 245 / 0.2);
}
.ring-emerald-50\/25 {
  --tw-ring-color: rgb(236 253 245 / 0.25);
}
.ring-emerald-50\/30 {
  --tw-ring-color: rgb(236 253 245 / 0.3);
}
.ring-emerald-50\/35 {
  --tw-ring-color: rgb(236 253 245 / 0.35);
}
.ring-emerald-50\/40 {
  --tw-ring-color: rgb(236 253 245 / 0.4);
}
.ring-emerald-50\/45 {
  --tw-ring-color: rgb(236 253 245 / 0.45);
}
.ring-emerald-50\/5 {
  --tw-ring-color: rgb(236 253 245 / 0.05);
}
.ring-emerald-50\/50 {
  --tw-ring-color: rgb(236 253 245 / 0.5);
}
.ring-emerald-50\/55 {
  --tw-ring-color: rgb(236 253 245 / 0.55);
}
.ring-emerald-50\/60 {
  --tw-ring-color: rgb(236 253 245 / 0.6);
}
.ring-emerald-50\/65 {
  --tw-ring-color: rgb(236 253 245 / 0.65);
}
.ring-emerald-50\/70 {
  --tw-ring-color: rgb(236 253 245 / 0.7);
}
.ring-emerald-50\/75 {
  --tw-ring-color: rgb(236 253 245 / 0.75);
}
.ring-emerald-50\/80 {
  --tw-ring-color: rgb(236 253 245 / 0.8);
}
.ring-emerald-50\/85 {
  --tw-ring-color: rgb(236 253 245 / 0.85);
}
.ring-emerald-50\/90 {
  --tw-ring-color: rgb(236 253 245 / 0.9);
}
.ring-emerald-50\/95 {
  --tw-ring-color: rgb(236 253 245 / 0.95);
}
.ring-emerald-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(16 185 129 / var(--tw-ring-opacity, 1));
}
.ring-emerald-500\/0 {
  --tw-ring-color: rgb(16 185 129 / 0);
}
.ring-emerald-500\/10 {
  --tw-ring-color: rgb(16 185 129 / 0.1);
}
.ring-emerald-500\/100 {
  --tw-ring-color: rgb(16 185 129 / 1);
}
.ring-emerald-500\/15 {
  --tw-ring-color: rgb(16 185 129 / 0.15);
}
.ring-emerald-500\/20 {
  --tw-ring-color: rgb(16 185 129 / 0.2);
}
.ring-emerald-500\/25 {
  --tw-ring-color: rgb(16 185 129 / 0.25);
}
.ring-emerald-500\/30 {
  --tw-ring-color: rgb(16 185 129 / 0.3);
}
.ring-emerald-500\/35 {
  --tw-ring-color: rgb(16 185 129 / 0.35);
}
.ring-emerald-500\/40 {
  --tw-ring-color: rgb(16 185 129 / 0.4);
}
.ring-emerald-500\/45 {
  --tw-ring-color: rgb(16 185 129 / 0.45);
}
.ring-emerald-500\/5 {
  --tw-ring-color: rgb(16 185 129 / 0.05);
}
.ring-emerald-500\/50 {
  --tw-ring-color: rgb(16 185 129 / 0.5);
}
.ring-emerald-500\/55 {
  --tw-ring-color: rgb(16 185 129 / 0.55);
}
.ring-emerald-500\/60 {
  --tw-ring-color: rgb(16 185 129 / 0.6);
}
.ring-emerald-500\/65 {
  --tw-ring-color: rgb(16 185 129 / 0.65);
}
.ring-emerald-500\/70 {
  --tw-ring-color: rgb(16 185 129 / 0.7);
}
.ring-emerald-500\/75 {
  --tw-ring-color: rgb(16 185 129 / 0.75);
}
.ring-emerald-500\/80 {
  --tw-ring-color: rgb(16 185 129 / 0.8);
}
.ring-emerald-500\/85 {
  --tw-ring-color: rgb(16 185 129 / 0.85);
}
.ring-emerald-500\/90 {
  --tw-ring-color: rgb(16 185 129 / 0.9);
}
.ring-emerald-500\/95 {
  --tw-ring-color: rgb(16 185 129 / 0.95);
}
.ring-emerald-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(5 150 105 / var(--tw-ring-opacity, 1));
}
.ring-emerald-600\/0 {
  --tw-ring-color: rgb(5 150 105 / 0);
}
.ring-emerald-600\/10 {
  --tw-ring-color: rgb(5 150 105 / 0.1);
}
.ring-emerald-600\/100 {
  --tw-ring-color: rgb(5 150 105 / 1);
}
.ring-emerald-600\/15 {
  --tw-ring-color: rgb(5 150 105 / 0.15);
}
.ring-emerald-600\/20 {
  --tw-ring-color: rgb(5 150 105 / 0.2);
}
.ring-emerald-600\/25 {
  --tw-ring-color: rgb(5 150 105 / 0.25);
}
.ring-emerald-600\/30 {
  --tw-ring-color: rgb(5 150 105 / 0.3);
}
.ring-emerald-600\/35 {
  --tw-ring-color: rgb(5 150 105 / 0.35);
}
.ring-emerald-600\/40 {
  --tw-ring-color: rgb(5 150 105 / 0.4);
}
.ring-emerald-600\/45 {
  --tw-ring-color: rgb(5 150 105 / 0.45);
}
.ring-emerald-600\/5 {
  --tw-ring-color: rgb(5 150 105 / 0.05);
}
.ring-emerald-600\/50 {
  --tw-ring-color: rgb(5 150 105 / 0.5);
}
.ring-emerald-600\/55 {
  --tw-ring-color: rgb(5 150 105 / 0.55);
}
.ring-emerald-600\/60 {
  --tw-ring-color: rgb(5 150 105 / 0.6);
}
.ring-emerald-600\/65 {
  --tw-ring-color: rgb(5 150 105 / 0.65);
}
.ring-emerald-600\/70 {
  --tw-ring-color: rgb(5 150 105 / 0.7);
}
.ring-emerald-600\/75 {
  --tw-ring-color: rgb(5 150 105 / 0.75);
}
.ring-emerald-600\/80 {
  --tw-ring-color: rgb(5 150 105 / 0.8);
}
.ring-emerald-600\/85 {
  --tw-ring-color: rgb(5 150 105 / 0.85);
}
.ring-emerald-600\/90 {
  --tw-ring-color: rgb(5 150 105 / 0.9);
}
.ring-emerald-600\/95 {
  --tw-ring-color: rgb(5 150 105 / 0.95);
}
.ring-emerald-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(4 120 87 / var(--tw-ring-opacity, 1));
}
.ring-emerald-700\/0 {
  --tw-ring-color: rgb(4 120 87 / 0);
}
.ring-emerald-700\/10 {
  --tw-ring-color: rgb(4 120 87 / 0.1);
}
.ring-emerald-700\/100 {
  --tw-ring-color: rgb(4 120 87 / 1);
}
.ring-emerald-700\/15 {
  --tw-ring-color: rgb(4 120 87 / 0.15);
}
.ring-emerald-700\/20 {
  --tw-ring-color: rgb(4 120 87 / 0.2);
}
.ring-emerald-700\/25 {
  --tw-ring-color: rgb(4 120 87 / 0.25);
}
.ring-emerald-700\/30 {
  --tw-ring-color: rgb(4 120 87 / 0.3);
}
.ring-emerald-700\/35 {
  --tw-ring-color: rgb(4 120 87 / 0.35);
}
.ring-emerald-700\/40 {
  --tw-ring-color: rgb(4 120 87 / 0.4);
}
.ring-emerald-700\/45 {
  --tw-ring-color: rgb(4 120 87 / 0.45);
}
.ring-emerald-700\/5 {
  --tw-ring-color: rgb(4 120 87 / 0.05);
}
.ring-emerald-700\/50 {
  --tw-ring-color: rgb(4 120 87 / 0.5);
}
.ring-emerald-700\/55 {
  --tw-ring-color: rgb(4 120 87 / 0.55);
}
.ring-emerald-700\/60 {
  --tw-ring-color: rgb(4 120 87 / 0.6);
}
.ring-emerald-700\/65 {
  --tw-ring-color: rgb(4 120 87 / 0.65);
}
.ring-emerald-700\/70 {
  --tw-ring-color: rgb(4 120 87 / 0.7);
}
.ring-emerald-700\/75 {
  --tw-ring-color: rgb(4 120 87 / 0.75);
}
.ring-emerald-700\/80 {
  --tw-ring-color: rgb(4 120 87 / 0.8);
}
.ring-emerald-700\/85 {
  --tw-ring-color: rgb(4 120 87 / 0.85);
}
.ring-emerald-700\/90 {
  --tw-ring-color: rgb(4 120 87 / 0.9);
}
.ring-emerald-700\/95 {
  --tw-ring-color: rgb(4 120 87 / 0.95);
}
.ring-emerald-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(6 95 70 / var(--tw-ring-opacity, 1));
}
.ring-emerald-800\/0 {
  --tw-ring-color: rgb(6 95 70 / 0);
}
.ring-emerald-800\/10 {
  --tw-ring-color: rgb(6 95 70 / 0.1);
}
.ring-emerald-800\/100 {
  --tw-ring-color: rgb(6 95 70 / 1);
}
.ring-emerald-800\/15 {
  --tw-ring-color: rgb(6 95 70 / 0.15);
}
.ring-emerald-800\/20 {
  --tw-ring-color: rgb(6 95 70 / 0.2);
}
.ring-emerald-800\/25 {
  --tw-ring-color: rgb(6 95 70 / 0.25);
}
.ring-emerald-800\/30 {
  --tw-ring-color: rgb(6 95 70 / 0.3);
}
.ring-emerald-800\/35 {
  --tw-ring-color: rgb(6 95 70 / 0.35);
}
.ring-emerald-800\/40 {
  --tw-ring-color: rgb(6 95 70 / 0.4);
}
.ring-emerald-800\/45 {
  --tw-ring-color: rgb(6 95 70 / 0.45);
}
.ring-emerald-800\/5 {
  --tw-ring-color: rgb(6 95 70 / 0.05);
}
.ring-emerald-800\/50 {
  --tw-ring-color: rgb(6 95 70 / 0.5);
}
.ring-emerald-800\/55 {
  --tw-ring-color: rgb(6 95 70 / 0.55);
}
.ring-emerald-800\/60 {
  --tw-ring-color: rgb(6 95 70 / 0.6);
}
.ring-emerald-800\/65 {
  --tw-ring-color: rgb(6 95 70 / 0.65);
}
.ring-emerald-800\/70 {
  --tw-ring-color: rgb(6 95 70 / 0.7);
}
.ring-emerald-800\/75 {
  --tw-ring-color: rgb(6 95 70 / 0.75);
}
.ring-emerald-800\/80 {
  --tw-ring-color: rgb(6 95 70 / 0.8);
}
.ring-emerald-800\/85 {
  --tw-ring-color: rgb(6 95 70 / 0.85);
}
.ring-emerald-800\/90 {
  --tw-ring-color: rgb(6 95 70 / 0.9);
}
.ring-emerald-800\/95 {
  --tw-ring-color: rgb(6 95 70 / 0.95);
}
.ring-emerald-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(6 78 59 / var(--tw-ring-opacity, 1));
}
.ring-emerald-900\/0 {
  --tw-ring-color: rgb(6 78 59 / 0);
}
.ring-emerald-900\/10 {
  --tw-ring-color: rgb(6 78 59 / 0.1);
}
.ring-emerald-900\/100 {
  --tw-ring-color: rgb(6 78 59 / 1);
}
.ring-emerald-900\/15 {
  --tw-ring-color: rgb(6 78 59 / 0.15);
}
.ring-emerald-900\/20 {
  --tw-ring-color: rgb(6 78 59 / 0.2);
}
.ring-emerald-900\/25 {
  --tw-ring-color: rgb(6 78 59 / 0.25);
}
.ring-emerald-900\/30 {
  --tw-ring-color: rgb(6 78 59 / 0.3);
}
.ring-emerald-900\/35 {
  --tw-ring-color: rgb(6 78 59 / 0.35);
}
.ring-emerald-900\/40 {
  --tw-ring-color: rgb(6 78 59 / 0.4);
}
.ring-emerald-900\/45 {
  --tw-ring-color: rgb(6 78 59 / 0.45);
}
.ring-emerald-900\/5 {
  --tw-ring-color: rgb(6 78 59 / 0.05);
}
.ring-emerald-900\/50 {
  --tw-ring-color: rgb(6 78 59 / 0.5);
}
.ring-emerald-900\/55 {
  --tw-ring-color: rgb(6 78 59 / 0.55);
}
.ring-emerald-900\/60 {
  --tw-ring-color: rgb(6 78 59 / 0.6);
}
.ring-emerald-900\/65 {
  --tw-ring-color: rgb(6 78 59 / 0.65);
}
.ring-emerald-900\/70 {
  --tw-ring-color: rgb(6 78 59 / 0.7);
}
.ring-emerald-900\/75 {
  --tw-ring-color: rgb(6 78 59 / 0.75);
}
.ring-emerald-900\/80 {
  --tw-ring-color: rgb(6 78 59 / 0.8);
}
.ring-emerald-900\/85 {
  --tw-ring-color: rgb(6 78 59 / 0.85);
}
.ring-emerald-900\/90 {
  --tw-ring-color: rgb(6 78 59 / 0.9);
}
.ring-emerald-900\/95 {
  --tw-ring-color: rgb(6 78 59 / 0.95);
}
.ring-emerald-950 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(2 44 34 / var(--tw-ring-opacity, 1));
}
.ring-emerald-950\/0 {
  --tw-ring-color: rgb(2 44 34 / 0);
}
.ring-emerald-950\/10 {
  --tw-ring-color: rgb(2 44 34 / 0.1);
}
.ring-emerald-950\/100 {
  --tw-ring-color: rgb(2 44 34 / 1);
}
.ring-emerald-950\/15 {
  --tw-ring-color: rgb(2 44 34 / 0.15);
}
.ring-emerald-950\/20 {
  --tw-ring-color: rgb(2 44 34 / 0.2);
}
.ring-emerald-950\/25 {
  --tw-ring-color: rgb(2 44 34 / 0.25);
}
.ring-emerald-950\/30 {
  --tw-ring-color: rgb(2 44 34 / 0.3);
}
.ring-emerald-950\/35 {
  --tw-ring-color: rgb(2 44 34 / 0.35);
}
.ring-emerald-950\/40 {
  --tw-ring-color: rgb(2 44 34 / 0.4);
}
.ring-emerald-950\/45 {
  --tw-ring-color: rgb(2 44 34 / 0.45);
}
.ring-emerald-950\/5 {
  --tw-ring-color: rgb(2 44 34 / 0.05);
}
.ring-emerald-950\/50 {
  --tw-ring-color: rgb(2 44 34 / 0.5);
}
.ring-emerald-950\/55 {
  --tw-ring-color: rgb(2 44 34 / 0.55);
}
.ring-emerald-950\/60 {
  --tw-ring-color: rgb(2 44 34 / 0.6);
}
.ring-emerald-950\/65 {
  --tw-ring-color: rgb(2 44 34 / 0.65);
}
.ring-emerald-950\/70 {
  --tw-ring-color: rgb(2 44 34 / 0.7);
}
.ring-emerald-950\/75 {
  --tw-ring-color: rgb(2 44 34 / 0.75);
}
.ring-emerald-950\/80 {
  --tw-ring-color: rgb(2 44 34 / 0.8);
}
.ring-emerald-950\/85 {
  --tw-ring-color: rgb(2 44 34 / 0.85);
}
.ring-emerald-950\/90 {
  --tw-ring-color: rgb(2 44 34 / 0.9);
}
.ring-emerald-950\/95 {
  --tw-ring-color: rgb(2 44 34 / 0.95);
}
.ring-fuchsia-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(250 232 255 / var(--tw-ring-opacity, 1));
}
.ring-fuchsia-100\/0 {
  --tw-ring-color: rgb(250 232 255 / 0);
}
.ring-fuchsia-100\/10 {
  --tw-ring-color: rgb(250 232 255 / 0.1);
}
.ring-fuchsia-100\/100 {
  --tw-ring-color: rgb(250 232 255 / 1);
}
.ring-fuchsia-100\/15 {
  --tw-ring-color: rgb(250 232 255 / 0.15);
}
.ring-fuchsia-100\/20 {
  --tw-ring-color: rgb(250 232 255 / 0.2);
}
.ring-fuchsia-100\/25 {
  --tw-ring-color: rgb(250 232 255 / 0.25);
}
.ring-fuchsia-100\/30 {
  --tw-ring-color: rgb(250 232 255 / 0.3);
}
.ring-fuchsia-100\/35 {
  --tw-ring-color: rgb(250 232 255 / 0.35);
}
.ring-fuchsia-100\/40 {
  --tw-ring-color: rgb(250 232 255 / 0.4);
}
.ring-fuchsia-100\/45 {
  --tw-ring-color: rgb(250 232 255 / 0.45);
}
.ring-fuchsia-100\/5 {
  --tw-ring-color: rgb(250 232 255 / 0.05);
}
.ring-fuchsia-100\/50 {
  --tw-ring-color: rgb(250 232 255 / 0.5);
}
.ring-fuchsia-100\/55 {
  --tw-ring-color: rgb(250 232 255 / 0.55);
}
.ring-fuchsia-100\/60 {
  --tw-ring-color: rgb(250 232 255 / 0.6);
}
.ring-fuchsia-100\/65 {
  --tw-ring-color: rgb(250 232 255 / 0.65);
}
.ring-fuchsia-100\/70 {
  --tw-ring-color: rgb(250 232 255 / 0.7);
}
.ring-fuchsia-100\/75 {
  --tw-ring-color: rgb(250 232 255 / 0.75);
}
.ring-fuchsia-100\/80 {
  --tw-ring-color: rgb(250 232 255 / 0.8);
}
.ring-fuchsia-100\/85 {
  --tw-ring-color: rgb(250 232 255 / 0.85);
}
.ring-fuchsia-100\/90 {
  --tw-ring-color: rgb(250 232 255 / 0.9);
}
.ring-fuchsia-100\/95 {
  --tw-ring-color: rgb(250 232 255 / 0.95);
}
.ring-fuchsia-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(245 208 254 / var(--tw-ring-opacity, 1));
}
.ring-fuchsia-200\/0 {
  --tw-ring-color: rgb(245 208 254 / 0);
}
.ring-fuchsia-200\/10 {
  --tw-ring-color: rgb(245 208 254 / 0.1);
}
.ring-fuchsia-200\/100 {
  --tw-ring-color: rgb(245 208 254 / 1);
}
.ring-fuchsia-200\/15 {
  --tw-ring-color: rgb(245 208 254 / 0.15);
}
.ring-fuchsia-200\/20 {
  --tw-ring-color: rgb(245 208 254 / 0.2);
}
.ring-fuchsia-200\/25 {
  --tw-ring-color: rgb(245 208 254 / 0.25);
}
.ring-fuchsia-200\/30 {
  --tw-ring-color: rgb(245 208 254 / 0.3);
}
.ring-fuchsia-200\/35 {
  --tw-ring-color: rgb(245 208 254 / 0.35);
}
.ring-fuchsia-200\/40 {
  --tw-ring-color: rgb(245 208 254 / 0.4);
}
.ring-fuchsia-200\/45 {
  --tw-ring-color: rgb(245 208 254 / 0.45);
}
.ring-fuchsia-200\/5 {
  --tw-ring-color: rgb(245 208 254 / 0.05);
}
.ring-fuchsia-200\/50 {
  --tw-ring-color: rgb(245 208 254 / 0.5);
}
.ring-fuchsia-200\/55 {
  --tw-ring-color: rgb(245 208 254 / 0.55);
}
.ring-fuchsia-200\/60 {
  --tw-ring-color: rgb(245 208 254 / 0.6);
}
.ring-fuchsia-200\/65 {
  --tw-ring-color: rgb(245 208 254 / 0.65);
}
.ring-fuchsia-200\/70 {
  --tw-ring-color: rgb(245 208 254 / 0.7);
}
.ring-fuchsia-200\/75 {
  --tw-ring-color: rgb(245 208 254 / 0.75);
}
.ring-fuchsia-200\/80 {
  --tw-ring-color: rgb(245 208 254 / 0.8);
}
.ring-fuchsia-200\/85 {
  --tw-ring-color: rgb(245 208 254 / 0.85);
}
.ring-fuchsia-200\/90 {
  --tw-ring-color: rgb(245 208 254 / 0.9);
}
.ring-fuchsia-200\/95 {
  --tw-ring-color: rgb(245 208 254 / 0.95);
}
.ring-fuchsia-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(240 171 252 / var(--tw-ring-opacity, 1));
}
.ring-fuchsia-300\/0 {
  --tw-ring-color: rgb(240 171 252 / 0);
}
.ring-fuchsia-300\/10 {
  --tw-ring-color: rgb(240 171 252 / 0.1);
}
.ring-fuchsia-300\/100 {
  --tw-ring-color: rgb(240 171 252 / 1);
}
.ring-fuchsia-300\/15 {
  --tw-ring-color: rgb(240 171 252 / 0.15);
}
.ring-fuchsia-300\/20 {
  --tw-ring-color: rgb(240 171 252 / 0.2);
}
.ring-fuchsia-300\/25 {
  --tw-ring-color: rgb(240 171 252 / 0.25);
}
.ring-fuchsia-300\/30 {
  --tw-ring-color: rgb(240 171 252 / 0.3);
}
.ring-fuchsia-300\/35 {
  --tw-ring-color: rgb(240 171 252 / 0.35);
}
.ring-fuchsia-300\/40 {
  --tw-ring-color: rgb(240 171 252 / 0.4);
}
.ring-fuchsia-300\/45 {
  --tw-ring-color: rgb(240 171 252 / 0.45);
}
.ring-fuchsia-300\/5 {
  --tw-ring-color: rgb(240 171 252 / 0.05);
}
.ring-fuchsia-300\/50 {
  --tw-ring-color: rgb(240 171 252 / 0.5);
}
.ring-fuchsia-300\/55 {
  --tw-ring-color: rgb(240 171 252 / 0.55);
}
.ring-fuchsia-300\/60 {
  --tw-ring-color: rgb(240 171 252 / 0.6);
}
.ring-fuchsia-300\/65 {
  --tw-ring-color: rgb(240 171 252 / 0.65);
}
.ring-fuchsia-300\/70 {
  --tw-ring-color: rgb(240 171 252 / 0.7);
}
.ring-fuchsia-300\/75 {
  --tw-ring-color: rgb(240 171 252 / 0.75);
}
.ring-fuchsia-300\/80 {
  --tw-ring-color: rgb(240 171 252 / 0.8);
}
.ring-fuchsia-300\/85 {
  --tw-ring-color: rgb(240 171 252 / 0.85);
}
.ring-fuchsia-300\/90 {
  --tw-ring-color: rgb(240 171 252 / 0.9);
}
.ring-fuchsia-300\/95 {
  --tw-ring-color: rgb(240 171 252 / 0.95);
}
.ring-fuchsia-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(232 121 249 / var(--tw-ring-opacity, 1));
}
.ring-fuchsia-400\/0 {
  --tw-ring-color: rgb(232 121 249 / 0);
}
.ring-fuchsia-400\/10 {
  --tw-ring-color: rgb(232 121 249 / 0.1);
}
.ring-fuchsia-400\/100 {
  --tw-ring-color: rgb(232 121 249 / 1);
}
.ring-fuchsia-400\/15 {
  --tw-ring-color: rgb(232 121 249 / 0.15);
}
.ring-fuchsia-400\/20 {
  --tw-ring-color: rgb(232 121 249 / 0.2);
}
.ring-fuchsia-400\/25 {
  --tw-ring-color: rgb(232 121 249 / 0.25);
}
.ring-fuchsia-400\/30 {
  --tw-ring-color: rgb(232 121 249 / 0.3);
}
.ring-fuchsia-400\/35 {
  --tw-ring-color: rgb(232 121 249 / 0.35);
}
.ring-fuchsia-400\/40 {
  --tw-ring-color: rgb(232 121 249 / 0.4);
}
.ring-fuchsia-400\/45 {
  --tw-ring-color: rgb(232 121 249 / 0.45);
}
.ring-fuchsia-400\/5 {
  --tw-ring-color: rgb(232 121 249 / 0.05);
}
.ring-fuchsia-400\/50 {
  --tw-ring-color: rgb(232 121 249 / 0.5);
}
.ring-fuchsia-400\/55 {
  --tw-ring-color: rgb(232 121 249 / 0.55);
}
.ring-fuchsia-400\/60 {
  --tw-ring-color: rgb(232 121 249 / 0.6);
}
.ring-fuchsia-400\/65 {
  --tw-ring-color: rgb(232 121 249 / 0.65);
}
.ring-fuchsia-400\/70 {
  --tw-ring-color: rgb(232 121 249 / 0.7);
}
.ring-fuchsia-400\/75 {
  --tw-ring-color: rgb(232 121 249 / 0.75);
}
.ring-fuchsia-400\/80 {
  --tw-ring-color: rgb(232 121 249 / 0.8);
}
.ring-fuchsia-400\/85 {
  --tw-ring-color: rgb(232 121 249 / 0.85);
}
.ring-fuchsia-400\/90 {
  --tw-ring-color: rgb(232 121 249 / 0.9);
}
.ring-fuchsia-400\/95 {
  --tw-ring-color: rgb(232 121 249 / 0.95);
}
.ring-fuchsia-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(253 244 255 / var(--tw-ring-opacity, 1));
}
.ring-fuchsia-50\/0 {
  --tw-ring-color: rgb(253 244 255 / 0);
}
.ring-fuchsia-50\/10 {
  --tw-ring-color: rgb(253 244 255 / 0.1);
}
.ring-fuchsia-50\/100 {
  --tw-ring-color: rgb(253 244 255 / 1);
}
.ring-fuchsia-50\/15 {
  --tw-ring-color: rgb(253 244 255 / 0.15);
}
.ring-fuchsia-50\/20 {
  --tw-ring-color: rgb(253 244 255 / 0.2);
}
.ring-fuchsia-50\/25 {
  --tw-ring-color: rgb(253 244 255 / 0.25);
}
.ring-fuchsia-50\/30 {
  --tw-ring-color: rgb(253 244 255 / 0.3);
}
.ring-fuchsia-50\/35 {
  --tw-ring-color: rgb(253 244 255 / 0.35);
}
.ring-fuchsia-50\/40 {
  --tw-ring-color: rgb(253 244 255 / 0.4);
}
.ring-fuchsia-50\/45 {
  --tw-ring-color: rgb(253 244 255 / 0.45);
}
.ring-fuchsia-50\/5 {
  --tw-ring-color: rgb(253 244 255 / 0.05);
}
.ring-fuchsia-50\/50 {
  --tw-ring-color: rgb(253 244 255 / 0.5);
}
.ring-fuchsia-50\/55 {
  --tw-ring-color: rgb(253 244 255 / 0.55);
}
.ring-fuchsia-50\/60 {
  --tw-ring-color: rgb(253 244 255 / 0.6);
}
.ring-fuchsia-50\/65 {
  --tw-ring-color: rgb(253 244 255 / 0.65);
}
.ring-fuchsia-50\/70 {
  --tw-ring-color: rgb(253 244 255 / 0.7);
}
.ring-fuchsia-50\/75 {
  --tw-ring-color: rgb(253 244 255 / 0.75);
}
.ring-fuchsia-50\/80 {
  --tw-ring-color: rgb(253 244 255 / 0.8);
}
.ring-fuchsia-50\/85 {
  --tw-ring-color: rgb(253 244 255 / 0.85);
}
.ring-fuchsia-50\/90 {
  --tw-ring-color: rgb(253 244 255 / 0.9);
}
.ring-fuchsia-50\/95 {
  --tw-ring-color: rgb(253 244 255 / 0.95);
}
.ring-fuchsia-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(217 70 239 / var(--tw-ring-opacity, 1));
}
.ring-fuchsia-500\/0 {
  --tw-ring-color: rgb(217 70 239 / 0);
}
.ring-fuchsia-500\/10 {
  --tw-ring-color: rgb(217 70 239 / 0.1);
}
.ring-fuchsia-500\/100 {
  --tw-ring-color: rgb(217 70 239 / 1);
}
.ring-fuchsia-500\/15 {
  --tw-ring-color: rgb(217 70 239 / 0.15);
}
.ring-fuchsia-500\/20 {
  --tw-ring-color: rgb(217 70 239 / 0.2);
}
.ring-fuchsia-500\/25 {
  --tw-ring-color: rgb(217 70 239 / 0.25);
}
.ring-fuchsia-500\/30 {
  --tw-ring-color: rgb(217 70 239 / 0.3);
}
.ring-fuchsia-500\/35 {
  --tw-ring-color: rgb(217 70 239 / 0.35);
}
.ring-fuchsia-500\/40 {
  --tw-ring-color: rgb(217 70 239 / 0.4);
}
.ring-fuchsia-500\/45 {
  --tw-ring-color: rgb(217 70 239 / 0.45);
}
.ring-fuchsia-500\/5 {
  --tw-ring-color: rgb(217 70 239 / 0.05);
}
.ring-fuchsia-500\/50 {
  --tw-ring-color: rgb(217 70 239 / 0.5);
}
.ring-fuchsia-500\/55 {
  --tw-ring-color: rgb(217 70 239 / 0.55);
}
.ring-fuchsia-500\/60 {
  --tw-ring-color: rgb(217 70 239 / 0.6);
}
.ring-fuchsia-500\/65 {
  --tw-ring-color: rgb(217 70 239 / 0.65);
}
.ring-fuchsia-500\/70 {
  --tw-ring-color: rgb(217 70 239 / 0.7);
}
.ring-fuchsia-500\/75 {
  --tw-ring-color: rgb(217 70 239 / 0.75);
}
.ring-fuchsia-500\/80 {
  --tw-ring-color: rgb(217 70 239 / 0.8);
}
.ring-fuchsia-500\/85 {
  --tw-ring-color: rgb(217 70 239 / 0.85);
}
.ring-fuchsia-500\/90 {
  --tw-ring-color: rgb(217 70 239 / 0.9);
}
.ring-fuchsia-500\/95 {
  --tw-ring-color: rgb(217 70 239 / 0.95);
}
.ring-fuchsia-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(192 38 211 / var(--tw-ring-opacity, 1));
}
.ring-fuchsia-600\/0 {
  --tw-ring-color: rgb(192 38 211 / 0);
}
.ring-fuchsia-600\/10 {
  --tw-ring-color: rgb(192 38 211 / 0.1);
}
.ring-fuchsia-600\/100 {
  --tw-ring-color: rgb(192 38 211 / 1);
}
.ring-fuchsia-600\/15 {
  --tw-ring-color: rgb(192 38 211 / 0.15);
}
.ring-fuchsia-600\/20 {
  --tw-ring-color: rgb(192 38 211 / 0.2);
}
.ring-fuchsia-600\/25 {
  --tw-ring-color: rgb(192 38 211 / 0.25);
}
.ring-fuchsia-600\/30 {
  --tw-ring-color: rgb(192 38 211 / 0.3);
}
.ring-fuchsia-600\/35 {
  --tw-ring-color: rgb(192 38 211 / 0.35);
}
.ring-fuchsia-600\/40 {
  --tw-ring-color: rgb(192 38 211 / 0.4);
}
.ring-fuchsia-600\/45 {
  --tw-ring-color: rgb(192 38 211 / 0.45);
}
.ring-fuchsia-600\/5 {
  --tw-ring-color: rgb(192 38 211 / 0.05);
}
.ring-fuchsia-600\/50 {
  --tw-ring-color: rgb(192 38 211 / 0.5);
}
.ring-fuchsia-600\/55 {
  --tw-ring-color: rgb(192 38 211 / 0.55);
}
.ring-fuchsia-600\/60 {
  --tw-ring-color: rgb(192 38 211 / 0.6);
}
.ring-fuchsia-600\/65 {
  --tw-ring-color: rgb(192 38 211 / 0.65);
}
.ring-fuchsia-600\/70 {
  --tw-ring-color: rgb(192 38 211 / 0.7);
}
.ring-fuchsia-600\/75 {
  --tw-ring-color: rgb(192 38 211 / 0.75);
}
.ring-fuchsia-600\/80 {
  --tw-ring-color: rgb(192 38 211 / 0.8);
}
.ring-fuchsia-600\/85 {
  --tw-ring-color: rgb(192 38 211 / 0.85);
}
.ring-fuchsia-600\/90 {
  --tw-ring-color: rgb(192 38 211 / 0.9);
}
.ring-fuchsia-600\/95 {
  --tw-ring-color: rgb(192 38 211 / 0.95);
}
.ring-fuchsia-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(162 28 175 / var(--tw-ring-opacity, 1));
}
.ring-fuchsia-700\/0 {
  --tw-ring-color: rgb(162 28 175 / 0);
}
.ring-fuchsia-700\/10 {
  --tw-ring-color: rgb(162 28 175 / 0.1);
}
.ring-fuchsia-700\/100 {
  --tw-ring-color: rgb(162 28 175 / 1);
}
.ring-fuchsia-700\/15 {
  --tw-ring-color: rgb(162 28 175 / 0.15);
}
.ring-fuchsia-700\/20 {
  --tw-ring-color: rgb(162 28 175 / 0.2);
}
.ring-fuchsia-700\/25 {
  --tw-ring-color: rgb(162 28 175 / 0.25);
}
.ring-fuchsia-700\/30 {
  --tw-ring-color: rgb(162 28 175 / 0.3);
}
.ring-fuchsia-700\/35 {
  --tw-ring-color: rgb(162 28 175 / 0.35);
}
.ring-fuchsia-700\/40 {
  --tw-ring-color: rgb(162 28 175 / 0.4);
}
.ring-fuchsia-700\/45 {
  --tw-ring-color: rgb(162 28 175 / 0.45);
}
.ring-fuchsia-700\/5 {
  --tw-ring-color: rgb(162 28 175 / 0.05);
}
.ring-fuchsia-700\/50 {
  --tw-ring-color: rgb(162 28 175 / 0.5);
}
.ring-fuchsia-700\/55 {
  --tw-ring-color: rgb(162 28 175 / 0.55);
}
.ring-fuchsia-700\/60 {
  --tw-ring-color: rgb(162 28 175 / 0.6);
}
.ring-fuchsia-700\/65 {
  --tw-ring-color: rgb(162 28 175 / 0.65);
}
.ring-fuchsia-700\/70 {
  --tw-ring-color: rgb(162 28 175 / 0.7);
}
.ring-fuchsia-700\/75 {
  --tw-ring-color: rgb(162 28 175 / 0.75);
}
.ring-fuchsia-700\/80 {
  --tw-ring-color: rgb(162 28 175 / 0.8);
}
.ring-fuchsia-700\/85 {
  --tw-ring-color: rgb(162 28 175 / 0.85);
}
.ring-fuchsia-700\/90 {
  --tw-ring-color: rgb(162 28 175 / 0.9);
}
.ring-fuchsia-700\/95 {
  --tw-ring-color: rgb(162 28 175 / 0.95);
}
.ring-fuchsia-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(134 25 143 / var(--tw-ring-opacity, 1));
}
.ring-fuchsia-800\/0 {
  --tw-ring-color: rgb(134 25 143 / 0);
}
.ring-fuchsia-800\/10 {
  --tw-ring-color: rgb(134 25 143 / 0.1);
}
.ring-fuchsia-800\/100 {
  --tw-ring-color: rgb(134 25 143 / 1);
}
.ring-fuchsia-800\/15 {
  --tw-ring-color: rgb(134 25 143 / 0.15);
}
.ring-fuchsia-800\/20 {
  --tw-ring-color: rgb(134 25 143 / 0.2);
}
.ring-fuchsia-800\/25 {
  --tw-ring-color: rgb(134 25 143 / 0.25);
}
.ring-fuchsia-800\/30 {
  --tw-ring-color: rgb(134 25 143 / 0.3);
}
.ring-fuchsia-800\/35 {
  --tw-ring-color: rgb(134 25 143 / 0.35);
}
.ring-fuchsia-800\/40 {
  --tw-ring-color: rgb(134 25 143 / 0.4);
}
.ring-fuchsia-800\/45 {
  --tw-ring-color: rgb(134 25 143 / 0.45);
}
.ring-fuchsia-800\/5 {
  --tw-ring-color: rgb(134 25 143 / 0.05);
}
.ring-fuchsia-800\/50 {
  --tw-ring-color: rgb(134 25 143 / 0.5);
}
.ring-fuchsia-800\/55 {
  --tw-ring-color: rgb(134 25 143 / 0.55);
}
.ring-fuchsia-800\/60 {
  --tw-ring-color: rgb(134 25 143 / 0.6);
}
.ring-fuchsia-800\/65 {
  --tw-ring-color: rgb(134 25 143 / 0.65);
}
.ring-fuchsia-800\/70 {
  --tw-ring-color: rgb(134 25 143 / 0.7);
}
.ring-fuchsia-800\/75 {
  --tw-ring-color: rgb(134 25 143 / 0.75);
}
.ring-fuchsia-800\/80 {
  --tw-ring-color: rgb(134 25 143 / 0.8);
}
.ring-fuchsia-800\/85 {
  --tw-ring-color: rgb(134 25 143 / 0.85);
}
.ring-fuchsia-800\/90 {
  --tw-ring-color: rgb(134 25 143 / 0.9);
}
.ring-fuchsia-800\/95 {
  --tw-ring-color: rgb(134 25 143 / 0.95);
}
.ring-fuchsia-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(112 26 117 / var(--tw-ring-opacity, 1));
}
.ring-fuchsia-900\/0 {
  --tw-ring-color: rgb(112 26 117 / 0);
}
.ring-fuchsia-900\/10 {
  --tw-ring-color: rgb(112 26 117 / 0.1);
}
.ring-fuchsia-900\/100 {
  --tw-ring-color: rgb(112 26 117 / 1);
}
.ring-fuchsia-900\/15 {
  --tw-ring-color: rgb(112 26 117 / 0.15);
}
.ring-fuchsia-900\/20 {
  --tw-ring-color: rgb(112 26 117 / 0.2);
}
.ring-fuchsia-900\/25 {
  --tw-ring-color: rgb(112 26 117 / 0.25);
}
.ring-fuchsia-900\/30 {
  --tw-ring-color: rgb(112 26 117 / 0.3);
}
.ring-fuchsia-900\/35 {
  --tw-ring-color: rgb(112 26 117 / 0.35);
}
.ring-fuchsia-900\/40 {
  --tw-ring-color: rgb(112 26 117 / 0.4);
}
.ring-fuchsia-900\/45 {
  --tw-ring-color: rgb(112 26 117 / 0.45);
}
.ring-fuchsia-900\/5 {
  --tw-ring-color: rgb(112 26 117 / 0.05);
}
.ring-fuchsia-900\/50 {
  --tw-ring-color: rgb(112 26 117 / 0.5);
}
.ring-fuchsia-900\/55 {
  --tw-ring-color: rgb(112 26 117 / 0.55);
}
.ring-fuchsia-900\/60 {
  --tw-ring-color: rgb(112 26 117 / 0.6);
}
.ring-fuchsia-900\/65 {
  --tw-ring-color: rgb(112 26 117 / 0.65);
}
.ring-fuchsia-900\/70 {
  --tw-ring-color: rgb(112 26 117 / 0.7);
}
.ring-fuchsia-900\/75 {
  --tw-ring-color: rgb(112 26 117 / 0.75);
}
.ring-fuchsia-900\/80 {
  --tw-ring-color: rgb(112 26 117 / 0.8);
}
.ring-fuchsia-900\/85 {
  --tw-ring-color: rgb(112 26 117 / 0.85);
}
.ring-fuchsia-900\/90 {
  --tw-ring-color: rgb(112 26 117 / 0.9);
}
.ring-fuchsia-900\/95 {
  --tw-ring-color: rgb(112 26 117 / 0.95);
}
.ring-fuchsia-950 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(74 4 78 / var(--tw-ring-opacity, 1));
}
.ring-fuchsia-950\/0 {
  --tw-ring-color: rgb(74 4 78 / 0);
}
.ring-fuchsia-950\/10 {
  --tw-ring-color: rgb(74 4 78 / 0.1);
}
.ring-fuchsia-950\/100 {
  --tw-ring-color: rgb(74 4 78 / 1);
}
.ring-fuchsia-950\/15 {
  --tw-ring-color: rgb(74 4 78 / 0.15);
}
.ring-fuchsia-950\/20 {
  --tw-ring-color: rgb(74 4 78 / 0.2);
}
.ring-fuchsia-950\/25 {
  --tw-ring-color: rgb(74 4 78 / 0.25);
}
.ring-fuchsia-950\/30 {
  --tw-ring-color: rgb(74 4 78 / 0.3);
}
.ring-fuchsia-950\/35 {
  --tw-ring-color: rgb(74 4 78 / 0.35);
}
.ring-fuchsia-950\/40 {
  --tw-ring-color: rgb(74 4 78 / 0.4);
}
.ring-fuchsia-950\/45 {
  --tw-ring-color: rgb(74 4 78 / 0.45);
}
.ring-fuchsia-950\/5 {
  --tw-ring-color: rgb(74 4 78 / 0.05);
}
.ring-fuchsia-950\/50 {
  --tw-ring-color: rgb(74 4 78 / 0.5);
}
.ring-fuchsia-950\/55 {
  --tw-ring-color: rgb(74 4 78 / 0.55);
}
.ring-fuchsia-950\/60 {
  --tw-ring-color: rgb(74 4 78 / 0.6);
}
.ring-fuchsia-950\/65 {
  --tw-ring-color: rgb(74 4 78 / 0.65);
}
.ring-fuchsia-950\/70 {
  --tw-ring-color: rgb(74 4 78 / 0.7);
}
.ring-fuchsia-950\/75 {
  --tw-ring-color: rgb(74 4 78 / 0.75);
}
.ring-fuchsia-950\/80 {
  --tw-ring-color: rgb(74 4 78 / 0.8);
}
.ring-fuchsia-950\/85 {
  --tw-ring-color: rgb(74 4 78 / 0.85);
}
.ring-fuchsia-950\/90 {
  --tw-ring-color: rgb(74 4 78 / 0.9);
}
.ring-fuchsia-950\/95 {
  --tw-ring-color: rgb(74 4 78 / 0.95);
}
.ring-green-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(220 252 231 / var(--tw-ring-opacity, 1));
}
.ring-green-100\/0 {
  --tw-ring-color: rgb(220 252 231 / 0);
}
.ring-green-100\/10 {
  --tw-ring-color: rgb(220 252 231 / 0.1);
}
.ring-green-100\/100 {
  --tw-ring-color: rgb(220 252 231 / 1);
}
.ring-green-100\/15 {
  --tw-ring-color: rgb(220 252 231 / 0.15);
}
.ring-green-100\/20 {
  --tw-ring-color: rgb(220 252 231 / 0.2);
}
.ring-green-100\/25 {
  --tw-ring-color: rgb(220 252 231 / 0.25);
}
.ring-green-100\/30 {
  --tw-ring-color: rgb(220 252 231 / 0.3);
}
.ring-green-100\/35 {
  --tw-ring-color: rgb(220 252 231 / 0.35);
}
.ring-green-100\/40 {
  --tw-ring-color: rgb(220 252 231 / 0.4);
}
.ring-green-100\/45 {
  --tw-ring-color: rgb(220 252 231 / 0.45);
}
.ring-green-100\/5 {
  --tw-ring-color: rgb(220 252 231 / 0.05);
}
.ring-green-100\/50 {
  --tw-ring-color: rgb(220 252 231 / 0.5);
}
.ring-green-100\/55 {
  --tw-ring-color: rgb(220 252 231 / 0.55);
}
.ring-green-100\/60 {
  --tw-ring-color: rgb(220 252 231 / 0.6);
}
.ring-green-100\/65 {
  --tw-ring-color: rgb(220 252 231 / 0.65);
}
.ring-green-100\/70 {
  --tw-ring-color: rgb(220 252 231 / 0.7);
}
.ring-green-100\/75 {
  --tw-ring-color: rgb(220 252 231 / 0.75);
}
.ring-green-100\/80 {
  --tw-ring-color: rgb(220 252 231 / 0.8);
}
.ring-green-100\/85 {
  --tw-ring-color: rgb(220 252 231 / 0.85);
}
.ring-green-100\/90 {
  --tw-ring-color: rgb(220 252 231 / 0.9);
}
.ring-green-100\/95 {
  --tw-ring-color: rgb(220 252 231 / 0.95);
}
.ring-green-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(187 247 208 / var(--tw-ring-opacity, 1));
}
.ring-green-200\/0 {
  --tw-ring-color: rgb(187 247 208 / 0);
}
.ring-green-200\/10 {
  --tw-ring-color: rgb(187 247 208 / 0.1);
}
.ring-green-200\/100 {
  --tw-ring-color: rgb(187 247 208 / 1);
}
.ring-green-200\/15 {
  --tw-ring-color: rgb(187 247 208 / 0.15);
}
.ring-green-200\/20 {
  --tw-ring-color: rgb(187 247 208 / 0.2);
}
.ring-green-200\/25 {
  --tw-ring-color: rgb(187 247 208 / 0.25);
}
.ring-green-200\/30 {
  --tw-ring-color: rgb(187 247 208 / 0.3);
}
.ring-green-200\/35 {
  --tw-ring-color: rgb(187 247 208 / 0.35);
}
.ring-green-200\/40 {
  --tw-ring-color: rgb(187 247 208 / 0.4);
}
.ring-green-200\/45 {
  --tw-ring-color: rgb(187 247 208 / 0.45);
}
.ring-green-200\/5 {
  --tw-ring-color: rgb(187 247 208 / 0.05);
}
.ring-green-200\/50 {
  --tw-ring-color: rgb(187 247 208 / 0.5);
}
.ring-green-200\/55 {
  --tw-ring-color: rgb(187 247 208 / 0.55);
}
.ring-green-200\/60 {
  --tw-ring-color: rgb(187 247 208 / 0.6);
}
.ring-green-200\/65 {
  --tw-ring-color: rgb(187 247 208 / 0.65);
}
.ring-green-200\/70 {
  --tw-ring-color: rgb(187 247 208 / 0.7);
}
.ring-green-200\/75 {
  --tw-ring-color: rgb(187 247 208 / 0.75);
}
.ring-green-200\/80 {
  --tw-ring-color: rgb(187 247 208 / 0.8);
}
.ring-green-200\/85 {
  --tw-ring-color: rgb(187 247 208 / 0.85);
}
.ring-green-200\/90 {
  --tw-ring-color: rgb(187 247 208 / 0.9);
}
.ring-green-200\/95 {
  --tw-ring-color: rgb(187 247 208 / 0.95);
}
.ring-green-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(134 239 172 / var(--tw-ring-opacity, 1));
}
.ring-green-300\/0 {
  --tw-ring-color: rgb(134 239 172 / 0);
}
.ring-green-300\/10 {
  --tw-ring-color: rgb(134 239 172 / 0.1);
}
.ring-green-300\/100 {
  --tw-ring-color: rgb(134 239 172 / 1);
}
.ring-green-300\/15 {
  --tw-ring-color: rgb(134 239 172 / 0.15);
}
.ring-green-300\/20 {
  --tw-ring-color: rgb(134 239 172 / 0.2);
}
.ring-green-300\/25 {
  --tw-ring-color: rgb(134 239 172 / 0.25);
}
.ring-green-300\/30 {
  --tw-ring-color: rgb(134 239 172 / 0.3);
}
.ring-green-300\/35 {
  --tw-ring-color: rgb(134 239 172 / 0.35);
}
.ring-green-300\/40 {
  --tw-ring-color: rgb(134 239 172 / 0.4);
}
.ring-green-300\/45 {
  --tw-ring-color: rgb(134 239 172 / 0.45);
}
.ring-green-300\/5 {
  --tw-ring-color: rgb(134 239 172 / 0.05);
}
.ring-green-300\/50 {
  --tw-ring-color: rgb(134 239 172 / 0.5);
}
.ring-green-300\/55 {
  --tw-ring-color: rgb(134 239 172 / 0.55);
}
.ring-green-300\/60 {
  --tw-ring-color: rgb(134 239 172 / 0.6);
}
.ring-green-300\/65 {
  --tw-ring-color: rgb(134 239 172 / 0.65);
}
.ring-green-300\/70 {
  --tw-ring-color: rgb(134 239 172 / 0.7);
}
.ring-green-300\/75 {
  --tw-ring-color: rgb(134 239 172 / 0.75);
}
.ring-green-300\/80 {
  --tw-ring-color: rgb(134 239 172 / 0.8);
}
.ring-green-300\/85 {
  --tw-ring-color: rgb(134 239 172 / 0.85);
}
.ring-green-300\/90 {
  --tw-ring-color: rgb(134 239 172 / 0.9);
}
.ring-green-300\/95 {
  --tw-ring-color: rgb(134 239 172 / 0.95);
}
.ring-green-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(74 222 128 / var(--tw-ring-opacity, 1));
}
.ring-green-400\/0 {
  --tw-ring-color: rgb(74 222 128 / 0);
}
.ring-green-400\/10 {
  --tw-ring-color: rgb(74 222 128 / 0.1);
}
.ring-green-400\/100 {
  --tw-ring-color: rgb(74 222 128 / 1);
}
.ring-green-400\/15 {
  --tw-ring-color: rgb(74 222 128 / 0.15);
}
.ring-green-400\/20 {
  --tw-ring-color: rgb(74 222 128 / 0.2);
}
.ring-green-400\/25 {
  --tw-ring-color: rgb(74 222 128 / 0.25);
}
.ring-green-400\/30 {
  --tw-ring-color: rgb(74 222 128 / 0.3);
}
.ring-green-400\/35 {
  --tw-ring-color: rgb(74 222 128 / 0.35);
}
.ring-green-400\/40 {
  --tw-ring-color: rgb(74 222 128 / 0.4);
}
.ring-green-400\/45 {
  --tw-ring-color: rgb(74 222 128 / 0.45);
}
.ring-green-400\/5 {
  --tw-ring-color: rgb(74 222 128 / 0.05);
}
.ring-green-400\/50 {
  --tw-ring-color: rgb(74 222 128 / 0.5);
}
.ring-green-400\/55 {
  --tw-ring-color: rgb(74 222 128 / 0.55);
}
.ring-green-400\/60 {
  --tw-ring-color: rgb(74 222 128 / 0.6);
}
.ring-green-400\/65 {
  --tw-ring-color: rgb(74 222 128 / 0.65);
}
.ring-green-400\/70 {
  --tw-ring-color: rgb(74 222 128 / 0.7);
}
.ring-green-400\/75 {
  --tw-ring-color: rgb(74 222 128 / 0.75);
}
.ring-green-400\/80 {
  --tw-ring-color: rgb(74 222 128 / 0.8);
}
.ring-green-400\/85 {
  --tw-ring-color: rgb(74 222 128 / 0.85);
}
.ring-green-400\/90 {
  --tw-ring-color: rgb(74 222 128 / 0.9);
}
.ring-green-400\/95 {
  --tw-ring-color: rgb(74 222 128 / 0.95);
}
.ring-green-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(240 253 244 / var(--tw-ring-opacity, 1));
}
.ring-green-50\/0 {
  --tw-ring-color: rgb(240 253 244 / 0);
}
.ring-green-50\/10 {
  --tw-ring-color: rgb(240 253 244 / 0.1);
}
.ring-green-50\/100 {
  --tw-ring-color: rgb(240 253 244 / 1);
}
.ring-green-50\/15 {
  --tw-ring-color: rgb(240 253 244 / 0.15);
}
.ring-green-50\/20 {
  --tw-ring-color: rgb(240 253 244 / 0.2);
}
.ring-green-50\/25 {
  --tw-ring-color: rgb(240 253 244 / 0.25);
}
.ring-green-50\/30 {
  --tw-ring-color: rgb(240 253 244 / 0.3);
}
.ring-green-50\/35 {
  --tw-ring-color: rgb(240 253 244 / 0.35);
}
.ring-green-50\/40 {
  --tw-ring-color: rgb(240 253 244 / 0.4);
}
.ring-green-50\/45 {
  --tw-ring-color: rgb(240 253 244 / 0.45);
}
.ring-green-50\/5 {
  --tw-ring-color: rgb(240 253 244 / 0.05);
}
.ring-green-50\/50 {
  --tw-ring-color: rgb(240 253 244 / 0.5);
}
.ring-green-50\/55 {
  --tw-ring-color: rgb(240 253 244 / 0.55);
}
.ring-green-50\/60 {
  --tw-ring-color: rgb(240 253 244 / 0.6);
}
.ring-green-50\/65 {
  --tw-ring-color: rgb(240 253 244 / 0.65);
}
.ring-green-50\/70 {
  --tw-ring-color: rgb(240 253 244 / 0.7);
}
.ring-green-50\/75 {
  --tw-ring-color: rgb(240 253 244 / 0.75);
}
.ring-green-50\/80 {
  --tw-ring-color: rgb(240 253 244 / 0.8);
}
.ring-green-50\/85 {
  --tw-ring-color: rgb(240 253 244 / 0.85);
}
.ring-green-50\/90 {
  --tw-ring-color: rgb(240 253 244 / 0.9);
}
.ring-green-50\/95 {
  --tw-ring-color: rgb(240 253 244 / 0.95);
}
.ring-green-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(34 197 94 / var(--tw-ring-opacity, 1));
}
.ring-green-500\/0 {
  --tw-ring-color: rgb(34 197 94 / 0);
}
.ring-green-500\/10 {
  --tw-ring-color: rgb(34 197 94 / 0.1);
}
.ring-green-500\/100 {
  --tw-ring-color: rgb(34 197 94 / 1);
}
.ring-green-500\/15 {
  --tw-ring-color: rgb(34 197 94 / 0.15);
}
.ring-green-500\/20 {
  --tw-ring-color: rgb(34 197 94 / 0.2);
}
.ring-green-500\/25 {
  --tw-ring-color: rgb(34 197 94 / 0.25);
}
.ring-green-500\/30 {
  --tw-ring-color: rgb(34 197 94 / 0.3);
}
.ring-green-500\/35 {
  --tw-ring-color: rgb(34 197 94 / 0.35);
}
.ring-green-500\/40 {
  --tw-ring-color: rgb(34 197 94 / 0.4);
}
.ring-green-500\/45 {
  --tw-ring-color: rgb(34 197 94 / 0.45);
}
.ring-green-500\/5 {
  --tw-ring-color: rgb(34 197 94 / 0.05);
}
.ring-green-500\/50 {
  --tw-ring-color: rgb(34 197 94 / 0.5);
}
.ring-green-500\/55 {
  --tw-ring-color: rgb(34 197 94 / 0.55);
}
.ring-green-500\/60 {
  --tw-ring-color: rgb(34 197 94 / 0.6);
}
.ring-green-500\/65 {
  --tw-ring-color: rgb(34 197 94 / 0.65);
}
.ring-green-500\/70 {
  --tw-ring-color: rgb(34 197 94 / 0.7);
}
.ring-green-500\/75 {
  --tw-ring-color: rgb(34 197 94 / 0.75);
}
.ring-green-500\/80 {
  --tw-ring-color: rgb(34 197 94 / 0.8);
}
.ring-green-500\/85 {
  --tw-ring-color: rgb(34 197 94 / 0.85);
}
.ring-green-500\/90 {
  --tw-ring-color: rgb(34 197 94 / 0.9);
}
.ring-green-500\/95 {
  --tw-ring-color: rgb(34 197 94 / 0.95);
}
.ring-green-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(22 163 74 / var(--tw-ring-opacity, 1));
}
.ring-green-600\/0 {
  --tw-ring-color: rgb(22 163 74 / 0);
}
.ring-green-600\/10 {
  --tw-ring-color: rgb(22 163 74 / 0.1);
}
.ring-green-600\/100 {
  --tw-ring-color: rgb(22 163 74 / 1);
}
.ring-green-600\/15 {
  --tw-ring-color: rgb(22 163 74 / 0.15);
}
.ring-green-600\/20 {
  --tw-ring-color: rgb(22 163 74 / 0.2);
}
.ring-green-600\/25 {
  --tw-ring-color: rgb(22 163 74 / 0.25);
}
.ring-green-600\/30 {
  --tw-ring-color: rgb(22 163 74 / 0.3);
}
.ring-green-600\/35 {
  --tw-ring-color: rgb(22 163 74 / 0.35);
}
.ring-green-600\/40 {
  --tw-ring-color: rgb(22 163 74 / 0.4);
}
.ring-green-600\/45 {
  --tw-ring-color: rgb(22 163 74 / 0.45);
}
.ring-green-600\/5 {
  --tw-ring-color: rgb(22 163 74 / 0.05);
}
.ring-green-600\/50 {
  --tw-ring-color: rgb(22 163 74 / 0.5);
}
.ring-green-600\/55 {
  --tw-ring-color: rgb(22 163 74 / 0.55);
}
.ring-green-600\/60 {
  --tw-ring-color: rgb(22 163 74 / 0.6);
}
.ring-green-600\/65 {
  --tw-ring-color: rgb(22 163 74 / 0.65);
}
.ring-green-600\/70 {
  --tw-ring-color: rgb(22 163 74 / 0.7);
}
.ring-green-600\/75 {
  --tw-ring-color: rgb(22 163 74 / 0.75);
}
.ring-green-600\/80 {
  --tw-ring-color: rgb(22 163 74 / 0.8);
}
.ring-green-600\/85 {
  --tw-ring-color: rgb(22 163 74 / 0.85);
}
.ring-green-600\/90 {
  --tw-ring-color: rgb(22 163 74 / 0.9);
}
.ring-green-600\/95 {
  --tw-ring-color: rgb(22 163 74 / 0.95);
}
.ring-green-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(21 128 61 / var(--tw-ring-opacity, 1));
}
.ring-green-700\/0 {
  --tw-ring-color: rgb(21 128 61 / 0);
}
.ring-green-700\/10 {
  --tw-ring-color: rgb(21 128 61 / 0.1);
}
.ring-green-700\/100 {
  --tw-ring-color: rgb(21 128 61 / 1);
}
.ring-green-700\/15 {
  --tw-ring-color: rgb(21 128 61 / 0.15);
}
.ring-green-700\/20 {
  --tw-ring-color: rgb(21 128 61 / 0.2);
}
.ring-green-700\/25 {
  --tw-ring-color: rgb(21 128 61 / 0.25);
}
.ring-green-700\/30 {
  --tw-ring-color: rgb(21 128 61 / 0.3);
}
.ring-green-700\/35 {
  --tw-ring-color: rgb(21 128 61 / 0.35);
}
.ring-green-700\/40 {
  --tw-ring-color: rgb(21 128 61 / 0.4);
}
.ring-green-700\/45 {
  --tw-ring-color: rgb(21 128 61 / 0.45);
}
.ring-green-700\/5 {
  --tw-ring-color: rgb(21 128 61 / 0.05);
}
.ring-green-700\/50 {
  --tw-ring-color: rgb(21 128 61 / 0.5);
}
.ring-green-700\/55 {
  --tw-ring-color: rgb(21 128 61 / 0.55);
}
.ring-green-700\/60 {
  --tw-ring-color: rgb(21 128 61 / 0.6);
}
.ring-green-700\/65 {
  --tw-ring-color: rgb(21 128 61 / 0.65);
}
.ring-green-700\/70 {
  --tw-ring-color: rgb(21 128 61 / 0.7);
}
.ring-green-700\/75 {
  --tw-ring-color: rgb(21 128 61 / 0.75);
}
.ring-green-700\/80 {
  --tw-ring-color: rgb(21 128 61 / 0.8);
}
.ring-green-700\/85 {
  --tw-ring-color: rgb(21 128 61 / 0.85);
}
.ring-green-700\/90 {
  --tw-ring-color: rgb(21 128 61 / 0.9);
}
.ring-green-700\/95 {
  --tw-ring-color: rgb(21 128 61 / 0.95);
}
.ring-green-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(22 101 52 / var(--tw-ring-opacity, 1));
}
.ring-green-800\/0 {
  --tw-ring-color: rgb(22 101 52 / 0);
}
.ring-green-800\/10 {
  --tw-ring-color: rgb(22 101 52 / 0.1);
}
.ring-green-800\/100 {
  --tw-ring-color: rgb(22 101 52 / 1);
}
.ring-green-800\/15 {
  --tw-ring-color: rgb(22 101 52 / 0.15);
}
.ring-green-800\/20 {
  --tw-ring-color: rgb(22 101 52 / 0.2);
}
.ring-green-800\/25 {
  --tw-ring-color: rgb(22 101 52 / 0.25);
}
.ring-green-800\/30 {
  --tw-ring-color: rgb(22 101 52 / 0.3);
}
.ring-green-800\/35 {
  --tw-ring-color: rgb(22 101 52 / 0.35);
}
.ring-green-800\/40 {
  --tw-ring-color: rgb(22 101 52 / 0.4);
}
.ring-green-800\/45 {
  --tw-ring-color: rgb(22 101 52 / 0.45);
}
.ring-green-800\/5 {
  --tw-ring-color: rgb(22 101 52 / 0.05);
}
.ring-green-800\/50 {
  --tw-ring-color: rgb(22 101 52 / 0.5);
}
.ring-green-800\/55 {
  --tw-ring-color: rgb(22 101 52 / 0.55);
}
.ring-green-800\/60 {
  --tw-ring-color: rgb(22 101 52 / 0.6);
}
.ring-green-800\/65 {
  --tw-ring-color: rgb(22 101 52 / 0.65);
}
.ring-green-800\/70 {
  --tw-ring-color: rgb(22 101 52 / 0.7);
}
.ring-green-800\/75 {
  --tw-ring-color: rgb(22 101 52 / 0.75);
}
.ring-green-800\/80 {
  --tw-ring-color: rgb(22 101 52 / 0.8);
}
.ring-green-800\/85 {
  --tw-ring-color: rgb(22 101 52 / 0.85);
}
.ring-green-800\/90 {
  --tw-ring-color: rgb(22 101 52 / 0.9);
}
.ring-green-800\/95 {
  --tw-ring-color: rgb(22 101 52 / 0.95);
}
.ring-green-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(20 83 45 / var(--tw-ring-opacity, 1));
}
.ring-green-900\/0 {
  --tw-ring-color: rgb(20 83 45 / 0);
}
.ring-green-900\/10 {
  --tw-ring-color: rgb(20 83 45 / 0.1);
}
.ring-green-900\/100 {
  --tw-ring-color: rgb(20 83 45 / 1);
}
.ring-green-900\/15 {
  --tw-ring-color: rgb(20 83 45 / 0.15);
}
.ring-green-900\/20 {
  --tw-ring-color: rgb(20 83 45 / 0.2);
}
.ring-green-900\/25 {
  --tw-ring-color: rgb(20 83 45 / 0.25);
}
.ring-green-900\/30 {
  --tw-ring-color: rgb(20 83 45 / 0.3);
}
.ring-green-900\/35 {
  --tw-ring-color: rgb(20 83 45 / 0.35);
}
.ring-green-900\/40 {
  --tw-ring-color: rgb(20 83 45 / 0.4);
}
.ring-green-900\/45 {
  --tw-ring-color: rgb(20 83 45 / 0.45);
}
.ring-green-900\/5 {
  --tw-ring-color: rgb(20 83 45 / 0.05);
}
.ring-green-900\/50 {
  --tw-ring-color: rgb(20 83 45 / 0.5);
}
.ring-green-900\/55 {
  --tw-ring-color: rgb(20 83 45 / 0.55);
}
.ring-green-900\/60 {
  --tw-ring-color: rgb(20 83 45 / 0.6);
}
.ring-green-900\/65 {
  --tw-ring-color: rgb(20 83 45 / 0.65);
}
.ring-green-900\/70 {
  --tw-ring-color: rgb(20 83 45 / 0.7);
}
.ring-green-900\/75 {
  --tw-ring-color: rgb(20 83 45 / 0.75);
}
.ring-green-900\/80 {
  --tw-ring-color: rgb(20 83 45 / 0.8);
}
.ring-green-900\/85 {
  --tw-ring-color: rgb(20 83 45 / 0.85);
}
.ring-green-900\/90 {
  --tw-ring-color: rgb(20 83 45 / 0.9);
}
.ring-green-900\/95 {
  --tw-ring-color: rgb(20 83 45 / 0.95);
}
.ring-green-950 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(5 46 22 / var(--tw-ring-opacity, 1));
}
.ring-green-950\/0 {
  --tw-ring-color: rgb(5 46 22 / 0);
}
.ring-green-950\/10 {
  --tw-ring-color: rgb(5 46 22 / 0.1);
}
.ring-green-950\/100 {
  --tw-ring-color: rgb(5 46 22 / 1);
}
.ring-green-950\/15 {
  --tw-ring-color: rgb(5 46 22 / 0.15);
}
.ring-green-950\/20 {
  --tw-ring-color: rgb(5 46 22 / 0.2);
}
.ring-green-950\/25 {
  --tw-ring-color: rgb(5 46 22 / 0.25);
}
.ring-green-950\/30 {
  --tw-ring-color: rgb(5 46 22 / 0.3);
}
.ring-green-950\/35 {
  --tw-ring-color: rgb(5 46 22 / 0.35);
}
.ring-green-950\/40 {
  --tw-ring-color: rgb(5 46 22 / 0.4);
}
.ring-green-950\/45 {
  --tw-ring-color: rgb(5 46 22 / 0.45);
}
.ring-green-950\/5 {
  --tw-ring-color: rgb(5 46 22 / 0.05);
}
.ring-green-950\/50 {
  --tw-ring-color: rgb(5 46 22 / 0.5);
}
.ring-green-950\/55 {
  --tw-ring-color: rgb(5 46 22 / 0.55);
}
.ring-green-950\/60 {
  --tw-ring-color: rgb(5 46 22 / 0.6);
}
.ring-green-950\/65 {
  --tw-ring-color: rgb(5 46 22 / 0.65);
}
.ring-green-950\/70 {
  --tw-ring-color: rgb(5 46 22 / 0.7);
}
.ring-green-950\/75 {
  --tw-ring-color: rgb(5 46 22 / 0.75);
}
.ring-green-950\/80 {
  --tw-ring-color: rgb(5 46 22 / 0.8);
}
.ring-green-950\/85 {
  --tw-ring-color: rgb(5 46 22 / 0.85);
}
.ring-green-950\/90 {
  --tw-ring-color: rgb(5 46 22 / 0.9);
}
.ring-green-950\/95 {
  --tw-ring-color: rgb(5 46 22 / 0.95);
}
.ring-indigo-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(224 231 255 / var(--tw-ring-opacity, 1));
}
.ring-indigo-100\/0 {
  --tw-ring-color: rgb(224 231 255 / 0);
}
.ring-indigo-100\/10 {
  --tw-ring-color: rgb(224 231 255 / 0.1);
}
.ring-indigo-100\/100 {
  --tw-ring-color: rgb(224 231 255 / 1);
}
.ring-indigo-100\/15 {
  --tw-ring-color: rgb(224 231 255 / 0.15);
}
.ring-indigo-100\/20 {
  --tw-ring-color: rgb(224 231 255 / 0.2);
}
.ring-indigo-100\/25 {
  --tw-ring-color: rgb(224 231 255 / 0.25);
}
.ring-indigo-100\/30 {
  --tw-ring-color: rgb(224 231 255 / 0.3);
}
.ring-indigo-100\/35 {
  --tw-ring-color: rgb(224 231 255 / 0.35);
}
.ring-indigo-100\/40 {
  --tw-ring-color: rgb(224 231 255 / 0.4);
}
.ring-indigo-100\/45 {
  --tw-ring-color: rgb(224 231 255 / 0.45);
}
.ring-indigo-100\/5 {
  --tw-ring-color: rgb(224 231 255 / 0.05);
}
.ring-indigo-100\/50 {
  --tw-ring-color: rgb(224 231 255 / 0.5);
}
.ring-indigo-100\/55 {
  --tw-ring-color: rgb(224 231 255 / 0.55);
}
.ring-indigo-100\/60 {
  --tw-ring-color: rgb(224 231 255 / 0.6);
}
.ring-indigo-100\/65 {
  --tw-ring-color: rgb(224 231 255 / 0.65);
}
.ring-indigo-100\/70 {
  --tw-ring-color: rgb(224 231 255 / 0.7);
}
.ring-indigo-100\/75 {
  --tw-ring-color: rgb(224 231 255 / 0.75);
}
.ring-indigo-100\/80 {
  --tw-ring-color: rgb(224 231 255 / 0.8);
}
.ring-indigo-100\/85 {
  --tw-ring-color: rgb(224 231 255 / 0.85);
}
.ring-indigo-100\/90 {
  --tw-ring-color: rgb(224 231 255 / 0.9);
}
.ring-indigo-100\/95 {
  --tw-ring-color: rgb(224 231 255 / 0.95);
}
.ring-indigo-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(199 210 254 / var(--tw-ring-opacity, 1));
}
.ring-indigo-200\/0 {
  --tw-ring-color: rgb(199 210 254 / 0);
}
.ring-indigo-200\/10 {
  --tw-ring-color: rgb(199 210 254 / 0.1);
}
.ring-indigo-200\/100 {
  --tw-ring-color: rgb(199 210 254 / 1);
}
.ring-indigo-200\/15 {
  --tw-ring-color: rgb(199 210 254 / 0.15);
}
.ring-indigo-200\/20 {
  --tw-ring-color: rgb(199 210 254 / 0.2);
}
.ring-indigo-200\/25 {
  --tw-ring-color: rgb(199 210 254 / 0.25);
}
.ring-indigo-200\/30 {
  --tw-ring-color: rgb(199 210 254 / 0.3);
}
.ring-indigo-200\/35 {
  --tw-ring-color: rgb(199 210 254 / 0.35);
}
.ring-indigo-200\/40 {
  --tw-ring-color: rgb(199 210 254 / 0.4);
}
.ring-indigo-200\/45 {
  --tw-ring-color: rgb(199 210 254 / 0.45);
}
.ring-indigo-200\/5 {
  --tw-ring-color: rgb(199 210 254 / 0.05);
}
.ring-indigo-200\/50 {
  --tw-ring-color: rgb(199 210 254 / 0.5);
}
.ring-indigo-200\/55 {
  --tw-ring-color: rgb(199 210 254 / 0.55);
}
.ring-indigo-200\/60 {
  --tw-ring-color: rgb(199 210 254 / 0.6);
}
.ring-indigo-200\/65 {
  --tw-ring-color: rgb(199 210 254 / 0.65);
}
.ring-indigo-200\/70 {
  --tw-ring-color: rgb(199 210 254 / 0.7);
}
.ring-indigo-200\/75 {
  --tw-ring-color: rgb(199 210 254 / 0.75);
}
.ring-indigo-200\/80 {
  --tw-ring-color: rgb(199 210 254 / 0.8);
}
.ring-indigo-200\/85 {
  --tw-ring-color: rgb(199 210 254 / 0.85);
}
.ring-indigo-200\/90 {
  --tw-ring-color: rgb(199 210 254 / 0.9);
}
.ring-indigo-200\/95 {
  --tw-ring-color: rgb(199 210 254 / 0.95);
}
.ring-indigo-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(165 180 252 / var(--tw-ring-opacity, 1));
}
.ring-indigo-300\/0 {
  --tw-ring-color: rgb(165 180 252 / 0);
}
.ring-indigo-300\/10 {
  --tw-ring-color: rgb(165 180 252 / 0.1);
}
.ring-indigo-300\/100 {
  --tw-ring-color: rgb(165 180 252 / 1);
}
.ring-indigo-300\/15 {
  --tw-ring-color: rgb(165 180 252 / 0.15);
}
.ring-indigo-300\/20 {
  --tw-ring-color: rgb(165 180 252 / 0.2);
}
.ring-indigo-300\/25 {
  --tw-ring-color: rgb(165 180 252 / 0.25);
}
.ring-indigo-300\/30 {
  --tw-ring-color: rgb(165 180 252 / 0.3);
}
.ring-indigo-300\/35 {
  --tw-ring-color: rgb(165 180 252 / 0.35);
}
.ring-indigo-300\/40 {
  --tw-ring-color: rgb(165 180 252 / 0.4);
}
.ring-indigo-300\/45 {
  --tw-ring-color: rgb(165 180 252 / 0.45);
}
.ring-indigo-300\/5 {
  --tw-ring-color: rgb(165 180 252 / 0.05);
}
.ring-indigo-300\/50 {
  --tw-ring-color: rgb(165 180 252 / 0.5);
}
.ring-indigo-300\/55 {
  --tw-ring-color: rgb(165 180 252 / 0.55);
}
.ring-indigo-300\/60 {
  --tw-ring-color: rgb(165 180 252 / 0.6);
}
.ring-indigo-300\/65 {
  --tw-ring-color: rgb(165 180 252 / 0.65);
}
.ring-indigo-300\/70 {
  --tw-ring-color: rgb(165 180 252 / 0.7);
}
.ring-indigo-300\/75 {
  --tw-ring-color: rgb(165 180 252 / 0.75);
}
.ring-indigo-300\/80 {
  --tw-ring-color: rgb(165 180 252 / 0.8);
}
.ring-indigo-300\/85 {
  --tw-ring-color: rgb(165 180 252 / 0.85);
}
.ring-indigo-300\/90 {
  --tw-ring-color: rgb(165 180 252 / 0.9);
}
.ring-indigo-300\/95 {
  --tw-ring-color: rgb(165 180 252 / 0.95);
}
.ring-indigo-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(129 140 248 / var(--tw-ring-opacity, 1));
}
.ring-indigo-400\/0 {
  --tw-ring-color: rgb(129 140 248 / 0);
}
.ring-indigo-400\/10 {
  --tw-ring-color: rgb(129 140 248 / 0.1);
}
.ring-indigo-400\/100 {
  --tw-ring-color: rgb(129 140 248 / 1);
}
.ring-indigo-400\/15 {
  --tw-ring-color: rgb(129 140 248 / 0.15);
}
.ring-indigo-400\/20 {
  --tw-ring-color: rgb(129 140 248 / 0.2);
}
.ring-indigo-400\/25 {
  --tw-ring-color: rgb(129 140 248 / 0.25);
}
.ring-indigo-400\/30 {
  --tw-ring-color: rgb(129 140 248 / 0.3);
}
.ring-indigo-400\/35 {
  --tw-ring-color: rgb(129 140 248 / 0.35);
}
.ring-indigo-400\/40 {
  --tw-ring-color: rgb(129 140 248 / 0.4);
}
.ring-indigo-400\/45 {
  --tw-ring-color: rgb(129 140 248 / 0.45);
}
.ring-indigo-400\/5 {
  --tw-ring-color: rgb(129 140 248 / 0.05);
}
.ring-indigo-400\/50 {
  --tw-ring-color: rgb(129 140 248 / 0.5);
}
.ring-indigo-400\/55 {
  --tw-ring-color: rgb(129 140 248 / 0.55);
}
.ring-indigo-400\/60 {
  --tw-ring-color: rgb(129 140 248 / 0.6);
}
.ring-indigo-400\/65 {
  --tw-ring-color: rgb(129 140 248 / 0.65);
}
.ring-indigo-400\/70 {
  --tw-ring-color: rgb(129 140 248 / 0.7);
}
.ring-indigo-400\/75 {
  --tw-ring-color: rgb(129 140 248 / 0.75);
}
.ring-indigo-400\/80 {
  --tw-ring-color: rgb(129 140 248 / 0.8);
}
.ring-indigo-400\/85 {
  --tw-ring-color: rgb(129 140 248 / 0.85);
}
.ring-indigo-400\/90 {
  --tw-ring-color: rgb(129 140 248 / 0.9);
}
.ring-indigo-400\/95 {
  --tw-ring-color: rgb(129 140 248 / 0.95);
}
.ring-indigo-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(238 242 255 / var(--tw-ring-opacity, 1));
}
.ring-indigo-50\/0 {
  --tw-ring-color: rgb(238 242 255 / 0);
}
.ring-indigo-50\/10 {
  --tw-ring-color: rgb(238 242 255 / 0.1);
}
.ring-indigo-50\/100 {
  --tw-ring-color: rgb(238 242 255 / 1);
}
.ring-indigo-50\/15 {
  --tw-ring-color: rgb(238 242 255 / 0.15);
}
.ring-indigo-50\/20 {
  --tw-ring-color: rgb(238 242 255 / 0.2);
}
.ring-indigo-50\/25 {
  --tw-ring-color: rgb(238 242 255 / 0.25);
}
.ring-indigo-50\/30 {
  --tw-ring-color: rgb(238 242 255 / 0.3);
}
.ring-indigo-50\/35 {
  --tw-ring-color: rgb(238 242 255 / 0.35);
}
.ring-indigo-50\/40 {
  --tw-ring-color: rgb(238 242 255 / 0.4);
}
.ring-indigo-50\/45 {
  --tw-ring-color: rgb(238 242 255 / 0.45);
}
.ring-indigo-50\/5 {
  --tw-ring-color: rgb(238 242 255 / 0.05);
}
.ring-indigo-50\/50 {
  --tw-ring-color: rgb(238 242 255 / 0.5);
}
.ring-indigo-50\/55 {
  --tw-ring-color: rgb(238 242 255 / 0.55);
}
.ring-indigo-50\/60 {
  --tw-ring-color: rgb(238 242 255 / 0.6);
}
.ring-indigo-50\/65 {
  --tw-ring-color: rgb(238 242 255 / 0.65);
}
.ring-indigo-50\/70 {
  --tw-ring-color: rgb(238 242 255 / 0.7);
}
.ring-indigo-50\/75 {
  --tw-ring-color: rgb(238 242 255 / 0.75);
}
.ring-indigo-50\/80 {
  --tw-ring-color: rgb(238 242 255 / 0.8);
}
.ring-indigo-50\/85 {
  --tw-ring-color: rgb(238 242 255 / 0.85);
}
.ring-indigo-50\/90 {
  --tw-ring-color: rgb(238 242 255 / 0.9);
}
.ring-indigo-50\/95 {
  --tw-ring-color: rgb(238 242 255 / 0.95);
}
.ring-indigo-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(99 102 241 / var(--tw-ring-opacity, 1));
}
.ring-indigo-500\/0 {
  --tw-ring-color: rgb(99 102 241 / 0);
}
.ring-indigo-500\/10 {
  --tw-ring-color: rgb(99 102 241 / 0.1);
}
.ring-indigo-500\/100 {
  --tw-ring-color: rgb(99 102 241 / 1);
}
.ring-indigo-500\/15 {
  --tw-ring-color: rgb(99 102 241 / 0.15);
}
.ring-indigo-500\/20 {
  --tw-ring-color: rgb(99 102 241 / 0.2);
}
.ring-indigo-500\/25 {
  --tw-ring-color: rgb(99 102 241 / 0.25);
}
.ring-indigo-500\/30 {
  --tw-ring-color: rgb(99 102 241 / 0.3);
}
.ring-indigo-500\/35 {
  --tw-ring-color: rgb(99 102 241 / 0.35);
}
.ring-indigo-500\/40 {
  --tw-ring-color: rgb(99 102 241 / 0.4);
}
.ring-indigo-500\/45 {
  --tw-ring-color: rgb(99 102 241 / 0.45);
}
.ring-indigo-500\/5 {
  --tw-ring-color: rgb(99 102 241 / 0.05);
}
.ring-indigo-500\/50 {
  --tw-ring-color: rgb(99 102 241 / 0.5);
}
.ring-indigo-500\/55 {
  --tw-ring-color: rgb(99 102 241 / 0.55);
}
.ring-indigo-500\/60 {
  --tw-ring-color: rgb(99 102 241 / 0.6);
}
.ring-indigo-500\/65 {
  --tw-ring-color: rgb(99 102 241 / 0.65);
}
.ring-indigo-500\/70 {
  --tw-ring-color: rgb(99 102 241 / 0.7);
}
.ring-indigo-500\/75 {
  --tw-ring-color: rgb(99 102 241 / 0.75);
}
.ring-indigo-500\/80 {
  --tw-ring-color: rgb(99 102 241 / 0.8);
}
.ring-indigo-500\/85 {
  --tw-ring-color: rgb(99 102 241 / 0.85);
}
.ring-indigo-500\/90 {
  --tw-ring-color: rgb(99 102 241 / 0.9);
}
.ring-indigo-500\/95 {
  --tw-ring-color: rgb(99 102 241 / 0.95);
}
.ring-indigo-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(79 70 229 / var(--tw-ring-opacity, 1));
}
.ring-indigo-600\/0 {
  --tw-ring-color: rgb(79 70 229 / 0);
}
.ring-indigo-600\/10 {
  --tw-ring-color: rgb(79 70 229 / 0.1);
}
.ring-indigo-600\/100 {
  --tw-ring-color: rgb(79 70 229 / 1);
}
.ring-indigo-600\/15 {
  --tw-ring-color: rgb(79 70 229 / 0.15);
}
.ring-indigo-600\/20 {
  --tw-ring-color: rgb(79 70 229 / 0.2);
}
.ring-indigo-600\/25 {
  --tw-ring-color: rgb(79 70 229 / 0.25);
}
.ring-indigo-600\/30 {
  --tw-ring-color: rgb(79 70 229 / 0.3);
}
.ring-indigo-600\/35 {
  --tw-ring-color: rgb(79 70 229 / 0.35);
}
.ring-indigo-600\/40 {
  --tw-ring-color: rgb(79 70 229 / 0.4);
}
.ring-indigo-600\/45 {
  --tw-ring-color: rgb(79 70 229 / 0.45);
}
.ring-indigo-600\/5 {
  --tw-ring-color: rgb(79 70 229 / 0.05);
}
.ring-indigo-600\/50 {
  --tw-ring-color: rgb(79 70 229 / 0.5);
}
.ring-indigo-600\/55 {
  --tw-ring-color: rgb(79 70 229 / 0.55);
}
.ring-indigo-600\/60 {
  --tw-ring-color: rgb(79 70 229 / 0.6);
}
.ring-indigo-600\/65 {
  --tw-ring-color: rgb(79 70 229 / 0.65);
}
.ring-indigo-600\/70 {
  --tw-ring-color: rgb(79 70 229 / 0.7);
}
.ring-indigo-600\/75 {
  --tw-ring-color: rgb(79 70 229 / 0.75);
}
.ring-indigo-600\/80 {
  --tw-ring-color: rgb(79 70 229 / 0.8);
}
.ring-indigo-600\/85 {
  --tw-ring-color: rgb(79 70 229 / 0.85);
}
.ring-indigo-600\/90 {
  --tw-ring-color: rgb(79 70 229 / 0.9);
}
.ring-indigo-600\/95 {
  --tw-ring-color: rgb(79 70 229 / 0.95);
}
.ring-indigo-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(67 56 202 / var(--tw-ring-opacity, 1));
}
.ring-indigo-700\/0 {
  --tw-ring-color: rgb(67 56 202 / 0);
}
.ring-indigo-700\/10 {
  --tw-ring-color: rgb(67 56 202 / 0.1);
}
.ring-indigo-700\/100 {
  --tw-ring-color: rgb(67 56 202 / 1);
}
.ring-indigo-700\/15 {
  --tw-ring-color: rgb(67 56 202 / 0.15);
}
.ring-indigo-700\/20 {
  --tw-ring-color: rgb(67 56 202 / 0.2);
}
.ring-indigo-700\/25 {
  --tw-ring-color: rgb(67 56 202 / 0.25);
}
.ring-indigo-700\/30 {
  --tw-ring-color: rgb(67 56 202 / 0.3);
}
.ring-indigo-700\/35 {
  --tw-ring-color: rgb(67 56 202 / 0.35);
}
.ring-indigo-700\/40 {
  --tw-ring-color: rgb(67 56 202 / 0.4);
}
.ring-indigo-700\/45 {
  --tw-ring-color: rgb(67 56 202 / 0.45);
}
.ring-indigo-700\/5 {
  --tw-ring-color: rgb(67 56 202 / 0.05);
}
.ring-indigo-700\/50 {
  --tw-ring-color: rgb(67 56 202 / 0.5);
}
.ring-indigo-700\/55 {
  --tw-ring-color: rgb(67 56 202 / 0.55);
}
.ring-indigo-700\/60 {
  --tw-ring-color: rgb(67 56 202 / 0.6);
}
.ring-indigo-700\/65 {
  --tw-ring-color: rgb(67 56 202 / 0.65);
}
.ring-indigo-700\/70 {
  --tw-ring-color: rgb(67 56 202 / 0.7);
}
.ring-indigo-700\/75 {
  --tw-ring-color: rgb(67 56 202 / 0.75);
}
.ring-indigo-700\/80 {
  --tw-ring-color: rgb(67 56 202 / 0.8);
}
.ring-indigo-700\/85 {
  --tw-ring-color: rgb(67 56 202 / 0.85);
}
.ring-indigo-700\/90 {
  --tw-ring-color: rgb(67 56 202 / 0.9);
}
.ring-indigo-700\/95 {
  --tw-ring-color: rgb(67 56 202 / 0.95);
}
.ring-indigo-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(55 48 163 / var(--tw-ring-opacity, 1));
}
.ring-indigo-800\/0 {
  --tw-ring-color: rgb(55 48 163 / 0);
}
.ring-indigo-800\/10 {
  --tw-ring-color: rgb(55 48 163 / 0.1);
}
.ring-indigo-800\/100 {
  --tw-ring-color: rgb(55 48 163 / 1);
}
.ring-indigo-800\/15 {
  --tw-ring-color: rgb(55 48 163 / 0.15);
}
.ring-indigo-800\/20 {
  --tw-ring-color: rgb(55 48 163 / 0.2);
}
.ring-indigo-800\/25 {
  --tw-ring-color: rgb(55 48 163 / 0.25);
}
.ring-indigo-800\/30 {
  --tw-ring-color: rgb(55 48 163 / 0.3);
}
.ring-indigo-800\/35 {
  --tw-ring-color: rgb(55 48 163 / 0.35);
}
.ring-indigo-800\/40 {
  --tw-ring-color: rgb(55 48 163 / 0.4);
}
.ring-indigo-800\/45 {
  --tw-ring-color: rgb(55 48 163 / 0.45);
}
.ring-indigo-800\/5 {
  --tw-ring-color: rgb(55 48 163 / 0.05);
}
.ring-indigo-800\/50 {
  --tw-ring-color: rgb(55 48 163 / 0.5);
}
.ring-indigo-800\/55 {
  --tw-ring-color: rgb(55 48 163 / 0.55);
}
.ring-indigo-800\/60 {
  --tw-ring-color: rgb(55 48 163 / 0.6);
}
.ring-indigo-800\/65 {
  --tw-ring-color: rgb(55 48 163 / 0.65);
}
.ring-indigo-800\/70 {
  --tw-ring-color: rgb(55 48 163 / 0.7);
}
.ring-indigo-800\/75 {
  --tw-ring-color: rgb(55 48 163 / 0.75);
}
.ring-indigo-800\/80 {
  --tw-ring-color: rgb(55 48 163 / 0.8);
}
.ring-indigo-800\/85 {
  --tw-ring-color: rgb(55 48 163 / 0.85);
}
.ring-indigo-800\/90 {
  --tw-ring-color: rgb(55 48 163 / 0.9);
}
.ring-indigo-800\/95 {
  --tw-ring-color: rgb(55 48 163 / 0.95);
}
.ring-indigo-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(49 46 129 / var(--tw-ring-opacity, 1));
}
.ring-indigo-900\/0 {
  --tw-ring-color: rgb(49 46 129 / 0);
}
.ring-indigo-900\/10 {
  --tw-ring-color: rgb(49 46 129 / 0.1);
}
.ring-indigo-900\/100 {
  --tw-ring-color: rgb(49 46 129 / 1);
}
.ring-indigo-900\/15 {
  --tw-ring-color: rgb(49 46 129 / 0.15);
}
.ring-indigo-900\/20 {
  --tw-ring-color: rgb(49 46 129 / 0.2);
}
.ring-indigo-900\/25 {
  --tw-ring-color: rgb(49 46 129 / 0.25);
}
.ring-indigo-900\/30 {
  --tw-ring-color: rgb(49 46 129 / 0.3);
}
.ring-indigo-900\/35 {
  --tw-ring-color: rgb(49 46 129 / 0.35);
}
.ring-indigo-900\/40 {
  --tw-ring-color: rgb(49 46 129 / 0.4);
}
.ring-indigo-900\/45 {
  --tw-ring-color: rgb(49 46 129 / 0.45);
}
.ring-indigo-900\/5 {
  --tw-ring-color: rgb(49 46 129 / 0.05);
}
.ring-indigo-900\/50 {
  --tw-ring-color: rgb(49 46 129 / 0.5);
}
.ring-indigo-900\/55 {
  --tw-ring-color: rgb(49 46 129 / 0.55);
}
.ring-indigo-900\/60 {
  --tw-ring-color: rgb(49 46 129 / 0.6);
}
.ring-indigo-900\/65 {
  --tw-ring-color: rgb(49 46 129 / 0.65);
}
.ring-indigo-900\/70 {
  --tw-ring-color: rgb(49 46 129 / 0.7);
}
.ring-indigo-900\/75 {
  --tw-ring-color: rgb(49 46 129 / 0.75);
}
.ring-indigo-900\/80 {
  --tw-ring-color: rgb(49 46 129 / 0.8);
}
.ring-indigo-900\/85 {
  --tw-ring-color: rgb(49 46 129 / 0.85);
}
.ring-indigo-900\/90 {
  --tw-ring-color: rgb(49 46 129 / 0.9);
}
.ring-indigo-900\/95 {
  --tw-ring-color: rgb(49 46 129 / 0.95);
}
.ring-indigo-950 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(30 27 75 / var(--tw-ring-opacity, 1));
}
.ring-indigo-950\/0 {
  --tw-ring-color: rgb(30 27 75 / 0);
}
.ring-indigo-950\/10 {
  --tw-ring-color: rgb(30 27 75 / 0.1);
}
.ring-indigo-950\/100 {
  --tw-ring-color: rgb(30 27 75 / 1);
}
.ring-indigo-950\/15 {
  --tw-ring-color: rgb(30 27 75 / 0.15);
}
.ring-indigo-950\/20 {
  --tw-ring-color: rgb(30 27 75 / 0.2);
}
.ring-indigo-950\/25 {
  --tw-ring-color: rgb(30 27 75 / 0.25);
}
.ring-indigo-950\/30 {
  --tw-ring-color: rgb(30 27 75 / 0.3);
}
.ring-indigo-950\/35 {
  --tw-ring-color: rgb(30 27 75 / 0.35);
}
.ring-indigo-950\/40 {
  --tw-ring-color: rgb(30 27 75 / 0.4);
}
.ring-indigo-950\/45 {
  --tw-ring-color: rgb(30 27 75 / 0.45);
}
.ring-indigo-950\/5 {
  --tw-ring-color: rgb(30 27 75 / 0.05);
}
.ring-indigo-950\/50 {
  --tw-ring-color: rgb(30 27 75 / 0.5);
}
.ring-indigo-950\/55 {
  --tw-ring-color: rgb(30 27 75 / 0.55);
}
.ring-indigo-950\/60 {
  --tw-ring-color: rgb(30 27 75 / 0.6);
}
.ring-indigo-950\/65 {
  --tw-ring-color: rgb(30 27 75 / 0.65);
}
.ring-indigo-950\/70 {
  --tw-ring-color: rgb(30 27 75 / 0.7);
}
.ring-indigo-950\/75 {
  --tw-ring-color: rgb(30 27 75 / 0.75);
}
.ring-indigo-950\/80 {
  --tw-ring-color: rgb(30 27 75 / 0.8);
}
.ring-indigo-950\/85 {
  --tw-ring-color: rgb(30 27 75 / 0.85);
}
.ring-indigo-950\/90 {
  --tw-ring-color: rgb(30 27 75 / 0.9);
}
.ring-indigo-950\/95 {
  --tw-ring-color: rgb(30 27 75 / 0.95);
}
.ring-lime-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(236 252 203 / var(--tw-ring-opacity, 1));
}
.ring-lime-100\/0 {
  --tw-ring-color: rgb(236 252 203 / 0);
}
.ring-lime-100\/10 {
  --tw-ring-color: rgb(236 252 203 / 0.1);
}
.ring-lime-100\/100 {
  --tw-ring-color: rgb(236 252 203 / 1);
}
.ring-lime-100\/15 {
  --tw-ring-color: rgb(236 252 203 / 0.15);
}
.ring-lime-100\/20 {
  --tw-ring-color: rgb(236 252 203 / 0.2);
}
.ring-lime-100\/25 {
  --tw-ring-color: rgb(236 252 203 / 0.25);
}
.ring-lime-100\/30 {
  --tw-ring-color: rgb(236 252 203 / 0.3);
}
.ring-lime-100\/35 {
  --tw-ring-color: rgb(236 252 203 / 0.35);
}
.ring-lime-100\/40 {
  --tw-ring-color: rgb(236 252 203 / 0.4);
}
.ring-lime-100\/45 {
  --tw-ring-color: rgb(236 252 203 / 0.45);
}
.ring-lime-100\/5 {
  --tw-ring-color: rgb(236 252 203 / 0.05);
}
.ring-lime-100\/50 {
  --tw-ring-color: rgb(236 252 203 / 0.5);
}
.ring-lime-100\/55 {
  --tw-ring-color: rgb(236 252 203 / 0.55);
}
.ring-lime-100\/60 {
  --tw-ring-color: rgb(236 252 203 / 0.6);
}
.ring-lime-100\/65 {
  --tw-ring-color: rgb(236 252 203 / 0.65);
}
.ring-lime-100\/70 {
  --tw-ring-color: rgb(236 252 203 / 0.7);
}
.ring-lime-100\/75 {
  --tw-ring-color: rgb(236 252 203 / 0.75);
}
.ring-lime-100\/80 {
  --tw-ring-color: rgb(236 252 203 / 0.8);
}
.ring-lime-100\/85 {
  --tw-ring-color: rgb(236 252 203 / 0.85);
}
.ring-lime-100\/90 {
  --tw-ring-color: rgb(236 252 203 / 0.9);
}
.ring-lime-100\/95 {
  --tw-ring-color: rgb(236 252 203 / 0.95);
}
.ring-lime-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(217 249 157 / var(--tw-ring-opacity, 1));
}
.ring-lime-200\/0 {
  --tw-ring-color: rgb(217 249 157 / 0);
}
.ring-lime-200\/10 {
  --tw-ring-color: rgb(217 249 157 / 0.1);
}
.ring-lime-200\/100 {
  --tw-ring-color: rgb(217 249 157 / 1);
}
.ring-lime-200\/15 {
  --tw-ring-color: rgb(217 249 157 / 0.15);
}
.ring-lime-200\/20 {
  --tw-ring-color: rgb(217 249 157 / 0.2);
}
.ring-lime-200\/25 {
  --tw-ring-color: rgb(217 249 157 / 0.25);
}
.ring-lime-200\/30 {
  --tw-ring-color: rgb(217 249 157 / 0.3);
}
.ring-lime-200\/35 {
  --tw-ring-color: rgb(217 249 157 / 0.35);
}
.ring-lime-200\/40 {
  --tw-ring-color: rgb(217 249 157 / 0.4);
}
.ring-lime-200\/45 {
  --tw-ring-color: rgb(217 249 157 / 0.45);
}
.ring-lime-200\/5 {
  --tw-ring-color: rgb(217 249 157 / 0.05);
}
.ring-lime-200\/50 {
  --tw-ring-color: rgb(217 249 157 / 0.5);
}
.ring-lime-200\/55 {
  --tw-ring-color: rgb(217 249 157 / 0.55);
}
.ring-lime-200\/60 {
  --tw-ring-color: rgb(217 249 157 / 0.6);
}
.ring-lime-200\/65 {
  --tw-ring-color: rgb(217 249 157 / 0.65);
}
.ring-lime-200\/70 {
  --tw-ring-color: rgb(217 249 157 / 0.7);
}
.ring-lime-200\/75 {
  --tw-ring-color: rgb(217 249 157 / 0.75);
}
.ring-lime-200\/80 {
  --tw-ring-color: rgb(217 249 157 / 0.8);
}
.ring-lime-200\/85 {
  --tw-ring-color: rgb(217 249 157 / 0.85);
}
.ring-lime-200\/90 {
  --tw-ring-color: rgb(217 249 157 / 0.9);
}
.ring-lime-200\/95 {
  --tw-ring-color: rgb(217 249 157 / 0.95);
}
.ring-lime-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(190 242 100 / var(--tw-ring-opacity, 1));
}
.ring-lime-300\/0 {
  --tw-ring-color: rgb(190 242 100 / 0);
}
.ring-lime-300\/10 {
  --tw-ring-color: rgb(190 242 100 / 0.1);
}
.ring-lime-300\/100 {
  --tw-ring-color: rgb(190 242 100 / 1);
}
.ring-lime-300\/15 {
  --tw-ring-color: rgb(190 242 100 / 0.15);
}
.ring-lime-300\/20 {
  --tw-ring-color: rgb(190 242 100 / 0.2);
}
.ring-lime-300\/25 {
  --tw-ring-color: rgb(190 242 100 / 0.25);
}
.ring-lime-300\/30 {
  --tw-ring-color: rgb(190 242 100 / 0.3);
}
.ring-lime-300\/35 {
  --tw-ring-color: rgb(190 242 100 / 0.35);
}
.ring-lime-300\/40 {
  --tw-ring-color: rgb(190 242 100 / 0.4);
}
.ring-lime-300\/45 {
  --tw-ring-color: rgb(190 242 100 / 0.45);
}
.ring-lime-300\/5 {
  --tw-ring-color: rgb(190 242 100 / 0.05);
}
.ring-lime-300\/50 {
  --tw-ring-color: rgb(190 242 100 / 0.5);
}
.ring-lime-300\/55 {
  --tw-ring-color: rgb(190 242 100 / 0.55);
}
.ring-lime-300\/60 {
  --tw-ring-color: rgb(190 242 100 / 0.6);
}
.ring-lime-300\/65 {
  --tw-ring-color: rgb(190 242 100 / 0.65);
}
.ring-lime-300\/70 {
  --tw-ring-color: rgb(190 242 100 / 0.7);
}
.ring-lime-300\/75 {
  --tw-ring-color: rgb(190 242 100 / 0.75);
}
.ring-lime-300\/80 {
  --tw-ring-color: rgb(190 242 100 / 0.8);
}
.ring-lime-300\/85 {
  --tw-ring-color: rgb(190 242 100 / 0.85);
}
.ring-lime-300\/90 {
  --tw-ring-color: rgb(190 242 100 / 0.9);
}
.ring-lime-300\/95 {
  --tw-ring-color: rgb(190 242 100 / 0.95);
}
.ring-lime-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(163 230 53 / var(--tw-ring-opacity, 1));
}
.ring-lime-400\/0 {
  --tw-ring-color: rgb(163 230 53 / 0);
}
.ring-lime-400\/10 {
  --tw-ring-color: rgb(163 230 53 / 0.1);
}
.ring-lime-400\/100 {
  --tw-ring-color: rgb(163 230 53 / 1);
}
.ring-lime-400\/15 {
  --tw-ring-color: rgb(163 230 53 / 0.15);
}
.ring-lime-400\/20 {
  --tw-ring-color: rgb(163 230 53 / 0.2);
}
.ring-lime-400\/25 {
  --tw-ring-color: rgb(163 230 53 / 0.25);
}
.ring-lime-400\/30 {
  --tw-ring-color: rgb(163 230 53 / 0.3);
}
.ring-lime-400\/35 {
  --tw-ring-color: rgb(163 230 53 / 0.35);
}
.ring-lime-400\/40 {
  --tw-ring-color: rgb(163 230 53 / 0.4);
}
.ring-lime-400\/45 {
  --tw-ring-color: rgb(163 230 53 / 0.45);
}
.ring-lime-400\/5 {
  --tw-ring-color: rgb(163 230 53 / 0.05);
}
.ring-lime-400\/50 {
  --tw-ring-color: rgb(163 230 53 / 0.5);
}
.ring-lime-400\/55 {
  --tw-ring-color: rgb(163 230 53 / 0.55);
}
.ring-lime-400\/60 {
  --tw-ring-color: rgb(163 230 53 / 0.6);
}
.ring-lime-400\/65 {
  --tw-ring-color: rgb(163 230 53 / 0.65);
}
.ring-lime-400\/70 {
  --tw-ring-color: rgb(163 230 53 / 0.7);
}
.ring-lime-400\/75 {
  --tw-ring-color: rgb(163 230 53 / 0.75);
}
.ring-lime-400\/80 {
  --tw-ring-color: rgb(163 230 53 / 0.8);
}
.ring-lime-400\/85 {
  --tw-ring-color: rgb(163 230 53 / 0.85);
}
.ring-lime-400\/90 {
  --tw-ring-color: rgb(163 230 53 / 0.9);
}
.ring-lime-400\/95 {
  --tw-ring-color: rgb(163 230 53 / 0.95);
}
.ring-lime-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(247 254 231 / var(--tw-ring-opacity, 1));
}
.ring-lime-50\/0 {
  --tw-ring-color: rgb(247 254 231 / 0);
}
.ring-lime-50\/10 {
  --tw-ring-color: rgb(247 254 231 / 0.1);
}
.ring-lime-50\/100 {
  --tw-ring-color: rgb(247 254 231 / 1);
}
.ring-lime-50\/15 {
  --tw-ring-color: rgb(247 254 231 / 0.15);
}
.ring-lime-50\/20 {
  --tw-ring-color: rgb(247 254 231 / 0.2);
}
.ring-lime-50\/25 {
  --tw-ring-color: rgb(247 254 231 / 0.25);
}
.ring-lime-50\/30 {
  --tw-ring-color: rgb(247 254 231 / 0.3);
}
.ring-lime-50\/35 {
  --tw-ring-color: rgb(247 254 231 / 0.35);
}
.ring-lime-50\/40 {
  --tw-ring-color: rgb(247 254 231 / 0.4);
}
.ring-lime-50\/45 {
  --tw-ring-color: rgb(247 254 231 / 0.45);
}
.ring-lime-50\/5 {
  --tw-ring-color: rgb(247 254 231 / 0.05);
}
.ring-lime-50\/50 {
  --tw-ring-color: rgb(247 254 231 / 0.5);
}
.ring-lime-50\/55 {
  --tw-ring-color: rgb(247 254 231 / 0.55);
}
.ring-lime-50\/60 {
  --tw-ring-color: rgb(247 254 231 / 0.6);
}
.ring-lime-50\/65 {
  --tw-ring-color: rgb(247 254 231 / 0.65);
}
.ring-lime-50\/70 {
  --tw-ring-color: rgb(247 254 231 / 0.7);
}
.ring-lime-50\/75 {
  --tw-ring-color: rgb(247 254 231 / 0.75);
}
.ring-lime-50\/80 {
  --tw-ring-color: rgb(247 254 231 / 0.8);
}
.ring-lime-50\/85 {
  --tw-ring-color: rgb(247 254 231 / 0.85);
}
.ring-lime-50\/90 {
  --tw-ring-color: rgb(247 254 231 / 0.9);
}
.ring-lime-50\/95 {
  --tw-ring-color: rgb(247 254 231 / 0.95);
}
.ring-lime-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(132 204 22 / var(--tw-ring-opacity, 1));
}
.ring-lime-500\/0 {
  --tw-ring-color: rgb(132 204 22 / 0);
}
.ring-lime-500\/10 {
  --tw-ring-color: rgb(132 204 22 / 0.1);
}
.ring-lime-500\/100 {
  --tw-ring-color: rgb(132 204 22 / 1);
}
.ring-lime-500\/15 {
  --tw-ring-color: rgb(132 204 22 / 0.15);
}
.ring-lime-500\/20 {
  --tw-ring-color: rgb(132 204 22 / 0.2);
}
.ring-lime-500\/25 {
  --tw-ring-color: rgb(132 204 22 / 0.25);
}
.ring-lime-500\/30 {
  --tw-ring-color: rgb(132 204 22 / 0.3);
}
.ring-lime-500\/35 {
  --tw-ring-color: rgb(132 204 22 / 0.35);
}
.ring-lime-500\/40 {
  --tw-ring-color: rgb(132 204 22 / 0.4);
}
.ring-lime-500\/45 {
  --tw-ring-color: rgb(132 204 22 / 0.45);
}
.ring-lime-500\/5 {
  --tw-ring-color: rgb(132 204 22 / 0.05);
}
.ring-lime-500\/50 {
  --tw-ring-color: rgb(132 204 22 / 0.5);
}
.ring-lime-500\/55 {
  --tw-ring-color: rgb(132 204 22 / 0.55);
}
.ring-lime-500\/60 {
  --tw-ring-color: rgb(132 204 22 / 0.6);
}
.ring-lime-500\/65 {
  --tw-ring-color: rgb(132 204 22 / 0.65);
}
.ring-lime-500\/70 {
  --tw-ring-color: rgb(132 204 22 / 0.7);
}
.ring-lime-500\/75 {
  --tw-ring-color: rgb(132 204 22 / 0.75);
}
.ring-lime-500\/80 {
  --tw-ring-color: rgb(132 204 22 / 0.8);
}
.ring-lime-500\/85 {
  --tw-ring-color: rgb(132 204 22 / 0.85);
}
.ring-lime-500\/90 {
  --tw-ring-color: rgb(132 204 22 / 0.9);
}
.ring-lime-500\/95 {
  --tw-ring-color: rgb(132 204 22 / 0.95);
}
.ring-lime-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(101 163 13 / var(--tw-ring-opacity, 1));
}
.ring-lime-600\/0 {
  --tw-ring-color: rgb(101 163 13 / 0);
}
.ring-lime-600\/10 {
  --tw-ring-color: rgb(101 163 13 / 0.1);
}
.ring-lime-600\/100 {
  --tw-ring-color: rgb(101 163 13 / 1);
}
.ring-lime-600\/15 {
  --tw-ring-color: rgb(101 163 13 / 0.15);
}
.ring-lime-600\/20 {
  --tw-ring-color: rgb(101 163 13 / 0.2);
}
.ring-lime-600\/25 {
  --tw-ring-color: rgb(101 163 13 / 0.25);
}
.ring-lime-600\/30 {
  --tw-ring-color: rgb(101 163 13 / 0.3);
}
.ring-lime-600\/35 {
  --tw-ring-color: rgb(101 163 13 / 0.35);
}
.ring-lime-600\/40 {
  --tw-ring-color: rgb(101 163 13 / 0.4);
}
.ring-lime-600\/45 {
  --tw-ring-color: rgb(101 163 13 / 0.45);
}
.ring-lime-600\/5 {
  --tw-ring-color: rgb(101 163 13 / 0.05);
}
.ring-lime-600\/50 {
  --tw-ring-color: rgb(101 163 13 / 0.5);
}
.ring-lime-600\/55 {
  --tw-ring-color: rgb(101 163 13 / 0.55);
}
.ring-lime-600\/60 {
  --tw-ring-color: rgb(101 163 13 / 0.6);
}
.ring-lime-600\/65 {
  --tw-ring-color: rgb(101 163 13 / 0.65);
}
.ring-lime-600\/70 {
  --tw-ring-color: rgb(101 163 13 / 0.7);
}
.ring-lime-600\/75 {
  --tw-ring-color: rgb(101 163 13 / 0.75);
}
.ring-lime-600\/80 {
  --tw-ring-color: rgb(101 163 13 / 0.8);
}
.ring-lime-600\/85 {
  --tw-ring-color: rgb(101 163 13 / 0.85);
}
.ring-lime-600\/90 {
  --tw-ring-color: rgb(101 163 13 / 0.9);
}
.ring-lime-600\/95 {
  --tw-ring-color: rgb(101 163 13 / 0.95);
}
.ring-lime-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(77 124 15 / var(--tw-ring-opacity, 1));
}
.ring-lime-700\/0 {
  --tw-ring-color: rgb(77 124 15 / 0);
}
.ring-lime-700\/10 {
  --tw-ring-color: rgb(77 124 15 / 0.1);
}
.ring-lime-700\/100 {
  --tw-ring-color: rgb(77 124 15 / 1);
}
.ring-lime-700\/15 {
  --tw-ring-color: rgb(77 124 15 / 0.15);
}
.ring-lime-700\/20 {
  --tw-ring-color: rgb(77 124 15 / 0.2);
}
.ring-lime-700\/25 {
  --tw-ring-color: rgb(77 124 15 / 0.25);
}
.ring-lime-700\/30 {
  --tw-ring-color: rgb(77 124 15 / 0.3);
}
.ring-lime-700\/35 {
  --tw-ring-color: rgb(77 124 15 / 0.35);
}
.ring-lime-700\/40 {
  --tw-ring-color: rgb(77 124 15 / 0.4);
}
.ring-lime-700\/45 {
  --tw-ring-color: rgb(77 124 15 / 0.45);
}
.ring-lime-700\/5 {
  --tw-ring-color: rgb(77 124 15 / 0.05);
}
.ring-lime-700\/50 {
  --tw-ring-color: rgb(77 124 15 / 0.5);
}
.ring-lime-700\/55 {
  --tw-ring-color: rgb(77 124 15 / 0.55);
}
.ring-lime-700\/60 {
  --tw-ring-color: rgb(77 124 15 / 0.6);
}
.ring-lime-700\/65 {
  --tw-ring-color: rgb(77 124 15 / 0.65);
}
.ring-lime-700\/70 {
  --tw-ring-color: rgb(77 124 15 / 0.7);
}
.ring-lime-700\/75 {
  --tw-ring-color: rgb(77 124 15 / 0.75);
}
.ring-lime-700\/80 {
  --tw-ring-color: rgb(77 124 15 / 0.8);
}
.ring-lime-700\/85 {
  --tw-ring-color: rgb(77 124 15 / 0.85);
}
.ring-lime-700\/90 {
  --tw-ring-color: rgb(77 124 15 / 0.9);
}
.ring-lime-700\/95 {
  --tw-ring-color: rgb(77 124 15 / 0.95);
}
.ring-lime-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(63 98 18 / var(--tw-ring-opacity, 1));
}
.ring-lime-800\/0 {
  --tw-ring-color: rgb(63 98 18 / 0);
}
.ring-lime-800\/10 {
  --tw-ring-color: rgb(63 98 18 / 0.1);
}
.ring-lime-800\/100 {
  --tw-ring-color: rgb(63 98 18 / 1);
}
.ring-lime-800\/15 {
  --tw-ring-color: rgb(63 98 18 / 0.15);
}
.ring-lime-800\/20 {
  --tw-ring-color: rgb(63 98 18 / 0.2);
}
.ring-lime-800\/25 {
  --tw-ring-color: rgb(63 98 18 / 0.25);
}
.ring-lime-800\/30 {
  --tw-ring-color: rgb(63 98 18 / 0.3);
}
.ring-lime-800\/35 {
  --tw-ring-color: rgb(63 98 18 / 0.35);
}
.ring-lime-800\/40 {
  --tw-ring-color: rgb(63 98 18 / 0.4);
}
.ring-lime-800\/45 {
  --tw-ring-color: rgb(63 98 18 / 0.45);
}
.ring-lime-800\/5 {
  --tw-ring-color: rgb(63 98 18 / 0.05);
}
.ring-lime-800\/50 {
  --tw-ring-color: rgb(63 98 18 / 0.5);
}
.ring-lime-800\/55 {
  --tw-ring-color: rgb(63 98 18 / 0.55);
}
.ring-lime-800\/60 {
  --tw-ring-color: rgb(63 98 18 / 0.6);
}
.ring-lime-800\/65 {
  --tw-ring-color: rgb(63 98 18 / 0.65);
}
.ring-lime-800\/70 {
  --tw-ring-color: rgb(63 98 18 / 0.7);
}
.ring-lime-800\/75 {
  --tw-ring-color: rgb(63 98 18 / 0.75);
}
.ring-lime-800\/80 {
  --tw-ring-color: rgb(63 98 18 / 0.8);
}
.ring-lime-800\/85 {
  --tw-ring-color: rgb(63 98 18 / 0.85);
}
.ring-lime-800\/90 {
  --tw-ring-color: rgb(63 98 18 / 0.9);
}
.ring-lime-800\/95 {
  --tw-ring-color: rgb(63 98 18 / 0.95);
}
.ring-lime-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(54 83 20 / var(--tw-ring-opacity, 1));
}
.ring-lime-900\/0 {
  --tw-ring-color: rgb(54 83 20 / 0);
}
.ring-lime-900\/10 {
  --tw-ring-color: rgb(54 83 20 / 0.1);
}
.ring-lime-900\/100 {
  --tw-ring-color: rgb(54 83 20 / 1);
}
.ring-lime-900\/15 {
  --tw-ring-color: rgb(54 83 20 / 0.15);
}
.ring-lime-900\/20 {
  --tw-ring-color: rgb(54 83 20 / 0.2);
}
.ring-lime-900\/25 {
  --tw-ring-color: rgb(54 83 20 / 0.25);
}
.ring-lime-900\/30 {
  --tw-ring-color: rgb(54 83 20 / 0.3);
}
.ring-lime-900\/35 {
  --tw-ring-color: rgb(54 83 20 / 0.35);
}
.ring-lime-900\/40 {
  --tw-ring-color: rgb(54 83 20 / 0.4);
}
.ring-lime-900\/45 {
  --tw-ring-color: rgb(54 83 20 / 0.45);
}
.ring-lime-900\/5 {
  --tw-ring-color: rgb(54 83 20 / 0.05);
}
.ring-lime-900\/50 {
  --tw-ring-color: rgb(54 83 20 / 0.5);
}
.ring-lime-900\/55 {
  --tw-ring-color: rgb(54 83 20 / 0.55);
}
.ring-lime-900\/60 {
  --tw-ring-color: rgb(54 83 20 / 0.6);
}
.ring-lime-900\/65 {
  --tw-ring-color: rgb(54 83 20 / 0.65);
}
.ring-lime-900\/70 {
  --tw-ring-color: rgb(54 83 20 / 0.7);
}
.ring-lime-900\/75 {
  --tw-ring-color: rgb(54 83 20 / 0.75);
}
.ring-lime-900\/80 {
  --tw-ring-color: rgb(54 83 20 / 0.8);
}
.ring-lime-900\/85 {
  --tw-ring-color: rgb(54 83 20 / 0.85);
}
.ring-lime-900\/90 {
  --tw-ring-color: rgb(54 83 20 / 0.9);
}
.ring-lime-900\/95 {
  --tw-ring-color: rgb(54 83 20 / 0.95);
}
.ring-lime-950 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(26 46 5 / var(--tw-ring-opacity, 1));
}
.ring-lime-950\/0 {
  --tw-ring-color: rgb(26 46 5 / 0);
}
.ring-lime-950\/10 {
  --tw-ring-color: rgb(26 46 5 / 0.1);
}
.ring-lime-950\/100 {
  --tw-ring-color: rgb(26 46 5 / 1);
}
.ring-lime-950\/15 {
  --tw-ring-color: rgb(26 46 5 / 0.15);
}
.ring-lime-950\/20 {
  --tw-ring-color: rgb(26 46 5 / 0.2);
}
.ring-lime-950\/25 {
  --tw-ring-color: rgb(26 46 5 / 0.25);
}
.ring-lime-950\/30 {
  --tw-ring-color: rgb(26 46 5 / 0.3);
}
.ring-lime-950\/35 {
  --tw-ring-color: rgb(26 46 5 / 0.35);
}
.ring-lime-950\/40 {
  --tw-ring-color: rgb(26 46 5 / 0.4);
}
.ring-lime-950\/45 {
  --tw-ring-color: rgb(26 46 5 / 0.45);
}
.ring-lime-950\/5 {
  --tw-ring-color: rgb(26 46 5 / 0.05);
}
.ring-lime-950\/50 {
  --tw-ring-color: rgb(26 46 5 / 0.5);
}
.ring-lime-950\/55 {
  --tw-ring-color: rgb(26 46 5 / 0.55);
}
.ring-lime-950\/60 {
  --tw-ring-color: rgb(26 46 5 / 0.6);
}
.ring-lime-950\/65 {
  --tw-ring-color: rgb(26 46 5 / 0.65);
}
.ring-lime-950\/70 {
  --tw-ring-color: rgb(26 46 5 / 0.7);
}
.ring-lime-950\/75 {
  --tw-ring-color: rgb(26 46 5 / 0.75);
}
.ring-lime-950\/80 {
  --tw-ring-color: rgb(26 46 5 / 0.8);
}
.ring-lime-950\/85 {
  --tw-ring-color: rgb(26 46 5 / 0.85);
}
.ring-lime-950\/90 {
  --tw-ring-color: rgb(26 46 5 / 0.9);
}
.ring-lime-950\/95 {
  --tw-ring-color: rgb(26 46 5 / 0.95);
}
.ring-orange-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 237 213 / var(--tw-ring-opacity, 1));
}
.ring-orange-100\/0 {
  --tw-ring-color: rgb(255 237 213 / 0);
}
.ring-orange-100\/10 {
  --tw-ring-color: rgb(255 237 213 / 0.1);
}
.ring-orange-100\/100 {
  --tw-ring-color: rgb(255 237 213 / 1);
}
.ring-orange-100\/15 {
  --tw-ring-color: rgb(255 237 213 / 0.15);
}
.ring-orange-100\/20 {
  --tw-ring-color: rgb(255 237 213 / 0.2);
}
.ring-orange-100\/25 {
  --tw-ring-color: rgb(255 237 213 / 0.25);
}
.ring-orange-100\/30 {
  --tw-ring-color: rgb(255 237 213 / 0.3);
}
.ring-orange-100\/35 {
  --tw-ring-color: rgb(255 237 213 / 0.35);
}
.ring-orange-100\/40 {
  --tw-ring-color: rgb(255 237 213 / 0.4);
}
.ring-orange-100\/45 {
  --tw-ring-color: rgb(255 237 213 / 0.45);
}
.ring-orange-100\/5 {
  --tw-ring-color: rgb(255 237 213 / 0.05);
}
.ring-orange-100\/50 {
  --tw-ring-color: rgb(255 237 213 / 0.5);
}
.ring-orange-100\/55 {
  --tw-ring-color: rgb(255 237 213 / 0.55);
}
.ring-orange-100\/60 {
  --tw-ring-color: rgb(255 237 213 / 0.6);
}
.ring-orange-100\/65 {
  --tw-ring-color: rgb(255 237 213 / 0.65);
}
.ring-orange-100\/70 {
  --tw-ring-color: rgb(255 237 213 / 0.7);
}
.ring-orange-100\/75 {
  --tw-ring-color: rgb(255 237 213 / 0.75);
}
.ring-orange-100\/80 {
  --tw-ring-color: rgb(255 237 213 / 0.8);
}
.ring-orange-100\/85 {
  --tw-ring-color: rgb(255 237 213 / 0.85);
}
.ring-orange-100\/90 {
  --tw-ring-color: rgb(255 237 213 / 0.9);
}
.ring-orange-100\/95 {
  --tw-ring-color: rgb(255 237 213 / 0.95);
}
.ring-orange-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(254 215 170 / var(--tw-ring-opacity, 1));
}
.ring-orange-200\/0 {
  --tw-ring-color: rgb(254 215 170 / 0);
}
.ring-orange-200\/10 {
  --tw-ring-color: rgb(254 215 170 / 0.1);
}
.ring-orange-200\/100 {
  --tw-ring-color: rgb(254 215 170 / 1);
}
.ring-orange-200\/15 {
  --tw-ring-color: rgb(254 215 170 / 0.15);
}
.ring-orange-200\/20 {
  --tw-ring-color: rgb(254 215 170 / 0.2);
}
.ring-orange-200\/25 {
  --tw-ring-color: rgb(254 215 170 / 0.25);
}
.ring-orange-200\/30 {
  --tw-ring-color: rgb(254 215 170 / 0.3);
}
.ring-orange-200\/35 {
  --tw-ring-color: rgb(254 215 170 / 0.35);
}
.ring-orange-200\/40 {
  --tw-ring-color: rgb(254 215 170 / 0.4);
}
.ring-orange-200\/45 {
  --tw-ring-color: rgb(254 215 170 / 0.45);
}
.ring-orange-200\/5 {
  --tw-ring-color: rgb(254 215 170 / 0.05);
}
.ring-orange-200\/50 {
  --tw-ring-color: rgb(254 215 170 / 0.5);
}
.ring-orange-200\/55 {
  --tw-ring-color: rgb(254 215 170 / 0.55);
}
.ring-orange-200\/60 {
  --tw-ring-color: rgb(254 215 170 / 0.6);
}
.ring-orange-200\/65 {
  --tw-ring-color: rgb(254 215 170 / 0.65);
}
.ring-orange-200\/70 {
  --tw-ring-color: rgb(254 215 170 / 0.7);
}
.ring-orange-200\/75 {
  --tw-ring-color: rgb(254 215 170 / 0.75);
}
.ring-orange-200\/80 {
  --tw-ring-color: rgb(254 215 170 / 0.8);
}
.ring-orange-200\/85 {
  --tw-ring-color: rgb(254 215 170 / 0.85);
}
.ring-orange-200\/90 {
  --tw-ring-color: rgb(254 215 170 / 0.9);
}
.ring-orange-200\/95 {
  --tw-ring-color: rgb(254 215 170 / 0.95);
}
.ring-orange-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(253 186 116 / var(--tw-ring-opacity, 1));
}
.ring-orange-300\/0 {
  --tw-ring-color: rgb(253 186 116 / 0);
}
.ring-orange-300\/10 {
  --tw-ring-color: rgb(253 186 116 / 0.1);
}
.ring-orange-300\/100 {
  --tw-ring-color: rgb(253 186 116 / 1);
}
.ring-orange-300\/15 {
  --tw-ring-color: rgb(253 186 116 / 0.15);
}
.ring-orange-300\/20 {
  --tw-ring-color: rgb(253 186 116 / 0.2);
}
.ring-orange-300\/25 {
  --tw-ring-color: rgb(253 186 116 / 0.25);
}
.ring-orange-300\/30 {
  --tw-ring-color: rgb(253 186 116 / 0.3);
}
.ring-orange-300\/35 {
  --tw-ring-color: rgb(253 186 116 / 0.35);
}
.ring-orange-300\/40 {
  --tw-ring-color: rgb(253 186 116 / 0.4);
}
.ring-orange-300\/45 {
  --tw-ring-color: rgb(253 186 116 / 0.45);
}
.ring-orange-300\/5 {
  --tw-ring-color: rgb(253 186 116 / 0.05);
}
.ring-orange-300\/50 {
  --tw-ring-color: rgb(253 186 116 / 0.5);
}
.ring-orange-300\/55 {
  --tw-ring-color: rgb(253 186 116 / 0.55);
}
.ring-orange-300\/60 {
  --tw-ring-color: rgb(253 186 116 / 0.6);
}
.ring-orange-300\/65 {
  --tw-ring-color: rgb(253 186 116 / 0.65);
}
.ring-orange-300\/70 {
  --tw-ring-color: rgb(253 186 116 / 0.7);
}
.ring-orange-300\/75 {
  --tw-ring-color: rgb(253 186 116 / 0.75);
}
.ring-orange-300\/80 {
  --tw-ring-color: rgb(253 186 116 / 0.8);
}
.ring-orange-300\/85 {
  --tw-ring-color: rgb(253 186 116 / 0.85);
}
.ring-orange-300\/90 {
  --tw-ring-color: rgb(253 186 116 / 0.9);
}
.ring-orange-300\/95 {
  --tw-ring-color: rgb(253 186 116 / 0.95);
}
.ring-orange-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(251 146 60 / var(--tw-ring-opacity, 1));
}
.ring-orange-400\/0 {
  --tw-ring-color: rgb(251 146 60 / 0);
}
.ring-orange-400\/10 {
  --tw-ring-color: rgb(251 146 60 / 0.1);
}
.ring-orange-400\/100 {
  --tw-ring-color: rgb(251 146 60 / 1);
}
.ring-orange-400\/15 {
  --tw-ring-color: rgb(251 146 60 / 0.15);
}
.ring-orange-400\/20 {
  --tw-ring-color: rgb(251 146 60 / 0.2);
}
.ring-orange-400\/25 {
  --tw-ring-color: rgb(251 146 60 / 0.25);
}
.ring-orange-400\/30 {
  --tw-ring-color: rgb(251 146 60 / 0.3);
}
.ring-orange-400\/35 {
  --tw-ring-color: rgb(251 146 60 / 0.35);
}
.ring-orange-400\/40 {
  --tw-ring-color: rgb(251 146 60 / 0.4);
}
.ring-orange-400\/45 {
  --tw-ring-color: rgb(251 146 60 / 0.45);
}
.ring-orange-400\/5 {
  --tw-ring-color: rgb(251 146 60 / 0.05);
}
.ring-orange-400\/50 {
  --tw-ring-color: rgb(251 146 60 / 0.5);
}
.ring-orange-400\/55 {
  --tw-ring-color: rgb(251 146 60 / 0.55);
}
.ring-orange-400\/60 {
  --tw-ring-color: rgb(251 146 60 / 0.6);
}
.ring-orange-400\/65 {
  --tw-ring-color: rgb(251 146 60 / 0.65);
}
.ring-orange-400\/70 {
  --tw-ring-color: rgb(251 146 60 / 0.7);
}
.ring-orange-400\/75 {
  --tw-ring-color: rgb(251 146 60 / 0.75);
}
.ring-orange-400\/80 {
  --tw-ring-color: rgb(251 146 60 / 0.8);
}
.ring-orange-400\/85 {
  --tw-ring-color: rgb(251 146 60 / 0.85);
}
.ring-orange-400\/90 {
  --tw-ring-color: rgb(251 146 60 / 0.9);
}
.ring-orange-400\/95 {
  --tw-ring-color: rgb(251 146 60 / 0.95);
}
.ring-orange-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 247 237 / var(--tw-ring-opacity, 1));
}
.ring-orange-50\/0 {
  --tw-ring-color: rgb(255 247 237 / 0);
}
.ring-orange-50\/10 {
  --tw-ring-color: rgb(255 247 237 / 0.1);
}
.ring-orange-50\/100 {
  --tw-ring-color: rgb(255 247 237 / 1);
}
.ring-orange-50\/15 {
  --tw-ring-color: rgb(255 247 237 / 0.15);
}
.ring-orange-50\/20 {
  --tw-ring-color: rgb(255 247 237 / 0.2);
}
.ring-orange-50\/25 {
  --tw-ring-color: rgb(255 247 237 / 0.25);
}
.ring-orange-50\/30 {
  --tw-ring-color: rgb(255 247 237 / 0.3);
}
.ring-orange-50\/35 {
  --tw-ring-color: rgb(255 247 237 / 0.35);
}
.ring-orange-50\/40 {
  --tw-ring-color: rgb(255 247 237 / 0.4);
}
.ring-orange-50\/45 {
  --tw-ring-color: rgb(255 247 237 / 0.45);
}
.ring-orange-50\/5 {
  --tw-ring-color: rgb(255 247 237 / 0.05);
}
.ring-orange-50\/50 {
  --tw-ring-color: rgb(255 247 237 / 0.5);
}
.ring-orange-50\/55 {
  --tw-ring-color: rgb(255 247 237 / 0.55);
}
.ring-orange-50\/60 {
  --tw-ring-color: rgb(255 247 237 / 0.6);
}
.ring-orange-50\/65 {
  --tw-ring-color: rgb(255 247 237 / 0.65);
}
.ring-orange-50\/70 {
  --tw-ring-color: rgb(255 247 237 / 0.7);
}
.ring-orange-50\/75 {
  --tw-ring-color: rgb(255 247 237 / 0.75);
}
.ring-orange-50\/80 {
  --tw-ring-color: rgb(255 247 237 / 0.8);
}
.ring-orange-50\/85 {
  --tw-ring-color: rgb(255 247 237 / 0.85);
}
.ring-orange-50\/90 {
  --tw-ring-color: rgb(255 247 237 / 0.9);
}
.ring-orange-50\/95 {
  --tw-ring-color: rgb(255 247 237 / 0.95);
}
.ring-orange-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(249 115 22 / var(--tw-ring-opacity, 1));
}
.ring-orange-500\/0 {
  --tw-ring-color: rgb(249 115 22 / 0);
}
.ring-orange-500\/10 {
  --tw-ring-color: rgb(249 115 22 / 0.1);
}
.ring-orange-500\/100 {
  --tw-ring-color: rgb(249 115 22 / 1);
}
.ring-orange-500\/15 {
  --tw-ring-color: rgb(249 115 22 / 0.15);
}
.ring-orange-500\/20 {
  --tw-ring-color: rgb(249 115 22 / 0.2);
}
.ring-orange-500\/25 {
  --tw-ring-color: rgb(249 115 22 / 0.25);
}
.ring-orange-500\/30 {
  --tw-ring-color: rgb(249 115 22 / 0.3);
}
.ring-orange-500\/35 {
  --tw-ring-color: rgb(249 115 22 / 0.35);
}
.ring-orange-500\/40 {
  --tw-ring-color: rgb(249 115 22 / 0.4);
}
.ring-orange-500\/45 {
  --tw-ring-color: rgb(249 115 22 / 0.45);
}
.ring-orange-500\/5 {
  --tw-ring-color: rgb(249 115 22 / 0.05);
}
.ring-orange-500\/50 {
  --tw-ring-color: rgb(249 115 22 / 0.5);
}
.ring-orange-500\/55 {
  --tw-ring-color: rgb(249 115 22 / 0.55);
}
.ring-orange-500\/60 {
  --tw-ring-color: rgb(249 115 22 / 0.6);
}
.ring-orange-500\/65 {
  --tw-ring-color: rgb(249 115 22 / 0.65);
}
.ring-orange-500\/70 {
  --tw-ring-color: rgb(249 115 22 / 0.7);
}
.ring-orange-500\/75 {
  --tw-ring-color: rgb(249 115 22 / 0.75);
}
.ring-orange-500\/80 {
  --tw-ring-color: rgb(249 115 22 / 0.8);
}
.ring-orange-500\/85 {
  --tw-ring-color: rgb(249 115 22 / 0.85);
}
.ring-orange-500\/90 {
  --tw-ring-color: rgb(249 115 22 / 0.9);
}
.ring-orange-500\/95 {
  --tw-ring-color: rgb(249 115 22 / 0.95);
}
.ring-orange-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(234 88 12 / var(--tw-ring-opacity, 1));
}
.ring-orange-600\/0 {
  --tw-ring-color: rgb(234 88 12 / 0);
}
.ring-orange-600\/10 {
  --tw-ring-color: rgb(234 88 12 / 0.1);
}
.ring-orange-600\/100 {
  --tw-ring-color: rgb(234 88 12 / 1);
}
.ring-orange-600\/15 {
  --tw-ring-color: rgb(234 88 12 / 0.15);
}
.ring-orange-600\/20 {
  --tw-ring-color: rgb(234 88 12 / 0.2);
}
.ring-orange-600\/25 {
  --tw-ring-color: rgb(234 88 12 / 0.25);
}
.ring-orange-600\/30 {
  --tw-ring-color: rgb(234 88 12 / 0.3);
}
.ring-orange-600\/35 {
  --tw-ring-color: rgb(234 88 12 / 0.35);
}
.ring-orange-600\/40 {
  --tw-ring-color: rgb(234 88 12 / 0.4);
}
.ring-orange-600\/45 {
  --tw-ring-color: rgb(234 88 12 / 0.45);
}
.ring-orange-600\/5 {
  --tw-ring-color: rgb(234 88 12 / 0.05);
}
.ring-orange-600\/50 {
  --tw-ring-color: rgb(234 88 12 / 0.5);
}
.ring-orange-600\/55 {
  --tw-ring-color: rgb(234 88 12 / 0.55);
}
.ring-orange-600\/60 {
  --tw-ring-color: rgb(234 88 12 / 0.6);
}
.ring-orange-600\/65 {
  --tw-ring-color: rgb(234 88 12 / 0.65);
}
.ring-orange-600\/70 {
  --tw-ring-color: rgb(234 88 12 / 0.7);
}
.ring-orange-600\/75 {
  --tw-ring-color: rgb(234 88 12 / 0.75);
}
.ring-orange-600\/80 {
  --tw-ring-color: rgb(234 88 12 / 0.8);
}
.ring-orange-600\/85 {
  --tw-ring-color: rgb(234 88 12 / 0.85);
}
.ring-orange-600\/90 {
  --tw-ring-color: rgb(234 88 12 / 0.9);
}
.ring-orange-600\/95 {
  --tw-ring-color: rgb(234 88 12 / 0.95);
}
.ring-orange-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(194 65 12 / var(--tw-ring-opacity, 1));
}
.ring-orange-700\/0 {
  --tw-ring-color: rgb(194 65 12 / 0);
}
.ring-orange-700\/10 {
  --tw-ring-color: rgb(194 65 12 / 0.1);
}
.ring-orange-700\/100 {
  --tw-ring-color: rgb(194 65 12 / 1);
}
.ring-orange-700\/15 {
  --tw-ring-color: rgb(194 65 12 / 0.15);
}
.ring-orange-700\/20 {
  --tw-ring-color: rgb(194 65 12 / 0.2);
}
.ring-orange-700\/25 {
  --tw-ring-color: rgb(194 65 12 / 0.25);
}
.ring-orange-700\/30 {
  --tw-ring-color: rgb(194 65 12 / 0.3);
}
.ring-orange-700\/35 {
  --tw-ring-color: rgb(194 65 12 / 0.35);
}
.ring-orange-700\/40 {
  --tw-ring-color: rgb(194 65 12 / 0.4);
}
.ring-orange-700\/45 {
  --tw-ring-color: rgb(194 65 12 / 0.45);
}
.ring-orange-700\/5 {
  --tw-ring-color: rgb(194 65 12 / 0.05);
}
.ring-orange-700\/50 {
  --tw-ring-color: rgb(194 65 12 / 0.5);
}
.ring-orange-700\/55 {
  --tw-ring-color: rgb(194 65 12 / 0.55);
}
.ring-orange-700\/60 {
  --tw-ring-color: rgb(194 65 12 / 0.6);
}
.ring-orange-700\/65 {
  --tw-ring-color: rgb(194 65 12 / 0.65);
}
.ring-orange-700\/70 {
  --tw-ring-color: rgb(194 65 12 / 0.7);
}
.ring-orange-700\/75 {
  --tw-ring-color: rgb(194 65 12 / 0.75);
}
.ring-orange-700\/80 {
  --tw-ring-color: rgb(194 65 12 / 0.8);
}
.ring-orange-700\/85 {
  --tw-ring-color: rgb(194 65 12 / 0.85);
}
.ring-orange-700\/90 {
  --tw-ring-color: rgb(194 65 12 / 0.9);
}
.ring-orange-700\/95 {
  --tw-ring-color: rgb(194 65 12 / 0.95);
}
.ring-orange-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(154 52 18 / var(--tw-ring-opacity, 1));
}
.ring-orange-800\/0 {
  --tw-ring-color: rgb(154 52 18 / 0);
}
.ring-orange-800\/10 {
  --tw-ring-color: rgb(154 52 18 / 0.1);
}
.ring-orange-800\/100 {
  --tw-ring-color: rgb(154 52 18 / 1);
}
.ring-orange-800\/15 {
  --tw-ring-color: rgb(154 52 18 / 0.15);
}
.ring-orange-800\/20 {
  --tw-ring-color: rgb(154 52 18 / 0.2);
}
.ring-orange-800\/25 {
  --tw-ring-color: rgb(154 52 18 / 0.25);
}
.ring-orange-800\/30 {
  --tw-ring-color: rgb(154 52 18 / 0.3);
}
.ring-orange-800\/35 {
  --tw-ring-color: rgb(154 52 18 / 0.35);
}
.ring-orange-800\/40 {
  --tw-ring-color: rgb(154 52 18 / 0.4);
}
.ring-orange-800\/45 {
  --tw-ring-color: rgb(154 52 18 / 0.45);
}
.ring-orange-800\/5 {
  --tw-ring-color: rgb(154 52 18 / 0.05);
}
.ring-orange-800\/50 {
  --tw-ring-color: rgb(154 52 18 / 0.5);
}
.ring-orange-800\/55 {
  --tw-ring-color: rgb(154 52 18 / 0.55);
}
.ring-orange-800\/60 {
  --tw-ring-color: rgb(154 52 18 / 0.6);
}
.ring-orange-800\/65 {
  --tw-ring-color: rgb(154 52 18 / 0.65);
}
.ring-orange-800\/70 {
  --tw-ring-color: rgb(154 52 18 / 0.7);
}
.ring-orange-800\/75 {
  --tw-ring-color: rgb(154 52 18 / 0.75);
}
.ring-orange-800\/80 {
  --tw-ring-color: rgb(154 52 18 / 0.8);
}
.ring-orange-800\/85 {
  --tw-ring-color: rgb(154 52 18 / 0.85);
}
.ring-orange-800\/90 {
  --tw-ring-color: rgb(154 52 18 / 0.9);
}
.ring-orange-800\/95 {
  --tw-ring-color: rgb(154 52 18 / 0.95);
}
.ring-orange-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(124 45 18 / var(--tw-ring-opacity, 1));
}
.ring-orange-900\/0 {
  --tw-ring-color: rgb(124 45 18 / 0);
}
.ring-orange-900\/10 {
  --tw-ring-color: rgb(124 45 18 / 0.1);
}
.ring-orange-900\/100 {
  --tw-ring-color: rgb(124 45 18 / 1);
}
.ring-orange-900\/15 {
  --tw-ring-color: rgb(124 45 18 / 0.15);
}
.ring-orange-900\/20 {
  --tw-ring-color: rgb(124 45 18 / 0.2);
}
.ring-orange-900\/25 {
  --tw-ring-color: rgb(124 45 18 / 0.25);
}
.ring-orange-900\/30 {
  --tw-ring-color: rgb(124 45 18 / 0.3);
}
.ring-orange-900\/35 {
  --tw-ring-color: rgb(124 45 18 / 0.35);
}
.ring-orange-900\/40 {
  --tw-ring-color: rgb(124 45 18 / 0.4);
}
.ring-orange-900\/45 {
  --tw-ring-color: rgb(124 45 18 / 0.45);
}
.ring-orange-900\/5 {
  --tw-ring-color: rgb(124 45 18 / 0.05);
}
.ring-orange-900\/50 {
  --tw-ring-color: rgb(124 45 18 / 0.5);
}
.ring-orange-900\/55 {
  --tw-ring-color: rgb(124 45 18 / 0.55);
}
.ring-orange-900\/60 {
  --tw-ring-color: rgb(124 45 18 / 0.6);
}
.ring-orange-900\/65 {
  --tw-ring-color: rgb(124 45 18 / 0.65);
}
.ring-orange-900\/70 {
  --tw-ring-color: rgb(124 45 18 / 0.7);
}
.ring-orange-900\/75 {
  --tw-ring-color: rgb(124 45 18 / 0.75);
}
.ring-orange-900\/80 {
  --tw-ring-color: rgb(124 45 18 / 0.8);
}
.ring-orange-900\/85 {
  --tw-ring-color: rgb(124 45 18 / 0.85);
}
.ring-orange-900\/90 {
  --tw-ring-color: rgb(124 45 18 / 0.9);
}
.ring-orange-900\/95 {
  --tw-ring-color: rgb(124 45 18 / 0.95);
}
.ring-orange-950 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(67 20 7 / var(--tw-ring-opacity, 1));
}
.ring-orange-950\/0 {
  --tw-ring-color: rgb(67 20 7 / 0);
}
.ring-orange-950\/10 {
  --tw-ring-color: rgb(67 20 7 / 0.1);
}
.ring-orange-950\/100 {
  --tw-ring-color: rgb(67 20 7 / 1);
}
.ring-orange-950\/15 {
  --tw-ring-color: rgb(67 20 7 / 0.15);
}
.ring-orange-950\/20 {
  --tw-ring-color: rgb(67 20 7 / 0.2);
}
.ring-orange-950\/25 {
  --tw-ring-color: rgb(67 20 7 / 0.25);
}
.ring-orange-950\/30 {
  --tw-ring-color: rgb(67 20 7 / 0.3);
}
.ring-orange-950\/35 {
  --tw-ring-color: rgb(67 20 7 / 0.35);
}
.ring-orange-950\/40 {
  --tw-ring-color: rgb(67 20 7 / 0.4);
}
.ring-orange-950\/45 {
  --tw-ring-color: rgb(67 20 7 / 0.45);
}
.ring-orange-950\/5 {
  --tw-ring-color: rgb(67 20 7 / 0.05);
}
.ring-orange-950\/50 {
  --tw-ring-color: rgb(67 20 7 / 0.5);
}
.ring-orange-950\/55 {
  --tw-ring-color: rgb(67 20 7 / 0.55);
}
.ring-orange-950\/60 {
  --tw-ring-color: rgb(67 20 7 / 0.6);
}
.ring-orange-950\/65 {
  --tw-ring-color: rgb(67 20 7 / 0.65);
}
.ring-orange-950\/70 {
  --tw-ring-color: rgb(67 20 7 / 0.7);
}
.ring-orange-950\/75 {
  --tw-ring-color: rgb(67 20 7 / 0.75);
}
.ring-orange-950\/80 {
  --tw-ring-color: rgb(67 20 7 / 0.8);
}
.ring-orange-950\/85 {
  --tw-ring-color: rgb(67 20 7 / 0.85);
}
.ring-orange-950\/90 {
  --tw-ring-color: rgb(67 20 7 / 0.9);
}
.ring-orange-950\/95 {
  --tw-ring-color: rgb(67 20 7 / 0.95);
}
.ring-purple-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(243 232 255 / var(--tw-ring-opacity, 1));
}
.ring-purple-100\/0 {
  --tw-ring-color: rgb(243 232 255 / 0);
}
.ring-purple-100\/10 {
  --tw-ring-color: rgb(243 232 255 / 0.1);
}
.ring-purple-100\/100 {
  --tw-ring-color: rgb(243 232 255 / 1);
}
.ring-purple-100\/15 {
  --tw-ring-color: rgb(243 232 255 / 0.15);
}
.ring-purple-100\/20 {
  --tw-ring-color: rgb(243 232 255 / 0.2);
}
.ring-purple-100\/25 {
  --tw-ring-color: rgb(243 232 255 / 0.25);
}
.ring-purple-100\/30 {
  --tw-ring-color: rgb(243 232 255 / 0.3);
}
.ring-purple-100\/35 {
  --tw-ring-color: rgb(243 232 255 / 0.35);
}
.ring-purple-100\/40 {
  --tw-ring-color: rgb(243 232 255 / 0.4);
}
.ring-purple-100\/45 {
  --tw-ring-color: rgb(243 232 255 / 0.45);
}
.ring-purple-100\/5 {
  --tw-ring-color: rgb(243 232 255 / 0.05);
}
.ring-purple-100\/50 {
  --tw-ring-color: rgb(243 232 255 / 0.5);
}
.ring-purple-100\/55 {
  --tw-ring-color: rgb(243 232 255 / 0.55);
}
.ring-purple-100\/60 {
  --tw-ring-color: rgb(243 232 255 / 0.6);
}
.ring-purple-100\/65 {
  --tw-ring-color: rgb(243 232 255 / 0.65);
}
.ring-purple-100\/70 {
  --tw-ring-color: rgb(243 232 255 / 0.7);
}
.ring-purple-100\/75 {
  --tw-ring-color: rgb(243 232 255 / 0.75);
}
.ring-purple-100\/80 {
  --tw-ring-color: rgb(243 232 255 / 0.8);
}
.ring-purple-100\/85 {
  --tw-ring-color: rgb(243 232 255 / 0.85);
}
.ring-purple-100\/90 {
  --tw-ring-color: rgb(243 232 255 / 0.9);
}
.ring-purple-100\/95 {
  --tw-ring-color: rgb(243 232 255 / 0.95);
}
.ring-purple-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(233 213 255 / var(--tw-ring-opacity, 1));
}
.ring-purple-200\/0 {
  --tw-ring-color: rgb(233 213 255 / 0);
}
.ring-purple-200\/10 {
  --tw-ring-color: rgb(233 213 255 / 0.1);
}
.ring-purple-200\/100 {
  --tw-ring-color: rgb(233 213 255 / 1);
}
.ring-purple-200\/15 {
  --tw-ring-color: rgb(233 213 255 / 0.15);
}
.ring-purple-200\/20 {
  --tw-ring-color: rgb(233 213 255 / 0.2);
}
.ring-purple-200\/25 {
  --tw-ring-color: rgb(233 213 255 / 0.25);
}
.ring-purple-200\/30 {
  --tw-ring-color: rgb(233 213 255 / 0.3);
}
.ring-purple-200\/35 {
  --tw-ring-color: rgb(233 213 255 / 0.35);
}
.ring-purple-200\/40 {
  --tw-ring-color: rgb(233 213 255 / 0.4);
}
.ring-purple-200\/45 {
  --tw-ring-color: rgb(233 213 255 / 0.45);
}
.ring-purple-200\/5 {
  --tw-ring-color: rgb(233 213 255 / 0.05);
}
.ring-purple-200\/50 {
  --tw-ring-color: rgb(233 213 255 / 0.5);
}
.ring-purple-200\/55 {
  --tw-ring-color: rgb(233 213 255 / 0.55);
}
.ring-purple-200\/60 {
  --tw-ring-color: rgb(233 213 255 / 0.6);
}
.ring-purple-200\/65 {
  --tw-ring-color: rgb(233 213 255 / 0.65);
}
.ring-purple-200\/70 {
  --tw-ring-color: rgb(233 213 255 / 0.7);
}
.ring-purple-200\/75 {
  --tw-ring-color: rgb(233 213 255 / 0.75);
}
.ring-purple-200\/80 {
  --tw-ring-color: rgb(233 213 255 / 0.8);
}
.ring-purple-200\/85 {
  --tw-ring-color: rgb(233 213 255 / 0.85);
}
.ring-purple-200\/90 {
  --tw-ring-color: rgb(233 213 255 / 0.9);
}
.ring-purple-200\/95 {
  --tw-ring-color: rgb(233 213 255 / 0.95);
}
.ring-purple-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(216 180 254 / var(--tw-ring-opacity, 1));
}
.ring-purple-300\/0 {
  --tw-ring-color: rgb(216 180 254 / 0);
}
.ring-purple-300\/10 {
  --tw-ring-color: rgb(216 180 254 / 0.1);
}
.ring-purple-300\/100 {
  --tw-ring-color: rgb(216 180 254 / 1);
}
.ring-purple-300\/15 {
  --tw-ring-color: rgb(216 180 254 / 0.15);
}
.ring-purple-300\/20 {
  --tw-ring-color: rgb(216 180 254 / 0.2);
}
.ring-purple-300\/25 {
  --tw-ring-color: rgb(216 180 254 / 0.25);
}
.ring-purple-300\/30 {
  --tw-ring-color: rgb(216 180 254 / 0.3);
}
.ring-purple-300\/35 {
  --tw-ring-color: rgb(216 180 254 / 0.35);
}
.ring-purple-300\/40 {
  --tw-ring-color: rgb(216 180 254 / 0.4);
}
.ring-purple-300\/45 {
  --tw-ring-color: rgb(216 180 254 / 0.45);
}
.ring-purple-300\/5 {
  --tw-ring-color: rgb(216 180 254 / 0.05);
}
.ring-purple-300\/50 {
  --tw-ring-color: rgb(216 180 254 / 0.5);
}
.ring-purple-300\/55 {
  --tw-ring-color: rgb(216 180 254 / 0.55);
}
.ring-purple-300\/60 {
  --tw-ring-color: rgb(216 180 254 / 0.6);
}
.ring-purple-300\/65 {
  --tw-ring-color: rgb(216 180 254 / 0.65);
}
.ring-purple-300\/70 {
  --tw-ring-color: rgb(216 180 254 / 0.7);
}
.ring-purple-300\/75 {
  --tw-ring-color: rgb(216 180 254 / 0.75);
}
.ring-purple-300\/80 {
  --tw-ring-color: rgb(216 180 254 / 0.8);
}
.ring-purple-300\/85 {
  --tw-ring-color: rgb(216 180 254 / 0.85);
}
.ring-purple-300\/90 {
  --tw-ring-color: rgb(216 180 254 / 0.9);
}
.ring-purple-300\/95 {
  --tw-ring-color: rgb(216 180 254 / 0.95);
}
.ring-purple-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(192 132 252 / var(--tw-ring-opacity, 1));
}
.ring-purple-400\/0 {
  --tw-ring-color: rgb(192 132 252 / 0);
}
.ring-purple-400\/10 {
  --tw-ring-color: rgb(192 132 252 / 0.1);
}
.ring-purple-400\/100 {
  --tw-ring-color: rgb(192 132 252 / 1);
}
.ring-purple-400\/15 {
  --tw-ring-color: rgb(192 132 252 / 0.15);
}
.ring-purple-400\/20 {
  --tw-ring-color: rgb(192 132 252 / 0.2);
}
.ring-purple-400\/25 {
  --tw-ring-color: rgb(192 132 252 / 0.25);
}
.ring-purple-400\/30 {
  --tw-ring-color: rgb(192 132 252 / 0.3);
}
.ring-purple-400\/35 {
  --tw-ring-color: rgb(192 132 252 / 0.35);
}
.ring-purple-400\/40 {
  --tw-ring-color: rgb(192 132 252 / 0.4);
}
.ring-purple-400\/45 {
  --tw-ring-color: rgb(192 132 252 / 0.45);
}
.ring-purple-400\/5 {
  --tw-ring-color: rgb(192 132 252 / 0.05);
}
.ring-purple-400\/50 {
  --tw-ring-color: rgb(192 132 252 / 0.5);
}
.ring-purple-400\/55 {
  --tw-ring-color: rgb(192 132 252 / 0.55);
}
.ring-purple-400\/60 {
  --tw-ring-color: rgb(192 132 252 / 0.6);
}
.ring-purple-400\/65 {
  --tw-ring-color: rgb(192 132 252 / 0.65);
}
.ring-purple-400\/70 {
  --tw-ring-color: rgb(192 132 252 / 0.7);
}
.ring-purple-400\/75 {
  --tw-ring-color: rgb(192 132 252 / 0.75);
}
.ring-purple-400\/80 {
  --tw-ring-color: rgb(192 132 252 / 0.8);
}
.ring-purple-400\/85 {
  --tw-ring-color: rgb(192 132 252 / 0.85);
}
.ring-purple-400\/90 {
  --tw-ring-color: rgb(192 132 252 / 0.9);
}
.ring-purple-400\/95 {
  --tw-ring-color: rgb(192 132 252 / 0.95);
}
.ring-purple-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(250 245 255 / var(--tw-ring-opacity, 1));
}
.ring-purple-50\/0 {
  --tw-ring-color: rgb(250 245 255 / 0);
}
.ring-purple-50\/10 {
  --tw-ring-color: rgb(250 245 255 / 0.1);
}
.ring-purple-50\/100 {
  --tw-ring-color: rgb(250 245 255 / 1);
}
.ring-purple-50\/15 {
  --tw-ring-color: rgb(250 245 255 / 0.15);
}
.ring-purple-50\/20 {
  --tw-ring-color: rgb(250 245 255 / 0.2);
}
.ring-purple-50\/25 {
  --tw-ring-color: rgb(250 245 255 / 0.25);
}
.ring-purple-50\/30 {
  --tw-ring-color: rgb(250 245 255 / 0.3);
}
.ring-purple-50\/35 {
  --tw-ring-color: rgb(250 245 255 / 0.35);
}
.ring-purple-50\/40 {
  --tw-ring-color: rgb(250 245 255 / 0.4);
}
.ring-purple-50\/45 {
  --tw-ring-color: rgb(250 245 255 / 0.45);
}
.ring-purple-50\/5 {
  --tw-ring-color: rgb(250 245 255 / 0.05);
}
.ring-purple-50\/50 {
  --tw-ring-color: rgb(250 245 255 / 0.5);
}
.ring-purple-50\/55 {
  --tw-ring-color: rgb(250 245 255 / 0.55);
}
.ring-purple-50\/60 {
  --tw-ring-color: rgb(250 245 255 / 0.6);
}
.ring-purple-50\/65 {
  --tw-ring-color: rgb(250 245 255 / 0.65);
}
.ring-purple-50\/70 {
  --tw-ring-color: rgb(250 245 255 / 0.7);
}
.ring-purple-50\/75 {
  --tw-ring-color: rgb(250 245 255 / 0.75);
}
.ring-purple-50\/80 {
  --tw-ring-color: rgb(250 245 255 / 0.8);
}
.ring-purple-50\/85 {
  --tw-ring-color: rgb(250 245 255 / 0.85);
}
.ring-purple-50\/90 {
  --tw-ring-color: rgb(250 245 255 / 0.9);
}
.ring-purple-50\/95 {
  --tw-ring-color: rgb(250 245 255 / 0.95);
}
.ring-purple-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(168 85 247 / var(--tw-ring-opacity, 1));
}
.ring-purple-500\/0 {
  --tw-ring-color: rgb(168 85 247 / 0);
}
.ring-purple-500\/10 {
  --tw-ring-color: rgb(168 85 247 / 0.1);
}
.ring-purple-500\/100 {
  --tw-ring-color: rgb(168 85 247 / 1);
}
.ring-purple-500\/15 {
  --tw-ring-color: rgb(168 85 247 / 0.15);
}
.ring-purple-500\/20 {
  --tw-ring-color: rgb(168 85 247 / 0.2);
}
.ring-purple-500\/25 {
  --tw-ring-color: rgb(168 85 247 / 0.25);
}
.ring-purple-500\/30 {
  --tw-ring-color: rgb(168 85 247 / 0.3);
}
.ring-purple-500\/35 {
  --tw-ring-color: rgb(168 85 247 / 0.35);
}
.ring-purple-500\/40 {
  --tw-ring-color: rgb(168 85 247 / 0.4);
}
.ring-purple-500\/45 {
  --tw-ring-color: rgb(168 85 247 / 0.45);
}
.ring-purple-500\/5 {
  --tw-ring-color: rgb(168 85 247 / 0.05);
}
.ring-purple-500\/50 {
  --tw-ring-color: rgb(168 85 247 / 0.5);
}
.ring-purple-500\/55 {
  --tw-ring-color: rgb(168 85 247 / 0.55);
}
.ring-purple-500\/60 {
  --tw-ring-color: rgb(168 85 247 / 0.6);
}
.ring-purple-500\/65 {
  --tw-ring-color: rgb(168 85 247 / 0.65);
}
.ring-purple-500\/70 {
  --tw-ring-color: rgb(168 85 247 / 0.7);
}
.ring-purple-500\/75 {
  --tw-ring-color: rgb(168 85 247 / 0.75);
}
.ring-purple-500\/80 {
  --tw-ring-color: rgb(168 85 247 / 0.8);
}
.ring-purple-500\/85 {
  --tw-ring-color: rgb(168 85 247 / 0.85);
}
.ring-purple-500\/90 {
  --tw-ring-color: rgb(168 85 247 / 0.9);
}
.ring-purple-500\/95 {
  --tw-ring-color: rgb(168 85 247 / 0.95);
}
.ring-purple-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(147 51 234 / var(--tw-ring-opacity, 1));
}
.ring-purple-600\/0 {
  --tw-ring-color: rgb(147 51 234 / 0);
}
.ring-purple-600\/10 {
  --tw-ring-color: rgb(147 51 234 / 0.1);
}
.ring-purple-600\/100 {
  --tw-ring-color: rgb(147 51 234 / 1);
}
.ring-purple-600\/15 {
  --tw-ring-color: rgb(147 51 234 / 0.15);
}
.ring-purple-600\/20 {
  --tw-ring-color: rgb(147 51 234 / 0.2);
}
.ring-purple-600\/25 {
  --tw-ring-color: rgb(147 51 234 / 0.25);
}
.ring-purple-600\/30 {
  --tw-ring-color: rgb(147 51 234 / 0.3);
}
.ring-purple-600\/35 {
  --tw-ring-color: rgb(147 51 234 / 0.35);
}
.ring-purple-600\/40 {
  --tw-ring-color: rgb(147 51 234 / 0.4);
}
.ring-purple-600\/45 {
  --tw-ring-color: rgb(147 51 234 / 0.45);
}
.ring-purple-600\/5 {
  --tw-ring-color: rgb(147 51 234 / 0.05);
}
.ring-purple-600\/50 {
  --tw-ring-color: rgb(147 51 234 / 0.5);
}
.ring-purple-600\/55 {
  --tw-ring-color: rgb(147 51 234 / 0.55);
}
.ring-purple-600\/60 {
  --tw-ring-color: rgb(147 51 234 / 0.6);
}
.ring-purple-600\/65 {
  --tw-ring-color: rgb(147 51 234 / 0.65);
}
.ring-purple-600\/70 {
  --tw-ring-color: rgb(147 51 234 / 0.7);
}
.ring-purple-600\/75 {
  --tw-ring-color: rgb(147 51 234 / 0.75);
}
.ring-purple-600\/80 {
  --tw-ring-color: rgb(147 51 234 / 0.8);
}
.ring-purple-600\/85 {
  --tw-ring-color: rgb(147 51 234 / 0.85);
}
.ring-purple-600\/90 {
  --tw-ring-color: rgb(147 51 234 / 0.9);
}
.ring-purple-600\/95 {
  --tw-ring-color: rgb(147 51 234 / 0.95);
}
.ring-purple-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(126 34 206 / var(--tw-ring-opacity, 1));
}
.ring-purple-700\/0 {
  --tw-ring-color: rgb(126 34 206 / 0);
}
.ring-purple-700\/10 {
  --tw-ring-color: rgb(126 34 206 / 0.1);
}
.ring-purple-700\/100 {
  --tw-ring-color: rgb(126 34 206 / 1);
}
.ring-purple-700\/15 {
  --tw-ring-color: rgb(126 34 206 / 0.15);
}
.ring-purple-700\/20 {
  --tw-ring-color: rgb(126 34 206 / 0.2);
}
.ring-purple-700\/25 {
  --tw-ring-color: rgb(126 34 206 / 0.25);
}
.ring-purple-700\/30 {
  --tw-ring-color: rgb(126 34 206 / 0.3);
}
.ring-purple-700\/35 {
  --tw-ring-color: rgb(126 34 206 / 0.35);
}
.ring-purple-700\/40 {
  --tw-ring-color: rgb(126 34 206 / 0.4);
}
.ring-purple-700\/45 {
  --tw-ring-color: rgb(126 34 206 / 0.45);
}
.ring-purple-700\/5 {
  --tw-ring-color: rgb(126 34 206 / 0.05);
}
.ring-purple-700\/50 {
  --tw-ring-color: rgb(126 34 206 / 0.5);
}
.ring-purple-700\/55 {
  --tw-ring-color: rgb(126 34 206 / 0.55);
}
.ring-purple-700\/60 {
  --tw-ring-color: rgb(126 34 206 / 0.6);
}
.ring-purple-700\/65 {
  --tw-ring-color: rgb(126 34 206 / 0.65);
}
.ring-purple-700\/70 {
  --tw-ring-color: rgb(126 34 206 / 0.7);
}
.ring-purple-700\/75 {
  --tw-ring-color: rgb(126 34 206 / 0.75);
}
.ring-purple-700\/80 {
  --tw-ring-color: rgb(126 34 206 / 0.8);
}
.ring-purple-700\/85 {
  --tw-ring-color: rgb(126 34 206 / 0.85);
}
.ring-purple-700\/90 {
  --tw-ring-color: rgb(126 34 206 / 0.9);
}
.ring-purple-700\/95 {
  --tw-ring-color: rgb(126 34 206 / 0.95);
}
.ring-purple-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(107 33 168 / var(--tw-ring-opacity, 1));
}
.ring-purple-800\/0 {
  --tw-ring-color: rgb(107 33 168 / 0);
}
.ring-purple-800\/10 {
  --tw-ring-color: rgb(107 33 168 / 0.1);
}
.ring-purple-800\/100 {
  --tw-ring-color: rgb(107 33 168 / 1);
}
.ring-purple-800\/15 {
  --tw-ring-color: rgb(107 33 168 / 0.15);
}
.ring-purple-800\/20 {
  --tw-ring-color: rgb(107 33 168 / 0.2);
}
.ring-purple-800\/25 {
  --tw-ring-color: rgb(107 33 168 / 0.25);
}
.ring-purple-800\/30 {
  --tw-ring-color: rgb(107 33 168 / 0.3);
}
.ring-purple-800\/35 {
  --tw-ring-color: rgb(107 33 168 / 0.35);
}
.ring-purple-800\/40 {
  --tw-ring-color: rgb(107 33 168 / 0.4);
}
.ring-purple-800\/45 {
  --tw-ring-color: rgb(107 33 168 / 0.45);
}
.ring-purple-800\/5 {
  --tw-ring-color: rgb(107 33 168 / 0.05);
}
.ring-purple-800\/50 {
  --tw-ring-color: rgb(107 33 168 / 0.5);
}
.ring-purple-800\/55 {
  --tw-ring-color: rgb(107 33 168 / 0.55);
}
.ring-purple-800\/60 {
  --tw-ring-color: rgb(107 33 168 / 0.6);
}
.ring-purple-800\/65 {
  --tw-ring-color: rgb(107 33 168 / 0.65);
}
.ring-purple-800\/70 {
  --tw-ring-color: rgb(107 33 168 / 0.7);
}
.ring-purple-800\/75 {
  --tw-ring-color: rgb(107 33 168 / 0.75);
}
.ring-purple-800\/80 {
  --tw-ring-color: rgb(107 33 168 / 0.8);
}
.ring-purple-800\/85 {
  --tw-ring-color: rgb(107 33 168 / 0.85);
}
.ring-purple-800\/90 {
  --tw-ring-color: rgb(107 33 168 / 0.9);
}
.ring-purple-800\/95 {
  --tw-ring-color: rgb(107 33 168 / 0.95);
}
.ring-purple-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(88 28 135 / var(--tw-ring-opacity, 1));
}
.ring-purple-900\/0 {
  --tw-ring-color: rgb(88 28 135 / 0);
}
.ring-purple-900\/10 {
  --tw-ring-color: rgb(88 28 135 / 0.1);
}
.ring-purple-900\/100 {
  --tw-ring-color: rgb(88 28 135 / 1);
}
.ring-purple-900\/15 {
  --tw-ring-color: rgb(88 28 135 / 0.15);
}
.ring-purple-900\/20 {
  --tw-ring-color: rgb(88 28 135 / 0.2);
}
.ring-purple-900\/25 {
  --tw-ring-color: rgb(88 28 135 / 0.25);
}
.ring-purple-900\/30 {
  --tw-ring-color: rgb(88 28 135 / 0.3);
}
.ring-purple-900\/35 {
  --tw-ring-color: rgb(88 28 135 / 0.35);
}
.ring-purple-900\/40 {
  --tw-ring-color: rgb(88 28 135 / 0.4);
}
.ring-purple-900\/45 {
  --tw-ring-color: rgb(88 28 135 / 0.45);
}
.ring-purple-900\/5 {
  --tw-ring-color: rgb(88 28 135 / 0.05);
}
.ring-purple-900\/50 {
  --tw-ring-color: rgb(88 28 135 / 0.5);
}
.ring-purple-900\/55 {
  --tw-ring-color: rgb(88 28 135 / 0.55);
}
.ring-purple-900\/60 {
  --tw-ring-color: rgb(88 28 135 / 0.6);
}
.ring-purple-900\/65 {
  --tw-ring-color: rgb(88 28 135 / 0.65);
}
.ring-purple-900\/70 {
  --tw-ring-color: rgb(88 28 135 / 0.7);
}
.ring-purple-900\/75 {
  --tw-ring-color: rgb(88 28 135 / 0.75);
}
.ring-purple-900\/80 {
  --tw-ring-color: rgb(88 28 135 / 0.8);
}
.ring-purple-900\/85 {
  --tw-ring-color: rgb(88 28 135 / 0.85);
}
.ring-purple-900\/90 {
  --tw-ring-color: rgb(88 28 135 / 0.9);
}
.ring-purple-900\/95 {
  --tw-ring-color: rgb(88 28 135 / 0.95);
}
.ring-purple-950 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 7 100 / var(--tw-ring-opacity, 1));
}
.ring-purple-950\/0 {
  --tw-ring-color: rgb(59 7 100 / 0);
}
.ring-purple-950\/10 {
  --tw-ring-color: rgb(59 7 100 / 0.1);
}
.ring-purple-950\/100 {
  --tw-ring-color: rgb(59 7 100 / 1);
}
.ring-purple-950\/15 {
  --tw-ring-color: rgb(59 7 100 / 0.15);
}
.ring-purple-950\/20 {
  --tw-ring-color: rgb(59 7 100 / 0.2);
}
.ring-purple-950\/25 {
  --tw-ring-color: rgb(59 7 100 / 0.25);
}
.ring-purple-950\/30 {
  --tw-ring-color: rgb(59 7 100 / 0.3);
}
.ring-purple-950\/35 {
  --tw-ring-color: rgb(59 7 100 / 0.35);
}
.ring-purple-950\/40 {
  --tw-ring-color: rgb(59 7 100 / 0.4);
}
.ring-purple-950\/45 {
  --tw-ring-color: rgb(59 7 100 / 0.45);
}
.ring-purple-950\/5 {
  --tw-ring-color: rgb(59 7 100 / 0.05);
}
.ring-purple-950\/50 {
  --tw-ring-color: rgb(59 7 100 / 0.5);
}
.ring-purple-950\/55 {
  --tw-ring-color: rgb(59 7 100 / 0.55);
}
.ring-purple-950\/60 {
  --tw-ring-color: rgb(59 7 100 / 0.6);
}
.ring-purple-950\/65 {
  --tw-ring-color: rgb(59 7 100 / 0.65);
}
.ring-purple-950\/70 {
  --tw-ring-color: rgb(59 7 100 / 0.7);
}
.ring-purple-950\/75 {
  --tw-ring-color: rgb(59 7 100 / 0.75);
}
.ring-purple-950\/80 {
  --tw-ring-color: rgb(59 7 100 / 0.8);
}
.ring-purple-950\/85 {
  --tw-ring-color: rgb(59 7 100 / 0.85);
}
.ring-purple-950\/90 {
  --tw-ring-color: rgb(59 7 100 / 0.9);
}
.ring-purple-950\/95 {
  --tw-ring-color: rgb(59 7 100 / 0.95);
}
.ring-red-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(254 226 226 / var(--tw-ring-opacity, 1));
}
.ring-red-100\/0 {
  --tw-ring-color: rgb(254 226 226 / 0);
}
.ring-red-100\/10 {
  --tw-ring-color: rgb(254 226 226 / 0.1);
}
.ring-red-100\/100 {
  --tw-ring-color: rgb(254 226 226 / 1);
}
.ring-red-100\/15 {
  --tw-ring-color: rgb(254 226 226 / 0.15);
}
.ring-red-100\/20 {
  --tw-ring-color: rgb(254 226 226 / 0.2);
}
.ring-red-100\/25 {
  --tw-ring-color: rgb(254 226 226 / 0.25);
}
.ring-red-100\/30 {
  --tw-ring-color: rgb(254 226 226 / 0.3);
}
.ring-red-100\/35 {
  --tw-ring-color: rgb(254 226 226 / 0.35);
}
.ring-red-100\/40 {
  --tw-ring-color: rgb(254 226 226 / 0.4);
}
.ring-red-100\/45 {
  --tw-ring-color: rgb(254 226 226 / 0.45);
}
.ring-red-100\/5 {
  --tw-ring-color: rgb(254 226 226 / 0.05);
}
.ring-red-100\/50 {
  --tw-ring-color: rgb(254 226 226 / 0.5);
}
.ring-red-100\/55 {
  --tw-ring-color: rgb(254 226 226 / 0.55);
}
.ring-red-100\/60 {
  --tw-ring-color: rgb(254 226 226 / 0.6);
}
.ring-red-100\/65 {
  --tw-ring-color: rgb(254 226 226 / 0.65);
}
.ring-red-100\/70 {
  --tw-ring-color: rgb(254 226 226 / 0.7);
}
.ring-red-100\/75 {
  --tw-ring-color: rgb(254 226 226 / 0.75);
}
.ring-red-100\/80 {
  --tw-ring-color: rgb(254 226 226 / 0.8);
}
.ring-red-100\/85 {
  --tw-ring-color: rgb(254 226 226 / 0.85);
}
.ring-red-100\/90 {
  --tw-ring-color: rgb(254 226 226 / 0.9);
}
.ring-red-100\/95 {
  --tw-ring-color: rgb(254 226 226 / 0.95);
}
.ring-red-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(254 202 202 / var(--tw-ring-opacity, 1));
}
.ring-red-200\/0 {
  --tw-ring-color: rgb(254 202 202 / 0);
}
.ring-red-200\/10 {
  --tw-ring-color: rgb(254 202 202 / 0.1);
}
.ring-red-200\/100 {
  --tw-ring-color: rgb(254 202 202 / 1);
}
.ring-red-200\/15 {
  --tw-ring-color: rgb(254 202 202 / 0.15);
}
.ring-red-200\/20 {
  --tw-ring-color: rgb(254 202 202 / 0.2);
}
.ring-red-200\/25 {
  --tw-ring-color: rgb(254 202 202 / 0.25);
}
.ring-red-200\/30 {
  --tw-ring-color: rgb(254 202 202 / 0.3);
}
.ring-red-200\/35 {
  --tw-ring-color: rgb(254 202 202 / 0.35);
}
.ring-red-200\/40 {
  --tw-ring-color: rgb(254 202 202 / 0.4);
}
.ring-red-200\/45 {
  --tw-ring-color: rgb(254 202 202 / 0.45);
}
.ring-red-200\/5 {
  --tw-ring-color: rgb(254 202 202 / 0.05);
}
.ring-red-200\/50 {
  --tw-ring-color: rgb(254 202 202 / 0.5);
}
.ring-red-200\/55 {
  --tw-ring-color: rgb(254 202 202 / 0.55);
}
.ring-red-200\/60 {
  --tw-ring-color: rgb(254 202 202 / 0.6);
}
.ring-red-200\/65 {
  --tw-ring-color: rgb(254 202 202 / 0.65);
}
.ring-red-200\/70 {
  --tw-ring-color: rgb(254 202 202 / 0.7);
}
.ring-red-200\/75 {
  --tw-ring-color: rgb(254 202 202 / 0.75);
}
.ring-red-200\/80 {
  --tw-ring-color: rgb(254 202 202 / 0.8);
}
.ring-red-200\/85 {
  --tw-ring-color: rgb(254 202 202 / 0.85);
}
.ring-red-200\/90 {
  --tw-ring-color: rgb(254 202 202 / 0.9);
}
.ring-red-200\/95 {
  --tw-ring-color: rgb(254 202 202 / 0.95);
}
.ring-red-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(252 165 165 / var(--tw-ring-opacity, 1));
}
.ring-red-300\/0 {
  --tw-ring-color: rgb(252 165 165 / 0);
}
.ring-red-300\/10 {
  --tw-ring-color: rgb(252 165 165 / 0.1);
}
.ring-red-300\/100 {
  --tw-ring-color: rgb(252 165 165 / 1);
}
.ring-red-300\/15 {
  --tw-ring-color: rgb(252 165 165 / 0.15);
}
.ring-red-300\/20 {
  --tw-ring-color: rgb(252 165 165 / 0.2);
}
.ring-red-300\/25 {
  --tw-ring-color: rgb(252 165 165 / 0.25);
}
.ring-red-300\/30 {
  --tw-ring-color: rgb(252 165 165 / 0.3);
}
.ring-red-300\/35 {
  --tw-ring-color: rgb(252 165 165 / 0.35);
}
.ring-red-300\/40 {
  --tw-ring-color: rgb(252 165 165 / 0.4);
}
.ring-red-300\/45 {
  --tw-ring-color: rgb(252 165 165 / 0.45);
}
.ring-red-300\/5 {
  --tw-ring-color: rgb(252 165 165 / 0.05);
}
.ring-red-300\/50 {
  --tw-ring-color: rgb(252 165 165 / 0.5);
}
.ring-red-300\/55 {
  --tw-ring-color: rgb(252 165 165 / 0.55);
}
.ring-red-300\/60 {
  --tw-ring-color: rgb(252 165 165 / 0.6);
}
.ring-red-300\/65 {
  --tw-ring-color: rgb(252 165 165 / 0.65);
}
.ring-red-300\/70 {
  --tw-ring-color: rgb(252 165 165 / 0.7);
}
.ring-red-300\/75 {
  --tw-ring-color: rgb(252 165 165 / 0.75);
}
.ring-red-300\/80 {
  --tw-ring-color: rgb(252 165 165 / 0.8);
}
.ring-red-300\/85 {
  --tw-ring-color: rgb(252 165 165 / 0.85);
}
.ring-red-300\/90 {
  --tw-ring-color: rgb(252 165 165 / 0.9);
}
.ring-red-300\/95 {
  --tw-ring-color: rgb(252 165 165 / 0.95);
}
.ring-red-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(248 113 113 / var(--tw-ring-opacity, 1));
}
.ring-red-400\/0 {
  --tw-ring-color: rgb(248 113 113 / 0);
}
.ring-red-400\/10 {
  --tw-ring-color: rgb(248 113 113 / 0.1);
}
.ring-red-400\/100 {
  --tw-ring-color: rgb(248 113 113 / 1);
}
.ring-red-400\/15 {
  --tw-ring-color: rgb(248 113 113 / 0.15);
}
.ring-red-400\/20 {
  --tw-ring-color: rgb(248 113 113 / 0.2);
}
.ring-red-400\/25 {
  --tw-ring-color: rgb(248 113 113 / 0.25);
}
.ring-red-400\/30 {
  --tw-ring-color: rgb(248 113 113 / 0.3);
}
.ring-red-400\/35 {
  --tw-ring-color: rgb(248 113 113 / 0.35);
}
.ring-red-400\/40 {
  --tw-ring-color: rgb(248 113 113 / 0.4);
}
.ring-red-400\/45 {
  --tw-ring-color: rgb(248 113 113 / 0.45);
}
.ring-red-400\/5 {
  --tw-ring-color: rgb(248 113 113 / 0.05);
}
.ring-red-400\/50 {
  --tw-ring-color: rgb(248 113 113 / 0.5);
}
.ring-red-400\/55 {
  --tw-ring-color: rgb(248 113 113 / 0.55);
}
.ring-red-400\/60 {
  --tw-ring-color: rgb(248 113 113 / 0.6);
}
.ring-red-400\/65 {
  --tw-ring-color: rgb(248 113 113 / 0.65);
}
.ring-red-400\/70 {
  --tw-ring-color: rgb(248 113 113 / 0.7);
}
.ring-red-400\/75 {
  --tw-ring-color: rgb(248 113 113 / 0.75);
}
.ring-red-400\/80 {
  --tw-ring-color: rgb(248 113 113 / 0.8);
}
.ring-red-400\/85 {
  --tw-ring-color: rgb(248 113 113 / 0.85);
}
.ring-red-400\/90 {
  --tw-ring-color: rgb(248 113 113 / 0.9);
}
.ring-red-400\/95 {
  --tw-ring-color: rgb(248 113 113 / 0.95);
}
.ring-red-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(254 242 242 / var(--tw-ring-opacity, 1));
}
.ring-red-50\/0 {
  --tw-ring-color: rgb(254 242 242 / 0);
}
.ring-red-50\/10 {
  --tw-ring-color: rgb(254 242 242 / 0.1);
}
.ring-red-50\/100 {
  --tw-ring-color: rgb(254 242 242 / 1);
}
.ring-red-50\/15 {
  --tw-ring-color: rgb(254 242 242 / 0.15);
}
.ring-red-50\/20 {
  --tw-ring-color: rgb(254 242 242 / 0.2);
}
.ring-red-50\/25 {
  --tw-ring-color: rgb(254 242 242 / 0.25);
}
.ring-red-50\/30 {
  --tw-ring-color: rgb(254 242 242 / 0.3);
}
.ring-red-50\/35 {
  --tw-ring-color: rgb(254 242 242 / 0.35);
}
.ring-red-50\/40 {
  --tw-ring-color: rgb(254 242 242 / 0.4);
}
.ring-red-50\/45 {
  --tw-ring-color: rgb(254 242 242 / 0.45);
}
.ring-red-50\/5 {
  --tw-ring-color: rgb(254 242 242 / 0.05);
}
.ring-red-50\/50 {
  --tw-ring-color: rgb(254 242 242 / 0.5);
}
.ring-red-50\/55 {
  --tw-ring-color: rgb(254 242 242 / 0.55);
}
.ring-red-50\/60 {
  --tw-ring-color: rgb(254 242 242 / 0.6);
}
.ring-red-50\/65 {
  --tw-ring-color: rgb(254 242 242 / 0.65);
}
.ring-red-50\/70 {
  --tw-ring-color: rgb(254 242 242 / 0.7);
}
.ring-red-50\/75 {
  --tw-ring-color: rgb(254 242 242 / 0.75);
}
.ring-red-50\/80 {
  --tw-ring-color: rgb(254 242 242 / 0.8);
}
.ring-red-50\/85 {
  --tw-ring-color: rgb(254 242 242 / 0.85);
}
.ring-red-50\/90 {
  --tw-ring-color: rgb(254 242 242 / 0.9);
}
.ring-red-50\/95 {
  --tw-ring-color: rgb(254 242 242 / 0.95);
}
.ring-red-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity, 1));
}
.ring-red-500\/0 {
  --tw-ring-color: rgb(239 68 68 / 0);
}
.ring-red-500\/10 {
  --tw-ring-color: rgb(239 68 68 / 0.1);
}
.ring-red-500\/100 {
  --tw-ring-color: rgb(239 68 68 / 1);
}
.ring-red-500\/15 {
  --tw-ring-color: rgb(239 68 68 / 0.15);
}
.ring-red-500\/20 {
  --tw-ring-color: rgb(239 68 68 / 0.2);
}
.ring-red-500\/25 {
  --tw-ring-color: rgb(239 68 68 / 0.25);
}
.ring-red-500\/30 {
  --tw-ring-color: rgb(239 68 68 / 0.3);
}
.ring-red-500\/35 {
  --tw-ring-color: rgb(239 68 68 / 0.35);
}
.ring-red-500\/40 {
  --tw-ring-color: rgb(239 68 68 / 0.4);
}
.ring-red-500\/45 {
  --tw-ring-color: rgb(239 68 68 / 0.45);
}
.ring-red-500\/5 {
  --tw-ring-color: rgb(239 68 68 / 0.05);
}
.ring-red-500\/50 {
  --tw-ring-color: rgb(239 68 68 / 0.5);
}
.ring-red-500\/55 {
  --tw-ring-color: rgb(239 68 68 / 0.55);
}
.ring-red-500\/60 {
  --tw-ring-color: rgb(239 68 68 / 0.6);
}
.ring-red-500\/65 {
  --tw-ring-color: rgb(239 68 68 / 0.65);
}
.ring-red-500\/70 {
  --tw-ring-color: rgb(239 68 68 / 0.7);
}
.ring-red-500\/75 {
  --tw-ring-color: rgb(239 68 68 / 0.75);
}
.ring-red-500\/80 {
  --tw-ring-color: rgb(239 68 68 / 0.8);
}
.ring-red-500\/85 {
  --tw-ring-color: rgb(239 68 68 / 0.85);
}
.ring-red-500\/90 {
  --tw-ring-color: rgb(239 68 68 / 0.9);
}
.ring-red-500\/95 {
  --tw-ring-color: rgb(239 68 68 / 0.95);
}
.ring-red-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(220 38 38 / var(--tw-ring-opacity, 1));
}
.ring-red-600\/0 {
  --tw-ring-color: rgb(220 38 38 / 0);
}
.ring-red-600\/10 {
  --tw-ring-color: rgb(220 38 38 / 0.1);
}
.ring-red-600\/100 {
  --tw-ring-color: rgb(220 38 38 / 1);
}
.ring-red-600\/15 {
  --tw-ring-color: rgb(220 38 38 / 0.15);
}
.ring-red-600\/20 {
  --tw-ring-color: rgb(220 38 38 / 0.2);
}
.ring-red-600\/25 {
  --tw-ring-color: rgb(220 38 38 / 0.25);
}
.ring-red-600\/30 {
  --tw-ring-color: rgb(220 38 38 / 0.3);
}
.ring-red-600\/35 {
  --tw-ring-color: rgb(220 38 38 / 0.35);
}
.ring-red-600\/40 {
  --tw-ring-color: rgb(220 38 38 / 0.4);
}
.ring-red-600\/45 {
  --tw-ring-color: rgb(220 38 38 / 0.45);
}
.ring-red-600\/5 {
  --tw-ring-color: rgb(220 38 38 / 0.05);
}
.ring-red-600\/50 {
  --tw-ring-color: rgb(220 38 38 / 0.5);
}
.ring-red-600\/55 {
  --tw-ring-color: rgb(220 38 38 / 0.55);
}
.ring-red-600\/60 {
  --tw-ring-color: rgb(220 38 38 / 0.6);
}
.ring-red-600\/65 {
  --tw-ring-color: rgb(220 38 38 / 0.65);
}
.ring-red-600\/70 {
  --tw-ring-color: rgb(220 38 38 / 0.7);
}
.ring-red-600\/75 {
  --tw-ring-color: rgb(220 38 38 / 0.75);
}
.ring-red-600\/80 {
  --tw-ring-color: rgb(220 38 38 / 0.8);
}
.ring-red-600\/85 {
  --tw-ring-color: rgb(220 38 38 / 0.85);
}
.ring-red-600\/90 {
  --tw-ring-color: rgb(220 38 38 / 0.9);
}
.ring-red-600\/95 {
  --tw-ring-color: rgb(220 38 38 / 0.95);
}
.ring-red-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(185 28 28 / var(--tw-ring-opacity, 1));
}
.ring-red-700\/0 {
  --tw-ring-color: rgb(185 28 28 / 0);
}
.ring-red-700\/10 {
  --tw-ring-color: rgb(185 28 28 / 0.1);
}
.ring-red-700\/100 {
  --tw-ring-color: rgb(185 28 28 / 1);
}
.ring-red-700\/15 {
  --tw-ring-color: rgb(185 28 28 / 0.15);
}
.ring-red-700\/20 {
  --tw-ring-color: rgb(185 28 28 / 0.2);
}
.ring-red-700\/25 {
  --tw-ring-color: rgb(185 28 28 / 0.25);
}
.ring-red-700\/30 {
  --tw-ring-color: rgb(185 28 28 / 0.3);
}
.ring-red-700\/35 {
  --tw-ring-color: rgb(185 28 28 / 0.35);
}
.ring-red-700\/40 {
  --tw-ring-color: rgb(185 28 28 / 0.4);
}
.ring-red-700\/45 {
  --tw-ring-color: rgb(185 28 28 / 0.45);
}
.ring-red-700\/5 {
  --tw-ring-color: rgb(185 28 28 / 0.05);
}
.ring-red-700\/50 {
  --tw-ring-color: rgb(185 28 28 / 0.5);
}
.ring-red-700\/55 {
  --tw-ring-color: rgb(185 28 28 / 0.55);
}
.ring-red-700\/60 {
  --tw-ring-color: rgb(185 28 28 / 0.6);
}
.ring-red-700\/65 {
  --tw-ring-color: rgb(185 28 28 / 0.65);
}
.ring-red-700\/70 {
  --tw-ring-color: rgb(185 28 28 / 0.7);
}
.ring-red-700\/75 {
  --tw-ring-color: rgb(185 28 28 / 0.75);
}
.ring-red-700\/80 {
  --tw-ring-color: rgb(185 28 28 / 0.8);
}
.ring-red-700\/85 {
  --tw-ring-color: rgb(185 28 28 / 0.85);
}
.ring-red-700\/90 {
  --tw-ring-color: rgb(185 28 28 / 0.9);
}
.ring-red-700\/95 {
  --tw-ring-color: rgb(185 28 28 / 0.95);
}
.ring-red-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(153 27 27 / var(--tw-ring-opacity, 1));
}
.ring-red-800\/0 {
  --tw-ring-color: rgb(153 27 27 / 0);
}
.ring-red-800\/10 {
  --tw-ring-color: rgb(153 27 27 / 0.1);
}
.ring-red-800\/100 {
  --tw-ring-color: rgb(153 27 27 / 1);
}
.ring-red-800\/15 {
  --tw-ring-color: rgb(153 27 27 / 0.15);
}
.ring-red-800\/20 {
  --tw-ring-color: rgb(153 27 27 / 0.2);
}
.ring-red-800\/25 {
  --tw-ring-color: rgb(153 27 27 / 0.25);
}
.ring-red-800\/30 {
  --tw-ring-color: rgb(153 27 27 / 0.3);
}
.ring-red-800\/35 {
  --tw-ring-color: rgb(153 27 27 / 0.35);
}
.ring-red-800\/40 {
  --tw-ring-color: rgb(153 27 27 / 0.4);
}
.ring-red-800\/45 {
  --tw-ring-color: rgb(153 27 27 / 0.45);
}
.ring-red-800\/5 {
  --tw-ring-color: rgb(153 27 27 / 0.05);
}
.ring-red-800\/50 {
  --tw-ring-color: rgb(153 27 27 / 0.5);
}
.ring-red-800\/55 {
  --tw-ring-color: rgb(153 27 27 / 0.55);
}
.ring-red-800\/60 {
  --tw-ring-color: rgb(153 27 27 / 0.6);
}
.ring-red-800\/65 {
  --tw-ring-color: rgb(153 27 27 / 0.65);
}
.ring-red-800\/70 {
  --tw-ring-color: rgb(153 27 27 / 0.7);
}
.ring-red-800\/75 {
  --tw-ring-color: rgb(153 27 27 / 0.75);
}
.ring-red-800\/80 {
  --tw-ring-color: rgb(153 27 27 / 0.8);
}
.ring-red-800\/85 {
  --tw-ring-color: rgb(153 27 27 / 0.85);
}
.ring-red-800\/90 {
  --tw-ring-color: rgb(153 27 27 / 0.9);
}
.ring-red-800\/95 {
  --tw-ring-color: rgb(153 27 27 / 0.95);
}
.ring-red-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(127 29 29 / var(--tw-ring-opacity, 1));
}
.ring-red-900\/0 {
  --tw-ring-color: rgb(127 29 29 / 0);
}
.ring-red-900\/10 {
  --tw-ring-color: rgb(127 29 29 / 0.1);
}
.ring-red-900\/100 {
  --tw-ring-color: rgb(127 29 29 / 1);
}
.ring-red-900\/15 {
  --tw-ring-color: rgb(127 29 29 / 0.15);
}
.ring-red-900\/20 {
  --tw-ring-color: rgb(127 29 29 / 0.2);
}
.ring-red-900\/25 {
  --tw-ring-color: rgb(127 29 29 / 0.25);
}
.ring-red-900\/30 {
  --tw-ring-color: rgb(127 29 29 / 0.3);
}
.ring-red-900\/35 {
  --tw-ring-color: rgb(127 29 29 / 0.35);
}
.ring-red-900\/40 {
  --tw-ring-color: rgb(127 29 29 / 0.4);
}
.ring-red-900\/45 {
  --tw-ring-color: rgb(127 29 29 / 0.45);
}
.ring-red-900\/5 {
  --tw-ring-color: rgb(127 29 29 / 0.05);
}
.ring-red-900\/50 {
  --tw-ring-color: rgb(127 29 29 / 0.5);
}
.ring-red-900\/55 {
  --tw-ring-color: rgb(127 29 29 / 0.55);
}
.ring-red-900\/60 {
  --tw-ring-color: rgb(127 29 29 / 0.6);
}
.ring-red-900\/65 {
  --tw-ring-color: rgb(127 29 29 / 0.65);
}
.ring-red-900\/70 {
  --tw-ring-color: rgb(127 29 29 / 0.7);
}
.ring-red-900\/75 {
  --tw-ring-color: rgb(127 29 29 / 0.75);
}
.ring-red-900\/80 {
  --tw-ring-color: rgb(127 29 29 / 0.8);
}
.ring-red-900\/85 {
  --tw-ring-color: rgb(127 29 29 / 0.85);
}
.ring-red-900\/90 {
  --tw-ring-color: rgb(127 29 29 / 0.9);
}
.ring-red-900\/95 {
  --tw-ring-color: rgb(127 29 29 / 0.95);
}
.ring-red-950 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(69 10 10 / var(--tw-ring-opacity, 1));
}
.ring-red-950\/0 {
  --tw-ring-color: rgb(69 10 10 / 0);
}
.ring-red-950\/10 {
  --tw-ring-color: rgb(69 10 10 / 0.1);
}
.ring-red-950\/100 {
  --tw-ring-color: rgb(69 10 10 / 1);
}
.ring-red-950\/15 {
  --tw-ring-color: rgb(69 10 10 / 0.15);
}
.ring-red-950\/20 {
  --tw-ring-color: rgb(69 10 10 / 0.2);
}
.ring-red-950\/25 {
  --tw-ring-color: rgb(69 10 10 / 0.25);
}
.ring-red-950\/30 {
  --tw-ring-color: rgb(69 10 10 / 0.3);
}
.ring-red-950\/35 {
  --tw-ring-color: rgb(69 10 10 / 0.35);
}
.ring-red-950\/40 {
  --tw-ring-color: rgb(69 10 10 / 0.4);
}
.ring-red-950\/45 {
  --tw-ring-color: rgb(69 10 10 / 0.45);
}
.ring-red-950\/5 {
  --tw-ring-color: rgb(69 10 10 / 0.05);
}
.ring-red-950\/50 {
  --tw-ring-color: rgb(69 10 10 / 0.5);
}
.ring-red-950\/55 {
  --tw-ring-color: rgb(69 10 10 / 0.55);
}
.ring-red-950\/60 {
  --tw-ring-color: rgb(69 10 10 / 0.6);
}
.ring-red-950\/65 {
  --tw-ring-color: rgb(69 10 10 / 0.65);
}
.ring-red-950\/70 {
  --tw-ring-color: rgb(69 10 10 / 0.7);
}
.ring-red-950\/75 {
  --tw-ring-color: rgb(69 10 10 / 0.75);
}
.ring-red-950\/80 {
  --tw-ring-color: rgb(69 10 10 / 0.8);
}
.ring-red-950\/85 {
  --tw-ring-color: rgb(69 10 10 / 0.85);
}
.ring-red-950\/90 {
  --tw-ring-color: rgb(69 10 10 / 0.9);
}
.ring-red-950\/95 {
  --tw-ring-color: rgb(69 10 10 / 0.95);
}
.ring-sky-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(224 242 254 / var(--tw-ring-opacity, 1));
}
.ring-sky-100\/0 {
  --tw-ring-color: rgb(224 242 254 / 0);
}
.ring-sky-100\/10 {
  --tw-ring-color: rgb(224 242 254 / 0.1);
}
.ring-sky-100\/100 {
  --tw-ring-color: rgb(224 242 254 / 1);
}
.ring-sky-100\/15 {
  --tw-ring-color: rgb(224 242 254 / 0.15);
}
.ring-sky-100\/20 {
  --tw-ring-color: rgb(224 242 254 / 0.2);
}
.ring-sky-100\/25 {
  --tw-ring-color: rgb(224 242 254 / 0.25);
}
.ring-sky-100\/30 {
  --tw-ring-color: rgb(224 242 254 / 0.3);
}
.ring-sky-100\/35 {
  --tw-ring-color: rgb(224 242 254 / 0.35);
}
.ring-sky-100\/40 {
  --tw-ring-color: rgb(224 242 254 / 0.4);
}
.ring-sky-100\/45 {
  --tw-ring-color: rgb(224 242 254 / 0.45);
}
.ring-sky-100\/5 {
  --tw-ring-color: rgb(224 242 254 / 0.05);
}
.ring-sky-100\/50 {
  --tw-ring-color: rgb(224 242 254 / 0.5);
}
.ring-sky-100\/55 {
  --tw-ring-color: rgb(224 242 254 / 0.55);
}
.ring-sky-100\/60 {
  --tw-ring-color: rgb(224 242 254 / 0.6);
}
.ring-sky-100\/65 {
  --tw-ring-color: rgb(224 242 254 / 0.65);
}
.ring-sky-100\/70 {
  --tw-ring-color: rgb(224 242 254 / 0.7);
}
.ring-sky-100\/75 {
  --tw-ring-color: rgb(224 242 254 / 0.75);
}
.ring-sky-100\/80 {
  --tw-ring-color: rgb(224 242 254 / 0.8);
}
.ring-sky-100\/85 {
  --tw-ring-color: rgb(224 242 254 / 0.85);
}
.ring-sky-100\/90 {
  --tw-ring-color: rgb(224 242 254 / 0.9);
}
.ring-sky-100\/95 {
  --tw-ring-color: rgb(224 242 254 / 0.95);
}
.ring-sky-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(186 230 253 / var(--tw-ring-opacity, 1));
}
.ring-sky-200\/0 {
  --tw-ring-color: rgb(186 230 253 / 0);
}
.ring-sky-200\/10 {
  --tw-ring-color: rgb(186 230 253 / 0.1);
}
.ring-sky-200\/100 {
  --tw-ring-color: rgb(186 230 253 / 1);
}
.ring-sky-200\/15 {
  --tw-ring-color: rgb(186 230 253 / 0.15);
}
.ring-sky-200\/20 {
  --tw-ring-color: rgb(186 230 253 / 0.2);
}
.ring-sky-200\/25 {
  --tw-ring-color: rgb(186 230 253 / 0.25);
}
.ring-sky-200\/30 {
  --tw-ring-color: rgb(186 230 253 / 0.3);
}
.ring-sky-200\/35 {
  --tw-ring-color: rgb(186 230 253 / 0.35);
}
.ring-sky-200\/40 {
  --tw-ring-color: rgb(186 230 253 / 0.4);
}
.ring-sky-200\/45 {
  --tw-ring-color: rgb(186 230 253 / 0.45);
}
.ring-sky-200\/5 {
  --tw-ring-color: rgb(186 230 253 / 0.05);
}
.ring-sky-200\/50 {
  --tw-ring-color: rgb(186 230 253 / 0.5);
}
.ring-sky-200\/55 {
  --tw-ring-color: rgb(186 230 253 / 0.55);
}
.ring-sky-200\/60 {
  --tw-ring-color: rgb(186 230 253 / 0.6);
}
.ring-sky-200\/65 {
  --tw-ring-color: rgb(186 230 253 / 0.65);
}
.ring-sky-200\/70 {
  --tw-ring-color: rgb(186 230 253 / 0.7);
}
.ring-sky-200\/75 {
  --tw-ring-color: rgb(186 230 253 / 0.75);
}
.ring-sky-200\/80 {
  --tw-ring-color: rgb(186 230 253 / 0.8);
}
.ring-sky-200\/85 {
  --tw-ring-color: rgb(186 230 253 / 0.85);
}
.ring-sky-200\/90 {
  --tw-ring-color: rgb(186 230 253 / 0.9);
}
.ring-sky-200\/95 {
  --tw-ring-color: rgb(186 230 253 / 0.95);
}
.ring-sky-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(125 211 252 / var(--tw-ring-opacity, 1));
}
.ring-sky-300\/0 {
  --tw-ring-color: rgb(125 211 252 / 0);
}
.ring-sky-300\/10 {
  --tw-ring-color: rgb(125 211 252 / 0.1);
}
.ring-sky-300\/100 {
  --tw-ring-color: rgb(125 211 252 / 1);
}
.ring-sky-300\/15 {
  --tw-ring-color: rgb(125 211 252 / 0.15);
}
.ring-sky-300\/20 {
  --tw-ring-color: rgb(125 211 252 / 0.2);
}
.ring-sky-300\/25 {
  --tw-ring-color: rgb(125 211 252 / 0.25);
}
.ring-sky-300\/30 {
  --tw-ring-color: rgb(125 211 252 / 0.3);
}
.ring-sky-300\/35 {
  --tw-ring-color: rgb(125 211 252 / 0.35);
}
.ring-sky-300\/40 {
  --tw-ring-color: rgb(125 211 252 / 0.4);
}
.ring-sky-300\/45 {
  --tw-ring-color: rgb(125 211 252 / 0.45);
}
.ring-sky-300\/5 {
  --tw-ring-color: rgb(125 211 252 / 0.05);
}
.ring-sky-300\/50 {
  --tw-ring-color: rgb(125 211 252 / 0.5);
}
.ring-sky-300\/55 {
  --tw-ring-color: rgb(125 211 252 / 0.55);
}
.ring-sky-300\/60 {
  --tw-ring-color: rgb(125 211 252 / 0.6);
}
.ring-sky-300\/65 {
  --tw-ring-color: rgb(125 211 252 / 0.65);
}
.ring-sky-300\/70 {
  --tw-ring-color: rgb(125 211 252 / 0.7);
}
.ring-sky-300\/75 {
  --tw-ring-color: rgb(125 211 252 / 0.75);
}
.ring-sky-300\/80 {
  --tw-ring-color: rgb(125 211 252 / 0.8);
}
.ring-sky-300\/85 {
  --tw-ring-color: rgb(125 211 252 / 0.85);
}
.ring-sky-300\/90 {
  --tw-ring-color: rgb(125 211 252 / 0.9);
}
.ring-sky-300\/95 {
  --tw-ring-color: rgb(125 211 252 / 0.95);
}
.ring-sky-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(56 189 248 / var(--tw-ring-opacity, 1));
}
.ring-sky-400\/0 {
  --tw-ring-color: rgb(56 189 248 / 0);
}
.ring-sky-400\/10 {
  --tw-ring-color: rgb(56 189 248 / 0.1);
}
.ring-sky-400\/100 {
  --tw-ring-color: rgb(56 189 248 / 1);
}
.ring-sky-400\/15 {
  --tw-ring-color: rgb(56 189 248 / 0.15);
}
.ring-sky-400\/20 {
  --tw-ring-color: rgb(56 189 248 / 0.2);
}
.ring-sky-400\/25 {
  --tw-ring-color: rgb(56 189 248 / 0.25);
}
.ring-sky-400\/30 {
  --tw-ring-color: rgb(56 189 248 / 0.3);
}
.ring-sky-400\/35 {
  --tw-ring-color: rgb(56 189 248 / 0.35);
}
.ring-sky-400\/40 {
  --tw-ring-color: rgb(56 189 248 / 0.4);
}
.ring-sky-400\/45 {
  --tw-ring-color: rgb(56 189 248 / 0.45);
}
.ring-sky-400\/5 {
  --tw-ring-color: rgb(56 189 248 / 0.05);
}
.ring-sky-400\/50 {
  --tw-ring-color: rgb(56 189 248 / 0.5);
}
.ring-sky-400\/55 {
  --tw-ring-color: rgb(56 189 248 / 0.55);
}
.ring-sky-400\/60 {
  --tw-ring-color: rgb(56 189 248 / 0.6);
}
.ring-sky-400\/65 {
  --tw-ring-color: rgb(56 189 248 / 0.65);
}
.ring-sky-400\/70 {
  --tw-ring-color: rgb(56 189 248 / 0.7);
}
.ring-sky-400\/75 {
  --tw-ring-color: rgb(56 189 248 / 0.75);
}
.ring-sky-400\/80 {
  --tw-ring-color: rgb(56 189 248 / 0.8);
}
.ring-sky-400\/85 {
  --tw-ring-color: rgb(56 189 248 / 0.85);
}
.ring-sky-400\/90 {
  --tw-ring-color: rgb(56 189 248 / 0.9);
}
.ring-sky-400\/95 {
  --tw-ring-color: rgb(56 189 248 / 0.95);
}
.ring-sky-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(240 249 255 / var(--tw-ring-opacity, 1));
}
.ring-sky-50\/0 {
  --tw-ring-color: rgb(240 249 255 / 0);
}
.ring-sky-50\/10 {
  --tw-ring-color: rgb(240 249 255 / 0.1);
}
.ring-sky-50\/100 {
  --tw-ring-color: rgb(240 249 255 / 1);
}
.ring-sky-50\/15 {
  --tw-ring-color: rgb(240 249 255 / 0.15);
}
.ring-sky-50\/20 {
  --tw-ring-color: rgb(240 249 255 / 0.2);
}
.ring-sky-50\/25 {
  --tw-ring-color: rgb(240 249 255 / 0.25);
}
.ring-sky-50\/30 {
  --tw-ring-color: rgb(240 249 255 / 0.3);
}
.ring-sky-50\/35 {
  --tw-ring-color: rgb(240 249 255 / 0.35);
}
.ring-sky-50\/40 {
  --tw-ring-color: rgb(240 249 255 / 0.4);
}
.ring-sky-50\/45 {
  --tw-ring-color: rgb(240 249 255 / 0.45);
}
.ring-sky-50\/5 {
  --tw-ring-color: rgb(240 249 255 / 0.05);
}
.ring-sky-50\/50 {
  --tw-ring-color: rgb(240 249 255 / 0.5);
}
.ring-sky-50\/55 {
  --tw-ring-color: rgb(240 249 255 / 0.55);
}
.ring-sky-50\/60 {
  --tw-ring-color: rgb(240 249 255 / 0.6);
}
.ring-sky-50\/65 {
  --tw-ring-color: rgb(240 249 255 / 0.65);
}
.ring-sky-50\/70 {
  --tw-ring-color: rgb(240 249 255 / 0.7);
}
.ring-sky-50\/75 {
  --tw-ring-color: rgb(240 249 255 / 0.75);
}
.ring-sky-50\/80 {
  --tw-ring-color: rgb(240 249 255 / 0.8);
}
.ring-sky-50\/85 {
  --tw-ring-color: rgb(240 249 255 / 0.85);
}
.ring-sky-50\/90 {
  --tw-ring-color: rgb(240 249 255 / 0.9);
}
.ring-sky-50\/95 {
  --tw-ring-color: rgb(240 249 255 / 0.95);
}
.ring-sky-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(14 165 233 / var(--tw-ring-opacity, 1));
}
.ring-sky-500\/0 {
  --tw-ring-color: rgb(14 165 233 / 0);
}
.ring-sky-500\/10 {
  --tw-ring-color: rgb(14 165 233 / 0.1);
}
.ring-sky-500\/100 {
  --tw-ring-color: rgb(14 165 233 / 1);
}
.ring-sky-500\/15 {
  --tw-ring-color: rgb(14 165 233 / 0.15);
}
.ring-sky-500\/20 {
  --tw-ring-color: rgb(14 165 233 / 0.2);
}
.ring-sky-500\/25 {
  --tw-ring-color: rgb(14 165 233 / 0.25);
}
.ring-sky-500\/30 {
  --tw-ring-color: rgb(14 165 233 / 0.3);
}
.ring-sky-500\/35 {
  --tw-ring-color: rgb(14 165 233 / 0.35);
}
.ring-sky-500\/40 {
  --tw-ring-color: rgb(14 165 233 / 0.4);
}
.ring-sky-500\/45 {
  --tw-ring-color: rgb(14 165 233 / 0.45);
}
.ring-sky-500\/5 {
  --tw-ring-color: rgb(14 165 233 / 0.05);
}
.ring-sky-500\/50 {
  --tw-ring-color: rgb(14 165 233 / 0.5);
}
.ring-sky-500\/55 {
  --tw-ring-color: rgb(14 165 233 / 0.55);
}
.ring-sky-500\/60 {
  --tw-ring-color: rgb(14 165 233 / 0.6);
}
.ring-sky-500\/65 {
  --tw-ring-color: rgb(14 165 233 / 0.65);
}
.ring-sky-500\/70 {
  --tw-ring-color: rgb(14 165 233 / 0.7);
}
.ring-sky-500\/75 {
  --tw-ring-color: rgb(14 165 233 / 0.75);
}
.ring-sky-500\/80 {
  --tw-ring-color: rgb(14 165 233 / 0.8);
}
.ring-sky-500\/85 {
  --tw-ring-color: rgb(14 165 233 / 0.85);
}
.ring-sky-500\/90 {
  --tw-ring-color: rgb(14 165 233 / 0.9);
}
.ring-sky-500\/95 {
  --tw-ring-color: rgb(14 165 233 / 0.95);
}
.ring-sky-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(2 132 199 / var(--tw-ring-opacity, 1));
}
.ring-sky-600\/0 {
  --tw-ring-color: rgb(2 132 199 / 0);
}
.ring-sky-600\/10 {
  --tw-ring-color: rgb(2 132 199 / 0.1);
}
.ring-sky-600\/100 {
  --tw-ring-color: rgb(2 132 199 / 1);
}
.ring-sky-600\/15 {
  --tw-ring-color: rgb(2 132 199 / 0.15);
}
.ring-sky-600\/20 {
  --tw-ring-color: rgb(2 132 199 / 0.2);
}
.ring-sky-600\/25 {
  --tw-ring-color: rgb(2 132 199 / 0.25);
}
.ring-sky-600\/30 {
  --tw-ring-color: rgb(2 132 199 / 0.3);
}
.ring-sky-600\/35 {
  --tw-ring-color: rgb(2 132 199 / 0.35);
}
.ring-sky-600\/40 {
  --tw-ring-color: rgb(2 132 199 / 0.4);
}
.ring-sky-600\/45 {
  --tw-ring-color: rgb(2 132 199 / 0.45);
}
.ring-sky-600\/5 {
  --tw-ring-color: rgb(2 132 199 / 0.05);
}
.ring-sky-600\/50 {
  --tw-ring-color: rgb(2 132 199 / 0.5);
}
.ring-sky-600\/55 {
  --tw-ring-color: rgb(2 132 199 / 0.55);
}
.ring-sky-600\/60 {
  --tw-ring-color: rgb(2 132 199 / 0.6);
}
.ring-sky-600\/65 {
  --tw-ring-color: rgb(2 132 199 / 0.65);
}
.ring-sky-600\/70 {
  --tw-ring-color: rgb(2 132 199 / 0.7);
}
.ring-sky-600\/75 {
  --tw-ring-color: rgb(2 132 199 / 0.75);
}
.ring-sky-600\/80 {
  --tw-ring-color: rgb(2 132 199 / 0.8);
}
.ring-sky-600\/85 {
  --tw-ring-color: rgb(2 132 199 / 0.85);
}
.ring-sky-600\/90 {
  --tw-ring-color: rgb(2 132 199 / 0.9);
}
.ring-sky-600\/95 {
  --tw-ring-color: rgb(2 132 199 / 0.95);
}
.ring-sky-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(3 105 161 / var(--tw-ring-opacity, 1));
}
.ring-sky-700\/0 {
  --tw-ring-color: rgb(3 105 161 / 0);
}
.ring-sky-700\/10 {
  --tw-ring-color: rgb(3 105 161 / 0.1);
}
.ring-sky-700\/100 {
  --tw-ring-color: rgb(3 105 161 / 1);
}
.ring-sky-700\/15 {
  --tw-ring-color: rgb(3 105 161 / 0.15);
}
.ring-sky-700\/20 {
  --tw-ring-color: rgb(3 105 161 / 0.2);
}
.ring-sky-700\/25 {
  --tw-ring-color: rgb(3 105 161 / 0.25);
}
.ring-sky-700\/30 {
  --tw-ring-color: rgb(3 105 161 / 0.3);
}
.ring-sky-700\/35 {
  --tw-ring-color: rgb(3 105 161 / 0.35);
}
.ring-sky-700\/40 {
  --tw-ring-color: rgb(3 105 161 / 0.4);
}
.ring-sky-700\/45 {
  --tw-ring-color: rgb(3 105 161 / 0.45);
}
.ring-sky-700\/5 {
  --tw-ring-color: rgb(3 105 161 / 0.05);
}
.ring-sky-700\/50 {
  --tw-ring-color: rgb(3 105 161 / 0.5);
}
.ring-sky-700\/55 {
  --tw-ring-color: rgb(3 105 161 / 0.55);
}
.ring-sky-700\/60 {
  --tw-ring-color: rgb(3 105 161 / 0.6);
}
.ring-sky-700\/65 {
  --tw-ring-color: rgb(3 105 161 / 0.65);
}
.ring-sky-700\/70 {
  --tw-ring-color: rgb(3 105 161 / 0.7);
}
.ring-sky-700\/75 {
  --tw-ring-color: rgb(3 105 161 / 0.75);
}
.ring-sky-700\/80 {
  --tw-ring-color: rgb(3 105 161 / 0.8);
}
.ring-sky-700\/85 {
  --tw-ring-color: rgb(3 105 161 / 0.85);
}
.ring-sky-700\/90 {
  --tw-ring-color: rgb(3 105 161 / 0.9);
}
.ring-sky-700\/95 {
  --tw-ring-color: rgb(3 105 161 / 0.95);
}
.ring-sky-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(7 89 133 / var(--tw-ring-opacity, 1));
}
.ring-sky-800\/0 {
  --tw-ring-color: rgb(7 89 133 / 0);
}
.ring-sky-800\/10 {
  --tw-ring-color: rgb(7 89 133 / 0.1);
}
.ring-sky-800\/100 {
  --tw-ring-color: rgb(7 89 133 / 1);
}
.ring-sky-800\/15 {
  --tw-ring-color: rgb(7 89 133 / 0.15);
}
.ring-sky-800\/20 {
  --tw-ring-color: rgb(7 89 133 / 0.2);
}
.ring-sky-800\/25 {
  --tw-ring-color: rgb(7 89 133 / 0.25);
}
.ring-sky-800\/30 {
  --tw-ring-color: rgb(7 89 133 / 0.3);
}
.ring-sky-800\/35 {
  --tw-ring-color: rgb(7 89 133 / 0.35);
}
.ring-sky-800\/40 {
  --tw-ring-color: rgb(7 89 133 / 0.4);
}
.ring-sky-800\/45 {
  --tw-ring-color: rgb(7 89 133 / 0.45);
}
.ring-sky-800\/5 {
  --tw-ring-color: rgb(7 89 133 / 0.05);
}
.ring-sky-800\/50 {
  --tw-ring-color: rgb(7 89 133 / 0.5);
}
.ring-sky-800\/55 {
  --tw-ring-color: rgb(7 89 133 / 0.55);
}
.ring-sky-800\/60 {
  --tw-ring-color: rgb(7 89 133 / 0.6);
}
.ring-sky-800\/65 {
  --tw-ring-color: rgb(7 89 133 / 0.65);
}
.ring-sky-800\/70 {
  --tw-ring-color: rgb(7 89 133 / 0.7);
}
.ring-sky-800\/75 {
  --tw-ring-color: rgb(7 89 133 / 0.75);
}
.ring-sky-800\/80 {
  --tw-ring-color: rgb(7 89 133 / 0.8);
}
.ring-sky-800\/85 {
  --tw-ring-color: rgb(7 89 133 / 0.85);
}
.ring-sky-800\/90 {
  --tw-ring-color: rgb(7 89 133 / 0.9);
}
.ring-sky-800\/95 {
  --tw-ring-color: rgb(7 89 133 / 0.95);
}
.ring-sky-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(12 74 110 / var(--tw-ring-opacity, 1));
}
.ring-sky-900\/0 {
  --tw-ring-color: rgb(12 74 110 / 0);
}
.ring-sky-900\/10 {
  --tw-ring-color: rgb(12 74 110 / 0.1);
}
.ring-sky-900\/100 {
  --tw-ring-color: rgb(12 74 110 / 1);
}
.ring-sky-900\/15 {
  --tw-ring-color: rgb(12 74 110 / 0.15);
}
.ring-sky-900\/20 {
  --tw-ring-color: rgb(12 74 110 / 0.2);
}
.ring-sky-900\/25 {
  --tw-ring-color: rgb(12 74 110 / 0.25);
}
.ring-sky-900\/30 {
  --tw-ring-color: rgb(12 74 110 / 0.3);
}
.ring-sky-900\/35 {
  --tw-ring-color: rgb(12 74 110 / 0.35);
}
.ring-sky-900\/40 {
  --tw-ring-color: rgb(12 74 110 / 0.4);
}
.ring-sky-900\/45 {
  --tw-ring-color: rgb(12 74 110 / 0.45);
}
.ring-sky-900\/5 {
  --tw-ring-color: rgb(12 74 110 / 0.05);
}
.ring-sky-900\/50 {
  --tw-ring-color: rgb(12 74 110 / 0.5);
}
.ring-sky-900\/55 {
  --tw-ring-color: rgb(12 74 110 / 0.55);
}
.ring-sky-900\/60 {
  --tw-ring-color: rgb(12 74 110 / 0.6);
}
.ring-sky-900\/65 {
  --tw-ring-color: rgb(12 74 110 / 0.65);
}
.ring-sky-900\/70 {
  --tw-ring-color: rgb(12 74 110 / 0.7);
}
.ring-sky-900\/75 {
  --tw-ring-color: rgb(12 74 110 / 0.75);
}
.ring-sky-900\/80 {
  --tw-ring-color: rgb(12 74 110 / 0.8);
}
.ring-sky-900\/85 {
  --tw-ring-color: rgb(12 74 110 / 0.85);
}
.ring-sky-900\/90 {
  --tw-ring-color: rgb(12 74 110 / 0.9);
}
.ring-sky-900\/95 {
  --tw-ring-color: rgb(12 74 110 / 0.95);
}
.ring-sky-950 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(8 47 73 / var(--tw-ring-opacity, 1));
}
.ring-sky-950\/0 {
  --tw-ring-color: rgb(8 47 73 / 0);
}
.ring-sky-950\/10 {
  --tw-ring-color: rgb(8 47 73 / 0.1);
}
.ring-sky-950\/100 {
  --tw-ring-color: rgb(8 47 73 / 1);
}
.ring-sky-950\/15 {
  --tw-ring-color: rgb(8 47 73 / 0.15);
}
.ring-sky-950\/20 {
  --tw-ring-color: rgb(8 47 73 / 0.2);
}
.ring-sky-950\/25 {
  --tw-ring-color: rgb(8 47 73 / 0.25);
}
.ring-sky-950\/30 {
  --tw-ring-color: rgb(8 47 73 / 0.3);
}
.ring-sky-950\/35 {
  --tw-ring-color: rgb(8 47 73 / 0.35);
}
.ring-sky-950\/40 {
  --tw-ring-color: rgb(8 47 73 / 0.4);
}
.ring-sky-950\/45 {
  --tw-ring-color: rgb(8 47 73 / 0.45);
}
.ring-sky-950\/5 {
  --tw-ring-color: rgb(8 47 73 / 0.05);
}
.ring-sky-950\/50 {
  --tw-ring-color: rgb(8 47 73 / 0.5);
}
.ring-sky-950\/55 {
  --tw-ring-color: rgb(8 47 73 / 0.55);
}
.ring-sky-950\/60 {
  --tw-ring-color: rgb(8 47 73 / 0.6);
}
.ring-sky-950\/65 {
  --tw-ring-color: rgb(8 47 73 / 0.65);
}
.ring-sky-950\/70 {
  --tw-ring-color: rgb(8 47 73 / 0.7);
}
.ring-sky-950\/75 {
  --tw-ring-color: rgb(8 47 73 / 0.75);
}
.ring-sky-950\/80 {
  --tw-ring-color: rgb(8 47 73 / 0.8);
}
.ring-sky-950\/85 {
  --tw-ring-color: rgb(8 47 73 / 0.85);
}
.ring-sky-950\/90 {
  --tw-ring-color: rgb(8 47 73 / 0.9);
}
.ring-sky-950\/95 {
  --tw-ring-color: rgb(8 47 73 / 0.95);
}
.ring-teal-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(204 251 241 / var(--tw-ring-opacity, 1));
}
.ring-teal-100\/0 {
  --tw-ring-color: rgb(204 251 241 / 0);
}
.ring-teal-100\/10 {
  --tw-ring-color: rgb(204 251 241 / 0.1);
}
.ring-teal-100\/100 {
  --tw-ring-color: rgb(204 251 241 / 1);
}
.ring-teal-100\/15 {
  --tw-ring-color: rgb(204 251 241 / 0.15);
}
.ring-teal-100\/20 {
  --tw-ring-color: rgb(204 251 241 / 0.2);
}
.ring-teal-100\/25 {
  --tw-ring-color: rgb(204 251 241 / 0.25);
}
.ring-teal-100\/30 {
  --tw-ring-color: rgb(204 251 241 / 0.3);
}
.ring-teal-100\/35 {
  --tw-ring-color: rgb(204 251 241 / 0.35);
}
.ring-teal-100\/40 {
  --tw-ring-color: rgb(204 251 241 / 0.4);
}
.ring-teal-100\/45 {
  --tw-ring-color: rgb(204 251 241 / 0.45);
}
.ring-teal-100\/5 {
  --tw-ring-color: rgb(204 251 241 / 0.05);
}
.ring-teal-100\/50 {
  --tw-ring-color: rgb(204 251 241 / 0.5);
}
.ring-teal-100\/55 {
  --tw-ring-color: rgb(204 251 241 / 0.55);
}
.ring-teal-100\/60 {
  --tw-ring-color: rgb(204 251 241 / 0.6);
}
.ring-teal-100\/65 {
  --tw-ring-color: rgb(204 251 241 / 0.65);
}
.ring-teal-100\/70 {
  --tw-ring-color: rgb(204 251 241 / 0.7);
}
.ring-teal-100\/75 {
  --tw-ring-color: rgb(204 251 241 / 0.75);
}
.ring-teal-100\/80 {
  --tw-ring-color: rgb(204 251 241 / 0.8);
}
.ring-teal-100\/85 {
  --tw-ring-color: rgb(204 251 241 / 0.85);
}
.ring-teal-100\/90 {
  --tw-ring-color: rgb(204 251 241 / 0.9);
}
.ring-teal-100\/95 {
  --tw-ring-color: rgb(204 251 241 / 0.95);
}
.ring-teal-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(153 246 228 / var(--tw-ring-opacity, 1));
}
.ring-teal-200\/0 {
  --tw-ring-color: rgb(153 246 228 / 0);
}
.ring-teal-200\/10 {
  --tw-ring-color: rgb(153 246 228 / 0.1);
}
.ring-teal-200\/100 {
  --tw-ring-color: rgb(153 246 228 / 1);
}
.ring-teal-200\/15 {
  --tw-ring-color: rgb(153 246 228 / 0.15);
}
.ring-teal-200\/20 {
  --tw-ring-color: rgb(153 246 228 / 0.2);
}
.ring-teal-200\/25 {
  --tw-ring-color: rgb(153 246 228 / 0.25);
}
.ring-teal-200\/30 {
  --tw-ring-color: rgb(153 246 228 / 0.3);
}
.ring-teal-200\/35 {
  --tw-ring-color: rgb(153 246 228 / 0.35);
}
.ring-teal-200\/40 {
  --tw-ring-color: rgb(153 246 228 / 0.4);
}
.ring-teal-200\/45 {
  --tw-ring-color: rgb(153 246 228 / 0.45);
}
.ring-teal-200\/5 {
  --tw-ring-color: rgb(153 246 228 / 0.05);
}
.ring-teal-200\/50 {
  --tw-ring-color: rgb(153 246 228 / 0.5);
}
.ring-teal-200\/55 {
  --tw-ring-color: rgb(153 246 228 / 0.55);
}
.ring-teal-200\/60 {
  --tw-ring-color: rgb(153 246 228 / 0.6);
}
.ring-teal-200\/65 {
  --tw-ring-color: rgb(153 246 228 / 0.65);
}
.ring-teal-200\/70 {
  --tw-ring-color: rgb(153 246 228 / 0.7);
}
.ring-teal-200\/75 {
  --tw-ring-color: rgb(153 246 228 / 0.75);
}
.ring-teal-200\/80 {
  --tw-ring-color: rgb(153 246 228 / 0.8);
}
.ring-teal-200\/85 {
  --tw-ring-color: rgb(153 246 228 / 0.85);
}
.ring-teal-200\/90 {
  --tw-ring-color: rgb(153 246 228 / 0.9);
}
.ring-teal-200\/95 {
  --tw-ring-color: rgb(153 246 228 / 0.95);
}
.ring-teal-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(94 234 212 / var(--tw-ring-opacity, 1));
}
.ring-teal-300\/0 {
  --tw-ring-color: rgb(94 234 212 / 0);
}
.ring-teal-300\/10 {
  --tw-ring-color: rgb(94 234 212 / 0.1);
}
.ring-teal-300\/100 {
  --tw-ring-color: rgb(94 234 212 / 1);
}
.ring-teal-300\/15 {
  --tw-ring-color: rgb(94 234 212 / 0.15);
}
.ring-teal-300\/20 {
  --tw-ring-color: rgb(94 234 212 / 0.2);
}
.ring-teal-300\/25 {
  --tw-ring-color: rgb(94 234 212 / 0.25);
}
.ring-teal-300\/30 {
  --tw-ring-color: rgb(94 234 212 / 0.3);
}
.ring-teal-300\/35 {
  --tw-ring-color: rgb(94 234 212 / 0.35);
}
.ring-teal-300\/40 {
  --tw-ring-color: rgb(94 234 212 / 0.4);
}
.ring-teal-300\/45 {
  --tw-ring-color: rgb(94 234 212 / 0.45);
}
.ring-teal-300\/5 {
  --tw-ring-color: rgb(94 234 212 / 0.05);
}
.ring-teal-300\/50 {
  --tw-ring-color: rgb(94 234 212 / 0.5);
}
.ring-teal-300\/55 {
  --tw-ring-color: rgb(94 234 212 / 0.55);
}
.ring-teal-300\/60 {
  --tw-ring-color: rgb(94 234 212 / 0.6);
}
.ring-teal-300\/65 {
  --tw-ring-color: rgb(94 234 212 / 0.65);
}
.ring-teal-300\/70 {
  --tw-ring-color: rgb(94 234 212 / 0.7);
}
.ring-teal-300\/75 {
  --tw-ring-color: rgb(94 234 212 / 0.75);
}
.ring-teal-300\/80 {
  --tw-ring-color: rgb(94 234 212 / 0.8);
}
.ring-teal-300\/85 {
  --tw-ring-color: rgb(94 234 212 / 0.85);
}
.ring-teal-300\/90 {
  --tw-ring-color: rgb(94 234 212 / 0.9);
}
.ring-teal-300\/95 {
  --tw-ring-color: rgb(94 234 212 / 0.95);
}
.ring-teal-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(45 212 191 / var(--tw-ring-opacity, 1));
}
.ring-teal-400\/0 {
  --tw-ring-color: rgb(45 212 191 / 0);
}
.ring-teal-400\/10 {
  --tw-ring-color: rgb(45 212 191 / 0.1);
}
.ring-teal-400\/100 {
  --tw-ring-color: rgb(45 212 191 / 1);
}
.ring-teal-400\/15 {
  --tw-ring-color: rgb(45 212 191 / 0.15);
}
.ring-teal-400\/20 {
  --tw-ring-color: rgb(45 212 191 / 0.2);
}
.ring-teal-400\/25 {
  --tw-ring-color: rgb(45 212 191 / 0.25);
}
.ring-teal-400\/30 {
  --tw-ring-color: rgb(45 212 191 / 0.3);
}
.ring-teal-400\/35 {
  --tw-ring-color: rgb(45 212 191 / 0.35);
}
.ring-teal-400\/40 {
  --tw-ring-color: rgb(45 212 191 / 0.4);
}
.ring-teal-400\/45 {
  --tw-ring-color: rgb(45 212 191 / 0.45);
}
.ring-teal-400\/5 {
  --tw-ring-color: rgb(45 212 191 / 0.05);
}
.ring-teal-400\/50 {
  --tw-ring-color: rgb(45 212 191 / 0.5);
}
.ring-teal-400\/55 {
  --tw-ring-color: rgb(45 212 191 / 0.55);
}
.ring-teal-400\/60 {
  --tw-ring-color: rgb(45 212 191 / 0.6);
}
.ring-teal-400\/65 {
  --tw-ring-color: rgb(45 212 191 / 0.65);
}
.ring-teal-400\/70 {
  --tw-ring-color: rgb(45 212 191 / 0.7);
}
.ring-teal-400\/75 {
  --tw-ring-color: rgb(45 212 191 / 0.75);
}
.ring-teal-400\/80 {
  --tw-ring-color: rgb(45 212 191 / 0.8);
}
.ring-teal-400\/85 {
  --tw-ring-color: rgb(45 212 191 / 0.85);
}
.ring-teal-400\/90 {
  --tw-ring-color: rgb(45 212 191 / 0.9);
}
.ring-teal-400\/95 {
  --tw-ring-color: rgb(45 212 191 / 0.95);
}
.ring-teal-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(240 253 250 / var(--tw-ring-opacity, 1));
}
.ring-teal-50\/0 {
  --tw-ring-color: rgb(240 253 250 / 0);
}
.ring-teal-50\/10 {
  --tw-ring-color: rgb(240 253 250 / 0.1);
}
.ring-teal-50\/100 {
  --tw-ring-color: rgb(240 253 250 / 1);
}
.ring-teal-50\/15 {
  --tw-ring-color: rgb(240 253 250 / 0.15);
}
.ring-teal-50\/20 {
  --tw-ring-color: rgb(240 253 250 / 0.2);
}
.ring-teal-50\/25 {
  --tw-ring-color: rgb(240 253 250 / 0.25);
}
.ring-teal-50\/30 {
  --tw-ring-color: rgb(240 253 250 / 0.3);
}
.ring-teal-50\/35 {
  --tw-ring-color: rgb(240 253 250 / 0.35);
}
.ring-teal-50\/40 {
  --tw-ring-color: rgb(240 253 250 / 0.4);
}
.ring-teal-50\/45 {
  --tw-ring-color: rgb(240 253 250 / 0.45);
}
.ring-teal-50\/5 {
  --tw-ring-color: rgb(240 253 250 / 0.05);
}
.ring-teal-50\/50 {
  --tw-ring-color: rgb(240 253 250 / 0.5);
}
.ring-teal-50\/55 {
  --tw-ring-color: rgb(240 253 250 / 0.55);
}
.ring-teal-50\/60 {
  --tw-ring-color: rgb(240 253 250 / 0.6);
}
.ring-teal-50\/65 {
  --tw-ring-color: rgb(240 253 250 / 0.65);
}
.ring-teal-50\/70 {
  --tw-ring-color: rgb(240 253 250 / 0.7);
}
.ring-teal-50\/75 {
  --tw-ring-color: rgb(240 253 250 / 0.75);
}
.ring-teal-50\/80 {
  --tw-ring-color: rgb(240 253 250 / 0.8);
}
.ring-teal-50\/85 {
  --tw-ring-color: rgb(240 253 250 / 0.85);
}
.ring-teal-50\/90 {
  --tw-ring-color: rgb(240 253 250 / 0.9);
}
.ring-teal-50\/95 {
  --tw-ring-color: rgb(240 253 250 / 0.95);
}
.ring-teal-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(20 184 166 / var(--tw-ring-opacity, 1));
}
.ring-teal-500\/0 {
  --tw-ring-color: rgb(20 184 166 / 0);
}
.ring-teal-500\/10 {
  --tw-ring-color: rgb(20 184 166 / 0.1);
}
.ring-teal-500\/100 {
  --tw-ring-color: rgb(20 184 166 / 1);
}
.ring-teal-500\/15 {
  --tw-ring-color: rgb(20 184 166 / 0.15);
}
.ring-teal-500\/20 {
  --tw-ring-color: rgb(20 184 166 / 0.2);
}
.ring-teal-500\/25 {
  --tw-ring-color: rgb(20 184 166 / 0.25);
}
.ring-teal-500\/30 {
  --tw-ring-color: rgb(20 184 166 / 0.3);
}
.ring-teal-500\/35 {
  --tw-ring-color: rgb(20 184 166 / 0.35);
}
.ring-teal-500\/40 {
  --tw-ring-color: rgb(20 184 166 / 0.4);
}
.ring-teal-500\/45 {
  --tw-ring-color: rgb(20 184 166 / 0.45);
}
.ring-teal-500\/5 {
  --tw-ring-color: rgb(20 184 166 / 0.05);
}
.ring-teal-500\/50 {
  --tw-ring-color: rgb(20 184 166 / 0.5);
}
.ring-teal-500\/55 {
  --tw-ring-color: rgb(20 184 166 / 0.55);
}
.ring-teal-500\/60 {
  --tw-ring-color: rgb(20 184 166 / 0.6);
}
.ring-teal-500\/65 {
  --tw-ring-color: rgb(20 184 166 / 0.65);
}
.ring-teal-500\/70 {
  --tw-ring-color: rgb(20 184 166 / 0.7);
}
.ring-teal-500\/75 {
  --tw-ring-color: rgb(20 184 166 / 0.75);
}
.ring-teal-500\/80 {
  --tw-ring-color: rgb(20 184 166 / 0.8);
}
.ring-teal-500\/85 {
  --tw-ring-color: rgb(20 184 166 / 0.85);
}
.ring-teal-500\/90 {
  --tw-ring-color: rgb(20 184 166 / 0.9);
}
.ring-teal-500\/95 {
  --tw-ring-color: rgb(20 184 166 / 0.95);
}
.ring-teal-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(13 148 136 / var(--tw-ring-opacity, 1));
}
.ring-teal-600\/0 {
  --tw-ring-color: rgb(13 148 136 / 0);
}
.ring-teal-600\/10 {
  --tw-ring-color: rgb(13 148 136 / 0.1);
}
.ring-teal-600\/100 {
  --tw-ring-color: rgb(13 148 136 / 1);
}
.ring-teal-600\/15 {
  --tw-ring-color: rgb(13 148 136 / 0.15);
}
.ring-teal-600\/20 {
  --tw-ring-color: rgb(13 148 136 / 0.2);
}
.ring-teal-600\/25 {
  --tw-ring-color: rgb(13 148 136 / 0.25);
}
.ring-teal-600\/30 {
  --tw-ring-color: rgb(13 148 136 / 0.3);
}
.ring-teal-600\/35 {
  --tw-ring-color: rgb(13 148 136 / 0.35);
}
.ring-teal-600\/40 {
  --tw-ring-color: rgb(13 148 136 / 0.4);
}
.ring-teal-600\/45 {
  --tw-ring-color: rgb(13 148 136 / 0.45);
}
.ring-teal-600\/5 {
  --tw-ring-color: rgb(13 148 136 / 0.05);
}
.ring-teal-600\/50 {
  --tw-ring-color: rgb(13 148 136 / 0.5);
}
.ring-teal-600\/55 {
  --tw-ring-color: rgb(13 148 136 / 0.55);
}
.ring-teal-600\/60 {
  --tw-ring-color: rgb(13 148 136 / 0.6);
}
.ring-teal-600\/65 {
  --tw-ring-color: rgb(13 148 136 / 0.65);
}
.ring-teal-600\/70 {
  --tw-ring-color: rgb(13 148 136 / 0.7);
}
.ring-teal-600\/75 {
  --tw-ring-color: rgb(13 148 136 / 0.75);
}
.ring-teal-600\/80 {
  --tw-ring-color: rgb(13 148 136 / 0.8);
}
.ring-teal-600\/85 {
  --tw-ring-color: rgb(13 148 136 / 0.85);
}
.ring-teal-600\/90 {
  --tw-ring-color: rgb(13 148 136 / 0.9);
}
.ring-teal-600\/95 {
  --tw-ring-color: rgb(13 148 136 / 0.95);
}
.ring-teal-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(15 118 110 / var(--tw-ring-opacity, 1));
}
.ring-teal-700\/0 {
  --tw-ring-color: rgb(15 118 110 / 0);
}
.ring-teal-700\/10 {
  --tw-ring-color: rgb(15 118 110 / 0.1);
}
.ring-teal-700\/100 {
  --tw-ring-color: rgb(15 118 110 / 1);
}
.ring-teal-700\/15 {
  --tw-ring-color: rgb(15 118 110 / 0.15);
}
.ring-teal-700\/20 {
  --tw-ring-color: rgb(15 118 110 / 0.2);
}
.ring-teal-700\/25 {
  --tw-ring-color: rgb(15 118 110 / 0.25);
}
.ring-teal-700\/30 {
  --tw-ring-color: rgb(15 118 110 / 0.3);
}
.ring-teal-700\/35 {
  --tw-ring-color: rgb(15 118 110 / 0.35);
}
.ring-teal-700\/40 {
  --tw-ring-color: rgb(15 118 110 / 0.4);
}
.ring-teal-700\/45 {
  --tw-ring-color: rgb(15 118 110 / 0.45);
}
.ring-teal-700\/5 {
  --tw-ring-color: rgb(15 118 110 / 0.05);
}
.ring-teal-700\/50 {
  --tw-ring-color: rgb(15 118 110 / 0.5);
}
.ring-teal-700\/55 {
  --tw-ring-color: rgb(15 118 110 / 0.55);
}
.ring-teal-700\/60 {
  --tw-ring-color: rgb(15 118 110 / 0.6);
}
.ring-teal-700\/65 {
  --tw-ring-color: rgb(15 118 110 / 0.65);
}
.ring-teal-700\/70 {
  --tw-ring-color: rgb(15 118 110 / 0.7);
}
.ring-teal-700\/75 {
  --tw-ring-color: rgb(15 118 110 / 0.75);
}
.ring-teal-700\/80 {
  --tw-ring-color: rgb(15 118 110 / 0.8);
}
.ring-teal-700\/85 {
  --tw-ring-color: rgb(15 118 110 / 0.85);
}
.ring-teal-700\/90 {
  --tw-ring-color: rgb(15 118 110 / 0.9);
}
.ring-teal-700\/95 {
  --tw-ring-color: rgb(15 118 110 / 0.95);
}
.ring-teal-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(17 94 89 / var(--tw-ring-opacity, 1));
}
.ring-teal-800\/0 {
  --tw-ring-color: rgb(17 94 89 / 0);
}
.ring-teal-800\/10 {
  --tw-ring-color: rgb(17 94 89 / 0.1);
}
.ring-teal-800\/100 {
  --tw-ring-color: rgb(17 94 89 / 1);
}
.ring-teal-800\/15 {
  --tw-ring-color: rgb(17 94 89 / 0.15);
}
.ring-teal-800\/20 {
  --tw-ring-color: rgb(17 94 89 / 0.2);
}
.ring-teal-800\/25 {
  --tw-ring-color: rgb(17 94 89 / 0.25);
}
.ring-teal-800\/30 {
  --tw-ring-color: rgb(17 94 89 / 0.3);
}
.ring-teal-800\/35 {
  --tw-ring-color: rgb(17 94 89 / 0.35);
}
.ring-teal-800\/40 {
  --tw-ring-color: rgb(17 94 89 / 0.4);
}
.ring-teal-800\/45 {
  --tw-ring-color: rgb(17 94 89 / 0.45);
}
.ring-teal-800\/5 {
  --tw-ring-color: rgb(17 94 89 / 0.05);
}
.ring-teal-800\/50 {
  --tw-ring-color: rgb(17 94 89 / 0.5);
}
.ring-teal-800\/55 {
  --tw-ring-color: rgb(17 94 89 / 0.55);
}
.ring-teal-800\/60 {
  --tw-ring-color: rgb(17 94 89 / 0.6);
}
.ring-teal-800\/65 {
  --tw-ring-color: rgb(17 94 89 / 0.65);
}
.ring-teal-800\/70 {
  --tw-ring-color: rgb(17 94 89 / 0.7);
}
.ring-teal-800\/75 {
  --tw-ring-color: rgb(17 94 89 / 0.75);
}
.ring-teal-800\/80 {
  --tw-ring-color: rgb(17 94 89 / 0.8);
}
.ring-teal-800\/85 {
  --tw-ring-color: rgb(17 94 89 / 0.85);
}
.ring-teal-800\/90 {
  --tw-ring-color: rgb(17 94 89 / 0.9);
}
.ring-teal-800\/95 {
  --tw-ring-color: rgb(17 94 89 / 0.95);
}
.ring-teal-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(19 78 74 / var(--tw-ring-opacity, 1));
}
.ring-teal-900\/0 {
  --tw-ring-color: rgb(19 78 74 / 0);
}
.ring-teal-900\/10 {
  --tw-ring-color: rgb(19 78 74 / 0.1);
}
.ring-teal-900\/100 {
  --tw-ring-color: rgb(19 78 74 / 1);
}
.ring-teal-900\/15 {
  --tw-ring-color: rgb(19 78 74 / 0.15);
}
.ring-teal-900\/20 {
  --tw-ring-color: rgb(19 78 74 / 0.2);
}
.ring-teal-900\/25 {
  --tw-ring-color: rgb(19 78 74 / 0.25);
}
.ring-teal-900\/30 {
  --tw-ring-color: rgb(19 78 74 / 0.3);
}
.ring-teal-900\/35 {
  --tw-ring-color: rgb(19 78 74 / 0.35);
}
.ring-teal-900\/40 {
  --tw-ring-color: rgb(19 78 74 / 0.4);
}
.ring-teal-900\/45 {
  --tw-ring-color: rgb(19 78 74 / 0.45);
}
.ring-teal-900\/5 {
  --tw-ring-color: rgb(19 78 74 / 0.05);
}
.ring-teal-900\/50 {
  --tw-ring-color: rgb(19 78 74 / 0.5);
}
.ring-teal-900\/55 {
  --tw-ring-color: rgb(19 78 74 / 0.55);
}
.ring-teal-900\/60 {
  --tw-ring-color: rgb(19 78 74 / 0.6);
}
.ring-teal-900\/65 {
  --tw-ring-color: rgb(19 78 74 / 0.65);
}
.ring-teal-900\/70 {
  --tw-ring-color: rgb(19 78 74 / 0.7);
}
.ring-teal-900\/75 {
  --tw-ring-color: rgb(19 78 74 / 0.75);
}
.ring-teal-900\/80 {
  --tw-ring-color: rgb(19 78 74 / 0.8);
}
.ring-teal-900\/85 {
  --tw-ring-color: rgb(19 78 74 / 0.85);
}
.ring-teal-900\/90 {
  --tw-ring-color: rgb(19 78 74 / 0.9);
}
.ring-teal-900\/95 {
  --tw-ring-color: rgb(19 78 74 / 0.95);
}
.ring-teal-950 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(4 47 46 / var(--tw-ring-opacity, 1));
}
.ring-teal-950\/0 {
  --tw-ring-color: rgb(4 47 46 / 0);
}
.ring-teal-950\/10 {
  --tw-ring-color: rgb(4 47 46 / 0.1);
}
.ring-teal-950\/100 {
  --tw-ring-color: rgb(4 47 46 / 1);
}
.ring-teal-950\/15 {
  --tw-ring-color: rgb(4 47 46 / 0.15);
}
.ring-teal-950\/20 {
  --tw-ring-color: rgb(4 47 46 / 0.2);
}
.ring-teal-950\/25 {
  --tw-ring-color: rgb(4 47 46 / 0.25);
}
.ring-teal-950\/30 {
  --tw-ring-color: rgb(4 47 46 / 0.3);
}
.ring-teal-950\/35 {
  --tw-ring-color: rgb(4 47 46 / 0.35);
}
.ring-teal-950\/40 {
  --tw-ring-color: rgb(4 47 46 / 0.4);
}
.ring-teal-950\/45 {
  --tw-ring-color: rgb(4 47 46 / 0.45);
}
.ring-teal-950\/5 {
  --tw-ring-color: rgb(4 47 46 / 0.05);
}
.ring-teal-950\/50 {
  --tw-ring-color: rgb(4 47 46 / 0.5);
}
.ring-teal-950\/55 {
  --tw-ring-color: rgb(4 47 46 / 0.55);
}
.ring-teal-950\/60 {
  --tw-ring-color: rgb(4 47 46 / 0.6);
}
.ring-teal-950\/65 {
  --tw-ring-color: rgb(4 47 46 / 0.65);
}
.ring-teal-950\/70 {
  --tw-ring-color: rgb(4 47 46 / 0.7);
}
.ring-teal-950\/75 {
  --tw-ring-color: rgb(4 47 46 / 0.75);
}
.ring-teal-950\/80 {
  --tw-ring-color: rgb(4 47 46 / 0.8);
}
.ring-teal-950\/85 {
  --tw-ring-color: rgb(4 47 46 / 0.85);
}
.ring-teal-950\/90 {
  --tw-ring-color: rgb(4 47 46 / 0.9);
}
.ring-teal-950\/95 {
  --tw-ring-color: rgb(4 47 46 / 0.95);
}
.ring-violet-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(237 233 254 / var(--tw-ring-opacity, 1));
}
.ring-violet-100\/0 {
  --tw-ring-color: rgb(237 233 254 / 0);
}
.ring-violet-100\/10 {
  --tw-ring-color: rgb(237 233 254 / 0.1);
}
.ring-violet-100\/100 {
  --tw-ring-color: rgb(237 233 254 / 1);
}
.ring-violet-100\/15 {
  --tw-ring-color: rgb(237 233 254 / 0.15);
}
.ring-violet-100\/20 {
  --tw-ring-color: rgb(237 233 254 / 0.2);
}
.ring-violet-100\/25 {
  --tw-ring-color: rgb(237 233 254 / 0.25);
}
.ring-violet-100\/30 {
  --tw-ring-color: rgb(237 233 254 / 0.3);
}
.ring-violet-100\/35 {
  --tw-ring-color: rgb(237 233 254 / 0.35);
}
.ring-violet-100\/40 {
  --tw-ring-color: rgb(237 233 254 / 0.4);
}
.ring-violet-100\/45 {
  --tw-ring-color: rgb(237 233 254 / 0.45);
}
.ring-violet-100\/5 {
  --tw-ring-color: rgb(237 233 254 / 0.05);
}
.ring-violet-100\/50 {
  --tw-ring-color: rgb(237 233 254 / 0.5);
}
.ring-violet-100\/55 {
  --tw-ring-color: rgb(237 233 254 / 0.55);
}
.ring-violet-100\/60 {
  --tw-ring-color: rgb(237 233 254 / 0.6);
}
.ring-violet-100\/65 {
  --tw-ring-color: rgb(237 233 254 / 0.65);
}
.ring-violet-100\/70 {
  --tw-ring-color: rgb(237 233 254 / 0.7);
}
.ring-violet-100\/75 {
  --tw-ring-color: rgb(237 233 254 / 0.75);
}
.ring-violet-100\/80 {
  --tw-ring-color: rgb(237 233 254 / 0.8);
}
.ring-violet-100\/85 {
  --tw-ring-color: rgb(237 233 254 / 0.85);
}
.ring-violet-100\/90 {
  --tw-ring-color: rgb(237 233 254 / 0.9);
}
.ring-violet-100\/95 {
  --tw-ring-color: rgb(237 233 254 / 0.95);
}
.ring-violet-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(221 214 254 / var(--tw-ring-opacity, 1));
}
.ring-violet-200\/0 {
  --tw-ring-color: rgb(221 214 254 / 0);
}
.ring-violet-200\/10 {
  --tw-ring-color: rgb(221 214 254 / 0.1);
}
.ring-violet-200\/100 {
  --tw-ring-color: rgb(221 214 254 / 1);
}
.ring-violet-200\/15 {
  --tw-ring-color: rgb(221 214 254 / 0.15);
}
.ring-violet-200\/20 {
  --tw-ring-color: rgb(221 214 254 / 0.2);
}
.ring-violet-200\/25 {
  --tw-ring-color: rgb(221 214 254 / 0.25);
}
.ring-violet-200\/30 {
  --tw-ring-color: rgb(221 214 254 / 0.3);
}
.ring-violet-200\/35 {
  --tw-ring-color: rgb(221 214 254 / 0.35);
}
.ring-violet-200\/40 {
  --tw-ring-color: rgb(221 214 254 / 0.4);
}
.ring-violet-200\/45 {
  --tw-ring-color: rgb(221 214 254 / 0.45);
}
.ring-violet-200\/5 {
  --tw-ring-color: rgb(221 214 254 / 0.05);
}
.ring-violet-200\/50 {
  --tw-ring-color: rgb(221 214 254 / 0.5);
}
.ring-violet-200\/55 {
  --tw-ring-color: rgb(221 214 254 / 0.55);
}
.ring-violet-200\/60 {
  --tw-ring-color: rgb(221 214 254 / 0.6);
}
.ring-violet-200\/65 {
  --tw-ring-color: rgb(221 214 254 / 0.65);
}
.ring-violet-200\/70 {
  --tw-ring-color: rgb(221 214 254 / 0.7);
}
.ring-violet-200\/75 {
  --tw-ring-color: rgb(221 214 254 / 0.75);
}
.ring-violet-200\/80 {
  --tw-ring-color: rgb(221 214 254 / 0.8);
}
.ring-violet-200\/85 {
  --tw-ring-color: rgb(221 214 254 / 0.85);
}
.ring-violet-200\/90 {
  --tw-ring-color: rgb(221 214 254 / 0.9);
}
.ring-violet-200\/95 {
  --tw-ring-color: rgb(221 214 254 / 0.95);
}
.ring-violet-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(196 181 253 / var(--tw-ring-opacity, 1));
}
.ring-violet-300\/0 {
  --tw-ring-color: rgb(196 181 253 / 0);
}
.ring-violet-300\/10 {
  --tw-ring-color: rgb(196 181 253 / 0.1);
}
.ring-violet-300\/100 {
  --tw-ring-color: rgb(196 181 253 / 1);
}
.ring-violet-300\/15 {
  --tw-ring-color: rgb(196 181 253 / 0.15);
}
.ring-violet-300\/20 {
  --tw-ring-color: rgb(196 181 253 / 0.2);
}
.ring-violet-300\/25 {
  --tw-ring-color: rgb(196 181 253 / 0.25);
}
.ring-violet-300\/30 {
  --tw-ring-color: rgb(196 181 253 / 0.3);
}
.ring-violet-300\/35 {
  --tw-ring-color: rgb(196 181 253 / 0.35);
}
.ring-violet-300\/40 {
  --tw-ring-color: rgb(196 181 253 / 0.4);
}
.ring-violet-300\/45 {
  --tw-ring-color: rgb(196 181 253 / 0.45);
}
.ring-violet-300\/5 {
  --tw-ring-color: rgb(196 181 253 / 0.05);
}
.ring-violet-300\/50 {
  --tw-ring-color: rgb(196 181 253 / 0.5);
}
.ring-violet-300\/55 {
  --tw-ring-color: rgb(196 181 253 / 0.55);
}
.ring-violet-300\/60 {
  --tw-ring-color: rgb(196 181 253 / 0.6);
}
.ring-violet-300\/65 {
  --tw-ring-color: rgb(196 181 253 / 0.65);
}
.ring-violet-300\/70 {
  --tw-ring-color: rgb(196 181 253 / 0.7);
}
.ring-violet-300\/75 {
  --tw-ring-color: rgb(196 181 253 / 0.75);
}
.ring-violet-300\/80 {
  --tw-ring-color: rgb(196 181 253 / 0.8);
}
.ring-violet-300\/85 {
  --tw-ring-color: rgb(196 181 253 / 0.85);
}
.ring-violet-300\/90 {
  --tw-ring-color: rgb(196 181 253 / 0.9);
}
.ring-violet-300\/95 {
  --tw-ring-color: rgb(196 181 253 / 0.95);
}
.ring-violet-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(167 139 250 / var(--tw-ring-opacity, 1));
}
.ring-violet-400\/0 {
  --tw-ring-color: rgb(167 139 250 / 0);
}
.ring-violet-400\/10 {
  --tw-ring-color: rgb(167 139 250 / 0.1);
}
.ring-violet-400\/100 {
  --tw-ring-color: rgb(167 139 250 / 1);
}
.ring-violet-400\/15 {
  --tw-ring-color: rgb(167 139 250 / 0.15);
}
.ring-violet-400\/20 {
  --tw-ring-color: rgb(167 139 250 / 0.2);
}
.ring-violet-400\/25 {
  --tw-ring-color: rgb(167 139 250 / 0.25);
}
.ring-violet-400\/30 {
  --tw-ring-color: rgb(167 139 250 / 0.3);
}
.ring-violet-400\/35 {
  --tw-ring-color: rgb(167 139 250 / 0.35);
}
.ring-violet-400\/40 {
  --tw-ring-color: rgb(167 139 250 / 0.4);
}
.ring-violet-400\/45 {
  --tw-ring-color: rgb(167 139 250 / 0.45);
}
.ring-violet-400\/5 {
  --tw-ring-color: rgb(167 139 250 / 0.05);
}
.ring-violet-400\/50 {
  --tw-ring-color: rgb(167 139 250 / 0.5);
}
.ring-violet-400\/55 {
  --tw-ring-color: rgb(167 139 250 / 0.55);
}
.ring-violet-400\/60 {
  --tw-ring-color: rgb(167 139 250 / 0.6);
}
.ring-violet-400\/65 {
  --tw-ring-color: rgb(167 139 250 / 0.65);
}
.ring-violet-400\/70 {
  --tw-ring-color: rgb(167 139 250 / 0.7);
}
.ring-violet-400\/75 {
  --tw-ring-color: rgb(167 139 250 / 0.75);
}
.ring-violet-400\/80 {
  --tw-ring-color: rgb(167 139 250 / 0.8);
}
.ring-violet-400\/85 {
  --tw-ring-color: rgb(167 139 250 / 0.85);
}
.ring-violet-400\/90 {
  --tw-ring-color: rgb(167 139 250 / 0.9);
}
.ring-violet-400\/95 {
  --tw-ring-color: rgb(167 139 250 / 0.95);
}
.ring-violet-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(245 243 255 / var(--tw-ring-opacity, 1));
}
.ring-violet-50\/0 {
  --tw-ring-color: rgb(245 243 255 / 0);
}
.ring-violet-50\/10 {
  --tw-ring-color: rgb(245 243 255 / 0.1);
}
.ring-violet-50\/100 {
  --tw-ring-color: rgb(245 243 255 / 1);
}
.ring-violet-50\/15 {
  --tw-ring-color: rgb(245 243 255 / 0.15);
}
.ring-violet-50\/20 {
  --tw-ring-color: rgb(245 243 255 / 0.2);
}
.ring-violet-50\/25 {
  --tw-ring-color: rgb(245 243 255 / 0.25);
}
.ring-violet-50\/30 {
  --tw-ring-color: rgb(245 243 255 / 0.3);
}
.ring-violet-50\/35 {
  --tw-ring-color: rgb(245 243 255 / 0.35);
}
.ring-violet-50\/40 {
  --tw-ring-color: rgb(245 243 255 / 0.4);
}
.ring-violet-50\/45 {
  --tw-ring-color: rgb(245 243 255 / 0.45);
}
.ring-violet-50\/5 {
  --tw-ring-color: rgb(245 243 255 / 0.05);
}
.ring-violet-50\/50 {
  --tw-ring-color: rgb(245 243 255 / 0.5);
}
.ring-violet-50\/55 {
  --tw-ring-color: rgb(245 243 255 / 0.55);
}
.ring-violet-50\/60 {
  --tw-ring-color: rgb(245 243 255 / 0.6);
}
.ring-violet-50\/65 {
  --tw-ring-color: rgb(245 243 255 / 0.65);
}
.ring-violet-50\/70 {
  --tw-ring-color: rgb(245 243 255 / 0.7);
}
.ring-violet-50\/75 {
  --tw-ring-color: rgb(245 243 255 / 0.75);
}
.ring-violet-50\/80 {
  --tw-ring-color: rgb(245 243 255 / 0.8);
}
.ring-violet-50\/85 {
  --tw-ring-color: rgb(245 243 255 / 0.85);
}
.ring-violet-50\/90 {
  --tw-ring-color: rgb(245 243 255 / 0.9);
}
.ring-violet-50\/95 {
  --tw-ring-color: rgb(245 243 255 / 0.95);
}
.ring-violet-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(139 92 246 / var(--tw-ring-opacity, 1));
}
.ring-violet-500\/0 {
  --tw-ring-color: rgb(139 92 246 / 0);
}
.ring-violet-500\/10 {
  --tw-ring-color: rgb(139 92 246 / 0.1);
}
.ring-violet-500\/100 {
  --tw-ring-color: rgb(139 92 246 / 1);
}
.ring-violet-500\/15 {
  --tw-ring-color: rgb(139 92 246 / 0.15);
}
.ring-violet-500\/20 {
  --tw-ring-color: rgb(139 92 246 / 0.2);
}
.ring-violet-500\/25 {
  --tw-ring-color: rgb(139 92 246 / 0.25);
}
.ring-violet-500\/30 {
  --tw-ring-color: rgb(139 92 246 / 0.3);
}
.ring-violet-500\/35 {
  --tw-ring-color: rgb(139 92 246 / 0.35);
}
.ring-violet-500\/40 {
  --tw-ring-color: rgb(139 92 246 / 0.4);
}
.ring-violet-500\/45 {
  --tw-ring-color: rgb(139 92 246 / 0.45);
}
.ring-violet-500\/5 {
  --tw-ring-color: rgb(139 92 246 / 0.05);
}
.ring-violet-500\/50 {
  --tw-ring-color: rgb(139 92 246 / 0.5);
}
.ring-violet-500\/55 {
  --tw-ring-color: rgb(139 92 246 / 0.55);
}
.ring-violet-500\/60 {
  --tw-ring-color: rgb(139 92 246 / 0.6);
}
.ring-violet-500\/65 {
  --tw-ring-color: rgb(139 92 246 / 0.65);
}
.ring-violet-500\/70 {
  --tw-ring-color: rgb(139 92 246 / 0.7);
}
.ring-violet-500\/75 {
  --tw-ring-color: rgb(139 92 246 / 0.75);
}
.ring-violet-500\/80 {
  --tw-ring-color: rgb(139 92 246 / 0.8);
}
.ring-violet-500\/85 {
  --tw-ring-color: rgb(139 92 246 / 0.85);
}
.ring-violet-500\/90 {
  --tw-ring-color: rgb(139 92 246 / 0.9);
}
.ring-violet-500\/95 {
  --tw-ring-color: rgb(139 92 246 / 0.95);
}
.ring-violet-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(124 58 237 / var(--tw-ring-opacity, 1));
}
.ring-violet-600\/0 {
  --tw-ring-color: rgb(124 58 237 / 0);
}
.ring-violet-600\/10 {
  --tw-ring-color: rgb(124 58 237 / 0.1);
}
.ring-violet-600\/100 {
  --tw-ring-color: rgb(124 58 237 / 1);
}
.ring-violet-600\/15 {
  --tw-ring-color: rgb(124 58 237 / 0.15);
}
.ring-violet-600\/20 {
  --tw-ring-color: rgb(124 58 237 / 0.2);
}
.ring-violet-600\/25 {
  --tw-ring-color: rgb(124 58 237 / 0.25);
}
.ring-violet-600\/30 {
  --tw-ring-color: rgb(124 58 237 / 0.3);
}
.ring-violet-600\/35 {
  --tw-ring-color: rgb(124 58 237 / 0.35);
}
.ring-violet-600\/40 {
  --tw-ring-color: rgb(124 58 237 / 0.4);
}
.ring-violet-600\/45 {
  --tw-ring-color: rgb(124 58 237 / 0.45);
}
.ring-violet-600\/5 {
  --tw-ring-color: rgb(124 58 237 / 0.05);
}
.ring-violet-600\/50 {
  --tw-ring-color: rgb(124 58 237 / 0.5);
}
.ring-violet-600\/55 {
  --tw-ring-color: rgb(124 58 237 / 0.55);
}
.ring-violet-600\/60 {
  --tw-ring-color: rgb(124 58 237 / 0.6);
}
.ring-violet-600\/65 {
  --tw-ring-color: rgb(124 58 237 / 0.65);
}
.ring-violet-600\/70 {
  --tw-ring-color: rgb(124 58 237 / 0.7);
}
.ring-violet-600\/75 {
  --tw-ring-color: rgb(124 58 237 / 0.75);
}
.ring-violet-600\/80 {
  --tw-ring-color: rgb(124 58 237 / 0.8);
}
.ring-violet-600\/85 {
  --tw-ring-color: rgb(124 58 237 / 0.85);
}
.ring-violet-600\/90 {
  --tw-ring-color: rgb(124 58 237 / 0.9);
}
.ring-violet-600\/95 {
  --tw-ring-color: rgb(124 58 237 / 0.95);
}
.ring-violet-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(109 40 217 / var(--tw-ring-opacity, 1));
}
.ring-violet-700\/0 {
  --tw-ring-color: rgb(109 40 217 / 0);
}
.ring-violet-700\/10 {
  --tw-ring-color: rgb(109 40 217 / 0.1);
}
.ring-violet-700\/100 {
  --tw-ring-color: rgb(109 40 217 / 1);
}
.ring-violet-700\/15 {
  --tw-ring-color: rgb(109 40 217 / 0.15);
}
.ring-violet-700\/20 {
  --tw-ring-color: rgb(109 40 217 / 0.2);
}
.ring-violet-700\/25 {
  --tw-ring-color: rgb(109 40 217 / 0.25);
}
.ring-violet-700\/30 {
  --tw-ring-color: rgb(109 40 217 / 0.3);
}
.ring-violet-700\/35 {
  --tw-ring-color: rgb(109 40 217 / 0.35);
}
.ring-violet-700\/40 {
  --tw-ring-color: rgb(109 40 217 / 0.4);
}
.ring-violet-700\/45 {
  --tw-ring-color: rgb(109 40 217 / 0.45);
}
.ring-violet-700\/5 {
  --tw-ring-color: rgb(109 40 217 / 0.05);
}
.ring-violet-700\/50 {
  --tw-ring-color: rgb(109 40 217 / 0.5);
}
.ring-violet-700\/55 {
  --tw-ring-color: rgb(109 40 217 / 0.55);
}
.ring-violet-700\/60 {
  --tw-ring-color: rgb(109 40 217 / 0.6);
}
.ring-violet-700\/65 {
  --tw-ring-color: rgb(109 40 217 / 0.65);
}
.ring-violet-700\/70 {
  --tw-ring-color: rgb(109 40 217 / 0.7);
}
.ring-violet-700\/75 {
  --tw-ring-color: rgb(109 40 217 / 0.75);
}
.ring-violet-700\/80 {
  --tw-ring-color: rgb(109 40 217 / 0.8);
}
.ring-violet-700\/85 {
  --tw-ring-color: rgb(109 40 217 / 0.85);
}
.ring-violet-700\/90 {
  --tw-ring-color: rgb(109 40 217 / 0.9);
}
.ring-violet-700\/95 {
  --tw-ring-color: rgb(109 40 217 / 0.95);
}
.ring-violet-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(91 33 182 / var(--tw-ring-opacity, 1));
}
.ring-violet-800\/0 {
  --tw-ring-color: rgb(91 33 182 / 0);
}
.ring-violet-800\/10 {
  --tw-ring-color: rgb(91 33 182 / 0.1);
}
.ring-violet-800\/100 {
  --tw-ring-color: rgb(91 33 182 / 1);
}
.ring-violet-800\/15 {
  --tw-ring-color: rgb(91 33 182 / 0.15);
}
.ring-violet-800\/20 {
  --tw-ring-color: rgb(91 33 182 / 0.2);
}
.ring-violet-800\/25 {
  --tw-ring-color: rgb(91 33 182 / 0.25);
}
.ring-violet-800\/30 {
  --tw-ring-color: rgb(91 33 182 / 0.3);
}
.ring-violet-800\/35 {
  --tw-ring-color: rgb(91 33 182 / 0.35);
}
.ring-violet-800\/40 {
  --tw-ring-color: rgb(91 33 182 / 0.4);
}
.ring-violet-800\/45 {
  --tw-ring-color: rgb(91 33 182 / 0.45);
}
.ring-violet-800\/5 {
  --tw-ring-color: rgb(91 33 182 / 0.05);
}
.ring-violet-800\/50 {
  --tw-ring-color: rgb(91 33 182 / 0.5);
}
.ring-violet-800\/55 {
  --tw-ring-color: rgb(91 33 182 / 0.55);
}
.ring-violet-800\/60 {
  --tw-ring-color: rgb(91 33 182 / 0.6);
}
.ring-violet-800\/65 {
  --tw-ring-color: rgb(91 33 182 / 0.65);
}
.ring-violet-800\/70 {
  --tw-ring-color: rgb(91 33 182 / 0.7);
}
.ring-violet-800\/75 {
  --tw-ring-color: rgb(91 33 182 / 0.75);
}
.ring-violet-800\/80 {
  --tw-ring-color: rgb(91 33 182 / 0.8);
}
.ring-violet-800\/85 {
  --tw-ring-color: rgb(91 33 182 / 0.85);
}
.ring-violet-800\/90 {
  --tw-ring-color: rgb(91 33 182 / 0.9);
}
.ring-violet-800\/95 {
  --tw-ring-color: rgb(91 33 182 / 0.95);
}
.ring-violet-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(76 29 149 / var(--tw-ring-opacity, 1));
}
.ring-violet-900\/0 {
  --tw-ring-color: rgb(76 29 149 / 0);
}
.ring-violet-900\/10 {
  --tw-ring-color: rgb(76 29 149 / 0.1);
}
.ring-violet-900\/100 {
  --tw-ring-color: rgb(76 29 149 / 1);
}
.ring-violet-900\/15 {
  --tw-ring-color: rgb(76 29 149 / 0.15);
}
.ring-violet-900\/20 {
  --tw-ring-color: rgb(76 29 149 / 0.2);
}
.ring-violet-900\/25 {
  --tw-ring-color: rgb(76 29 149 / 0.25);
}
.ring-violet-900\/30 {
  --tw-ring-color: rgb(76 29 149 / 0.3);
}
.ring-violet-900\/35 {
  --tw-ring-color: rgb(76 29 149 / 0.35);
}
.ring-violet-900\/40 {
  --tw-ring-color: rgb(76 29 149 / 0.4);
}
.ring-violet-900\/45 {
  --tw-ring-color: rgb(76 29 149 / 0.45);
}
.ring-violet-900\/5 {
  --tw-ring-color: rgb(76 29 149 / 0.05);
}
.ring-violet-900\/50 {
  --tw-ring-color: rgb(76 29 149 / 0.5);
}
.ring-violet-900\/55 {
  --tw-ring-color: rgb(76 29 149 / 0.55);
}
.ring-violet-900\/60 {
  --tw-ring-color: rgb(76 29 149 / 0.6);
}
.ring-violet-900\/65 {
  --tw-ring-color: rgb(76 29 149 / 0.65);
}
.ring-violet-900\/70 {
  --tw-ring-color: rgb(76 29 149 / 0.7);
}
.ring-violet-900\/75 {
  --tw-ring-color: rgb(76 29 149 / 0.75);
}
.ring-violet-900\/80 {
  --tw-ring-color: rgb(76 29 149 / 0.8);
}
.ring-violet-900\/85 {
  --tw-ring-color: rgb(76 29 149 / 0.85);
}
.ring-violet-900\/90 {
  --tw-ring-color: rgb(76 29 149 / 0.9);
}
.ring-violet-900\/95 {
  --tw-ring-color: rgb(76 29 149 / 0.95);
}
.ring-violet-950 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(46 16 101 / var(--tw-ring-opacity, 1));
}
.ring-violet-950\/0 {
  --tw-ring-color: rgb(46 16 101 / 0);
}
.ring-violet-950\/10 {
  --tw-ring-color: rgb(46 16 101 / 0.1);
}
.ring-violet-950\/100 {
  --tw-ring-color: rgb(46 16 101 / 1);
}
.ring-violet-950\/15 {
  --tw-ring-color: rgb(46 16 101 / 0.15);
}
.ring-violet-950\/20 {
  --tw-ring-color: rgb(46 16 101 / 0.2);
}
.ring-violet-950\/25 {
  --tw-ring-color: rgb(46 16 101 / 0.25);
}
.ring-violet-950\/30 {
  --tw-ring-color: rgb(46 16 101 / 0.3);
}
.ring-violet-950\/35 {
  --tw-ring-color: rgb(46 16 101 / 0.35);
}
.ring-violet-950\/40 {
  --tw-ring-color: rgb(46 16 101 / 0.4);
}
.ring-violet-950\/45 {
  --tw-ring-color: rgb(46 16 101 / 0.45);
}
.ring-violet-950\/5 {
  --tw-ring-color: rgb(46 16 101 / 0.05);
}
.ring-violet-950\/50 {
  --tw-ring-color: rgb(46 16 101 / 0.5);
}
.ring-violet-950\/55 {
  --tw-ring-color: rgb(46 16 101 / 0.55);
}
.ring-violet-950\/60 {
  --tw-ring-color: rgb(46 16 101 / 0.6);
}
.ring-violet-950\/65 {
  --tw-ring-color: rgb(46 16 101 / 0.65);
}
.ring-violet-950\/70 {
  --tw-ring-color: rgb(46 16 101 / 0.7);
}
.ring-violet-950\/75 {
  --tw-ring-color: rgb(46 16 101 / 0.75);
}
.ring-violet-950\/80 {
  --tw-ring-color: rgb(46 16 101 / 0.8);
}
.ring-violet-950\/85 {
  --tw-ring-color: rgb(46 16 101 / 0.85);
}
.ring-violet-950\/90 {
  --tw-ring-color: rgb(46 16 101 / 0.9);
}
.ring-violet-950\/95 {
  --tw-ring-color: rgb(46 16 101 / 0.95);
}
.ring-yellow-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(254 249 195 / var(--tw-ring-opacity, 1));
}
.ring-yellow-100\/0 {
  --tw-ring-color: rgb(254 249 195 / 0);
}
.ring-yellow-100\/10 {
  --tw-ring-color: rgb(254 249 195 / 0.1);
}
.ring-yellow-100\/100 {
  --tw-ring-color: rgb(254 249 195 / 1);
}
.ring-yellow-100\/15 {
  --tw-ring-color: rgb(254 249 195 / 0.15);
}
.ring-yellow-100\/20 {
  --tw-ring-color: rgb(254 249 195 / 0.2);
}
.ring-yellow-100\/25 {
  --tw-ring-color: rgb(254 249 195 / 0.25);
}
.ring-yellow-100\/30 {
  --tw-ring-color: rgb(254 249 195 / 0.3);
}
.ring-yellow-100\/35 {
  --tw-ring-color: rgb(254 249 195 / 0.35);
}
.ring-yellow-100\/40 {
  --tw-ring-color: rgb(254 249 195 / 0.4);
}
.ring-yellow-100\/45 {
  --tw-ring-color: rgb(254 249 195 / 0.45);
}
.ring-yellow-100\/5 {
  --tw-ring-color: rgb(254 249 195 / 0.05);
}
.ring-yellow-100\/50 {
  --tw-ring-color: rgb(254 249 195 / 0.5);
}
.ring-yellow-100\/55 {
  --tw-ring-color: rgb(254 249 195 / 0.55);
}
.ring-yellow-100\/60 {
  --tw-ring-color: rgb(254 249 195 / 0.6);
}
.ring-yellow-100\/65 {
  --tw-ring-color: rgb(254 249 195 / 0.65);
}
.ring-yellow-100\/70 {
  --tw-ring-color: rgb(254 249 195 / 0.7);
}
.ring-yellow-100\/75 {
  --tw-ring-color: rgb(254 249 195 / 0.75);
}
.ring-yellow-100\/80 {
  --tw-ring-color: rgb(254 249 195 / 0.8);
}
.ring-yellow-100\/85 {
  --tw-ring-color: rgb(254 249 195 / 0.85);
}
.ring-yellow-100\/90 {
  --tw-ring-color: rgb(254 249 195 / 0.9);
}
.ring-yellow-100\/95 {
  --tw-ring-color: rgb(254 249 195 / 0.95);
}
.ring-yellow-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(254 240 138 / var(--tw-ring-opacity, 1));
}
.ring-yellow-200\/0 {
  --tw-ring-color: rgb(254 240 138 / 0);
}
.ring-yellow-200\/10 {
  --tw-ring-color: rgb(254 240 138 / 0.1);
}
.ring-yellow-200\/100 {
  --tw-ring-color: rgb(254 240 138 / 1);
}
.ring-yellow-200\/15 {
  --tw-ring-color: rgb(254 240 138 / 0.15);
}
.ring-yellow-200\/20 {
  --tw-ring-color: rgb(254 240 138 / 0.2);
}
.ring-yellow-200\/25 {
  --tw-ring-color: rgb(254 240 138 / 0.25);
}
.ring-yellow-200\/30 {
  --tw-ring-color: rgb(254 240 138 / 0.3);
}
.ring-yellow-200\/35 {
  --tw-ring-color: rgb(254 240 138 / 0.35);
}
.ring-yellow-200\/40 {
  --tw-ring-color: rgb(254 240 138 / 0.4);
}
.ring-yellow-200\/45 {
  --tw-ring-color: rgb(254 240 138 / 0.45);
}
.ring-yellow-200\/5 {
  --tw-ring-color: rgb(254 240 138 / 0.05);
}
.ring-yellow-200\/50 {
  --tw-ring-color: rgb(254 240 138 / 0.5);
}
.ring-yellow-200\/55 {
  --tw-ring-color: rgb(254 240 138 / 0.55);
}
.ring-yellow-200\/60 {
  --tw-ring-color: rgb(254 240 138 / 0.6);
}
.ring-yellow-200\/65 {
  --tw-ring-color: rgb(254 240 138 / 0.65);
}
.ring-yellow-200\/70 {
  --tw-ring-color: rgb(254 240 138 / 0.7);
}
.ring-yellow-200\/75 {
  --tw-ring-color: rgb(254 240 138 / 0.75);
}
.ring-yellow-200\/80 {
  --tw-ring-color: rgb(254 240 138 / 0.8);
}
.ring-yellow-200\/85 {
  --tw-ring-color: rgb(254 240 138 / 0.85);
}
.ring-yellow-200\/90 {
  --tw-ring-color: rgb(254 240 138 / 0.9);
}
.ring-yellow-200\/95 {
  --tw-ring-color: rgb(254 240 138 / 0.95);
}
.ring-yellow-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(253 224 71 / var(--tw-ring-opacity, 1));
}
.ring-yellow-300\/0 {
  --tw-ring-color: rgb(253 224 71 / 0);
}
.ring-yellow-300\/10 {
  --tw-ring-color: rgb(253 224 71 / 0.1);
}
.ring-yellow-300\/100 {
  --tw-ring-color: rgb(253 224 71 / 1);
}
.ring-yellow-300\/15 {
  --tw-ring-color: rgb(253 224 71 / 0.15);
}
.ring-yellow-300\/20 {
  --tw-ring-color: rgb(253 224 71 / 0.2);
}
.ring-yellow-300\/25 {
  --tw-ring-color: rgb(253 224 71 / 0.25);
}
.ring-yellow-300\/30 {
  --tw-ring-color: rgb(253 224 71 / 0.3);
}
.ring-yellow-300\/35 {
  --tw-ring-color: rgb(253 224 71 / 0.35);
}
.ring-yellow-300\/40 {
  --tw-ring-color: rgb(253 224 71 / 0.4);
}
.ring-yellow-300\/45 {
  --tw-ring-color: rgb(253 224 71 / 0.45);
}
.ring-yellow-300\/5 {
  --tw-ring-color: rgb(253 224 71 / 0.05);
}
.ring-yellow-300\/50 {
  --tw-ring-color: rgb(253 224 71 / 0.5);
}
.ring-yellow-300\/55 {
  --tw-ring-color: rgb(253 224 71 / 0.55);
}
.ring-yellow-300\/60 {
  --tw-ring-color: rgb(253 224 71 / 0.6);
}
.ring-yellow-300\/65 {
  --tw-ring-color: rgb(253 224 71 / 0.65);
}
.ring-yellow-300\/70 {
  --tw-ring-color: rgb(253 224 71 / 0.7);
}
.ring-yellow-300\/75 {
  --tw-ring-color: rgb(253 224 71 / 0.75);
}
.ring-yellow-300\/80 {
  --tw-ring-color: rgb(253 224 71 / 0.8);
}
.ring-yellow-300\/85 {
  --tw-ring-color: rgb(253 224 71 / 0.85);
}
.ring-yellow-300\/90 {
  --tw-ring-color: rgb(253 224 71 / 0.9);
}
.ring-yellow-300\/95 {
  --tw-ring-color: rgb(253 224 71 / 0.95);
}
.ring-yellow-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(250 204 21 / var(--tw-ring-opacity, 1));
}
.ring-yellow-400\/0 {
  --tw-ring-color: rgb(250 204 21 / 0);
}
.ring-yellow-400\/10 {
  --tw-ring-color: rgb(250 204 21 / 0.1);
}
.ring-yellow-400\/100 {
  --tw-ring-color: rgb(250 204 21 / 1);
}
.ring-yellow-400\/15 {
  --tw-ring-color: rgb(250 204 21 / 0.15);
}
.ring-yellow-400\/20 {
  --tw-ring-color: rgb(250 204 21 / 0.2);
}
.ring-yellow-400\/25 {
  --tw-ring-color: rgb(250 204 21 / 0.25);
}
.ring-yellow-400\/30 {
  --tw-ring-color: rgb(250 204 21 / 0.3);
}
.ring-yellow-400\/35 {
  --tw-ring-color: rgb(250 204 21 / 0.35);
}
.ring-yellow-400\/40 {
  --tw-ring-color: rgb(250 204 21 / 0.4);
}
.ring-yellow-400\/45 {
  --tw-ring-color: rgb(250 204 21 / 0.45);
}
.ring-yellow-400\/5 {
  --tw-ring-color: rgb(250 204 21 / 0.05);
}
.ring-yellow-400\/50 {
  --tw-ring-color: rgb(250 204 21 / 0.5);
}
.ring-yellow-400\/55 {
  --tw-ring-color: rgb(250 204 21 / 0.55);
}
.ring-yellow-400\/60 {
  --tw-ring-color: rgb(250 204 21 / 0.6);
}
.ring-yellow-400\/65 {
  --tw-ring-color: rgb(250 204 21 / 0.65);
}
.ring-yellow-400\/70 {
  --tw-ring-color: rgb(250 204 21 / 0.7);
}
.ring-yellow-400\/75 {
  --tw-ring-color: rgb(250 204 21 / 0.75);
}
.ring-yellow-400\/80 {
  --tw-ring-color: rgb(250 204 21 / 0.8);
}
.ring-yellow-400\/85 {
  --tw-ring-color: rgb(250 204 21 / 0.85);
}
.ring-yellow-400\/90 {
  --tw-ring-color: rgb(250 204 21 / 0.9);
}
.ring-yellow-400\/95 {
  --tw-ring-color: rgb(250 204 21 / 0.95);
}
.ring-yellow-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(254 252 232 / var(--tw-ring-opacity, 1));
}
.ring-yellow-50\/0 {
  --tw-ring-color: rgb(254 252 232 / 0);
}
.ring-yellow-50\/10 {
  --tw-ring-color: rgb(254 252 232 / 0.1);
}
.ring-yellow-50\/100 {
  --tw-ring-color: rgb(254 252 232 / 1);
}
.ring-yellow-50\/15 {
  --tw-ring-color: rgb(254 252 232 / 0.15);
}
.ring-yellow-50\/20 {
  --tw-ring-color: rgb(254 252 232 / 0.2);
}
.ring-yellow-50\/25 {
  --tw-ring-color: rgb(254 252 232 / 0.25);
}
.ring-yellow-50\/30 {
  --tw-ring-color: rgb(254 252 232 / 0.3);
}
.ring-yellow-50\/35 {
  --tw-ring-color: rgb(254 252 232 / 0.35);
}
.ring-yellow-50\/40 {
  --tw-ring-color: rgb(254 252 232 / 0.4);
}
.ring-yellow-50\/45 {
  --tw-ring-color: rgb(254 252 232 / 0.45);
}
.ring-yellow-50\/5 {
  --tw-ring-color: rgb(254 252 232 / 0.05);
}
.ring-yellow-50\/50 {
  --tw-ring-color: rgb(254 252 232 / 0.5);
}
.ring-yellow-50\/55 {
  --tw-ring-color: rgb(254 252 232 / 0.55);
}
.ring-yellow-50\/60 {
  --tw-ring-color: rgb(254 252 232 / 0.6);
}
.ring-yellow-50\/65 {
  --tw-ring-color: rgb(254 252 232 / 0.65);
}
.ring-yellow-50\/70 {
  --tw-ring-color: rgb(254 252 232 / 0.7);
}
.ring-yellow-50\/75 {
  --tw-ring-color: rgb(254 252 232 / 0.75);
}
.ring-yellow-50\/80 {
  --tw-ring-color: rgb(254 252 232 / 0.8);
}
.ring-yellow-50\/85 {
  --tw-ring-color: rgb(254 252 232 / 0.85);
}
.ring-yellow-50\/90 {
  --tw-ring-color: rgb(254 252 232 / 0.9);
}
.ring-yellow-50\/95 {
  --tw-ring-color: rgb(254 252 232 / 0.95);
}
.ring-yellow-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(234 179 8 / var(--tw-ring-opacity, 1));
}
.ring-yellow-500\/0 {
  --tw-ring-color: rgb(234 179 8 / 0);
}
.ring-yellow-500\/10 {
  --tw-ring-color: rgb(234 179 8 / 0.1);
}
.ring-yellow-500\/100 {
  --tw-ring-color: rgb(234 179 8 / 1);
}
.ring-yellow-500\/15 {
  --tw-ring-color: rgb(234 179 8 / 0.15);
}
.ring-yellow-500\/20 {
  --tw-ring-color: rgb(234 179 8 / 0.2);
}
.ring-yellow-500\/25 {
  --tw-ring-color: rgb(234 179 8 / 0.25);
}
.ring-yellow-500\/30 {
  --tw-ring-color: rgb(234 179 8 / 0.3);
}
.ring-yellow-500\/35 {
  --tw-ring-color: rgb(234 179 8 / 0.35);
}
.ring-yellow-500\/40 {
  --tw-ring-color: rgb(234 179 8 / 0.4);
}
.ring-yellow-500\/45 {
  --tw-ring-color: rgb(234 179 8 / 0.45);
}
.ring-yellow-500\/5 {
  --tw-ring-color: rgb(234 179 8 / 0.05);
}
.ring-yellow-500\/50 {
  --tw-ring-color: rgb(234 179 8 / 0.5);
}
.ring-yellow-500\/55 {
  --tw-ring-color: rgb(234 179 8 / 0.55);
}
.ring-yellow-500\/60 {
  --tw-ring-color: rgb(234 179 8 / 0.6);
}
.ring-yellow-500\/65 {
  --tw-ring-color: rgb(234 179 8 / 0.65);
}
.ring-yellow-500\/70 {
  --tw-ring-color: rgb(234 179 8 / 0.7);
}
.ring-yellow-500\/75 {
  --tw-ring-color: rgb(234 179 8 / 0.75);
}
.ring-yellow-500\/80 {
  --tw-ring-color: rgb(234 179 8 / 0.8);
}
.ring-yellow-500\/85 {
  --tw-ring-color: rgb(234 179 8 / 0.85);
}
.ring-yellow-500\/90 {
  --tw-ring-color: rgb(234 179 8 / 0.9);
}
.ring-yellow-500\/95 {
  --tw-ring-color: rgb(234 179 8 / 0.95);
}
.ring-yellow-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(202 138 4 / var(--tw-ring-opacity, 1));
}
.ring-yellow-600\/0 {
  --tw-ring-color: rgb(202 138 4 / 0);
}
.ring-yellow-600\/10 {
  --tw-ring-color: rgb(202 138 4 / 0.1);
}
.ring-yellow-600\/100 {
  --tw-ring-color: rgb(202 138 4 / 1);
}
.ring-yellow-600\/15 {
  --tw-ring-color: rgb(202 138 4 / 0.15);
}
.ring-yellow-600\/20 {
  --tw-ring-color: rgb(202 138 4 / 0.2);
}
.ring-yellow-600\/25 {
  --tw-ring-color: rgb(202 138 4 / 0.25);
}
.ring-yellow-600\/30 {
  --tw-ring-color: rgb(202 138 4 / 0.3);
}
.ring-yellow-600\/35 {
  --tw-ring-color: rgb(202 138 4 / 0.35);
}
.ring-yellow-600\/40 {
  --tw-ring-color: rgb(202 138 4 / 0.4);
}
.ring-yellow-600\/45 {
  --tw-ring-color: rgb(202 138 4 / 0.45);
}
.ring-yellow-600\/5 {
  --tw-ring-color: rgb(202 138 4 / 0.05);
}
.ring-yellow-600\/50 {
  --tw-ring-color: rgb(202 138 4 / 0.5);
}
.ring-yellow-600\/55 {
  --tw-ring-color: rgb(202 138 4 / 0.55);
}
.ring-yellow-600\/60 {
  --tw-ring-color: rgb(202 138 4 / 0.6);
}
.ring-yellow-600\/65 {
  --tw-ring-color: rgb(202 138 4 / 0.65);
}
.ring-yellow-600\/70 {
  --tw-ring-color: rgb(202 138 4 / 0.7);
}
.ring-yellow-600\/75 {
  --tw-ring-color: rgb(202 138 4 / 0.75);
}
.ring-yellow-600\/80 {
  --tw-ring-color: rgb(202 138 4 / 0.8);
}
.ring-yellow-600\/85 {
  --tw-ring-color: rgb(202 138 4 / 0.85);
}
.ring-yellow-600\/90 {
  --tw-ring-color: rgb(202 138 4 / 0.9);
}
.ring-yellow-600\/95 {
  --tw-ring-color: rgb(202 138 4 / 0.95);
}
.ring-yellow-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(161 98 7 / var(--tw-ring-opacity, 1));
}
.ring-yellow-700\/0 {
  --tw-ring-color: rgb(161 98 7 / 0);
}
.ring-yellow-700\/10 {
  --tw-ring-color: rgb(161 98 7 / 0.1);
}
.ring-yellow-700\/100 {
  --tw-ring-color: rgb(161 98 7 / 1);
}
.ring-yellow-700\/15 {
  --tw-ring-color: rgb(161 98 7 / 0.15);
}
.ring-yellow-700\/20 {
  --tw-ring-color: rgb(161 98 7 / 0.2);
}
.ring-yellow-700\/25 {
  --tw-ring-color: rgb(161 98 7 / 0.25);
}
.ring-yellow-700\/30 {
  --tw-ring-color: rgb(161 98 7 / 0.3);
}
.ring-yellow-700\/35 {
  --tw-ring-color: rgb(161 98 7 / 0.35);
}
.ring-yellow-700\/40 {
  --tw-ring-color: rgb(161 98 7 / 0.4);
}
.ring-yellow-700\/45 {
  --tw-ring-color: rgb(161 98 7 / 0.45);
}
.ring-yellow-700\/5 {
  --tw-ring-color: rgb(161 98 7 / 0.05);
}
.ring-yellow-700\/50 {
  --tw-ring-color: rgb(161 98 7 / 0.5);
}
.ring-yellow-700\/55 {
  --tw-ring-color: rgb(161 98 7 / 0.55);
}
.ring-yellow-700\/60 {
  --tw-ring-color: rgb(161 98 7 / 0.6);
}
.ring-yellow-700\/65 {
  --tw-ring-color: rgb(161 98 7 / 0.65);
}
.ring-yellow-700\/70 {
  --tw-ring-color: rgb(161 98 7 / 0.7);
}
.ring-yellow-700\/75 {
  --tw-ring-color: rgb(161 98 7 / 0.75);
}
.ring-yellow-700\/80 {
  --tw-ring-color: rgb(161 98 7 / 0.8);
}
.ring-yellow-700\/85 {
  --tw-ring-color: rgb(161 98 7 / 0.85);
}
.ring-yellow-700\/90 {
  --tw-ring-color: rgb(161 98 7 / 0.9);
}
.ring-yellow-700\/95 {
  --tw-ring-color: rgb(161 98 7 / 0.95);
}
.ring-yellow-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(133 77 14 / var(--tw-ring-opacity, 1));
}
.ring-yellow-800\/0 {
  --tw-ring-color: rgb(133 77 14 / 0);
}
.ring-yellow-800\/10 {
  --tw-ring-color: rgb(133 77 14 / 0.1);
}
.ring-yellow-800\/100 {
  --tw-ring-color: rgb(133 77 14 / 1);
}
.ring-yellow-800\/15 {
  --tw-ring-color: rgb(133 77 14 / 0.15);
}
.ring-yellow-800\/20 {
  --tw-ring-color: rgb(133 77 14 / 0.2);
}
.ring-yellow-800\/25 {
  --tw-ring-color: rgb(133 77 14 / 0.25);
}
.ring-yellow-800\/30 {
  --tw-ring-color: rgb(133 77 14 / 0.3);
}
.ring-yellow-800\/35 {
  --tw-ring-color: rgb(133 77 14 / 0.35);
}
.ring-yellow-800\/40 {
  --tw-ring-color: rgb(133 77 14 / 0.4);
}
.ring-yellow-800\/45 {
  --tw-ring-color: rgb(133 77 14 / 0.45);
}
.ring-yellow-800\/5 {
  --tw-ring-color: rgb(133 77 14 / 0.05);
}
.ring-yellow-800\/50 {
  --tw-ring-color: rgb(133 77 14 / 0.5);
}
.ring-yellow-800\/55 {
  --tw-ring-color: rgb(133 77 14 / 0.55);
}
.ring-yellow-800\/60 {
  --tw-ring-color: rgb(133 77 14 / 0.6);
}
.ring-yellow-800\/65 {
  --tw-ring-color: rgb(133 77 14 / 0.65);
}
.ring-yellow-800\/70 {
  --tw-ring-color: rgb(133 77 14 / 0.7);
}
.ring-yellow-800\/75 {
  --tw-ring-color: rgb(133 77 14 / 0.75);
}
.ring-yellow-800\/80 {
  --tw-ring-color: rgb(133 77 14 / 0.8);
}
.ring-yellow-800\/85 {
  --tw-ring-color: rgb(133 77 14 / 0.85);
}
.ring-yellow-800\/90 {
  --tw-ring-color: rgb(133 77 14 / 0.9);
}
.ring-yellow-800\/95 {
  --tw-ring-color: rgb(133 77 14 / 0.95);
}
.ring-yellow-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(113 63 18 / var(--tw-ring-opacity, 1));
}
.ring-yellow-900\/0 {
  --tw-ring-color: rgb(113 63 18 / 0);
}
.ring-yellow-900\/10 {
  --tw-ring-color: rgb(113 63 18 / 0.1);
}
.ring-yellow-900\/100 {
  --tw-ring-color: rgb(113 63 18 / 1);
}
.ring-yellow-900\/15 {
  --tw-ring-color: rgb(113 63 18 / 0.15);
}
.ring-yellow-900\/20 {
  --tw-ring-color: rgb(113 63 18 / 0.2);
}
.ring-yellow-900\/25 {
  --tw-ring-color: rgb(113 63 18 / 0.25);
}
.ring-yellow-900\/30 {
  --tw-ring-color: rgb(113 63 18 / 0.3);
}
.ring-yellow-900\/35 {
  --tw-ring-color: rgb(113 63 18 / 0.35);
}
.ring-yellow-900\/40 {
  --tw-ring-color: rgb(113 63 18 / 0.4);
}
.ring-yellow-900\/45 {
  --tw-ring-color: rgb(113 63 18 / 0.45);
}
.ring-yellow-900\/5 {
  --tw-ring-color: rgb(113 63 18 / 0.05);
}
.ring-yellow-900\/50 {
  --tw-ring-color: rgb(113 63 18 / 0.5);
}
.ring-yellow-900\/55 {
  --tw-ring-color: rgb(113 63 18 / 0.55);
}
.ring-yellow-900\/60 {
  --tw-ring-color: rgb(113 63 18 / 0.6);
}
.ring-yellow-900\/65 {
  --tw-ring-color: rgb(113 63 18 / 0.65);
}
.ring-yellow-900\/70 {
  --tw-ring-color: rgb(113 63 18 / 0.7);
}
.ring-yellow-900\/75 {
  --tw-ring-color: rgb(113 63 18 / 0.75);
}
.ring-yellow-900\/80 {
  --tw-ring-color: rgb(113 63 18 / 0.8);
}
.ring-yellow-900\/85 {
  --tw-ring-color: rgb(113 63 18 / 0.85);
}
.ring-yellow-900\/90 {
  --tw-ring-color: rgb(113 63 18 / 0.9);
}
.ring-yellow-900\/95 {
  --tw-ring-color: rgb(113 63 18 / 0.95);
}
.ring-yellow-950 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(66 32 6 / var(--tw-ring-opacity, 1));
}
.ring-yellow-950\/0 {
  --tw-ring-color: rgb(66 32 6 / 0);
}
.ring-yellow-950\/10 {
  --tw-ring-color: rgb(66 32 6 / 0.1);
}
.ring-yellow-950\/100 {
  --tw-ring-color: rgb(66 32 6 / 1);
}
.ring-yellow-950\/15 {
  --tw-ring-color: rgb(66 32 6 / 0.15);
}
.ring-yellow-950\/20 {
  --tw-ring-color: rgb(66 32 6 / 0.2);
}
.ring-yellow-950\/25 {
  --tw-ring-color: rgb(66 32 6 / 0.25);
}
.ring-yellow-950\/30 {
  --tw-ring-color: rgb(66 32 6 / 0.3);
}
.ring-yellow-950\/35 {
  --tw-ring-color: rgb(66 32 6 / 0.35);
}
.ring-yellow-950\/40 {
  --tw-ring-color: rgb(66 32 6 / 0.4);
}
.ring-yellow-950\/45 {
  --tw-ring-color: rgb(66 32 6 / 0.45);
}
.ring-yellow-950\/5 {
  --tw-ring-color: rgb(66 32 6 / 0.05);
}
.ring-yellow-950\/50 {
  --tw-ring-color: rgb(66 32 6 / 0.5);
}
.ring-yellow-950\/55 {
  --tw-ring-color: rgb(66 32 6 / 0.55);
}
.ring-yellow-950\/60 {
  --tw-ring-color: rgb(66 32 6 / 0.6);
}
.ring-yellow-950\/65 {
  --tw-ring-color: rgb(66 32 6 / 0.65);
}
.ring-yellow-950\/70 {
  --tw-ring-color: rgb(66 32 6 / 0.7);
}
.ring-yellow-950\/75 {
  --tw-ring-color: rgb(66 32 6 / 0.75);
}
.ring-yellow-950\/80 {
  --tw-ring-color: rgb(66 32 6 / 0.8);
}
.ring-yellow-950\/85 {
  --tw-ring-color: rgb(66 32 6 / 0.85);
}
.ring-yellow-950\/90 {
  --tw-ring-color: rgb(66 32 6 / 0.9);
}
.ring-yellow-950\/95 {
  --tw-ring-color: rgb(66 32 6 / 0.95);
}
.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.blur-xl {
  --tw-blur: blur(24px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.drop-shadow {
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  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);
}
.grayscale {
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.\!filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.backdrop-blur-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);
}
.backdrop-filter {
  -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 !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}
.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-\[padding\] {
  transition-property: padding;
  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-1000 {
  transition-duration: 1000ms;
}
.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);
}
.border-surface {
  border-color: var(--p-content-border-color);
}
.rounded-border {
  border-radius: var(--p-content-border-radius);
}
.text-color {
  color: var(--p-text-color);
}
.text-muted-color {
  color: var(--p-text-muted-color);
}
@keyframes enter {
  from {
    opacity: var(--p-enter-opacity, 1);
    transform: translate3d(var(--p-enter-translate-x, 0), var(--p-enter-translate-y, 0), 0) scale3d(var(--p-enter-scale, 1), var(--p-enter-scale, 1), var(--p-enter-scale, 1)) rotate(var(--p-enter-rotate, 0));
  }
}
@keyframes leave {
  to {
    opacity: var(--p-leave-opacity, 1);
    transform: translate3d(var(--p-leave-translate-x, 0), var(--p-leave-translate-y, 0), 0) scale3d(var(--p-leave-scale, 1), var(--p-leave-scale, 1), var(--p-leave-scale, 1)) rotate(var(--p-leave-rotate, 0));
  }
}
:root {
  --primary-color: var(--p-primary-color);
  --primary-contrast-color: var(--p-primary-contrast-color);
  --text-color: var(--p-text-color);
  --text-color-secondary: var(--p-text-muted-color);
  --surface-border: var(--p-content-border-color);
  --surface-card: var(--p-content-background);
  --surface-hover: var(--p-content-hover-background);
  --surface-overlay: var(--p-overlay-popover-background);
  --transition-duration: var(--p-transition-duration);
  --maskbg: var(--p-mask-background);
  --content-border-radius: var(--p-content-border-radius);
  --layout-section-transition-duration: 0.2s;
  --element-transition-duration: var(--p-transition-duration);
  --focus-ring-width: var(--p-focus-ring-width);
  --focus-ring-style: var(--p-focus-ring-style);
  --focus-ring-color: var(--p-focus-ring-color);
  --focus-ring-offset: var(--p-focus-ring-offset);
  --focus-ring-shadow: var(--p-focus-ring-shadow);
  --surface-ground: var(--p-surface-100);
  --code-background: var(--p-surface-900);
  --code-color: var(--p-surface-200);
}
:root[class*=app-dark] {
  --surface-ground: var(--p-surface-950);
  --code-background: var(--p-surface-800);
  --code-color: var(--p-surface-100);
}
.preloader {
  position: fixed;
  z-index: 999999;
  background: #edf1f5;
  width: 100%;
  height: 100%;
}
.preloader-content {
  border: 0 solid transparent;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  position: absolute;
  top: calc(50vh - 75px);
  left: calc(50vw - 75px);
}
.preloader-content:before,
.preloader-content:after {
  content: "";
  border: 1em solid var(--primary-color);
  border-radius: 50%;
  width: inherit;
  height: inherit;
  position: absolute;
  top: 0;
  left: 0;
  animation: loader 2s linear infinite;
  opacity: 0;
}
.preloader-content:before {
  animation-delay: 0.5s;
}
@keyframes loader {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
html {
  height: 100%;
  font-size: 14px;
}
body {
  font-family: "Lato", sans-serif;
  color: var(--text-color);
  background-color: var(--surface-ground);
  margin: 0;
  padding: 0;
  min-height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.2;
}
a {
  text-decoration: none;
}
.layout-wrapper {
  min-height: 100vh;
}
.layout-main-container {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  justify-content: space-between;
  padding: 6rem 2rem 0 2rem;
  transition: margin-left var(--layout-section-transition-duration);
}
.layout-main {
  flex: 1 1 auto;
  padding-bottom: 2rem;
}
.layout-topbar {
  position: fixed;
  height: 4rem;
  z-index: 997;
  left: 0;
  top: 0;
  width: 100%;
  padding: 0 2rem;
  background-color: var(--surface-card);
  transition: left var(--layout-section-transition-duration);
  display: flex;
  align-items: center;
}
.layout-topbar .layout-topbar-logo-container {
  width: 20rem;
  display: flex;
  align-items: center;
}
.layout-topbar .layout-topbar-logo {
  display: inline-flex;
  align-items: center;
  font-size: 1.5rem;
  border-radius: var(--content-border-radius);
  color: var(--text-color);
  font-weight: 500;
  gap: 0.5rem;
}
.layout-topbar .layout-topbar-logo svg {
  width: 3rem;
}
.layout-topbar .layout-topbar-logo:focus-visible {
  outline-width: var(--focus-ring-width);
  outline-style: var(--focus-ring-style);
  outline-color: var(--focus-ring-color);
  outline-offset: var(--focus-ring-offset);
  box-shadow: var(--focus-ring-shadow);
  transition: box-shadow var(--transition-duration), outline-color var(--transition-duration);
}
.layout-topbar .layout-topbar-action {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: var(--text-color-secondary);
  border-radius: 50%;
  width: 2.5rem;
  height: 2.5rem;
  color: var(--text-color);
  transition: background-color var(--element-transition-duration);
  cursor: pointer;
}
.layout-topbar .layout-topbar-action:hover {
  background-color: var(--surface-hover);
}
.layout-topbar .layout-topbar-action:focus-visible {
  outline-width: var(--focus-ring-width);
  outline-style: var(--focus-ring-style);
  outline-color: var(--focus-ring-color);
  outline-offset: var(--focus-ring-offset);
  box-shadow: var(--focus-ring-shadow);
  transition: box-shadow var(--transition-duration), outline-color var(--transition-duration);
}
.layout-topbar .layout-topbar-action i {
  font-size: 1.25rem;
}
.layout-topbar .layout-topbar-action span {
  font-size: 1rem;
  display: none;
}
.layout-topbar .layout-topbar-action.layout-topbar-action-highlight {
  background-color: var(--primary-color);
  color: var(--primary-contrast-color);
}
.layout-topbar .layout-menu-button {
  margin-right: 0.5rem;
}
.layout-topbar .layout-topbar-menu-button {
  display: none;
}
.layout-topbar .layout-topbar-actions {
  margin-left: auto;
  display: flex;
  gap: 1rem;
}
.layout-topbar .layout-topbar-menu-content {
  display: flex;
  gap: 1rem;
}
.layout-topbar .layout-config-menu {
  display: flex;
  gap: 1rem;
}
@media (max-width: 991px) {
  .layout-topbar {
    padding: 0 2rem;
  }
  .layout-topbar .layout-topbar-logo-container {
    width: auto;
  }
  .layout-topbar .layout-menu-button {
    margin-left: 0;
    margin-right: 0.5rem;
  }
  .layout-topbar .layout-topbar-menu-button {
    display: inline-flex;
  }
  .layout-topbar .layout-topbar-menu {
    position: absolute;
    background-color: var(--surface-overlay);
    transform-origin: top;
    box-shadow:
      0px 3px 5px rgba(0, 0, 0, 0.02),
      0px 0px 2px rgba(0, 0, 0, 0.05),
      0px 1px 4px rgba(0, 0, 0, 0.08);
    border-radius: var(--content-border-radius);
    padding: 1rem;
    right: 2rem;
    top: 4rem;
    min-width: 15rem;
    border: 1px solid var(--surface-border);
  }
  .layout-topbar .layout-topbar-menu .layout-topbar-menu-content {
    gap: 0.5rem;
  }
  .layout-topbar .layout-topbar-menu .layout-topbar-action {
    display: flex;
    width: 100%;
    height: auto;
    justify-content: flex-start;
    border-radius: var(--content-border-radius);
    padding: 0.5rem 1rem;
  }
  .layout-topbar .layout-topbar-menu .layout-topbar-action i {
    font-size: 1rem;
    margin-right: 0.5rem;
  }
  .layout-topbar .layout-topbar-menu .layout-topbar-action span {
    font-weight: medium;
    display: block;
  }
  .layout-topbar .layout-topbar-menu-content {
    flex-direction: column;
  }
}
.layout-sidebar {
  position: fixed;
  width: 20rem;
  height: calc(100vh - 8rem);
  z-index: 999;
  overflow-y: auto;
  -webkit-user-select: none;
  user-select: none;
  top: 6rem;
  left: 2rem;
  transition: transform var(--layout-section-transition-duration), left var(--layout-section-transition-duration);
  background-color: var(--surface-overlay);
  border-radius: var(--content-border-radius);
  padding: 0.5rem 1.5rem;
}
.layout-menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.layout-menu .layout-root-menuitem > .layout-menuitem-root-text {
  font-size: 0.857rem;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--text-color);
  margin: 0.75rem 0;
}
.layout-menu .layout-root-menuitem > a {
  display: none;
}
.layout-menu a {
  -webkit-user-select: none;
  user-select: none;
}
.layout-menu a.active-menuitem > .layout-submenu-toggler {
  transform: rotate(-180deg);
}
.layout-menu li.active-menuitem > a .layout-submenu-toggler {
  transform: rotate(-180deg);
}
.layout-menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.layout-menu ul a {
  display: flex;
  align-items: center;
  position: relative;
  outline: 0 none;
  color: var(--text-color);
  cursor: pointer;
  padding: 0.75rem 1rem;
  border-radius: var(--content-border-radius);
  transition: background-color var(--element-transition-duration), box-shadow var(--element-transition-duration);
}
.layout-menu ul a .layout-menuitem-icon {
  margin-right: 0.5rem;
}
.layout-menu ul a .layout-submenu-toggler {
  font-size: 75%;
  margin-left: auto;
  transition: transform var(--element-transition-duration);
}
.layout-menu ul a.active-route {
  font-weight: 700;
  color: var(--primary-color);
}
.layout-menu ul a:hover {
  background-color: var(--surface-hover);
}
.layout-menu ul a:focus {
  outline-offset: -1px;
  box-shadow: inset var(--focus-ring-shadow);
}
.layout-menu ul ul {
  overflow: hidden;
  border-radius: var(--content-border-radius);
}
.layout-menu ul ul li a {
  margin-left: 1rem;
}
.layout-menu ul ul li li a {
  margin-left: 2rem;
}
.layout-menu ul ul li li li a {
  margin-left: 2.5rem;
}
.layout-menu ul ul li li li li a {
  margin-left: 3rem;
}
.layout-menu ul ul li li li li li a {
  margin-left: 3.5rem;
}
.layout-menu ul ul li li li li li li a {
  margin-left: 4rem;
}
.layout-submenu-enter-from,
.layout-submenu-leave-to {
  max-height: 0;
}
.layout-submenu-enter-to,
.layout-submenu-leave-from {
  max-height: 1000px;
}
.layout-submenu-leave-active {
  overflow: hidden;
  transition: max-height 0.45s cubic-bezier(0, 1, 0, 1);
}
.layout-submenu-enter-active {
  overflow: hidden;
  transition: max-height 1s ease-in-out;
}
.layout-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 0 1rem 0;
  gap: 0.5rem;
  border-top: 1px solid var(--surface-border);
}
@media screen and (min-width: 1960px) {
  .layout-main,
  .landing-wrapper {
    width: 1504px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media (min-width: 992px) {
  .layout-wrapper.layout-overlay .layout-main-container {
    margin-left: 0;
    padding-left: 2rem;
  }
  .layout-wrapper.layout-overlay .layout-sidebar {
    transform: translateX(-100%);
    left: 0;
    top: 0;
    height: 100vh;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-right: 1px solid var(--surface-border);
    transition: transform 0.4s cubic-bezier(0.05, 0.74, 0.2, 0.99), left 0.4s cubic-bezier(0.05, 0.74, 0.2, 0.99);
    box-shadow:
      0px 3px 5px rgba(0, 0, 0, 0.02),
      0px 0px 2px rgba(0, 0, 0, 0.05),
      0px 1px 4px rgba(0, 0, 0, 0.08);
  }
  .layout-wrapper.layout-overlay.layout-overlay-active .layout-sidebar {
    transform: translateX(0);
  }
  .layout-wrapper.layout-static .layout-main-container {
    margin-left: 22rem;
  }
  .layout-wrapper.layout-static.layout-static-inactive .layout-sidebar {
    transform: translateX(-100%);
    left: 0;
  }
  .layout-wrapper.layout-static.layout-static-inactive .layout-main-container {
    margin-left: 0;
    padding-left: 2rem;
  }
  .layout-wrapper .layout-mask {
    display: none;
  }
}
@media (max-width: 991px) {
  .blocked-scroll {
    overflow: hidden;
  }
  .layout-wrapper .layout-main-container {
    margin-left: 0;
    padding-left: 2rem;
  }
  .layout-wrapper .layout-sidebar {
    transform: translateX(-100%);
    left: 0;
    top: 0;
    height: 100vh;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    transition: transform 0.4s cubic-bezier(0.05, 0.74, 0.2, 0.99), left 0.4s cubic-bezier(0.05, 0.74, 0.2, 0.99);
  }
  .layout-wrapper .layout-mask {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 998;
    width: 100%;
    height: 100%;
    background-color: var(--maskbg);
  }
  .layout-wrapper.layout-mobile-active .layout-sidebar {
    transform: translateX(0);
  }
  .layout-wrapper.layout-mobile-active .layout-mask {
    display: block;
  }
}
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}
.card {
  background: var(--surface-card);
  padding: 2rem;
  margin-bottom: 2rem;
  border-radius: var(--content-border-radius);
}
.card:last-child {
  margin-bottom: 0;
}
.p-toast.p-toast-top-right,
.p-toast.p-toast-top-left,
.p-toast.p-toast-top-center {
  top: 100px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 1.5rem 0 1rem 0;
  font-family: inherit;
  font-weight: 700;
  line-height: 1.5;
  color: var(--text-color);
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0;
}
h1 {
  font-size: 2.5rem;
}
h2 {
  font-size: 2rem;
}
h3 {
  font-size: 1.75rem;
}
h4 {
  font-size: 1.5rem;
}
h5 {
  font-size: 1.25rem;
}
h6 {
  font-size: 1rem;
}
mark {
  background: #fff8e1;
  padding: 0.25rem 0.4rem;
  border-radius: var(--content-border-radius);
  font-family: monospace;
}
blockquote {
  margin: 1rem 0;
  padding: 0 2rem;
  border-left: 4px solid #90a4ae;
}
hr {
  border-top: solid var(--surface-border);
  border-width: 1px 0 0 0;
  margin: 1rem 0;
}
p {
  margin: 0 0 1rem 0;
  line-height: 1.5;
}
p:last-child {
  margin-bottom: 0;
}
@font-face {
  font-family: "primeicons";
  font-display: block;
  src: url("./media/primeicons.eot");
  src:
    url("./media/primeicons.eot?#iefix") format("embedded-opentype"),
    url("./media/primeicons.woff2") format("woff2"),
    url("./media/primeicons.woff") format("woff"),
    url("./media/primeicons.ttf") format("truetype"),
    url("./media/primeicons.svg?#primeicons") format("svg");
  font-weight: normal;
  font-style: normal;
}
.pi {
  font-family: "primeicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.pi:before {
  --webkit-backface-visibility:hidden;
  backface-visibility: hidden;
}
.pi-fw {
  width: 1.28571429em;
  text-align: center;
}
.pi-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
@media (prefers-reduced-motion: reduce) {
  .pi-spin {
    -webkit-animation-delay: -1ms;
    animation-delay: -1ms;
    -webkit-animation-duration: 1ms;
    animation-duration: 1ms;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
  }
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.pi-folder-plus:before {
  content: "\ea05";
}
.pi-receipt:before {
  content: "\ea06";
}
.pi-asterisk:before {
  content: "\ea07";
}
.pi-face-smile:before {
  content: "\ea08";
}
.pi-pinterest:before {
  content: "\ea09";
}
.pi-expand:before {
  content: "\ea0a";
}
.pi-pen-to-square:before {
  content: "\ea0b";
}
.pi-wave-pulse:before {
  content: "\ea0c";
}
.pi-turkish-lira:before {
  content: "\ea0d";
}
.pi-spinner-dotted:before {
  content: "\ea0e";
}
.pi-crown:before {
  content: "\ea0f";
}
.pi-pause-circle:before {
  content: "\ea10";
}
.pi-warehouse:before {
  content: "\ea11";
}
.pi-objects-column:before {
  content: "\ea12";
}
.pi-clipboard:before {
  content: "\ea13";
}
.pi-play-circle:before {
  content: "\ea14";
}
.pi-venus:before {
  content: "\ea15";
}
.pi-cart-minus:before {
  content: "\ea16";
}
.pi-file-plus:before {
  content: "\ea17";
}
.pi-microchip:before {
  content: "\ea18";
}
.pi-twitch:before {
  content: "\ea19";
}
.pi-building-columns:before {
  content: "\ea1a";
}
.pi-file-check:before {
  content: "\ea1b";
}
.pi-microchip-ai:before {
  content: "\ea1c";
}
.pi-trophy:before {
  content: "\ea1d";
}
.pi-barcode:before {
  content: "\ea1e";
}
.pi-file-arrow-up:before {
  content: "\ea1f";
}
.pi-mars:before {
  content: "\ea20";
}
.pi-tiktok:before {
  content: "\ea21";
}
.pi-arrow-up-right-and-arrow-down-left-from-center:before {
  content: "\ea22";
}
.pi-ethereum:before {
  content: "\ea23";
}
.pi-list-check:before {
  content: "\ea24";
}
.pi-thumbtack:before {
  content: "\ea25";
}
.pi-arrow-down-left-and-arrow-up-right-to-center:before {
  content: "\ea26";
}
.pi-equals:before {
  content: "\ea27";
}
.pi-lightbulb:before {
  content: "\ea28";
}
.pi-star-half:before {
  content: "\ea29";
}
.pi-address-book:before {
  content: "\ea2a";
}
.pi-chart-scatter:before {
  content: "\ea2b";
}
.pi-indian-rupee:before {
  content: "\ea2c";
}
.pi-star-half-fill:before {
  content: "\ea2d";
}
.pi-cart-arrow-down:before {
  content: "\ea2e";
}
.pi-calendar-clock:before {
  content: "\ea2f";
}
.pi-sort-up-fill:before {
  content: "\ea30";
}
.pi-sparkles:before {
  content: "\ea31";
}
.pi-bullseye:before {
  content: "\ea32";
}
.pi-sort-down-fill:before {
  content: "\ea33";
}
.pi-graduation-cap:before {
  content: "\ea34";
}
.pi-hammer:before {
  content: "\ea35";
}
.pi-bell-slash:before {
  content: "\ea36";
}
.pi-gauge:before {
  content: "\ea37";
}
.pi-shop:before {
  content: "\ea38";
}
.pi-headphones:before {
  content: "\ea39";
}
.pi-eraser:before {
  content: "\ea04";
}
.pi-stopwatch:before {
  content: "\ea01";
}
.pi-verified:before {
  content: "\ea02";
}
.pi-delete-left:before {
  content: "\ea03";
}
.pi-hourglass:before {
  content: "\e9fe";
}
.pi-truck:before {
  content: "\ea00";
}
.pi-wrench:before {
  content: "\e9ff";
}
.pi-microphone:before {
  content: "\e9fa";
}
.pi-megaphone:before {
  content: "\e9fb";
}
.pi-arrow-right-arrow-left:before {
  content: "\e9fc";
}
.pi-bitcoin:before {
  content: "\e9fd";
}
.pi-file-edit:before {
  content: "\e9f6";
}
.pi-language:before {
  content: "\e9f7";
}
.pi-file-export:before {
  content: "\e9f8";
}
.pi-file-import:before {
  content: "\e9f9";
}
.pi-file-word:before {
  content: "\e9f1";
}
.pi-gift:before {
  content: "\e9f2";
}
.pi-cart-plus:before {
  content: "\e9f3";
}
.pi-thumbs-down-fill:before {
  content: "\e9f4";
}
.pi-thumbs-up-fill:before {
  content: "\e9f5";
}
.pi-arrows-alt:before {
  content: "\e9f0";
}
.pi-calculator:before {
  content: "\e9ef";
}
.pi-sort-alt-slash:before {
  content: "\e9ee";
}
.pi-arrows-h:before {
  content: "\e9ec";
}
.pi-arrows-v:before {
  content: "\e9ed";
}
.pi-pound:before {
  content: "\e9eb";
}
.pi-prime:before {
  content: "\e9ea";
}
.pi-chart-pie:before {
  content: "\e9e9";
}
.pi-reddit:before {
  content: "\e9e8";
}
.pi-code:before {
  content: "\e9e7";
}
.pi-sync:before {
  content: "\e9e6";
}
.pi-shopping-bag:before {
  content: "\e9e5";
}
.pi-server:before {
  content: "\e9e4";
}
.pi-database:before {
  content: "\e9e3";
}
.pi-hashtag:before {
  content: "\e9e2";
}
.pi-bookmark-fill:before {
  content: "\e9df";
}
.pi-filter-fill:before {
  content: "\e9e0";
}
.pi-heart-fill:before {
  content: "\e9e1";
}
.pi-flag-fill:before {
  content: "\e9de";
}
.pi-circle:before {
  content: "\e9dc";
}
.pi-circle-fill:before {
  content: "\e9dd";
}
.pi-bolt:before {
  content: "\e9db";
}
.pi-history:before {
  content: "\e9da";
}
.pi-box:before {
  content: "\e9d9";
}
.pi-at:before {
  content: "\e9d8";
}
.pi-arrow-up-right:before {
  content: "\e9d4";
}
.pi-arrow-up-left:before {
  content: "\e9d5";
}
.pi-arrow-down-left:before {
  content: "\e9d6";
}
.pi-arrow-down-right:before {
  content: "\e9d7";
}
.pi-telegram:before {
  content: "\e9d3";
}
.pi-stop-circle:before {
  content: "\e9d2";
}
.pi-stop:before {
  content: "\e9d1";
}
.pi-whatsapp:before {
  content: "\e9d0";
}
.pi-building:before {
  content: "\e9cf";
}
.pi-qrcode:before {
  content: "\e9ce";
}
.pi-car:before {
  content: "\e9cd";
}
.pi-instagram:before {
  content: "\e9cc";
}
.pi-linkedin:before {
  content: "\e9cb";
}
.pi-send:before {
  content: "\e9ca";
}
.pi-slack:before {
  content: "\e9c9";
}
.pi-sun:before {
  content: "\e9c8";
}
.pi-moon:before {
  content: "\e9c7";
}
.pi-vimeo:before {
  content: "\e9c6";
}
.pi-youtube:before {
  content: "\e9c5";
}
.pi-flag:before {
  content: "\e9c4";
}
.pi-wallet:before {
  content: "\e9c3";
}
.pi-map:before {
  content: "\e9c2";
}
.pi-link:before {
  content: "\e9c1";
}
.pi-credit-card:before {
  content: "\e9bf";
}
.pi-discord:before {
  content: "\e9c0";
}
.pi-percentage:before {
  content: "\e9be";
}
.pi-euro:before {
  content: "\e9bd";
}
.pi-book:before {
  content: "\e9ba";
}
.pi-shield:before {
  content: "\e9b9";
}
.pi-paypal:before {
  content: "\e9bb";
}
.pi-amazon:before {
  content: "\e9bc";
}
.pi-phone:before {
  content: "\e9b8";
}
.pi-filter-slash:before {
  content: "\e9b7";
}
.pi-facebook:before {
  content: "\e9b4";
}
.pi-github:before {
  content: "\e9b5";
}
.pi-twitter:before {
  content: "\e9b6";
}
.pi-step-backward-alt:before {
  content: "\e9ac";
}
.pi-step-forward-alt:before {
  content: "\e9ad";
}
.pi-forward:before {
  content: "\e9ae";
}
.pi-backward:before {
  content: "\e9af";
}
.pi-fast-backward:before {
  content: "\e9b0";
}
.pi-fast-forward:before {
  content: "\e9b1";
}
.pi-pause:before {
  content: "\e9b2";
}
.pi-play:before {
  content: "\e9b3";
}
.pi-compass:before {
  content: "\e9ab";
}
.pi-id-card:before {
  content: "\e9aa";
}
.pi-ticket:before {
  content: "\e9a9";
}
.pi-file-o:before {
  content: "\e9a8";
}
.pi-reply:before {
  content: "\e9a7";
}
.pi-directions-alt:before {
  content: "\e9a5";
}
.pi-directions:before {
  content: "\e9a6";
}
.pi-thumbs-up:before {
  content: "\e9a3";
}
.pi-thumbs-down:before {
  content: "\e9a4";
}
.pi-sort-numeric-down-alt:before {
  content: "\e996";
}
.pi-sort-numeric-up-alt:before {
  content: "\e997";
}
.pi-sort-alpha-down-alt:before {
  content: "\e998";
}
.pi-sort-alpha-up-alt:before {
  content: "\e999";
}
.pi-sort-numeric-down:before {
  content: "\e99a";
}
.pi-sort-numeric-up:before {
  content: "\e99b";
}
.pi-sort-alpha-down:before {
  content: "\e99c";
}
.pi-sort-alpha-up:before {
  content: "\e99d";
}
.pi-sort-alt:before {
  content: "\e99e";
}
.pi-sort-amount-up:before {
  content: "\e99f";
}
.pi-sort-amount-down:before {
  content: "\e9a0";
}
.pi-sort-amount-down-alt:before {
  content: "\e9a1";
}
.pi-sort-amount-up-alt:before {
  content: "\e9a2";
}
.pi-palette:before {
  content: "\e995";
}
.pi-undo:before {
  content: "\e994";
}
.pi-desktop:before {
  content: "\e993";
}
.pi-sliders-v:before {
  content: "\e991";
}
.pi-sliders-h:before {
  content: "\e992";
}
.pi-search-plus:before {
  content: "\e98f";
}
.pi-search-minus:before {
  content: "\e990";
}
.pi-file-excel:before {
  content: "\e98e";
}
.pi-file-pdf:before {
  content: "\e98d";
}
.pi-check-square:before {
  content: "\e98c";
}
.pi-chart-line:before {
  content: "\e98b";
}
.pi-user-edit:before {
  content: "\e98a";
}
.pi-exclamation-circle:before {
  content: "\e989";
}
.pi-android:before {
  content: "\e985";
}
.pi-google:before {
  content: "\e986";
}
.pi-apple:before {
  content: "\e987";
}
.pi-microsoft:before {
  content: "\e988";
}
.pi-heart:before {
  content: "\e984";
}
.pi-mobile:before {
  content: "\e982";
}
.pi-tablet:before {
  content: "\e983";
}
.pi-key:before {
  content: "\e981";
}
.pi-shopping-cart:before {
  content: "\e980";
}
.pi-comments:before {
  content: "\e97e";
}
.pi-comment:before {
  content: "\e97f";
}
.pi-briefcase:before {
  content: "\e97d";
}
.pi-bell:before {
  content: "\e97c";
}
.pi-paperclip:before {
  content: "\e97b";
}
.pi-share-alt:before {
  content: "\e97a";
}
.pi-envelope:before {
  content: "\e979";
}
.pi-volume-down:before {
  content: "\e976";
}
.pi-volume-up:before {
  content: "\e977";
}
.pi-volume-off:before {
  content: "\e978";
}
.pi-eject:before {
  content: "\e975";
}
.pi-money-bill:before {
  content: "\e974";
}
.pi-images:before {
  content: "\e973";
}
.pi-image:before {
  content: "\e972";
}
.pi-sign-in:before {
  content: "\e970";
}
.pi-sign-out:before {
  content: "\e971";
}
.pi-wifi:before {
  content: "\e96f";
}
.pi-sitemap:before {
  content: "\e96e";
}
.pi-chart-bar:before {
  content: "\e96d";
}
.pi-camera:before {
  content: "\e96c";
}
.pi-dollar:before {
  content: "\e96b";
}
.pi-lock-open:before {
  content: "\e96a";
}
.pi-table:before {
  content: "\e969";
}
.pi-map-marker:before {
  content: "\e968";
}
.pi-list:before {
  content: "\e967";
}
.pi-eye-slash:before {
  content: "\e965";
}
.pi-eye:before {
  content: "\e966";
}
.pi-folder-open:before {
  content: "\e964";
}
.pi-folder:before {
  content: "\e963";
}
.pi-video:before {
  content: "\e962";
}
.pi-inbox:before {
  content: "\e961";
}
.pi-lock:before {
  content: "\e95f";
}
.pi-unlock:before {
  content: "\e960";
}
.pi-tags:before {
  content: "\e95d";
}
.pi-tag:before {
  content: "\e95e";
}
.pi-power-off:before {
  content: "\e95c";
}
.pi-save:before {
  content: "\e95b";
}
.pi-question-circle:before {
  content: "\e959";
}
.pi-question:before {
  content: "\e95a";
}
.pi-copy:before {
  content: "\e957";
}
.pi-file:before {
  content: "\e958";
}
.pi-clone:before {
  content: "\e955";
}
.pi-calendar-times:before {
  content: "\e952";
}
.pi-calendar-minus:before {
  content: "\e953";
}
.pi-calendar-plus:before {
  content: "\e954";
}
.pi-ellipsis-v:before {
  content: "\e950";
}
.pi-ellipsis-h:before {
  content: "\e951";
}
.pi-bookmark:before {
  content: "\e94e";
}
.pi-globe:before {
  content: "\e94f";
}
.pi-replay:before {
  content: "\e94d";
}
.pi-filter:before {
  content: "\e94c";
}
.pi-print:before {
  content: "\e94b";
}
.pi-align-right:before {
  content: "\e946";
}
.pi-align-left:before {
  content: "\e947";
}
.pi-align-center:before {
  content: "\e948";
}
.pi-align-justify:before {
  content: "\e949";
}
.pi-cog:before {
  content: "\e94a";
}
.pi-cloud-download:before {
  content: "\e943";
}
.pi-cloud-upload:before {
  content: "\e944";
}
.pi-cloud:before {
  content: "\e945";
}
.pi-pencil:before {
  content: "\e942";
}
.pi-users:before {
  content: "\e941";
}
.pi-clock:before {
  content: "\e940";
}
.pi-user-minus:before {
  content: "\e93e";
}
.pi-user-plus:before {
  content: "\e93f";
}
.pi-trash:before {
  content: "\e93d";
}
.pi-external-link:before {
  content: "\e93c";
}
.pi-window-maximize:before {
  content: "\e93b";
}
.pi-window-minimize:before {
  content: "\e93a";
}
.pi-refresh:before {
  content: "\e938";
}
.pi-user:before {
  content: "\e939";
}
.pi-exclamation-triangle:before {
  content: "\e922";
}
.pi-calendar:before {
  content: "\e927";
}
.pi-chevron-circle-left:before {
  content: "\e928";
}
.pi-chevron-circle-down:before {
  content: "\e929";
}
.pi-chevron-circle-right:before {
  content: "\e92a";
}
.pi-chevron-circle-up:before {
  content: "\e92b";
}
.pi-angle-double-down:before {
  content: "\e92c";
}
.pi-angle-double-left:before {
  content: "\e92d";
}
.pi-angle-double-right:before {
  content: "\e92e";
}
.pi-angle-double-up:before {
  content: "\e92f";
}
.pi-angle-down:before {
  content: "\e930";
}
.pi-angle-left:before {
  content: "\e931";
}
.pi-angle-right:before {
  content: "\e932";
}
.pi-angle-up:before {
  content: "\e933";
}
.pi-upload:before {
  content: "\e934";
}
.pi-download:before {
  content: "\e956";
}
.pi-ban:before {
  content: "\e935";
}
.pi-star-fill:before {
  content: "\e936";
}
.pi-star:before {
  content: "\e937";
}
.pi-chevron-left:before {
  content: "\e900";
}
.pi-chevron-right:before {
  content: "\e901";
}
.pi-chevron-down:before {
  content: "\e902";
}
.pi-chevron-up:before {
  content: "\e903";
}
.pi-caret-left:before {
  content: "\e904";
}
.pi-caret-right:before {
  content: "\e905";
}
.pi-caret-down:before {
  content: "\e906";
}
.pi-caret-up:before {
  content: "\e907";
}
.pi-search:before {
  content: "\e908";
}
.pi-check:before {
  content: "\e909";
}
.pi-check-circle:before {
  content: "\e90a";
}
.pi-times:before {
  content: "\e90b";
}
.pi-times-circle:before {
  content: "\e90c";
}
.pi-plus:before {
  content: "\e90d";
}
.pi-plus-circle:before {
  content: "\e90e";
}
.pi-minus:before {
  content: "\e90f";
}
.pi-minus-circle:before {
  content: "\e910";
}
.pi-circle-on:before {
  content: "\e911";
}
.pi-circle-off:before {
  content: "\e912";
}
.pi-sort-down:before {
  content: "\e913";
}
.pi-sort-up:before {
  content: "\e914";
}
.pi-sort:before {
  content: "\e915";
}
.pi-step-backward:before {
  content: "\e916";
}
.pi-step-forward:before {
  content: "\e917";
}
.pi-th-large:before {
  content: "\e918";
}
.pi-arrow-down:before {
  content: "\e919";
}
.pi-arrow-left:before {
  content: "\e91a";
}
.pi-arrow-right:before {
  content: "\e91b";
}
.pi-arrow-up:before {
  content: "\e91c";
}
.pi-bars:before {
  content: "\e91d";
}
.pi-arrow-circle-down:before {
  content: "\e91e";
}
.pi-arrow-circle-left:before {
  content: "\e91f";
}
.pi-arrow-circle-right:before {
  content: "\e920";
}
.pi-arrow-circle-up:before {
  content: "\e921";
}
.pi-info:before {
  content: "\e923";
}
.pi-info-circle:before {
  content: "\e924";
}
.pi-home:before {
  content: "\e925";
}
.pi-spinner:before {
  content: "\e926";
}
.tskl-form-control-full {
  width: 100%;
}
.tskl-form-control-full .p-dropdown,
.tskl-form-control-full .p-select,
.tskl-form-control-full .p-inputwrapper {
  width: 100%;
  height: 2.5rem;
  border-radius: 0.4rem;
  border: 1px solid #d1d5db;
  background-color: #fff;
}
.tskl-form-control-full .p-dropdown .p-dropdown-label,
.tskl-form-control-full .p-select .p-select-label,
.tskl-form-control-full .p-inputtext {
  height: 2.5rem;
  line-height: 2.75rem;
  font-size: 1rem;
}
.tskl-form-control-full .p-treeselect {
  width: 100%;
}
.control-lg {
  width: 100%;
}
.control-lg .p-inputtext.control-lg-in {
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 0.4rem;
  border: 1px solid #d1d5db;
  background-color: #fff;
  color: #111827;
}
.p-button-warn {
  background: #eab308 !important;
  border-color: #eab308 !important;
}
.p-button-warn:hover {
  background: #ca8a04 !important;
  border-color: #ca8a04 !important;
}
.p-button-warn:active {
  background: #a16207 !important;
  border-color: #a16207 !important;
}
.material-symbols-outlined {
  font-variation-settings:
    "FILL" 0,
    "wght" 400,
    "GRAD" 0,
    "opsz" 24;
  -webkit-user-select: none;
  user-select: none;
  -webkit-font-smoothing: antialiased;
}
#app-loader {
  position: fixed;
  inset: 0;
  background: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  transition: opacity 0.3s ease;
}
#app-loader.hidden {
  opacity: 0;
  pointer-events: none;
}
body.monitor-mode-active {
  overflow: hidden;
}
body.monitor-mode-active app-sidebar,
body.monitor-mode-active .layout-sidebar,
body.monitor-mode-active [class*=sidebar] {
  display: none !important;
}
body.monitor-mode-active app-topbar,
body.monitor-mode-active .layout-topbar,
body.monitor-mode-active [class*=topbar] {
  display: none !important;
}
body.monitor-mode-active .layout-main,
body.monitor-mode-active .layout-content,
body.monitor-mode-active main {
  margin-left: 0 !important;
  padding-top: 0 !important;
  width: 100% !important;
}
.hide-controls .p-orderlist-controls {
  display: none !important;
}
.hide-controls .p-orderlist-list-container {
  width: 100% !important;
  flex: 1 1 100% !important;
}
.polygon-fullscreen-dialog {
  top: 0 !important;
  left: 0 !important;
  border-radius: 0 !important;
}
.polygon-fullscreen-dialog .p-dialog-content {
  padding: 0 !important;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.last\:mb-0:last-child {
  margin-bottom: 0px;
}
.last\:border-b-0:last-child {
  border-bottom-width: 0px;
}
.focus-within\:border-blue-400:focus-within {
  --tw-border-opacity: 1;
  border-color: rgb(96 165 250 / var(--tw-border-opacity, 1));
}
.focus-within\:border-emerald-400:focus-within {
  --tw-border-opacity: 1;
  border-color: rgb(52 211 153 / var(--tw-border-opacity, 1));
}
.focus-within\:border-orange-400:focus-within {
  --tw-border-opacity: 1;
  border-color: rgb(251 146 60 / var(--tw-border-opacity, 1));
}
.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-105:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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\.01\]:hover {
  --tw-scale-x: 1.01;
  --tw-scale-y: 1.01;
  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));
}
@keyframes pulse {
  50% {
    opacity: .5;
  }
}
.hover\:animate-pulse:hover {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
.hover\:border-amber-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(252 211 77 / var(--tw-border-opacity, 1));
}
.hover\:border-amber-300\/0:hover {
  border-color: rgb(252 211 77 / 0);
}
.hover\:border-amber-300\/10:hover {
  border-color: rgb(252 211 77 / 0.1);
}
.hover\:border-amber-300\/100:hover {
  border-color: rgb(252 211 77 / 1);
}
.hover\:border-amber-300\/15:hover {
  border-color: rgb(252 211 77 / 0.15);
}
.hover\:border-amber-300\/20:hover {
  border-color: rgb(252 211 77 / 0.2);
}
.hover\:border-amber-300\/25:hover {
  border-color: rgb(252 211 77 / 0.25);
}
.hover\:border-amber-300\/30:hover {
  border-color: rgb(252 211 77 / 0.3);
}
.hover\:border-amber-300\/35:hover {
  border-color: rgb(252 211 77 / 0.35);
}
.hover\:border-amber-300\/40:hover {
  border-color: rgb(252 211 77 / 0.4);
}
.hover\:border-amber-300\/45:hover {
  border-color: rgb(252 211 77 / 0.45);
}
.hover\:border-amber-300\/5:hover {
  border-color: rgb(252 211 77 / 0.05);
}
.hover\:border-amber-300\/50:hover {
  border-color: rgb(252 211 77 / 0.5);
}
.hover\:border-amber-300\/55:hover {
  border-color: rgb(252 211 77 / 0.55);
}
.hover\:border-amber-300\/60:hover {
  border-color: rgb(252 211 77 / 0.6);
}
.hover\:border-amber-300\/65:hover {
  border-color: rgb(252 211 77 / 0.65);
}
.hover\:border-amber-300\/70:hover {
  border-color: rgb(252 211 77 / 0.7);
}
.hover\:border-amber-300\/75:hover {
  border-color: rgb(252 211 77 / 0.75);
}
.hover\:border-amber-300\/80:hover {
  border-color: rgb(252 211 77 / 0.8);
}
.hover\:border-amber-300\/85:hover {
  border-color: rgb(252 211 77 / 0.85);
}
.hover\:border-amber-300\/90:hover {
  border-color: rgb(252 211 77 / 0.9);
}
.hover\:border-amber-300\/95:hover {
  border-color: rgb(252 211 77 / 0.95);
}
.hover\:border-amber-500:hover {
  --tw-border-opacity: 1;
  border-color: rgb(245 158 11 / var(--tw-border-opacity, 1));
}
.hover\:border-amber-500\/0:hover {
  border-color: rgb(245 158 11 / 0);
}
.hover\:border-amber-500\/10:hover {
  border-color: rgb(245 158 11 / 0.1);
}
.hover\:border-amber-500\/100:hover {
  border-color: rgb(245 158 11 / 1);
}
.hover\:border-amber-500\/15:hover {
  border-color: rgb(245 158 11 / 0.15);
}
.hover\:border-amber-500\/20:hover {
  border-color: rgb(245 158 11 / 0.2);
}
.hover\:border-amber-500\/25:hover {
  border-color: rgb(245 158 11 / 0.25);
}
.hover\:border-amber-500\/30:hover {
  border-color: rgb(245 158 11 / 0.3);
}
.hover\:border-amber-500\/35:hover {
  border-color: rgb(245 158 11 / 0.35);
}
.hover\:border-amber-500\/40:hover {
  border-color: rgb(245 158 11 / 0.4);
}
.hover\:border-amber-500\/45:hover {
  border-color: rgb(245 158 11 / 0.45);
}
.hover\:border-amber-500\/5:hover {
  border-color: rgb(245 158 11 / 0.05);
}
.hover\:border-amber-500\/50:hover {
  border-color: rgb(245 158 11 / 0.5);
}
.hover\:border-amber-500\/55:hover {
  border-color: rgb(245 158 11 / 0.55);
}
.hover\:border-amber-500\/60:hover {
  border-color: rgb(245 158 11 / 0.6);
}
.hover\:border-amber-500\/65:hover {
  border-color: rgb(245 158 11 / 0.65);
}
.hover\:border-amber-500\/70:hover {
  border-color: rgb(245 158 11 / 0.7);
}
.hover\:border-amber-500\/75:hover {
  border-color: rgb(245 158 11 / 0.75);
}
.hover\:border-amber-500\/80:hover {
  border-color: rgb(245 158 11 / 0.8);
}
.hover\:border-amber-500\/85:hover {
  border-color: rgb(245 158 11 / 0.85);
}
.hover\:border-amber-500\/90:hover {
  border-color: rgb(245 158 11 / 0.9);
}
.hover\:border-amber-500\/95:hover {
  border-color: rgb(245 158 11 / 0.95);
}
.hover\:border-blue-200:hover {
  --tw-border-opacity: 1;
  border-color: rgb(191 219 254 / var(--tw-border-opacity, 1));
}
.hover\:border-blue-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(147 197 253 / var(--tw-border-opacity, 1));
}
.hover\:border-blue-300\/0:hover {
  border-color: rgb(147 197 253 / 0);
}
.hover\:border-blue-300\/10:hover {
  border-color: rgb(147 197 253 / 0.1);
}
.hover\:border-blue-300\/100:hover {
  border-color: rgb(147 197 253 / 1);
}
.hover\:border-blue-300\/15:hover {
  border-color: rgb(147 197 253 / 0.15);
}
.hover\:border-blue-300\/20:hover {
  border-color: rgb(147 197 253 / 0.2);
}
.hover\:border-blue-300\/25:hover {
  border-color: rgb(147 197 253 / 0.25);
}
.hover\:border-blue-300\/30:hover {
  border-color: rgb(147 197 253 / 0.3);
}
.hover\:border-blue-300\/35:hover {
  border-color: rgb(147 197 253 / 0.35);
}
.hover\:border-blue-300\/40:hover {
  border-color: rgb(147 197 253 / 0.4);
}
.hover\:border-blue-300\/45:hover {
  border-color: rgb(147 197 253 / 0.45);
}
.hover\:border-blue-300\/5:hover {
  border-color: rgb(147 197 253 / 0.05);
}
.hover\:border-blue-300\/50:hover {
  border-color: rgb(147 197 253 / 0.5);
}
.hover\:border-blue-300\/55:hover {
  border-color: rgb(147 197 253 / 0.55);
}
.hover\:border-blue-300\/60:hover {
  border-color: rgb(147 197 253 / 0.6);
}
.hover\:border-blue-300\/65:hover {
  border-color: rgb(147 197 253 / 0.65);
}
.hover\:border-blue-300\/70:hover {
  border-color: rgb(147 197 253 / 0.7);
}
.hover\:border-blue-300\/75:hover {
  border-color: rgb(147 197 253 / 0.75);
}
.hover\:border-blue-300\/80:hover {
  border-color: rgb(147 197 253 / 0.8);
}
.hover\:border-blue-300\/85:hover {
  border-color: rgb(147 197 253 / 0.85);
}
.hover\:border-blue-300\/90:hover {
  border-color: rgb(147 197 253 / 0.9);
}
.hover\:border-blue-300\/95:hover {
  border-color: rgb(147 197 253 / 0.95);
}
.hover\:border-blue-500:hover {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}
.hover\:border-blue-500\/0:hover {
  border-color: rgb(59 130 246 / 0);
}
.hover\:border-blue-500\/10:hover {
  border-color: rgb(59 130 246 / 0.1);
}
.hover\:border-blue-500\/100:hover {
  border-color: rgb(59 130 246 / 1);
}
.hover\:border-blue-500\/15:hover {
  border-color: rgb(59 130 246 / 0.15);
}
.hover\:border-blue-500\/20:hover {
  border-color: rgb(59 130 246 / 0.2);
}
.hover\:border-blue-500\/25:hover {
  border-color: rgb(59 130 246 / 0.25);
}
.hover\:border-blue-500\/30:hover {
  border-color: rgb(59 130 246 / 0.3);
}
.hover\:border-blue-500\/35:hover {
  border-color: rgb(59 130 246 / 0.35);
}
.hover\:border-blue-500\/40:hover {
  border-color: rgb(59 130 246 / 0.4);
}
.hover\:border-blue-500\/45:hover {
  border-color: rgb(59 130 246 / 0.45);
}
.hover\:border-blue-500\/5:hover {
  border-color: rgb(59 130 246 / 0.05);
}
.hover\:border-blue-500\/50:hover {
  border-color: rgb(59 130 246 / 0.5);
}
.hover\:border-blue-500\/55:hover {
  border-color: rgb(59 130 246 / 0.55);
}
.hover\:border-blue-500\/60:hover {
  border-color: rgb(59 130 246 / 0.6);
}
.hover\:border-blue-500\/65:hover {
  border-color: rgb(59 130 246 / 0.65);
}
.hover\:border-blue-500\/70:hover {
  border-color: rgb(59 130 246 / 0.7);
}
.hover\:border-blue-500\/75:hover {
  border-color: rgb(59 130 246 / 0.75);
}
.hover\:border-blue-500\/80:hover {
  border-color: rgb(59 130 246 / 0.8);
}
.hover\:border-blue-500\/85:hover {
  border-color: rgb(59 130 246 / 0.85);
}
.hover\:border-blue-500\/90:hover {
  border-color: rgb(59 130 246 / 0.9);
}
.hover\:border-blue-500\/95:hover {
  border-color: rgb(59 130 246 / 0.95);
}
.hover\:border-cyan-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(103 232 249 / var(--tw-border-opacity, 1));
}
.hover\:border-cyan-300\/0:hover {
  border-color: rgb(103 232 249 / 0);
}
.hover\:border-cyan-300\/10:hover {
  border-color: rgb(103 232 249 / 0.1);
}
.hover\:border-cyan-300\/100:hover {
  border-color: rgb(103 232 249 / 1);
}
.hover\:border-cyan-300\/15:hover {
  border-color: rgb(103 232 249 / 0.15);
}
.hover\:border-cyan-300\/20:hover {
  border-color: rgb(103 232 249 / 0.2);
}
.hover\:border-cyan-300\/25:hover {
  border-color: rgb(103 232 249 / 0.25);
}
.hover\:border-cyan-300\/30:hover {
  border-color: rgb(103 232 249 / 0.3);
}
.hover\:border-cyan-300\/35:hover {
  border-color: rgb(103 232 249 / 0.35);
}
.hover\:border-cyan-300\/40:hover {
  border-color: rgb(103 232 249 / 0.4);
}
.hover\:border-cyan-300\/45:hover {
  border-color: rgb(103 232 249 / 0.45);
}
.hover\:border-cyan-300\/5:hover {
  border-color: rgb(103 232 249 / 0.05);
}
.hover\:border-cyan-300\/50:hover {
  border-color: rgb(103 232 249 / 0.5);
}
.hover\:border-cyan-300\/55:hover {
  border-color: rgb(103 232 249 / 0.55);
}
.hover\:border-cyan-300\/60:hover {
  border-color: rgb(103 232 249 / 0.6);
}
.hover\:border-cyan-300\/65:hover {
  border-color: rgb(103 232 249 / 0.65);
}
.hover\:border-cyan-300\/70:hover {
  border-color: rgb(103 232 249 / 0.7);
}
.hover\:border-cyan-300\/75:hover {
  border-color: rgb(103 232 249 / 0.75);
}
.hover\:border-cyan-300\/80:hover {
  border-color: rgb(103 232 249 / 0.8);
}
.hover\:border-cyan-300\/85:hover {
  border-color: rgb(103 232 249 / 0.85);
}
.hover\:border-cyan-300\/90:hover {
  border-color: rgb(103 232 249 / 0.9);
}
.hover\:border-cyan-300\/95:hover {
  border-color: rgb(103 232 249 / 0.95);
}
.hover\:border-cyan-500:hover {
  --tw-border-opacity: 1;
  border-color: rgb(6 182 212 / var(--tw-border-opacity, 1));
}
.hover\:border-cyan-500\/0:hover {
  border-color: rgb(6 182 212 / 0);
}
.hover\:border-cyan-500\/10:hover {
  border-color: rgb(6 182 212 / 0.1);
}
.hover\:border-cyan-500\/100:hover {
  border-color: rgb(6 182 212 / 1);
}
.hover\:border-cyan-500\/15:hover {
  border-color: rgb(6 182 212 / 0.15);
}
.hover\:border-cyan-500\/20:hover {
  border-color: rgb(6 182 212 / 0.2);
}
.hover\:border-cyan-500\/25:hover {
  border-color: rgb(6 182 212 / 0.25);
}
.hover\:border-cyan-500\/30:hover {
  border-color: rgb(6 182 212 / 0.3);
}
.hover\:border-cyan-500\/35:hover {
  border-color: rgb(6 182 212 / 0.35);
}
.hover\:border-cyan-500\/40:hover {
  border-color: rgb(6 182 212 / 0.4);
}
.hover\:border-cyan-500\/45:hover {
  border-color: rgb(6 182 212 / 0.45);
}
.hover\:border-cyan-500\/5:hover {
  border-color: rgb(6 182 212 / 0.05);
}
.hover\:border-cyan-500\/50:hover {
  border-color: rgb(6 182 212 / 0.5);
}
.hover\:border-cyan-500\/55:hover {
  border-color: rgb(6 182 212 / 0.55);
}
.hover\:border-cyan-500\/60:hover {
  border-color: rgb(6 182 212 / 0.6);
}
.hover\:border-cyan-500\/65:hover {
  border-color: rgb(6 182 212 / 0.65);
}
.hover\:border-cyan-500\/70:hover {
  border-color: rgb(6 182 212 / 0.7);
}
.hover\:border-cyan-500\/75:hover {
  border-color: rgb(6 182 212 / 0.75);
}
.hover\:border-cyan-500\/80:hover {
  border-color: rgb(6 182 212 / 0.8);
}
.hover\:border-cyan-500\/85:hover {
  border-color: rgb(6 182 212 / 0.85);
}
.hover\:border-cyan-500\/90:hover {
  border-color: rgb(6 182 212 / 0.9);
}
.hover\:border-cyan-500\/95:hover {
  border-color: rgb(6 182 212 / 0.95);
}
.hover\:border-emerald-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(110 231 183 / var(--tw-border-opacity, 1));
}
.hover\:border-emerald-300\/0:hover {
  border-color: rgb(110 231 183 / 0);
}
.hover\:border-emerald-300\/10:hover {
  border-color: rgb(110 231 183 / 0.1);
}
.hover\:border-emerald-300\/100:hover {
  border-color: rgb(110 231 183 / 1);
}
.hover\:border-emerald-300\/15:hover {
  border-color: rgb(110 231 183 / 0.15);
}
.hover\:border-emerald-300\/20:hover {
  border-color: rgb(110 231 183 / 0.2);
}
.hover\:border-emerald-300\/25:hover {
  border-color: rgb(110 231 183 / 0.25);
}
.hover\:border-emerald-300\/30:hover {
  border-color: rgb(110 231 183 / 0.3);
}
.hover\:border-emerald-300\/35:hover {
  border-color: rgb(110 231 183 / 0.35);
}
.hover\:border-emerald-300\/40:hover {
  border-color: rgb(110 231 183 / 0.4);
}
.hover\:border-emerald-300\/45:hover {
  border-color: rgb(110 231 183 / 0.45);
}
.hover\:border-emerald-300\/5:hover {
  border-color: rgb(110 231 183 / 0.05);
}
.hover\:border-emerald-300\/50:hover {
  border-color: rgb(110 231 183 / 0.5);
}
.hover\:border-emerald-300\/55:hover {
  border-color: rgb(110 231 183 / 0.55);
}
.hover\:border-emerald-300\/60:hover {
  border-color: rgb(110 231 183 / 0.6);
}
.hover\:border-emerald-300\/65:hover {
  border-color: rgb(110 231 183 / 0.65);
}
.hover\:border-emerald-300\/70:hover {
  border-color: rgb(110 231 183 / 0.7);
}
.hover\:border-emerald-300\/75:hover {
  border-color: rgb(110 231 183 / 0.75);
}
.hover\:border-emerald-300\/80:hover {
  border-color: rgb(110 231 183 / 0.8);
}
.hover\:border-emerald-300\/85:hover {
  border-color: rgb(110 231 183 / 0.85);
}
.hover\:border-emerald-300\/90:hover {
  border-color: rgb(110 231 183 / 0.9);
}
.hover\:border-emerald-300\/95:hover {
  border-color: rgb(110 231 183 / 0.95);
}
.hover\:border-emerald-500:hover {
  --tw-border-opacity: 1;
  border-color: rgb(16 185 129 / var(--tw-border-opacity, 1));
}
.hover\:border-emerald-500\/0:hover {
  border-color: rgb(16 185 129 / 0);
}
.hover\:border-emerald-500\/10:hover {
  border-color: rgb(16 185 129 / 0.1);
}
.hover\:border-emerald-500\/100:hover {
  border-color: rgb(16 185 129 / 1);
}
.hover\:border-emerald-500\/15:hover {
  border-color: rgb(16 185 129 / 0.15);
}
.hover\:border-emerald-500\/20:hover {
  border-color: rgb(16 185 129 / 0.2);
}
.hover\:border-emerald-500\/25:hover {
  border-color: rgb(16 185 129 / 0.25);
}
.hover\:border-emerald-500\/30:hover {
  border-color: rgb(16 185 129 / 0.3);
}
.hover\:border-emerald-500\/35:hover {
  border-color: rgb(16 185 129 / 0.35);
}
.hover\:border-emerald-500\/40:hover {
  border-color: rgb(16 185 129 / 0.4);
}
.hover\:border-emerald-500\/45:hover {
  border-color: rgb(16 185 129 / 0.45);
}
.hover\:border-emerald-500\/5:hover {
  border-color: rgb(16 185 129 / 0.05);
}
.hover\:border-emerald-500\/50:hover {
  border-color: rgb(16 185 129 / 0.5);
}
.hover\:border-emerald-500\/55:hover {
  border-color: rgb(16 185 129 / 0.55);
}
.hover\:border-emerald-500\/60:hover {
  border-color: rgb(16 185 129 / 0.6);
}
.hover\:border-emerald-500\/65:hover {
  border-color: rgb(16 185 129 / 0.65);
}
.hover\:border-emerald-500\/70:hover {
  border-color: rgb(16 185 129 / 0.7);
}
.hover\:border-emerald-500\/75:hover {
  border-color: rgb(16 185 129 / 0.75);
}
.hover\:border-emerald-500\/80:hover {
  border-color: rgb(16 185 129 / 0.8);
}
.hover\:border-emerald-500\/85:hover {
  border-color: rgb(16 185 129 / 0.85);
}
.hover\:border-emerald-500\/90:hover {
  border-color: rgb(16 185 129 / 0.9);
}
.hover\:border-emerald-500\/95:hover {
  border-color: rgb(16 185 129 / 0.95);
}
.hover\:border-fuchsia-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(240 171 252 / var(--tw-border-opacity, 1));
}
.hover\:border-fuchsia-300\/0:hover {
  border-color: rgb(240 171 252 / 0);
}
.hover\:border-fuchsia-300\/10:hover {
  border-color: rgb(240 171 252 / 0.1);
}
.hover\:border-fuchsia-300\/100:hover {
  border-color: rgb(240 171 252 / 1);
}
.hover\:border-fuchsia-300\/15:hover {
  border-color: rgb(240 171 252 / 0.15);
}
.hover\:border-fuchsia-300\/20:hover {
  border-color: rgb(240 171 252 / 0.2);
}
.hover\:border-fuchsia-300\/25:hover {
  border-color: rgb(240 171 252 / 0.25);
}
.hover\:border-fuchsia-300\/30:hover {
  border-color: rgb(240 171 252 / 0.3);
}
.hover\:border-fuchsia-300\/35:hover {
  border-color: rgb(240 171 252 / 0.35);
}
.hover\:border-fuchsia-300\/40:hover {
  border-color: rgb(240 171 252 / 0.4);
}
.hover\:border-fuchsia-300\/45:hover {
  border-color: rgb(240 171 252 / 0.45);
}
.hover\:border-fuchsia-300\/5:hover {
  border-color: rgb(240 171 252 / 0.05);
}
.hover\:border-fuchsia-300\/50:hover {
  border-color: rgb(240 171 252 / 0.5);
}
.hover\:border-fuchsia-300\/55:hover {
  border-color: rgb(240 171 252 / 0.55);
}
.hover\:border-fuchsia-300\/60:hover {
  border-color: rgb(240 171 252 / 0.6);
}
.hover\:border-fuchsia-300\/65:hover {
  border-color: rgb(240 171 252 / 0.65);
}
.hover\:border-fuchsia-300\/70:hover {
  border-color: rgb(240 171 252 / 0.7);
}
.hover\:border-fuchsia-300\/75:hover {
  border-color: rgb(240 171 252 / 0.75);
}
.hover\:border-fuchsia-300\/80:hover {
  border-color: rgb(240 171 252 / 0.8);
}
.hover\:border-fuchsia-300\/85:hover {
  border-color: rgb(240 171 252 / 0.85);
}
.hover\:border-fuchsia-300\/90:hover {
  border-color: rgb(240 171 252 / 0.9);
}
.hover\:border-fuchsia-300\/95:hover {
  border-color: rgb(240 171 252 / 0.95);
}
.hover\:border-fuchsia-500:hover {
  --tw-border-opacity: 1;
  border-color: rgb(217 70 239 / var(--tw-border-opacity, 1));
}
.hover\:border-fuchsia-500\/0:hover {
  border-color: rgb(217 70 239 / 0);
}
.hover\:border-fuchsia-500\/10:hover {
  border-color: rgb(217 70 239 / 0.1);
}
.hover\:border-fuchsia-500\/100:hover {
  border-color: rgb(217 70 239 / 1);
}
.hover\:border-fuchsia-500\/15:hover {
  border-color: rgb(217 70 239 / 0.15);
}
.hover\:border-fuchsia-500\/20:hover {
  border-color: rgb(217 70 239 / 0.2);
}
.hover\:border-fuchsia-500\/25:hover {
  border-color: rgb(217 70 239 / 0.25);
}
.hover\:border-fuchsia-500\/30:hover {
  border-color: rgb(217 70 239 / 0.3);
}
.hover\:border-fuchsia-500\/35:hover {
  border-color: rgb(217 70 239 / 0.35);
}
.hover\:border-fuchsia-500\/40:hover {
  border-color: rgb(217 70 239 / 0.4);
}
.hover\:border-fuchsia-500\/45:hover {
  border-color: rgb(217 70 239 / 0.45);
}
.hover\:border-fuchsia-500\/5:hover {
  border-color: rgb(217 70 239 / 0.05);
}
.hover\:border-fuchsia-500\/50:hover {
  border-color: rgb(217 70 239 / 0.5);
}
.hover\:border-fuchsia-500\/55:hover {
  border-color: rgb(217 70 239 / 0.55);
}
.hover\:border-fuchsia-500\/60:hover {
  border-color: rgb(217 70 239 / 0.6);
}
.hover\:border-fuchsia-500\/65:hover {
  border-color: rgb(217 70 239 / 0.65);
}
.hover\:border-fuchsia-500\/70:hover {
  border-color: rgb(217 70 239 / 0.7);
}
.hover\:border-fuchsia-500\/75:hover {
  border-color: rgb(217 70 239 / 0.75);
}
.hover\:border-fuchsia-500\/80:hover {
  border-color: rgb(217 70 239 / 0.8);
}
.hover\:border-fuchsia-500\/85:hover {
  border-color: rgb(217 70 239 / 0.85);
}
.hover\:border-fuchsia-500\/90:hover {
  border-color: rgb(217 70 239 / 0.9);
}
.hover\:border-fuchsia-500\/95:hover {
  border-color: rgb(217 70 239 / 0.95);
}
.hover\:border-gray-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.hover\:border-green-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(134 239 172 / var(--tw-border-opacity, 1));
}
.hover\:border-green-300\/0:hover {
  border-color: rgb(134 239 172 / 0);
}
.hover\:border-green-300\/10:hover {
  border-color: rgb(134 239 172 / 0.1);
}
.hover\:border-green-300\/100:hover {
  border-color: rgb(134 239 172 / 1);
}
.hover\:border-green-300\/15:hover {
  border-color: rgb(134 239 172 / 0.15);
}
.hover\:border-green-300\/20:hover {
  border-color: rgb(134 239 172 / 0.2);
}
.hover\:border-green-300\/25:hover {
  border-color: rgb(134 239 172 / 0.25);
}
.hover\:border-green-300\/30:hover {
  border-color: rgb(134 239 172 / 0.3);
}
.hover\:border-green-300\/35:hover {
  border-color: rgb(134 239 172 / 0.35);
}
.hover\:border-green-300\/40:hover {
  border-color: rgb(134 239 172 / 0.4);
}
.hover\:border-green-300\/45:hover {
  border-color: rgb(134 239 172 / 0.45);
}
.hover\:border-green-300\/5:hover {
  border-color: rgb(134 239 172 / 0.05);
}
.hover\:border-green-300\/50:hover {
  border-color: rgb(134 239 172 / 0.5);
}
.hover\:border-green-300\/55:hover {
  border-color: rgb(134 239 172 / 0.55);
}
.hover\:border-green-300\/60:hover {
  border-color: rgb(134 239 172 / 0.6);
}
.hover\:border-green-300\/65:hover {
  border-color: rgb(134 239 172 / 0.65);
}
.hover\:border-green-300\/70:hover {
  border-color: rgb(134 239 172 / 0.7);
}
.hover\:border-green-300\/75:hover {
  border-color: rgb(134 239 172 / 0.75);
}
.hover\:border-green-300\/80:hover {
  border-color: rgb(134 239 172 / 0.8);
}
.hover\:border-green-300\/85:hover {
  border-color: rgb(134 239 172 / 0.85);
}
.hover\:border-green-300\/90:hover {
  border-color: rgb(134 239 172 / 0.9);
}
.hover\:border-green-300\/95:hover {
  border-color: rgb(134 239 172 / 0.95);
}
.hover\:border-green-500:hover {
  --tw-border-opacity: 1;
  border-color: rgb(34 197 94 / var(--tw-border-opacity, 1));
}
.hover\:border-green-500\/0:hover {
  border-color: rgb(34 197 94 / 0);
}
.hover\:border-green-500\/10:hover {
  border-color: rgb(34 197 94 / 0.1);
}
.hover\:border-green-500\/100:hover {
  border-color: rgb(34 197 94 / 1);
}
.hover\:border-green-500\/15:hover {
  border-color: rgb(34 197 94 / 0.15);
}
.hover\:border-green-500\/20:hover {
  border-color: rgb(34 197 94 / 0.2);
}
.hover\:border-green-500\/25:hover {
  border-color: rgb(34 197 94 / 0.25);
}
.hover\:border-green-500\/30:hover {
  border-color: rgb(34 197 94 / 0.3);
}
.hover\:border-green-500\/35:hover {
  border-color: rgb(34 197 94 / 0.35);
}
.hover\:border-green-500\/40:hover {
  border-color: rgb(34 197 94 / 0.4);
}
.hover\:border-green-500\/45:hover {
  border-color: rgb(34 197 94 / 0.45);
}
.hover\:border-green-500\/5:hover {
  border-color: rgb(34 197 94 / 0.05);
}
.hover\:border-green-500\/50:hover {
  border-color: rgb(34 197 94 / 0.5);
}
.hover\:border-green-500\/55:hover {
  border-color: rgb(34 197 94 / 0.55);
}
.hover\:border-green-500\/60:hover {
  border-color: rgb(34 197 94 / 0.6);
}
.hover\:border-green-500\/65:hover {
  border-color: rgb(34 197 94 / 0.65);
}
.hover\:border-green-500\/70:hover {
  border-color: rgb(34 197 94 / 0.7);
}
.hover\:border-green-500\/75:hover {
  border-color: rgb(34 197 94 / 0.75);
}
.hover\:border-green-500\/80:hover {
  border-color: rgb(34 197 94 / 0.8);
}
.hover\:border-green-500\/85:hover {
  border-color: rgb(34 197 94 / 0.85);
}
.hover\:border-green-500\/90:hover {
  border-color: rgb(34 197 94 / 0.9);
}
.hover\:border-green-500\/95:hover {
  border-color: rgb(34 197 94 / 0.95);
}
.hover\:border-green-600\/50:hover {
  border-color: rgb(22 163 74 / 0.5);
}
.hover\:border-indigo-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(165 180 252 / var(--tw-border-opacity, 1));
}
.hover\:border-indigo-300\/0:hover {
  border-color: rgb(165 180 252 / 0);
}
.hover\:border-indigo-300\/10:hover {
  border-color: rgb(165 180 252 / 0.1);
}
.hover\:border-indigo-300\/100:hover {
  border-color: rgb(165 180 252 / 1);
}
.hover\:border-indigo-300\/15:hover {
  border-color: rgb(165 180 252 / 0.15);
}
.hover\:border-indigo-300\/20:hover {
  border-color: rgb(165 180 252 / 0.2);
}
.hover\:border-indigo-300\/25:hover {
  border-color: rgb(165 180 252 / 0.25);
}
.hover\:border-indigo-300\/30:hover {
  border-color: rgb(165 180 252 / 0.3);
}
.hover\:border-indigo-300\/35:hover {
  border-color: rgb(165 180 252 / 0.35);
}
.hover\:border-indigo-300\/40:hover {
  border-color: rgb(165 180 252 / 0.4);
}
.hover\:border-indigo-300\/45:hover {
  border-color: rgb(165 180 252 / 0.45);
}
.hover\:border-indigo-300\/5:hover {
  border-color: rgb(165 180 252 / 0.05);
}
.hover\:border-indigo-300\/50:hover {
  border-color: rgb(165 180 252 / 0.5);
}
.hover\:border-indigo-300\/55:hover {
  border-color: rgb(165 180 252 / 0.55);
}
.hover\:border-indigo-300\/60:hover {
  border-color: rgb(165 180 252 / 0.6);
}
.hover\:border-indigo-300\/65:hover {
  border-color: rgb(165 180 252 / 0.65);
}
.hover\:border-indigo-300\/70:hover {
  border-color: rgb(165 180 252 / 0.7);
}
.hover\:border-indigo-300\/75:hover {
  border-color: rgb(165 180 252 / 0.75);
}
.hover\:border-indigo-300\/80:hover {
  border-color: rgb(165 180 252 / 0.8);
}
.hover\:border-indigo-300\/85:hover {
  border-color: rgb(165 180 252 / 0.85);
}
.hover\:border-indigo-300\/90:hover {
  border-color: rgb(165 180 252 / 0.9);
}
.hover\:border-indigo-300\/95:hover {
  border-color: rgb(165 180 252 / 0.95);
}
.hover\:border-indigo-500:hover {
  --tw-border-opacity: 1;
  border-color: rgb(99 102 241 / var(--tw-border-opacity, 1));
}
.hover\:border-indigo-500\/0:hover {
  border-color: rgb(99 102 241 / 0);
}
.hover\:border-indigo-500\/10:hover {
  border-color: rgb(99 102 241 / 0.1);
}
.hover\:border-indigo-500\/100:hover {
  border-color: rgb(99 102 241 / 1);
}
.hover\:border-indigo-500\/15:hover {
  border-color: rgb(99 102 241 / 0.15);
}
.hover\:border-indigo-500\/20:hover {
  border-color: rgb(99 102 241 / 0.2);
}
.hover\:border-indigo-500\/25:hover {
  border-color: rgb(99 102 241 / 0.25);
}
.hover\:border-indigo-500\/30:hover {
  border-color: rgb(99 102 241 / 0.3);
}
.hover\:border-indigo-500\/35:hover {
  border-color: rgb(99 102 241 / 0.35);
}
.hover\:border-indigo-500\/40:hover {
  border-color: rgb(99 102 241 / 0.4);
}
.hover\:border-indigo-500\/45:hover {
  border-color: rgb(99 102 241 / 0.45);
}
.hover\:border-indigo-500\/5:hover {
  border-color: rgb(99 102 241 / 0.05);
}
.hover\:border-indigo-500\/50:hover {
  border-color: rgb(99 102 241 / 0.5);
}
.hover\:border-indigo-500\/55:hover {
  border-color: rgb(99 102 241 / 0.55);
}
.hover\:border-indigo-500\/60:hover {
  border-color: rgb(99 102 241 / 0.6);
}
.hover\:border-indigo-500\/65:hover {
  border-color: rgb(99 102 241 / 0.65);
}
.hover\:border-indigo-500\/70:hover {
  border-color: rgb(99 102 241 / 0.7);
}
.hover\:border-indigo-500\/75:hover {
  border-color: rgb(99 102 241 / 0.75);
}
.hover\:border-indigo-500\/80:hover {
  border-color: rgb(99 102 241 / 0.8);
}
.hover\:border-indigo-500\/85:hover {
  border-color: rgb(99 102 241 / 0.85);
}
.hover\:border-indigo-500\/90:hover {
  border-color: rgb(99 102 241 / 0.9);
}
.hover\:border-indigo-500\/95:hover {
  border-color: rgb(99 102 241 / 0.95);
}
.hover\:border-lime-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(190 242 100 / var(--tw-border-opacity, 1));
}
.hover\:border-lime-300\/0:hover {
  border-color: rgb(190 242 100 / 0);
}
.hover\:border-lime-300\/10:hover {
  border-color: rgb(190 242 100 / 0.1);
}
.hover\:border-lime-300\/100:hover {
  border-color: rgb(190 242 100 / 1);
}
.hover\:border-lime-300\/15:hover {
  border-color: rgb(190 242 100 / 0.15);
}
.hover\:border-lime-300\/20:hover {
  border-color: rgb(190 242 100 / 0.2);
}
.hover\:border-lime-300\/25:hover {
  border-color: rgb(190 242 100 / 0.25);
}
.hover\:border-lime-300\/30:hover {
  border-color: rgb(190 242 100 / 0.3);
}
.hover\:border-lime-300\/35:hover {
  border-color: rgb(190 242 100 / 0.35);
}
.hover\:border-lime-300\/40:hover {
  border-color: rgb(190 242 100 / 0.4);
}
.hover\:border-lime-300\/45:hover {
  border-color: rgb(190 242 100 / 0.45);
}
.hover\:border-lime-300\/5:hover {
  border-color: rgb(190 242 100 / 0.05);
}
.hover\:border-lime-300\/50:hover {
  border-color: rgb(190 242 100 / 0.5);
}
.hover\:border-lime-300\/55:hover {
  border-color: rgb(190 242 100 / 0.55);
}
.hover\:border-lime-300\/60:hover {
  border-color: rgb(190 242 100 / 0.6);
}
.hover\:border-lime-300\/65:hover {
  border-color: rgb(190 242 100 / 0.65);
}
.hover\:border-lime-300\/70:hover {
  border-color: rgb(190 242 100 / 0.7);
}
.hover\:border-lime-300\/75:hover {
  border-color: rgb(190 242 100 / 0.75);
}
.hover\:border-lime-300\/80:hover {
  border-color: rgb(190 242 100 / 0.8);
}
.hover\:border-lime-300\/85:hover {
  border-color: rgb(190 242 100 / 0.85);
}
.hover\:border-lime-300\/90:hover {
  border-color: rgb(190 242 100 / 0.9);
}
.hover\:border-lime-300\/95:hover {
  border-color: rgb(190 242 100 / 0.95);
}
.hover\:border-lime-500:hover {
  --tw-border-opacity: 1;
  border-color: rgb(132 204 22 / var(--tw-border-opacity, 1));
}
.hover\:border-lime-500\/0:hover {
  border-color: rgb(132 204 22 / 0);
}
.hover\:border-lime-500\/10:hover {
  border-color: rgb(132 204 22 / 0.1);
}
.hover\:border-lime-500\/100:hover {
  border-color: rgb(132 204 22 / 1);
}
.hover\:border-lime-500\/15:hover {
  border-color: rgb(132 204 22 / 0.15);
}
.hover\:border-lime-500\/20:hover {
  border-color: rgb(132 204 22 / 0.2);
}
.hover\:border-lime-500\/25:hover {
  border-color: rgb(132 204 22 / 0.25);
}
.hover\:border-lime-500\/30:hover {
  border-color: rgb(132 204 22 / 0.3);
}
.hover\:border-lime-500\/35:hover {
  border-color: rgb(132 204 22 / 0.35);
}
.hover\:border-lime-500\/40:hover {
  border-color: rgb(132 204 22 / 0.4);
}
.hover\:border-lime-500\/45:hover {
  border-color: rgb(132 204 22 / 0.45);
}
.hover\:border-lime-500\/5:hover {
  border-color: rgb(132 204 22 / 0.05);
}
.hover\:border-lime-500\/50:hover {
  border-color: rgb(132 204 22 / 0.5);
}
.hover\:border-lime-500\/55:hover {
  border-color: rgb(132 204 22 / 0.55);
}
.hover\:border-lime-500\/60:hover {
  border-color: rgb(132 204 22 / 0.6);
}
.hover\:border-lime-500\/65:hover {
  border-color: rgb(132 204 22 / 0.65);
}
.hover\:border-lime-500\/70:hover {
  border-color: rgb(132 204 22 / 0.7);
}
.hover\:border-lime-500\/75:hover {
  border-color: rgb(132 204 22 / 0.75);
}
.hover\:border-lime-500\/80:hover {
  border-color: rgb(132 204 22 / 0.8);
}
.hover\:border-lime-500\/85:hover {
  border-color: rgb(132 204 22 / 0.85);
}
.hover\:border-lime-500\/90:hover {
  border-color: rgb(132 204 22 / 0.9);
}
.hover\:border-lime-500\/95:hover {
  border-color: rgb(132 204 22 / 0.95);
}
.hover\:border-orange-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(253 186 116 / var(--tw-border-opacity, 1));
}
.hover\:border-orange-300\/0:hover {
  border-color: rgb(253 186 116 / 0);
}
.hover\:border-orange-300\/10:hover {
  border-color: rgb(253 186 116 / 0.1);
}
.hover\:border-orange-300\/100:hover {
  border-color: rgb(253 186 116 / 1);
}
.hover\:border-orange-300\/15:hover {
  border-color: rgb(253 186 116 / 0.15);
}
.hover\:border-orange-300\/20:hover {
  border-color: rgb(253 186 116 / 0.2);
}
.hover\:border-orange-300\/25:hover {
  border-color: rgb(253 186 116 / 0.25);
}
.hover\:border-orange-300\/30:hover {
  border-color: rgb(253 186 116 / 0.3);
}
.hover\:border-orange-300\/35:hover {
  border-color: rgb(253 186 116 / 0.35);
}
.hover\:border-orange-300\/40:hover {
  border-color: rgb(253 186 116 / 0.4);
}
.hover\:border-orange-300\/45:hover {
  border-color: rgb(253 186 116 / 0.45);
}
.hover\:border-orange-300\/5:hover {
  border-color: rgb(253 186 116 / 0.05);
}
.hover\:border-orange-300\/50:hover {
  border-color: rgb(253 186 116 / 0.5);
}
.hover\:border-orange-300\/55:hover {
  border-color: rgb(253 186 116 / 0.55);
}
.hover\:border-orange-300\/60:hover {
  border-color: rgb(253 186 116 / 0.6);
}
.hover\:border-orange-300\/65:hover {
  border-color: rgb(253 186 116 / 0.65);
}
.hover\:border-orange-300\/70:hover {
  border-color: rgb(253 186 116 / 0.7);
}
.hover\:border-orange-300\/75:hover {
  border-color: rgb(253 186 116 / 0.75);
}
.hover\:border-orange-300\/80:hover {
  border-color: rgb(253 186 116 / 0.8);
}
.hover\:border-orange-300\/85:hover {
  border-color: rgb(253 186 116 / 0.85);
}
.hover\:border-orange-300\/90:hover {
  border-color: rgb(253 186 116 / 0.9);
}
.hover\:border-orange-300\/95:hover {
  border-color: rgb(253 186 116 / 0.95);
}
.hover\:border-orange-500:hover {
  --tw-border-opacity: 1;
  border-color: rgb(249 115 22 / var(--tw-border-opacity, 1));
}
.hover\:border-orange-500\/0:hover {
  border-color: rgb(249 115 22 / 0);
}
.hover\:border-orange-500\/10:hover {
  border-color: rgb(249 115 22 / 0.1);
}
.hover\:border-orange-500\/100:hover {
  border-color: rgb(249 115 22 / 1);
}
.hover\:border-orange-500\/15:hover {
  border-color: rgb(249 115 22 / 0.15);
}
.hover\:border-orange-500\/20:hover {
  border-color: rgb(249 115 22 / 0.2);
}
.hover\:border-orange-500\/25:hover {
  border-color: rgb(249 115 22 / 0.25);
}
.hover\:border-orange-500\/30:hover {
  border-color: rgb(249 115 22 / 0.3);
}
.hover\:border-orange-500\/35:hover {
  border-color: rgb(249 115 22 / 0.35);
}
.hover\:border-orange-500\/40:hover {
  border-color: rgb(249 115 22 / 0.4);
}
.hover\:border-orange-500\/45:hover {
  border-color: rgb(249 115 22 / 0.45);
}
.hover\:border-orange-500\/5:hover {
  border-color: rgb(249 115 22 / 0.05);
}
.hover\:border-orange-500\/50:hover {
  border-color: rgb(249 115 22 / 0.5);
}
.hover\:border-orange-500\/55:hover {
  border-color: rgb(249 115 22 / 0.55);
}
.hover\:border-orange-500\/60:hover {
  border-color: rgb(249 115 22 / 0.6);
}
.hover\:border-orange-500\/65:hover {
  border-color: rgb(249 115 22 / 0.65);
}
.hover\:border-orange-500\/70:hover {
  border-color: rgb(249 115 22 / 0.7);
}
.hover\:border-orange-500\/75:hover {
  border-color: rgb(249 115 22 / 0.75);
}
.hover\:border-orange-500\/80:hover {
  border-color: rgb(249 115 22 / 0.8);
}
.hover\:border-orange-500\/85:hover {
  border-color: rgb(249 115 22 / 0.85);
}
.hover\:border-orange-500\/90:hover {
  border-color: rgb(249 115 22 / 0.9);
}
.hover\:border-orange-500\/95:hover {
  border-color: rgb(249 115 22 / 0.95);
}
.hover\:border-orange-700:hover {
  --tw-border-opacity: 1;
  border-color: rgb(194 65 12 / var(--tw-border-opacity, 1));
}
.hover\:border-purple-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(216 180 254 / var(--tw-border-opacity, 1));
}
.hover\:border-purple-300\/0:hover {
  border-color: rgb(216 180 254 / 0);
}
.hover\:border-purple-300\/10:hover {
  border-color: rgb(216 180 254 / 0.1);
}
.hover\:border-purple-300\/100:hover {
  border-color: rgb(216 180 254 / 1);
}
.hover\:border-purple-300\/15:hover {
  border-color: rgb(216 180 254 / 0.15);
}
.hover\:border-purple-300\/20:hover {
  border-color: rgb(216 180 254 / 0.2);
}
.hover\:border-purple-300\/25:hover {
  border-color: rgb(216 180 254 / 0.25);
}
.hover\:border-purple-300\/30:hover {
  border-color: rgb(216 180 254 / 0.3);
}
.hover\:border-purple-300\/35:hover {
  border-color: rgb(216 180 254 / 0.35);
}
.hover\:border-purple-300\/40:hover {
  border-color: rgb(216 180 254 / 0.4);
}
.hover\:border-purple-300\/45:hover {
  border-color: rgb(216 180 254 / 0.45);
}
.hover\:border-purple-300\/5:hover {
  border-color: rgb(216 180 254 / 0.05);
}
.hover\:border-purple-300\/50:hover {
  border-color: rgb(216 180 254 / 0.5);
}
.hover\:border-purple-300\/55:hover {
  border-color: rgb(216 180 254 / 0.55);
}
.hover\:border-purple-300\/60:hover {
  border-color: rgb(216 180 254 / 0.6);
}
.hover\:border-purple-300\/65:hover {
  border-color: rgb(216 180 254 / 0.65);
}
.hover\:border-purple-300\/70:hover {
  border-color: rgb(216 180 254 / 0.7);
}
.hover\:border-purple-300\/75:hover {
  border-color: rgb(216 180 254 / 0.75);
}
.hover\:border-purple-300\/80:hover {
  border-color: rgb(216 180 254 / 0.8);
}
.hover\:border-purple-300\/85:hover {
  border-color: rgb(216 180 254 / 0.85);
}
.hover\:border-purple-300\/90:hover {
  border-color: rgb(216 180 254 / 0.9);
}
.hover\:border-purple-300\/95:hover {
  border-color: rgb(216 180 254 / 0.95);
}
.hover\:border-purple-500:hover {
  --tw-border-opacity: 1;
  border-color: rgb(168 85 247 / var(--tw-border-opacity, 1));
}
.hover\:border-purple-500\/0:hover {
  border-color: rgb(168 85 247 / 0);
}
.hover\:border-purple-500\/10:hover {
  border-color: rgb(168 85 247 / 0.1);
}
.hover\:border-purple-500\/100:hover {
  border-color: rgb(168 85 247 / 1);
}
.hover\:border-purple-500\/15:hover {
  border-color: rgb(168 85 247 / 0.15);
}
.hover\:border-purple-500\/20:hover {
  border-color: rgb(168 85 247 / 0.2);
}
.hover\:border-purple-500\/25:hover {
  border-color: rgb(168 85 247 / 0.25);
}
.hover\:border-purple-500\/30:hover {
  border-color: rgb(168 85 247 / 0.3);
}
.hover\:border-purple-500\/35:hover {
  border-color: rgb(168 85 247 / 0.35);
}
.hover\:border-purple-500\/40:hover {
  border-color: rgb(168 85 247 / 0.4);
}
.hover\:border-purple-500\/45:hover {
  border-color: rgb(168 85 247 / 0.45);
}
.hover\:border-purple-500\/5:hover {
  border-color: rgb(168 85 247 / 0.05);
}
.hover\:border-purple-500\/50:hover {
  border-color: rgb(168 85 247 / 0.5);
}
.hover\:border-purple-500\/55:hover {
  border-color: rgb(168 85 247 / 0.55);
}
.hover\:border-purple-500\/60:hover {
  border-color: rgb(168 85 247 / 0.6);
}
.hover\:border-purple-500\/65:hover {
  border-color: rgb(168 85 247 / 0.65);
}
.hover\:border-purple-500\/70:hover {
  border-color: rgb(168 85 247 / 0.7);
}
.hover\:border-purple-500\/75:hover {
  border-color: rgb(168 85 247 / 0.75);
}
.hover\:border-purple-500\/80:hover {
  border-color: rgb(168 85 247 / 0.8);
}
.hover\:border-purple-500\/85:hover {
  border-color: rgb(168 85 247 / 0.85);
}
.hover\:border-purple-500\/90:hover {
  border-color: rgb(168 85 247 / 0.9);
}
.hover\:border-purple-500\/95:hover {
  border-color: rgb(168 85 247 / 0.95);
}
.hover\:border-red-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(252 165 165 / var(--tw-border-opacity, 1));
}
.hover\:border-red-300\/0:hover {
  border-color: rgb(252 165 165 / 0);
}
.hover\:border-red-300\/10:hover {
  border-color: rgb(252 165 165 / 0.1);
}
.hover\:border-red-300\/100:hover {
  border-color: rgb(252 165 165 / 1);
}
.hover\:border-red-300\/15:hover {
  border-color: rgb(252 165 165 / 0.15);
}
.hover\:border-red-300\/20:hover {
  border-color: rgb(252 165 165 / 0.2);
}
.hover\:border-red-300\/25:hover {
  border-color: rgb(252 165 165 / 0.25);
}
.hover\:border-red-300\/30:hover {
  border-color: rgb(252 165 165 / 0.3);
}
.hover\:border-red-300\/35:hover {
  border-color: rgb(252 165 165 / 0.35);
}
.hover\:border-red-300\/40:hover {
  border-color: rgb(252 165 165 / 0.4);
}
.hover\:border-red-300\/45:hover {
  border-color: rgb(252 165 165 / 0.45);
}
.hover\:border-red-300\/5:hover {
  border-color: rgb(252 165 165 / 0.05);
}
.hover\:border-red-300\/50:hover {
  border-color: rgb(252 165 165 / 0.5);
}
.hover\:border-red-300\/55:hover {
  border-color: rgb(252 165 165 / 0.55);
}
.hover\:border-red-300\/60:hover {
  border-color: rgb(252 165 165 / 0.6);
}
.hover\:border-red-300\/65:hover {
  border-color: rgb(252 165 165 / 0.65);
}
.hover\:border-red-300\/70:hover {
  border-color: rgb(252 165 165 / 0.7);
}
.hover\:border-red-300\/75:hover {
  border-color: rgb(252 165 165 / 0.75);
}
.hover\:border-red-300\/80:hover {
  border-color: rgb(252 165 165 / 0.8);
}
.hover\:border-red-300\/85:hover {
  border-color: rgb(252 165 165 / 0.85);
}
.hover\:border-red-300\/90:hover {
  border-color: rgb(252 165 165 / 0.9);
}
.hover\:border-red-300\/95:hover {
  border-color: rgb(252 165 165 / 0.95);
}
.hover\:border-red-500:hover {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
}
.hover\:border-red-500\/0:hover {
  border-color: rgb(239 68 68 / 0);
}
.hover\:border-red-500\/10:hover {
  border-color: rgb(239 68 68 / 0.1);
}
.hover\:border-red-500\/100:hover {
  border-color: rgb(239 68 68 / 1);
}
.hover\:border-red-500\/15:hover {
  border-color: rgb(239 68 68 / 0.15);
}
.hover\:border-red-500\/20:hover {
  border-color: rgb(239 68 68 / 0.2);
}
.hover\:border-red-500\/25:hover {
  border-color: rgb(239 68 68 / 0.25);
}
.hover\:border-red-500\/30:hover {
  border-color: rgb(239 68 68 / 0.3);
}
.hover\:border-red-500\/35:hover {
  border-color: rgb(239 68 68 / 0.35);
}
.hover\:border-red-500\/40:hover {
  border-color: rgb(239 68 68 / 0.4);
}
.hover\:border-red-500\/45:hover {
  border-color: rgb(239 68 68 / 0.45);
}
.hover\:border-red-500\/5:hover {
  border-color: rgb(239 68 68 / 0.05);
}
.hover\:border-red-500\/50:hover {
  border-color: rgb(239 68 68 / 0.5);
}
.hover\:border-red-500\/55:hover {
  border-color: rgb(239 68 68 / 0.55);
}
.hover\:border-red-500\/60:hover {
  border-color: rgb(239 68 68 / 0.6);
}
.hover\:border-red-500\/65:hover {
  border-color: rgb(239 68 68 / 0.65);
}
.hover\:border-red-500\/70:hover {
  border-color: rgb(239 68 68 / 0.7);
}
.hover\:border-red-500\/75:hover {
  border-color: rgb(239 68 68 / 0.75);
}
.hover\:border-red-500\/80:hover {
  border-color: rgb(239 68 68 / 0.8);
}
.hover\:border-red-500\/85:hover {
  border-color: rgb(239 68 68 / 0.85);
}
.hover\:border-red-500\/90:hover {
  border-color: rgb(239 68 68 / 0.9);
}
.hover\:border-red-500\/95:hover {
  border-color: rgb(239 68 68 / 0.95);
}
.hover\:border-red-600:hover {
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38 / var(--tw-border-opacity, 1));
}
.hover\:border-sky-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(125 211 252 / var(--tw-border-opacity, 1));
}
.hover\:border-sky-300\/0:hover {
  border-color: rgb(125 211 252 / 0);
}
.hover\:border-sky-300\/10:hover {
  border-color: rgb(125 211 252 / 0.1);
}
.hover\:border-sky-300\/100:hover {
  border-color: rgb(125 211 252 / 1);
}
.hover\:border-sky-300\/15:hover {
  border-color: rgb(125 211 252 / 0.15);
}
.hover\:border-sky-300\/20:hover {
  border-color: rgb(125 211 252 / 0.2);
}
.hover\:border-sky-300\/25:hover {
  border-color: rgb(125 211 252 / 0.25);
}
.hover\:border-sky-300\/30:hover {
  border-color: rgb(125 211 252 / 0.3);
}
.hover\:border-sky-300\/35:hover {
  border-color: rgb(125 211 252 / 0.35);
}
.hover\:border-sky-300\/40:hover {
  border-color: rgb(125 211 252 / 0.4);
}
.hover\:border-sky-300\/45:hover {
  border-color: rgb(125 211 252 / 0.45);
}
.hover\:border-sky-300\/5:hover {
  border-color: rgb(125 211 252 / 0.05);
}
.hover\:border-sky-300\/50:hover {
  border-color: rgb(125 211 252 / 0.5);
}
.hover\:border-sky-300\/55:hover {
  border-color: rgb(125 211 252 / 0.55);
}
.hover\:border-sky-300\/60:hover {
  border-color: rgb(125 211 252 / 0.6);
}
.hover\:border-sky-300\/65:hover {
  border-color: rgb(125 211 252 / 0.65);
}
.hover\:border-sky-300\/70:hover {
  border-color: rgb(125 211 252 / 0.7);
}
.hover\:border-sky-300\/75:hover {
  border-color: rgb(125 211 252 / 0.75);
}
.hover\:border-sky-300\/80:hover {
  border-color: rgb(125 211 252 / 0.8);
}
.hover\:border-sky-300\/85:hover {
  border-color: rgb(125 211 252 / 0.85);
}
.hover\:border-sky-300\/90:hover {
  border-color: rgb(125 211 252 / 0.9);
}
.hover\:border-sky-300\/95:hover {
  border-color: rgb(125 211 252 / 0.95);
}
.hover\:border-sky-500:hover {
  --tw-border-opacity: 1;
  border-color: rgb(14 165 233 / var(--tw-border-opacity, 1));
}
.hover\:border-sky-500\/0:hover {
  border-color: rgb(14 165 233 / 0);
}
.hover\:border-sky-500\/10:hover {
  border-color: rgb(14 165 233 / 0.1);
}
.hover\:border-sky-500\/100:hover {
  border-color: rgb(14 165 233 / 1);
}
.hover\:border-sky-500\/15:hover {
  border-color: rgb(14 165 233 / 0.15);
}
.hover\:border-sky-500\/20:hover {
  border-color: rgb(14 165 233 / 0.2);
}
.hover\:border-sky-500\/25:hover {
  border-color: rgb(14 165 233 / 0.25);
}
.hover\:border-sky-500\/30:hover {
  border-color: rgb(14 165 233 / 0.3);
}
.hover\:border-sky-500\/35:hover {
  border-color: rgb(14 165 233 / 0.35);
}
.hover\:border-sky-500\/40:hover {
  border-color: rgb(14 165 233 / 0.4);
}
.hover\:border-sky-500\/45:hover {
  border-color: rgb(14 165 233 / 0.45);
}
.hover\:border-sky-500\/5:hover {
  border-color: rgb(14 165 233 / 0.05);
}
.hover\:border-sky-500\/50:hover {
  border-color: rgb(14 165 233 / 0.5);
}
.hover\:border-sky-500\/55:hover {
  border-color: rgb(14 165 233 / 0.55);
}
.hover\:border-sky-500\/60:hover {
  border-color: rgb(14 165 233 / 0.6);
}
.hover\:border-sky-500\/65:hover {
  border-color: rgb(14 165 233 / 0.65);
}
.hover\:border-sky-500\/70:hover {
  border-color: rgb(14 165 233 / 0.7);
}
.hover\:border-sky-500\/75:hover {
  border-color: rgb(14 165 233 / 0.75);
}
.hover\:border-sky-500\/80:hover {
  border-color: rgb(14 165 233 / 0.8);
}
.hover\:border-sky-500\/85:hover {
  border-color: rgb(14 165 233 / 0.85);
}
.hover\:border-sky-500\/90:hover {
  border-color: rgb(14 165 233 / 0.9);
}
.hover\:border-sky-500\/95:hover {
  border-color: rgb(14 165 233 / 0.95);
}
.hover\:border-slate-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity, 1));
}
.hover\:border-slate-400:hover {
  --tw-border-opacity: 1;
  border-color: rgb(148 163 184 / var(--tw-border-opacity, 1));
}
.hover\:border-slate-400\/80:hover {
  border-color: rgb(148 163 184 / 0.8);
}
.hover\:border-teal-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(94 234 212 / var(--tw-border-opacity, 1));
}
.hover\:border-teal-300\/0:hover {
  border-color: rgb(94 234 212 / 0);
}
.hover\:border-teal-300\/10:hover {
  border-color: rgb(94 234 212 / 0.1);
}
.hover\:border-teal-300\/100:hover {
  border-color: rgb(94 234 212 / 1);
}
.hover\:border-teal-300\/15:hover {
  border-color: rgb(94 234 212 / 0.15);
}
.hover\:border-teal-300\/20:hover {
  border-color: rgb(94 234 212 / 0.2);
}
.hover\:border-teal-300\/25:hover {
  border-color: rgb(94 234 212 / 0.25);
}
.hover\:border-teal-300\/30:hover {
  border-color: rgb(94 234 212 / 0.3);
}
.hover\:border-teal-300\/35:hover {
  border-color: rgb(94 234 212 / 0.35);
}
.hover\:border-teal-300\/40:hover {
  border-color: rgb(94 234 212 / 0.4);
}
.hover\:border-teal-300\/45:hover {
  border-color: rgb(94 234 212 / 0.45);
}
.hover\:border-teal-300\/5:hover {
  border-color: rgb(94 234 212 / 0.05);
}
.hover\:border-teal-300\/50:hover {
  border-color: rgb(94 234 212 / 0.5);
}
.hover\:border-teal-300\/55:hover {
  border-color: rgb(94 234 212 / 0.55);
}
.hover\:border-teal-300\/60:hover {
  border-color: rgb(94 234 212 / 0.6);
}
.hover\:border-teal-300\/65:hover {
  border-color: rgb(94 234 212 / 0.65);
}
.hover\:border-teal-300\/70:hover {
  border-color: rgb(94 234 212 / 0.7);
}
.hover\:border-teal-300\/75:hover {
  border-color: rgb(94 234 212 / 0.75);
}
.hover\:border-teal-300\/80:hover {
  border-color: rgb(94 234 212 / 0.8);
}
.hover\:border-teal-300\/85:hover {
  border-color: rgb(94 234 212 / 0.85);
}
.hover\:border-teal-300\/90:hover {
  border-color: rgb(94 234 212 / 0.9);
}
.hover\:border-teal-300\/95:hover {
  border-color: rgb(94 234 212 / 0.95);
}
.hover\:border-teal-400:hover {
  --tw-border-opacity: 1;
  border-color: rgb(45 212 191 / var(--tw-border-opacity, 1));
}
.hover\:border-teal-500:hover {
  --tw-border-opacity: 1;
  border-color: rgb(20 184 166 / var(--tw-border-opacity, 1));
}
.hover\:border-teal-500\/0:hover {
  border-color: rgb(20 184 166 / 0);
}
.hover\:border-teal-500\/10:hover {
  border-color: rgb(20 184 166 / 0.1);
}
.hover\:border-teal-500\/100:hover {
  border-color: rgb(20 184 166 / 1);
}
.hover\:border-teal-500\/15:hover {
  border-color: rgb(20 184 166 / 0.15);
}
.hover\:border-teal-500\/20:hover {
  border-color: rgb(20 184 166 / 0.2);
}
.hover\:border-teal-500\/25:hover {
  border-color: rgb(20 184 166 / 0.25);
}
.hover\:border-teal-500\/30:hover {
  border-color: rgb(20 184 166 / 0.3);
}
.hover\:border-teal-500\/35:hover {
  border-color: rgb(20 184 166 / 0.35);
}
.hover\:border-teal-500\/40:hover {
  border-color: rgb(20 184 166 / 0.4);
}
.hover\:border-teal-500\/45:hover {
  border-color: rgb(20 184 166 / 0.45);
}
.hover\:border-teal-500\/5:hover {
  border-color: rgb(20 184 166 / 0.05);
}
.hover\:border-teal-500\/50:hover {
  border-color: rgb(20 184 166 / 0.5);
}
.hover\:border-teal-500\/55:hover {
  border-color: rgb(20 184 166 / 0.55);
}
.hover\:border-teal-500\/60:hover {
  border-color: rgb(20 184 166 / 0.6);
}
.hover\:border-teal-500\/65:hover {
  border-color: rgb(20 184 166 / 0.65);
}
.hover\:border-teal-500\/70:hover {
  border-color: rgb(20 184 166 / 0.7);
}
.hover\:border-teal-500\/75:hover {
  border-color: rgb(20 184 166 / 0.75);
}
.hover\:border-teal-500\/80:hover {
  border-color: rgb(20 184 166 / 0.8);
}
.hover\:border-teal-500\/85:hover {
  border-color: rgb(20 184 166 / 0.85);
}
.hover\:border-teal-500\/90:hover {
  border-color: rgb(20 184 166 / 0.9);
}
.hover\:border-teal-500\/95:hover {
  border-color: rgb(20 184 166 / 0.95);
}
.hover\:border-violet-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(196 181 253 / var(--tw-border-opacity, 1));
}
.hover\:border-violet-300\/0:hover {
  border-color: rgb(196 181 253 / 0);
}
.hover\:border-violet-300\/10:hover {
  border-color: rgb(196 181 253 / 0.1);
}
.hover\:border-violet-300\/100:hover {
  border-color: rgb(196 181 253 / 1);
}
.hover\:border-violet-300\/15:hover {
  border-color: rgb(196 181 253 / 0.15);
}
.hover\:border-violet-300\/20:hover {
  border-color: rgb(196 181 253 / 0.2);
}
.hover\:border-violet-300\/25:hover {
  border-color: rgb(196 181 253 / 0.25);
}
.hover\:border-violet-300\/30:hover {
  border-color: rgb(196 181 253 / 0.3);
}
.hover\:border-violet-300\/35:hover {
  border-color: rgb(196 181 253 / 0.35);
}
.hover\:border-violet-300\/40:hover {
  border-color: rgb(196 181 253 / 0.4);
}
.hover\:border-violet-300\/45:hover {
  border-color: rgb(196 181 253 / 0.45);
}
.hover\:border-violet-300\/5:hover {
  border-color: rgb(196 181 253 / 0.05);
}
.hover\:border-violet-300\/50:hover {
  border-color: rgb(196 181 253 / 0.5);
}
.hover\:border-violet-300\/55:hover {
  border-color: rgb(196 181 253 / 0.55);
}
.hover\:border-violet-300\/60:hover {
  border-color: rgb(196 181 253 / 0.6);
}
.hover\:border-violet-300\/65:hover {
  border-color: rgb(196 181 253 / 0.65);
}
.hover\:border-violet-300\/70:hover {
  border-color: rgb(196 181 253 / 0.7);
}
.hover\:border-violet-300\/75:hover {
  border-color: rgb(196 181 253 / 0.75);
}
.hover\:border-violet-300\/80:hover {
  border-color: rgb(196 181 253 / 0.8);
}
.hover\:border-violet-300\/85:hover {
  border-color: rgb(196 181 253 / 0.85);
}
.hover\:border-violet-300\/90:hover {
  border-color: rgb(196 181 253 / 0.9);
}
.hover\:border-violet-300\/95:hover {
  border-color: rgb(196 181 253 / 0.95);
}
.hover\:border-violet-500:hover {
  --tw-border-opacity: 1;
  border-color: rgb(139 92 246 / var(--tw-border-opacity, 1));
}
.hover\:border-violet-500\/0:hover {
  border-color: rgb(139 92 246 / 0);
}
.hover\:border-violet-500\/10:hover {
  border-color: rgb(139 92 246 / 0.1);
}
.hover\:border-violet-500\/100:hover {
  border-color: rgb(139 92 246 / 1);
}
.hover\:border-violet-500\/15:hover {
  border-color: rgb(139 92 246 / 0.15);
}
.hover\:border-violet-500\/20:hover {
  border-color: rgb(139 92 246 / 0.2);
}
.hover\:border-violet-500\/25:hover {
  border-color: rgb(139 92 246 / 0.25);
}
.hover\:border-violet-500\/30:hover {
  border-color: rgb(139 92 246 / 0.3);
}
.hover\:border-violet-500\/35:hover {
  border-color: rgb(139 92 246 / 0.35);
}
.hover\:border-violet-500\/40:hover {
  border-color: rgb(139 92 246 / 0.4);
}
.hover\:border-violet-500\/45:hover {
  border-color: rgb(139 92 246 / 0.45);
}
.hover\:border-violet-500\/5:hover {
  border-color: rgb(139 92 246 / 0.05);
}
.hover\:border-violet-500\/50:hover {
  border-color: rgb(139 92 246 / 0.5);
}
.hover\:border-violet-500\/55:hover {
  border-color: rgb(139 92 246 / 0.55);
}
.hover\:border-violet-500\/60:hover {
  border-color: rgb(139 92 246 / 0.6);
}
.hover\:border-violet-500\/65:hover {
  border-color: rgb(139 92 246 / 0.65);
}
.hover\:border-violet-500\/70:hover {
  border-color: rgb(139 92 246 / 0.7);
}
.hover\:border-violet-500\/75:hover {
  border-color: rgb(139 92 246 / 0.75);
}
.hover\:border-violet-500\/80:hover {
  border-color: rgb(139 92 246 / 0.8);
}
.hover\:border-violet-500\/85:hover {
  border-color: rgb(139 92 246 / 0.85);
}
.hover\:border-violet-500\/90:hover {
  border-color: rgb(139 92 246 / 0.9);
}
.hover\:border-violet-500\/95:hover {
  border-color: rgb(139 92 246 / 0.95);
}
.hover\:border-yellow-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(253 224 71 / var(--tw-border-opacity, 1));
}
.hover\:border-yellow-300\/0:hover {
  border-color: rgb(253 224 71 / 0);
}
.hover\:border-yellow-300\/10:hover {
  border-color: rgb(253 224 71 / 0.1);
}
.hover\:border-yellow-300\/100:hover {
  border-color: rgb(253 224 71 / 1);
}
.hover\:border-yellow-300\/15:hover {
  border-color: rgb(253 224 71 / 0.15);
}
.hover\:border-yellow-300\/20:hover {
  border-color: rgb(253 224 71 / 0.2);
}
.hover\:border-yellow-300\/25:hover {
  border-color: rgb(253 224 71 / 0.25);
}
.hover\:border-yellow-300\/30:hover {
  border-color: rgb(253 224 71 / 0.3);
}
.hover\:border-yellow-300\/35:hover {
  border-color: rgb(253 224 71 / 0.35);
}
.hover\:border-yellow-300\/40:hover {
  border-color: rgb(253 224 71 / 0.4);
}
.hover\:border-yellow-300\/45:hover {
  border-color: rgb(253 224 71 / 0.45);
}
.hover\:border-yellow-300\/5:hover {
  border-color: rgb(253 224 71 / 0.05);
}
.hover\:border-yellow-300\/50:hover {
  border-color: rgb(253 224 71 / 0.5);
}
.hover\:border-yellow-300\/55:hover {
  border-color: rgb(253 224 71 / 0.55);
}
.hover\:border-yellow-300\/60:hover {
  border-color: rgb(253 224 71 / 0.6);
}
.hover\:border-yellow-300\/65:hover {
  border-color: rgb(253 224 71 / 0.65);
}
.hover\:border-yellow-300\/70:hover {
  border-color: rgb(253 224 71 / 0.7);
}
.hover\:border-yellow-300\/75:hover {
  border-color: rgb(253 224 71 / 0.75);
}
.hover\:border-yellow-300\/80:hover {
  border-color: rgb(253 224 71 / 0.8);
}
.hover\:border-yellow-300\/85:hover {
  border-color: rgb(253 224 71 / 0.85);
}
.hover\:border-yellow-300\/90:hover {
  border-color: rgb(253 224 71 / 0.9);
}
.hover\:border-yellow-300\/95:hover {
  border-color: rgb(253 224 71 / 0.95);
}
.hover\:border-yellow-500:hover {
  --tw-border-opacity: 1;
  border-color: rgb(234 179 8 / var(--tw-border-opacity, 1));
}
.hover\:border-yellow-500\/0:hover {
  border-color: rgb(234 179 8 / 0);
}
.hover\:border-yellow-500\/10:hover {
  border-color: rgb(234 179 8 / 0.1);
}
.hover\:border-yellow-500\/100:hover {
  border-color: rgb(234 179 8 / 1);
}
.hover\:border-yellow-500\/15:hover {
  border-color: rgb(234 179 8 / 0.15);
}
.hover\:border-yellow-500\/20:hover {
  border-color: rgb(234 179 8 / 0.2);
}
.hover\:border-yellow-500\/25:hover {
  border-color: rgb(234 179 8 / 0.25);
}
.hover\:border-yellow-500\/30:hover {
  border-color: rgb(234 179 8 / 0.3);
}
.hover\:border-yellow-500\/35:hover {
  border-color: rgb(234 179 8 / 0.35);
}
.hover\:border-yellow-500\/40:hover {
  border-color: rgb(234 179 8 / 0.4);
}
.hover\:border-yellow-500\/45:hover {
  border-color: rgb(234 179 8 / 0.45);
}
.hover\:border-yellow-500\/5:hover {
  border-color: rgb(234 179 8 / 0.05);
}
.hover\:border-yellow-500\/50:hover {
  border-color: rgb(234 179 8 / 0.5);
}
.hover\:border-yellow-500\/55:hover {
  border-color: rgb(234 179 8 / 0.55);
}
.hover\:border-yellow-500\/60:hover {
  border-color: rgb(234 179 8 / 0.6);
}
.hover\:border-yellow-500\/65:hover {
  border-color: rgb(234 179 8 / 0.65);
}
.hover\:border-yellow-500\/70:hover {
  border-color: rgb(234 179 8 / 0.7);
}
.hover\:border-yellow-500\/75:hover {
  border-color: rgb(234 179 8 / 0.75);
}
.hover\:border-yellow-500\/80:hover {
  border-color: rgb(234 179 8 / 0.8);
}
.hover\:border-yellow-500\/85:hover {
  border-color: rgb(234 179 8 / 0.85);
}
.hover\:border-yellow-500\/90:hover {
  border-color: rgb(234 179 8 / 0.9);
}
.hover\:border-yellow-500\/95:hover {
  border-color: rgb(234 179 8 / 0.95);
}
.hover\:border-yellow-600:hover {
  --tw-border-opacity: 1;
  border-color: rgb(202 138 4 / var(--tw-border-opacity, 1));
}
.hover\:bg-amber-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(254 243 199 / var(--tw-bg-opacity, 1));
}
.hover\:bg-amber-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(253 230 138 / var(--tw-bg-opacity, 1));
}
.hover\:bg-amber-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 251 235 / var(--tw-bg-opacity, 1));
}
.hover\:bg-blue-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(191 219 254 / var(--tw-bg-opacity, 1));
}
.hover\:bg-blue-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}
.hover\:bg-blue-50\/50:hover {
  background-color: rgb(239 246 255 / 0.5);
}
.hover\:bg-blue-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
}
.hover\:bg-blue-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}
.hover\:bg-blue-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
}
.hover\:bg-cyan-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(236 254 255 / var(--tw-bg-opacity, 1));
}
.hover\:bg-emerald-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(209 250 229 / var(--tw-bg-opacity, 1));
}
.hover\:bg-emerald-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(236 253 245 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.hover\:bg-green-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity, 1));
}
.hover\:bg-green-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity, 1));
}
.hover\:bg-green-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(21 128 61 / var(--tw-bg-opacity, 1));
}
.hover\:bg-indigo-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(238 242 255 / var(--tw-bg-opacity, 1));
}
.hover\:bg-lime-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(101 163 13 / var(--tw-bg-opacity, 1));
}
.hover\:bg-orange-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 247 237 / var(--tw-bg-opacity, 1));
}
.hover\:bg-orange-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(194 65 12 / var(--tw-bg-opacity, 1));
}
.hover\:bg-pink-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(252 231 243 / var(--tw-bg-opacity, 1));
}
.hover\:bg-purple-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 232 255 / var(--tw-bg-opacity, 1));
}
.hover\:bg-purple-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(250 245 255 / var(--tw-bg-opacity, 1));
}
.hover\:bg-purple-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(126 34 206 / var(--tw-bg-opacity, 1));
}
.hover\:bg-red-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
}
.hover\:bg-red-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(254 202 202 / var(--tw-bg-opacity, 1));
}
.hover\:bg-red-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}
.hover\:bg-red-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}
.hover\:bg-red-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
.hover\:bg-sky-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(224 242 254 / var(--tw-bg-opacity, 1));
}
.hover\:bg-slate-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
}
.hover\:bg-slate-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity, 1));
}
.hover\:bg-slate-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1));
}
.hover\:bg-slate-50\/50:hover {
  background-color: rgb(248 250 252 / 0.5);
}
.hover\:bg-slate-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity, 1));
}
.hover\:bg-surface-100:hover {
  --tw-bg-opacity: 1;
  background-color: color-mix(in srgb, var(--p-surface-100) calc(100% * var(--tw-bg-opacity, 1)), transparent);
}
.hover\:bg-surface-200:hover {
  --tw-bg-opacity: 1;
  background-color: color-mix(in srgb, var(--p-surface-200) calc(100% * var(--tw-bg-opacity, 1)), transparent);
}
.hover\:bg-surface-300:hover {
  --tw-bg-opacity: 1;
  background-color: color-mix(in srgb, var(--p-surface-300) calc(100% * var(--tw-bg-opacity, 1)), transparent);
}
.hover\:bg-teal-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 250 / var(--tw-bg-opacity, 1));
}
.hover\:bg-teal-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(15 118 110 / var(--tw-bg-opacity, 1));
}
.hover\:bg-white\/10:hover {
  background-color: rgb(255 255 255 / 0.1);
}
.hover\:bg-yellow-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(254 249 195 / var(--tw-bg-opacity, 1));
}
.hover\:bg-yellow-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(254 252 232 / var(--tw-bg-opacity, 1));
}
.hover\:bg-yellow-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(202 138 4 / var(--tw-bg-opacity, 1));
}
.hover\:from-amber-600:hover {
  --tw-gradient-from: #d97706 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 119 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.hover\:from-blue-600:hover {
  --tw-gradient-from: #2563eb var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.hover\:from-indigo-600:hover {
  --tw-gradient-from: #4f46e5 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(79 70 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.hover\:from-lime-600:hover {
  --tw-gradient-from: #65a30d var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(101 163 13 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.hover\:from-purple-600:hover {
  --tw-gradient-from: #9333ea var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(147 51 234 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.hover\:from-purple-700:hover {
  --tw-gradient-from: #7e22ce var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(126 34 206 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.hover\:from-teal-600:hover {
  --tw-gradient-from: #0d9488 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(13 148 136 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.hover\:from-yellow-600:hover {
  --tw-gradient-from: #ca8a04 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.hover\:via-blue-700:hover {
  --tw-gradient-to: rgb(29 78 216 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    #1d4ed8 var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.hover\:to-amber-700:hover {
  --tw-gradient-to: #b45309 var(--tw-gradient-to-position);
}
.hover\:to-blue-700:hover {
  --tw-gradient-to: #1d4ed8 var(--tw-gradient-to-position);
}
.hover\:to-fuchsia-600:hover {
  --tw-gradient-to: #c026d3 var(--tw-gradient-to-position);
}
.hover\:to-green-600:hover {
  --tw-gradient-to: #16a34a var(--tw-gradient-to-position);
}
.hover\:to-indigo-600:hover {
  --tw-gradient-to: #4f46e5 var(--tw-gradient-to-position);
}
.hover\:to-indigo-700:hover {
  --tw-gradient-to: #4338ca var(--tw-gradient-to-position);
}
.hover\:to-orange-600:hover {
  --tw-gradient-to: #ea580c var(--tw-gradient-to-position);
}
.hover\:to-purple-700:hover {
  --tw-gradient-to: #7e22ce var(--tw-gradient-to-position);
}
.hover\:to-teal-700:hover {
  --tw-gradient-to: #0f766e var(--tw-gradient-to-position);
}
.hover\:text-amber-600:hover {
  --tw-text-opacity: 1;
  color: rgb(217 119 6 / var(--tw-text-opacity, 1));
}
.hover\:text-amber-800:hover {
  --tw-text-opacity: 1;
  color: rgb(146 64 14 / var(--tw-text-opacity, 1));
}
.hover\:text-blue-500:hover {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}
.hover\:text-blue-600:hover {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}
.hover\:text-blue-700:hover {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}
.hover\:text-blue-800:hover {
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity, 1));
}
.hover\:text-gray-300:hover {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}
.hover\:text-gray-600:hover {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.hover\:text-green-500:hover {
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity, 1));
}
.hover\:text-green-600:hover {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity, 1));
}
.hover\:text-green-800:hover {
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / var(--tw-text-opacity, 1));
}
.hover\:text-indigo-500:hover {
  --tw-text-opacity: 1;
  color: rgb(99 102 241 / var(--tw-text-opacity, 1));
}
.hover\:text-indigo-600:hover {
  --tw-text-opacity: 1;
  color: rgb(79 70 229 / var(--tw-text-opacity, 1));
}
.hover\:text-orange-700:hover {
  --tw-text-opacity: 1;
  color: rgb(194 65 12 / var(--tw-text-opacity, 1));
}
.hover\:text-purple-300:hover {
  --tw-text-opacity: 1;
  color: rgb(216 180 254 / var(--tw-text-opacity, 1));
}
.hover\:text-red-500:hover {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.hover\:text-red-600:hover {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
.hover\:text-slate-600:hover {
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity, 1));
}
.hover\:text-slate-700:hover {
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity, 1));
}
.hover\:text-slate-800:hover {
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity, 1));
}
.hover\:text-slate-900:hover {
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity, 1));
}
.hover\:text-teal-700:hover {
  --tw-text-opacity: 1;
  color: rgb(15 118 110 / var(--tw-text-opacity, 1));
}
.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.hover\:text-yellow-700:hover {
  --tw-text-opacity: 1;
  color: rgb(161 98 7 / var(--tw-text-opacity, 1));
}
.hover\:opacity-100:hover {
  opacity: 1;
}
.hover\:shadow-2xl:hover {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 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);
}
.hover\:shadow-lg:hover {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
}
.hover\: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-sm:hover {
  --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);
}
.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);
}
.hover\:shadow-blue-100\/50:hover {
  --tw-shadow-color: rgb(219 234 254 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.hover\:ring-2:hover {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow:
    var(--tw-ring-offset-shadow),
    var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 #0000);
}
.hover\:ring-red-300:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(252 165 165 / var(--tw-ring-opacity, 1));
}
.focus\:border-blue-400:focus {
  --tw-border-opacity: 1;
  border-color: rgb(96 165 250 / var(--tw-border-opacity, 1));
}
.focus\:border-blue-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}
.focus\:border-green-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(34 197 94 / var(--tw-border-opacity, 1));
}
.focus\:border-indigo-400:focus {
  --tw-border-opacity: 1;
  border-color: rgb(129 140 248 / var(--tw-border-opacity, 1));
}
.focus\:border-purple-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(168 85 247 / var(--tw-border-opacity, 1));
}
.focus\:border-red-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
}
.focus\:border-transparent:focus {
  border-color: transparent;
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus\:ring-1:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  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-opacity: 1;
  --tw-ring-color: rgb(219 234 254 / var(--tw-ring-opacity, 1));
}
.focus\:ring-blue-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(191 219 254 / var(--tw-ring-opacity, 1));
}
.focus\:ring-blue-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1));
}
.focus\:ring-blue-500\/20:focus {
  --tw-ring-color: rgb(59 130 246 / 0.2);
}
.focus\:ring-gray-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(107 114 128 / var(--tw-ring-opacity, 1));
}
.focus\:ring-green-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(34 197 94 / var(--tw-ring-opacity, 1));
}
.focus\:ring-indigo-400\/40:focus {
  --tw-ring-color: rgb(129 140 248 / 0.4);
}
.focus\:ring-indigo-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(99 102 241 / var(--tw-ring-opacity, 1));
}
.focus\:ring-primary-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: color-mix(in srgb, var(--p-primary-500) calc(100% * var(--tw-ring-opacity, 1)), transparent);
}
.focus\:ring-purple-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(168 85 247 / var(--tw-ring-opacity, 1));
}
.focus\:ring-purple-500\/50:focus {
  --tw-ring-color: rgb(168 85 247 / 0.5);
}
.focus\:ring-red-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(254 202 202 / var(--tw-ring-opacity, 1));
}
.focus\:ring-red-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(248 113 113 / var(--tw-ring-opacity, 1));
}
.focus\:ring-red-500\/50:focus {
  --tw-ring-color: rgb(239 68 68 / 0.5);
}
.focus\:ring-slate-400\/40:focus {
  --tw-ring-color: rgb(148 163 184 / 0.4);
}
.focus\:ring-teal-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(20 184 166 / var(--tw-ring-opacity, 1));
}
.focus\:ring-offset-2:focus {
  --tw-ring-offset-width: 2px;
}
.active\:scale-95:active {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.disabled\:cursor-not-allowed:disabled {
  cursor: not-allowed;
}
.disabled\:bg-gray-100:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.disabled\:bg-gray-400:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity, 1));
}
.disabled\:from-gray-300:disabled {
  --tw-gradient-from: #d1d5db var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 213 219 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.disabled\:to-gray-400:disabled {
  --tw-gradient-to: #9ca3af var(--tw-gradient-to-position);
}
.disabled\:text-gray-400:disabled {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.disabled\:opacity-50:disabled {
  opacity: 0.5;
}
.group:focus-within .group-focus-within\:text-indigo-500 {
  --tw-text-opacity: 1;
  color: rgb(99 102 241 / var(--tw-text-opacity, 1));
}
.group:hover .group-hover\:translate-x-1 {
  --tw-translate-x: 0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:translate-x-full {
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:rotate-12 {
  --tw-rotate: 12deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:scale-110 {
  --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));
}
.group:hover .group-hover\:bg-black\/10 {
  background-color: rgb(0 0 0 / 0.1);
}
.group:hover .group-hover\:bg-blue-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(191 219 254 / var(--tw-bg-opacity, 1));
}
.group:hover .group-hover\:bg-teal-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(153 246 228 / var(--tw-bg-opacity, 1));
}
.group:hover .group-hover\:text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}
.group:hover .group-hover\:text-lime-600 {
  --tw-text-opacity: 1;
  color: rgb(101 163 13 / var(--tw-text-opacity, 1));
}
.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}
@media (min-width: 576px) {
  .sm\:inline {
    display: inline;
  }
  .sm\:h-10 {
    height: 2.5rem;
  }
  .sm\:w-10 {
    width: 2.5rem;
  }
  .sm\:w-auto {
    width: auto;
  }
  .sm\:max-w-2xl {
    max-width: 42rem;
  }
  .sm\:max-w-sm {
    max-width: 24rem;
  }
  .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\:flex-row {
    flex-direction: row;
  }
  .sm\:items-center {
    align-items: center;
  }
  .sm\:justify-between {
    justify-content: space-between;
  }
  .sm\: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)));
  }
  .sm\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }
  .sm\:p-4 {
    padding: 1rem;
  }
  .sm\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .sm\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .sm\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 768px) {
  .md\:order-1 {
    order: 1;
  }
  .md\:col-span-1 {
    grid-column: span 1 / span 1;
  }
  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }
  .md\:col-span-3 {
    grid-column: span 3 / span 3;
  }
  .md\:col-span-4 {
    grid-column: span 4 / span 4;
  }
  .md\:col-span-5 {
    grid-column: span 5 / span 5;
  }
  .md\:col-span-6 {
    grid-column: span 6 / span 6;
  }
  .md\:col-span-7 {
    grid-column: span 7 / span 7;
  }
  .md\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .md\:block {
    display: block;
  }
  .md\:flex {
    display: flex;
  }
  .md\:hidden {
    display: none;
  }
  .md\:w-56 {
    width: 14rem;
  }
  .md\:w-8\/12 {
    width: 66.666667%;
  }
  .md\:w-\[30rem\] {
    width: 30rem;
  }
  .md\:max-w-6xl {
    max-width: 72rem;
  }
  .md\:max-w-lg {
    max-width: 32rem;
  }
  .md\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .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\:flex-row {
    flex-direction: row;
  }
  .md\:items-center {
    align-items: center;
  }
  .md\:justify-between {
    justify-content: space-between;
  }
  .md\:gap-0 {
    gap: 0px;
  }
}
@media (min-width: 992px) {
  .lg\:col-span-1 {
    grid-column: span 1 / span 1;
  }
  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }
  .lg\:col-span-4 {
    grid-column: span 4 / span 4;
  }
  .lg\:col-span-5 {
    grid-column: span 5 / span 5;
  }
  .lg\:col-span-7 {
    grid-column: span 7 / span 7;
  }
  .lg\:col-span-8 {
    grid-column: span 8 / span 8;
  }
  .lg\:w-2\/5 {
    width: 40%;
  }
  .lg\:w-3\/5 {
    width: 60%;
  }
  .lg\:w-6\/12 {
    width: 50%;
  }
  .lg\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .lg\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .lg\:flex-row {
    flex-direction: row;
  }
  .lg\:items-center {
    align-items: center;
  }
  .lg\:p-6 {
    padding: 1.5rem;
  }
  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 1200px) {
  .xl\:col-span-3 {
    grid-column: span 3 / span 3;
  }
  .xl\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (min-width: 1920px) {
  .\32xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.dark\:border-gray-700:where([class=app-dark], [class=app-dark] *) {
  --tw-border-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
}
.dark\:border-slate-600:where([class=app-dark], [class=app-dark] *) {
  --tw-border-opacity: 1;
  border-color: rgb(71 85 105 / var(--tw-border-opacity, 1));
}
.dark\:border-slate-700:where([class=app-dark], [class=app-dark] *) {
  --tw-border-opacity: 1;
  border-color: rgb(51 65 85 / var(--tw-border-opacity, 1));
}
.dark\:bg-gray-900\/50:where([class=app-dark], [class=app-dark] *) {
  background-color: rgb(17 24 39 / 0.5);
}
.dark\:bg-slate-700:where([class=app-dark], [class=app-dark] *) {
  --tw-bg-opacity: 1;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity, 1));
}
.dark\:bg-slate-800:where([class=app-dark], [class=app-dark] *) {
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity, 1));
}
.dark\:bg-slate-900:where([class=app-dark], [class=app-dark] *) {
  --tw-bg-opacity: 1;
  background-color: rgb(15 23 42 / var(--tw-bg-opacity, 1));
}
.dark\:bg-surface-900:where([class=app-dark], [class=app-dark] *) {
  --tw-bg-opacity: 1;
  background-color: color-mix(in srgb, var(--p-surface-900) calc(100% * var(--tw-bg-opacity, 1)), transparent);
}
.dark\:bg-surface-950:where([class=app-dark], [class=app-dark] *) {
  --tw-bg-opacity: 1;
  background-color: color-mix(in srgb, var(--p-surface-950) calc(100% * var(--tw-bg-opacity, 1)), transparent);
}
.dark\:text-gray-300:where([class=app-dark], [class=app-dark] *) {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}
.dark\:text-gray-400:where([class=app-dark], [class=app-dark] *) {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.dark\:text-slate-200:where([class=app-dark], [class=app-dark] *) {
  --tw-text-opacity: 1;
  color: rgb(226 232 240 / var(--tw-text-opacity, 1));
}
.dark\:text-slate-400:where([class=app-dark], [class=app-dark] *) {
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}
.dark\:text-slate-500:where([class=app-dark], [class=app-dark] *) {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}
.dark\:text-slate-600:where([class=app-dark], [class=app-dark] *) {
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity, 1));
}
.dark\:text-surface-0:where([class=app-dark], [class=app-dark] *) {
  --tw-text-opacity: 1;
  color: color-mix(in srgb, var(--p-surface-0) calc(100% * var(--tw-text-opacity, 1)), transparent);
}
.dark\:text-white:where([class=app-dark], [class=app-dark] *) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.dark\:shadow-none:where([class=app-dark], [class=app-dark] *) {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
}
.dark\:hover\:bg-blue-900\/20:hover:where([class=app-dark], [class=app-dark] *) {
  background-color: rgb(30 58 138 / 0.2);
}
.dark\:hover\:bg-green-900\/20:hover:where([class=app-dark], [class=app-dark] *) {
  background-color: rgb(20 83 45 / 0.2);
}
.dark\:hover\:bg-red-900\/20:hover:where([class=app-dark], [class=app-dark] *) {
  background-color: rgb(127 29 29 / 0.2);
}
.dark\:hover\:bg-slate-700:hover:where([class=app-dark], [class=app-dark] *) {
  --tw-bg-opacity: 1;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity, 1));
}
.dark\:hover\:bg-yellow-900\/20:hover:where([class=app-dark], [class=app-dark] *) {
  background-color: rgb(113 63 18 / 0.2);
}

/* node_modules/.pnpm/@mapbox+mapbox-gl-draw@1.5.1/node_modules/@mapbox/mapbox-gl-draw/dist/mapbox-gl-draw.css */
.mapbox-gl-draw_ctrl-bottom-left,
.mapbox-gl-draw_ctrl-top-left {
  margin-left: 0;
  border-radius: 0 4px 4px 0;
}
.mapbox-gl-draw_ctrl-top-right,
.mapbox-gl-draw_ctrl-bottom-right {
  margin-right: 0;
  border-radius: 4px 0 0 4px;
}
.mapbox-gl-draw_ctrl-draw-btn {
  border-color: rgba(0, 0, 0, 0.9);
  color: rgba(255, 255, 255, 0.5);
  width: 30px;
  height: 30px;
}
.mapbox-gl-draw_ctrl-draw-btn.active,
.mapbox-gl-draw_ctrl-draw-btn.active:hover {
  background-color: rgb(0 0 0/5%);
}
.mapbox-gl-draw_ctrl-draw-btn {
  background-repeat: no-repeat;
  background-position: center;
}
.mapbox-gl-draw_point {
  background-image: url('data:image/svg+xml;utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20">%3Cpath d="m10 2c-3.3 0-6 2.7-6 6s6 9 6 9 6-5.7 6-9-2.7-6-6-6zm0 2c2.1 0 3.8 1.7 3.8 3.8 0 1.5-1.8 3.9-2.9 5.2h-1.7c-1.1-1.4-2.9-3.8-2.9-5.2-.1-2.1 1.6-3.8 3.7-3.8z"/>%3C/svg>');
}
.mapbox-gl-draw_polygon {
  background-image: url('data:image/svg+xml;utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20">%3Cpath d="m15 12.3v-4.6c.6-.3 1-1 1-1.7 0-1.1-.9-2-2-2-.7 0-1.4.4-1.7 1h-4.6c-.3-.6-1-1-1.7-1-1.1 0-2 .9-2 2 0 .7.4 1.4 1 1.7v4.6c-.6.3-1 1-1 1.7 0 1.1.9 2 2 2 .7 0 1.4-.4 1.7-1h4.6c.3.6 1 1 1.7 1 1.1 0 2-.9 2-2 0-.7-.4-1.4-1-1.7zm-8-.3v-4l1-1h4l1 1v4l-1 1h-4z"/>%3C/svg>');
}
.mapbox-gl-draw_line {
  background-image: url('data:image/svg+xml;utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20">%3Cpath d="m13.5 3.5c-1.4 0-2.5 1.1-2.5 2.5 0 .3 0 .6.2.9l-3.8 3.8c-.3-.1-.6-.2-.9-.2-1.4 0-2.5 1.1-2.5 2.5s1.1 2.5 2.5 2.5 2.5-1.1 2.5-2.5c0-.3 0-.6-.2-.9l3.8-3.8c.3.1.6.2.9.2 1.4 0 2.5-1.1 2.5-2.5s-1.1-2.5-2.5-2.5z"/>%3C/svg>');
}
.mapbox-gl-draw_trash {
  background-image: url('data:image/svg+xml;utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20">%3Cpath d="M10,3.4 c-0.8,0-1.5,0.5-1.8,1.2H5l-1,1v1h12v-1l-1-1h-3.2C11.5,3.9,10.8,3.4,10,3.4z M5,8v7c0,1,1,2,2,2h6c1,0,2-1,2-2V8h-2v5.5h-1.5V8h-3 v5.5H7V8H5z"/>%3C/svg>');
}
.mapbox-gl-draw_uncombine {
  background-image: url('data:image/svg+xml;utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20">%3Cpath d="m12 2c-.3 0-.5.1-.7.3l-1 1c-.4.4-.4 1 0 1.4l1 1c.4.4 1 .4 1.4 0l1-1c.4-.4.4-1 0-1.4l-1-1c-.2-.2-.4-.3-.7-.3zm4 4c-.3 0-.5.1-.7.3l-1 1c-.4.4-.4 1 0 1.4l1 1c.4.4 1 .4 1.4 0l1-1c.4-.4.4-1 0-1.4l-1-1c-.2-.2-.4-.3-.7-.3zm-7 1c-1 0-1 1-.5 1.5.3.3 1 1 1 1l-1 1s-.5.5 0 1 1 0 1 0l1-1 1 1c.5.5 1.5.5 1.5-.5v-4zm-5 3c-.3 0-.5.1-.7.3l-1 1c-.4.4-.4 1 0 1.4l4.9 4.9c.4.4 1 .4 1.4 0l1-1c.4-.4.4-1 0-1.4l-4.9-4.9c-.1-.2-.4-.3-.7-.3z"/>%3C/svg>');
}
.mapbox-gl-draw_combine {
  background-image: url('data:image/svg+xml;utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20">%3Cpath d="M12.1,2c-0.3,0-0.5,0.1-0.7,0.3l-1,1c-0.4,0.4-0.4,1,0,1.4l4.9,4.9c0.4,0.4,1,0.4,1.4,0l1-1 c0.4-0.4,0.4-1,0-1.4l-4.9-4.9C12.6,2.1,12.3,2,12.1,2z M8,8C7,8,7,9,7.5,9.5c0.3,0.3,1,1,1,1l-1,1c0,0-0.5,0.5,0,1s1,0,1,0l1-1l1,1 C11,13,12,13,12,12V8H8z M4,10c-0.3,0-0.5,0.1-0.7,0.3l-1,1c-0.4,0.4-0.4,1,0,1.4l1,1c0.4,0.4,1,0.4,1.4,0l1-1c0.4-0.4,0.4-1,0-1.4 l-1-1C4.5,10.1,4.3,10,4,10z M8,14c-0.3,0-0.5,0.1-0.7,0.3l-1,1c-0.4,0.4-0.4,1,0,1.4l1,1c0.4,0.4,1,0.4,1.4,0l1-1 c0.4-0.4,0.4-1,0-1.4l-1-1C8.5,14.1,8.3,14,8,14z"/>%3C/svg>');
}
.mapboxgl-map.mouse-pointer .mapboxgl-canvas-container.mapboxgl-interactive {
  cursor: pointer;
}
.mapboxgl-map.mouse-move .mapboxgl-canvas-container.mapboxgl-interactive {
  cursor: move;
}
.mapboxgl-map.mouse-add .mapboxgl-canvas-container.mapboxgl-interactive {
  cursor: crosshair;
}
.mapboxgl-map.mouse-move.mode-direct_select .mapboxgl-canvas-container.mapboxgl-interactive {
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
.mapboxgl-map.mode-direct_select.feature-vertex.mouse-move .mapboxgl-canvas-container.mapboxgl-interactive {
  cursor: move;
}
.mapboxgl-map.mode-direct_select.feature-midpoint.mouse-pointer .mapboxgl-canvas-container.mapboxgl-interactive {
  cursor: cell;
}
.mapboxgl-map.mode-direct_select.feature-feature.mouse-move .mapboxgl-canvas-container.mapboxgl-interactive {
  cursor: move;
}
.mapboxgl-map.mode-static.mouse-pointer .mapboxgl-canvas-container.mapboxgl-interactive {
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
.mapbox-gl-draw_boxselect {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  background: rgba(0, 0, 0, .1);
  border: 2px dotted #fff;
  opacity: 0.5;
}

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