

@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@700&display=swap');

.tippy-box[data-animation=fade][data-state=hidden]{
  opacity:0
}

[data-tippy-root]{
  max-width:calc(100vw - 10px)
}

.tippy-box{
  position:relative;
  background-color:#333;
  color:#fff;
  border-radius:4px;
  font-size:14px;
  line-height:1.4;
  white-space:normal;
  outline:0;
  transition-property:transform,visibility,opacity
}

.tippy-box[data-placement^=top]>.tippy-arrow{
  bottom:0
}

.tippy-box[data-placement^=top]>.tippy-arrow:before{
  bottom:-7px;
  left:0;
  border-width:8px 8px 0;
  border-top-color:currentColor;
  border-top-color:initial;
  transform-origin:center top
}

.tippy-box[data-placement^=bottom]>.tippy-arrow{
  top:0
}

.tippy-box[data-placement^=bottom]>.tippy-arrow:before{
  top:-7px;
  left:0;
  border-width:0 8px 8px;
  border-bottom-color:currentColor;
  border-bottom-color:initial;
  transform-origin:center bottom
}

.tippy-box[data-placement^=left]>.tippy-arrow{
  right:0
}

.tippy-box[data-placement^=left]>.tippy-arrow:before{
  border-width:8px 0 8px 8px;
  border-left-color:currentColor;
  border-left-color:initial;
  right:-7px;
  transform-origin:center left
}

.tippy-box[data-placement^=right]>.tippy-arrow{
  left:0
}

.tippy-box[data-placement^=right]>.tippy-arrow:before{
  left:-7px;
  border-width:8px 8px 8px 0;
  border-right-color:currentColor;
  border-right-color:initial;
  transform-origin:center right
}

.tippy-box[data-inertia][data-state=visible]{
  transition-timing-function:cubic-bezier(.54,1.5,.38,1.11)
}

.tippy-arrow{
  width:16px;
  height:16px;
  color:#333
}

.tippy-arrow:before{
  content:"";
  position:absolute;
  border-color:transparent;
  border-style:solid
}

.tippy-content{
  position:relative;
  padding:5px 9px;
  z-index:1
}

.glightbox-container{
  width:100%;
  height:100%;
  position:fixed;
  top:0;
  left:0;
  z-index:999999!important;
  overflow:hidden;
  touch-action:none;
  -webkit-text-size-adjust:100%;
  -moz-text-size-adjust:100%;
  text-size-adjust:100%;
  backface-visibility:hidden;
  outline:0
}

.glightbox-container.inactive{
  display:none
}

.glightbox-container .gcontainer{
  position:relative;
  width:100%;
  height:100%;
  z-index:9999;
  overflow:hidden
}

.glightbox-container .gslider{
  transition:transform .4s ease;
  height:100%;
  left:0;
  top:0;
  width:100%;
  position:relative;
  overflow:hidden;
  display:flex!important;
  justify-content:center;
  align-items:center;
  transform:translate3d(0,0,0)
}

.glightbox-container .gslide{
  width:100%;
  position:absolute;
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none;
  display:flex;
  align-items:center;
  justify-content:center;
  opacity:0
}

.glightbox-container .gslide.current{
  opacity:1;
  z-index:99999;
  position:relative
}

.glightbox-container .gslide.prev{
  opacity:1;
  z-index:9999
}

.glightbox-container .gslide-inner-content{
  width:100%
}

.glightbox-container .ginner-container{
  position:relative;
  width:100%;
  display:flex;
  justify-content:center;
  flex-direction:column;
  max-width:100%;
  margin:auto;
  height:100vh
}

.glightbox-container .ginner-container.gvideo-container{
  width:100%
}

.glightbox-container .ginner-container.desc-bottom,.glightbox-container .ginner-container.desc-top{
  flex-direction:column
}

.glightbox-container .ginner-container.desc-left,.glightbox-container .ginner-container.desc-right{
  max-width:100%!important
}

.gslide iframe,.gslide video{
  outline:0!important;
  border:none;
  min-height:165px;
  -webkit-overflow-scrolling:touch;
  touch-action:auto
}

.gslide:not(.current){
  pointer-events:none
}

.gslide-image{
  align-items:center
}

.gslide-image img{
  max-height:100vh;
  display:block;
  padding:0;
  float:none;
  outline:0;
  border:none;
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none;
  max-width:100vw;
  width:auto;
  height:auto;
  -o-object-fit:cover;
  object-fit:cover;
  touch-action:none;
  margin:auto;
  min-width:200px
}

.desc-bottom .gslide-image img,.desc-top .gslide-image img{
  width:auto
}

.desc-left .gslide-image img,.desc-right .gslide-image img{
  width:auto;
  max-width:100%
}

.gslide-image img.zoomable{
  position:relative
}

.gslide-image img.dragging{
  cursor:grabbing!important;
  transition:none
}

.gslide-video{
  position:relative;
  max-width:100vh;
  width:100%!important
}

.gslide-video .plyr__poster-enabled.plyr--loading .plyr__poster{
  display:none
}

.gslide-video .gvideo-wrapper{
  width:100%;
  margin:auto
}

.gslide-video::before{
  content:'';
  position:absolute;
  width:100%;
  height:100%;
  background:rgba(255,0,0,.34);
  display:none
}

.gslide-video.playing::before{
  display:none
}

.gslide-video.fullscreen{
  max-width:100%!important;
  min-width:100%;
  height:75vh
}

.gslide-video.fullscreen video{
  max-width:100%!important;
  width:100%!important
}

.gslide-inline{
  background:#fff;
  text-align:left;
  max-height:calc(100vh - 40px);
  overflow:auto;
  max-width:100%;
  margin:auto
}

.gslide-inline .ginlined-content{
  padding:20px;
  width:100%
}

.gslide-inline .dragging{
  cursor:grabbing!important;
  transition:none
}

.ginlined-content{
  overflow:auto;
  display:block!important;
  opacity:1
}

.gslide-external{
  display:flex;
  width:100%;
  min-width:100%;
  background:#fff;
  padding:0;
  overflow:auto;
  max-height:75vh;
  height:100%
}

.gslide-media{
  display:flex;
  width:auto
}

.zoomed .gslide-media{
  box-shadow:none!important
}

.desc-bottom .gslide-media,.desc-top .gslide-media{
  margin:0 auto;
  flex-direction:column
}

.gslide-description{
  position:relative;
  flex:1 0 100%
}

.gslide-description.description-left,.gslide-description.description-right{
  max-width:100%
}

.gslide-description.description-bottom,.gslide-description.description-top{
  margin:0 auto;
  width:100%
}

.gslide-description p{
  margin-bottom:12px
}

.gslide-description p:last-child{
  margin-bottom:0
}

.zoomed .gslide-description{
  display:none
}

.glightbox-button-hidden{
  display:none
}

.glightbox-mobile .glightbox-container .gslide-description{
  height:auto!important;
  width:100%;
  position:absolute;
  bottom:0;
  padding:19px 11px;
  max-width:100vw!important;
  order:2!important;
  max-height:78vh;
  overflow:auto!important;
  background:linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.75) 100%);
  transition:opacity .3s linear;
  padding-bottom:50px
}

.glightbox-mobile .glightbox-container .gslide-title{
  color:#fff;
  font-size:1em
}

.glightbox-mobile .glightbox-container .gslide-desc{
  color:#a1a1a1
}

.glightbox-mobile .glightbox-container .gslide-desc a{
  color:#fff;
  font-weight:700
}

.glightbox-mobile .glightbox-container .gslide-desc *{
  color:inherit
}

.glightbox-mobile .glightbox-container .gslide-desc .desc-more{
  color:#fff;
  opacity:.4
}

.gdesc-open .gslide-media{
  transition:opacity .5s ease;
  opacity:.4
}

.gdesc-open .gdesc-inner{
  padding-bottom:30px
}

.gdesc-closed .gslide-media{
  transition:opacity .5s ease;
  opacity:1
}

.greset{
  transition:all .3s ease
}

.gabsolute{
  position:absolute
}

.grelative{
  position:relative
}

.glightbox-desc{
  display:none!important
}

.glightbox-open{
  overflow:hidden
}

.gloader{
  height:25px;
  width:25px;
  animation:lightboxLoader .8s infinite linear;
  border:2px solid #fff;
  border-right-color:transparent;
  border-radius:50%;
  position:absolute;
  display:block;
  z-index:9999;
  left:0;
  right:0;
  margin:0 auto;
  top:47%
}

.goverlay{
  width:100%;
  height:calc(100vh + 1px);
  position:fixed;
  top:-1px;
  left:0;
  background:#000;
  will-change:opacity
}

.glightbox-mobile .goverlay{
  background:#000
}

.gclose,.gnext,.gprev{
  z-index:99999;
  cursor:pointer;
  width:26px;
  height:44px;
  border:none;
  display:flex;
  justify-content:center;
  align-items:center;
  flex-direction:column
}

.gclose svg,.gnext svg,.gprev svg{
  display:block;
  width:25px;
  height:auto;
  margin:0;
  padding:0
}

.gclose.disabled,.gnext.disabled,.gprev.disabled{
  opacity:.1
}

.gclose .garrow,.gnext .garrow,.gprev .garrow{
  stroke:#fff
}

.gbtn.focused{
  outline:2px solid #0f3d81
}

iframe.wait-autoplay{
  opacity:0
}

.glightbox-closing .gclose,.glightbox-closing .gnext,.glightbox-closing .gprev{
  opacity:0!important
}

.glightbox-clean .gslide-description{
  background:#fff
}

.glightbox-clean .gdesc-inner{
  padding:22px 20px
}

.glightbox-clean .gslide-title{
  font-size:1em;
  font-weight:400;
  font-family:arial;
  color:#000;
  margin-bottom:19px;
  line-height:1.4em
}

.glightbox-clean .gslide-desc{
  font-size:.86em;
  margin-bottom:0;
  font-family:arial;
  line-height:1.4em
}

.glightbox-clean .gslide-video{
  background:#000
}

.glightbox-clean .gclose,.glightbox-clean .gnext,.glightbox-clean .gprev{
  background-color:rgba(0,0,0,.75);
  border-radius:4px
}

.glightbox-clean .gclose path,.glightbox-clean .gnext path,.glightbox-clean .gprev path{
  fill:#fff
}

.glightbox-clean .gprev{
  position:absolute;
  top:-100%;
  left:30px;
  width:40px;
  height:50px
}

.glightbox-clean .gnext{
  position:absolute;
  top:-100%;
  right:30px;
  width:40px;
  height:50px
}

.glightbox-clean .gclose{
  width:35px;
  height:35px;
  top:15px;
  right:10px;
  position:absolute
}

.glightbox-clean .gclose svg{
  width:18px;
  height:auto
}

.glightbox-clean .gclose:hover{
  opacity:1
}

.gfadeIn{
  animation:gfadeIn .5s ease
}

.gfadeOut{
  animation:gfadeOut .5s ease
}

.gslideOutLeft{
  animation:gslideOutLeft .3s ease
}

.gslideInLeft{
  animation:gslideInLeft .3s ease
}

.gslideOutRight{
  animation:gslideOutRight .3s ease
}

.gslideInRight{
  animation:gslideInRight .3s ease
}

.gzoomIn{
  animation:gzoomIn .5s ease
}

.gzoomOut{
  animation:gzoomOut .5s ease
}

@keyframes lightboxLoader{
  0%{
    transform:rotate(0)
  }

  100%{
    transform:rotate(360deg)
  }
}

@keyframes gfadeIn{
  from{
    opacity:0
  }

  to{
    opacity:1
  }
}

@keyframes gfadeOut{
  from{
    opacity:1
  }

  to{
    opacity:0
  }
}

@keyframes gslideInLeft{
  from{
    opacity:0;
    transform:translate3d(-60%,0,0)
  }

  to{
    visibility:visible;
    transform:translate3d(0,0,0);
    opacity:1
  }
}

@keyframes gslideOutLeft{
  from{
    opacity:1;
    visibility:visible;
    transform:translate3d(0,0,0)
  }

  to{
    transform:translate3d(-60%,0,0);
    opacity:0;
    visibility:hidden
  }
}

@keyframes gslideInRight{
  from{
    opacity:0;
    visibility:visible;
    transform:translate3d(60%,0,0)
  }

  to{
    transform:translate3d(0,0,0);
    opacity:1
  }
}

@keyframes gslideOutRight{
  from{
    opacity:1;
    visibility:visible;
    transform:translate3d(0,0,0)
  }

  to{
    transform:translate3d(60%,0,0);
    opacity:0
  }
}

@keyframes gzoomIn{
  from{
    opacity:0;
    transform:scale3d(.3,.3,.3)
  }

  to{
    opacity:1
  }
}

@keyframes gzoomOut{
  from{
    opacity:1
  }

  50%{
    opacity:0;
    transform:scale3d(.3,.3,.3)
  }

  to{
    opacity:0
  }
}

@media (min-width:769px){
  .glightbox-container .ginner-container{
    width:auto;
    height:auto;
    flex-direction:row
  }

  .glightbox-container .ginner-container.desc-top .gslide-description{
    order:0
  }

  .glightbox-container .ginner-container.desc-top .gslide-image,.glightbox-container .ginner-container.desc-top .gslide-image img{
    order:1
  }

  .glightbox-container .ginner-container.desc-left .gslide-description{
    order:0
  }

  .glightbox-container .ginner-container.desc-left .gslide-image{
    order:1
  }

  .gslide-image img{
    max-height:97vh;
    max-width:100%
  }

  .gslide-image img.zoomable{
    cursor:zoom-in
  }

  .zoomed .gslide-image img.zoomable{
    cursor:grab
  }

  .gslide-inline{
    max-height:95vh
  }

  .gslide-external{
    max-height:100vh
  }

  .gslide-description.description-left,.gslide-description.description-right{
    max-width:275px
  }

  .glightbox-open{
    height:auto
  }

  .goverlay{
    background:rgba(0,0,0,.92)
  }

  .glightbox-clean .gslide-media{
    box-shadow:1px 2px 9px 0 rgba(0,0,0,.65)
  }

  .glightbox-clean .description-left .gdesc-inner,.glightbox-clean .description-right .gdesc-inner{
    position:absolute;
    height:100%;
    overflow-y:auto
  }

  .glightbox-clean .gclose,.glightbox-clean .gnext,.glightbox-clean .gprev{
    background-color:rgba(0,0,0,.32)
  }

  .glightbox-clean .gclose:hover,.glightbox-clean .gnext:hover,.glightbox-clean .gprev:hover{
    background-color:rgba(0,0,0,.7)
  }

  .glightbox-clean .gprev{
    top:45%
  }

  .glightbox-clean .gnext{
    top:45%
  }
}

@media (min-width:992px){
  .glightbox-clean .gclose{
    opacity:.7;
    right:20px
  }
}

@media screen and (max-height:420px){
  .goverlay{
    background:#000
  }
}

/*! Pickr 1.9.0 MIT | https://github.com/Simonwep/pickr */

.pickr{
  position:relative;
  overflow:visible;
  transform:translateY(0)
}

.pickr *{
  box-sizing:border-box;
  outline:none;
  border:none;
  -webkit-appearance:none
}

.pickr .pcr-button{
  position:relative;
  height:2em;
  width:2em;
  padding:.5em;
  cursor:pointer;
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Helvetica Neue",Arial,sans-serif;
  border-radius:.15em;
  background:url("data:image/svg+xml;utf8, <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 50 50\" stroke=\"%2342445A\" stroke-width=\"5px\" stroke-linecap=\"round\"><path d=\"M45,45L5,5\"></path><path d=\"M45,5L5,45\"></path></svg>") no-repeat center;
  background-size:0;
  transition:all .3s
}

.pickr .pcr-button::before{
  position:absolute;
  content:"";
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:url("data:image/svg+xml;utf8, <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2 2\"><path fill=\"white\" d=\"M1,0H2V1H1V0ZM0,1H1V2H0V1Z\"/><path fill=\"gray\" d=\"M0,0H1V1H0V0ZM1,1H2V2H1V1Z\"/></svg>");
  background-size:.5em;
  border-radius:.15em;
  z-index:-1;
  z-index:initial
}

.pickr .pcr-button::after{
  position:absolute;
  content:"";
  top:0;
  left:0;
  height:100%;
  width:100%;
  transition:background .3s;
  background:var(--pcr-color);
  border-radius:.15em
}

.pickr .pcr-button.clear{
  background-size:70%
}

.pickr .pcr-button.clear::before{
  opacity:0
}

.pickr .pcr-button.clear:focus{
  box-shadow:0 0 0 1px rgba(255,255,255,.85),0 0 0 3px var(--pcr-color)
}

.pickr .pcr-button.disabled{
  cursor:not-allowed
}

.pickr *,.pcr-app *{
  box-sizing:border-box;
  outline:none;
  border:none;
  -webkit-appearance:none
}

.pickr input:focus,.pickr input.pcr-active,.pickr button:focus,.pickr button.pcr-active,.pcr-app input:focus,.pcr-app input.pcr-active,.pcr-app button:focus,.pcr-app button.pcr-active{
  box-shadow:0 0 0 1px rgba(255,255,255,.85),0 0 0 3px var(--pcr-color)
}

.pickr .pcr-palette,.pickr .pcr-slider,.pcr-app .pcr-palette,.pcr-app .pcr-slider{
  transition:box-shadow .3s
}

.pickr .pcr-palette:focus,.pickr .pcr-slider:focus,.pcr-app .pcr-palette:focus,.pcr-app .pcr-slider:focus{
  box-shadow:0 0 0 1px rgba(255,255,255,.85),0 0 0 3px rgba(0,0,0,.25)
}

.pcr-app{
  position:fixed;
  display:flex;
  flex-direction:column;
  z-index:10000;
  border-radius:.1em;
  background:#fff;
  opacity:0;
  visibility:hidden;
  transition:opacity .3s,visibility 0s .3s;
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Helvetica Neue",Arial,sans-serif;
  box-shadow:0 .15em 1.5em 0 rgba(0,0,0,.1),0 0 1em 0 rgba(0,0,0,.03);
  left:0;
  top:0
}

.pcr-app.visible{
  transition:opacity .3s;
  visibility:visible;
  opacity:1
}

.pcr-app .pcr-swatches{
  display:flex;
  flex-wrap:wrap;
  margin-top:.75em
}

.pcr-app .pcr-swatches.pcr-last{
  margin:0
}

@supports(display: grid){
  .pcr-app .pcr-swatches{
    display:grid;
    align-items:center;
    grid-template-columns:repeat(auto-fit, 1.75em)
  }
}

.pcr-app .pcr-swatches>button{
  font-size:1em;
  position:relative;
  width:calc(1.75em - 5px);
  height:calc(1.75em - 5px);
  border-radius:.15em;
  cursor:pointer;
  margin:2.5px;
  flex-shrink:0;
  justify-self:center;
  transition:all .15s;
  overflow:hidden;
  background:rgba(0,0,0,0);
  z-index:1
}

.pcr-app .pcr-swatches>button::before{
  position:absolute;
  content:"";
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:url("data:image/svg+xml;utf8, <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2 2\"><path fill=\"white\" d=\"M1,0H2V1H1V0ZM0,1H1V2H0V1Z\"/><path fill=\"gray\" d=\"M0,0H1V1H0V0ZM1,1H2V2H1V1Z\"/></svg>");
  background-size:6px;
  border-radius:.15em;
  z-index:-1
}

.pcr-app .pcr-swatches>button::after{
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:var(--pcr-color);
  border:1px solid rgba(0,0,0,.05);
  border-radius:.15em;
  box-sizing:border-box
}

.pcr-app .pcr-swatches>button:hover{
  filter:brightness(1.05)
}

.pcr-app .pcr-swatches>button:not(.pcr-active){
  box-shadow:none
}

.pcr-app .pcr-interaction{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  margin:0 -0.2em 0 -0.2em
}

.pcr-app .pcr-interaction>*{
  margin:0 .2em
}

.pcr-app .pcr-interaction input{
  letter-spacing:.07em;
  font-size:.75em;
  text-align:center;
  cursor:pointer;
  color:#75797e;
  background:#f1f3f4;
  border-radius:.15em;
  transition:all .15s;
  padding:.45em .5em;
  margin-top:.75em
}

.pcr-app .pcr-interaction input:hover{
  filter:brightness(0.975)
}

.pcr-app .pcr-interaction input:focus{
  box-shadow:0 0 0 1px rgba(255,255,255,.85),0 0 0 3px rgba(66,133,244,.75)
}

.pcr-app .pcr-interaction .pcr-result{
  color:#75797e;
  text-align:left;
  flex:1 1 8em;
  min-width:8em;
  transition:all .2s;
  border-radius:.15em;
  background:#f1f3f4;
  cursor:text
}

.pcr-app .pcr-interaction .pcr-result::-moz-selection{
  background:#4285f4;
  color:#fff
}

.pcr-app .pcr-interaction .pcr-result::selection{
  background:#4285f4;
  color:#fff
}

.pcr-app .pcr-interaction .pcr-type.active{
  color:#fff;
  background:#4285f4
}

.pcr-app .pcr-interaction .pcr-save,.pcr-app .pcr-interaction .pcr-cancel,.pcr-app .pcr-interaction .pcr-clear{
  width:auto;
  color:#fff
}

.pcr-app .pcr-interaction .pcr-save:hover,.pcr-app .pcr-interaction .pcr-cancel:hover,.pcr-app .pcr-interaction .pcr-clear:hover{
  filter:brightness(0.925)
}

.pcr-app .pcr-interaction .pcr-save{
  background:#4285f4
}

.pcr-app .pcr-interaction .pcr-clear,.pcr-app .pcr-interaction .pcr-cancel{
  background:#f44250
}

.pcr-app .pcr-interaction .pcr-clear:focus,.pcr-app .pcr-interaction .pcr-cancel:focus{
  box-shadow:0 0 0 1px rgba(255,255,255,.85),0 0 0 3px rgba(244,66,80,.75)
}

.pcr-app .pcr-selection .pcr-picker{
  position:absolute;
  height:18px;
  width:18px;
  border:2px solid #fff;
  border-radius:100%;
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
      user-select:none
}

.pcr-app .pcr-selection .pcr-color-palette,.pcr-app .pcr-selection .pcr-color-chooser,.pcr-app .pcr-selection .pcr-color-opacity{
  position:relative;
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
      user-select:none;
  display:flex;
  flex-direction:column;
  cursor:grab;
  cursor:-webkit-grab
}

.pcr-app .pcr-selection .pcr-color-palette:active,.pcr-app .pcr-selection .pcr-color-chooser:active,.pcr-app .pcr-selection .pcr-color-opacity:active{
  cursor:grabbing;
  cursor:-webkit-grabbing
}

.pcr-app[data-theme=classic]{
  width:28.5em;
  max-width:95vw;
  padding:.8em
}

.pcr-app[data-theme=classic] .pcr-selection{
  display:flex;
  justify-content:space-between;
  flex-grow:1
}

.pcr-app[data-theme=classic] .pcr-selection .pcr-color-preview{
  position:relative;
  z-index:1;
  width:2em;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  margin-right:.75em
}

.pcr-app[data-theme=classic] .pcr-selection .pcr-color-preview::before{
  position:absolute;
  content:"";
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:url("data:image/svg+xml;utf8, <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2 2\"><path fill=\"white\" d=\"M1,0H2V1H1V0ZM0,1H1V2H0V1Z\"/><path fill=\"gray\" d=\"M0,0H1V1H0V0ZM1,1H2V2H1V1Z\"/></svg>");
  background-size:.5em;
  border-radius:.15em;
  z-index:-1
}

.pcr-app[data-theme=classic] .pcr-selection .pcr-color-preview .pcr-last-color{
  cursor:pointer;
  border-radius:.15em .15em 0 0;
  z-index:2
}

.pcr-app[data-theme=classic] .pcr-selection .pcr-color-preview .pcr-current-color{
  border-radius:0 0 .15em .15em
}

.pcr-app[data-theme=classic] .pcr-selection .pcr-color-preview .pcr-last-color,.pcr-app[data-theme=classic] .pcr-selection .pcr-color-preview .pcr-current-color{
  background:var(--pcr-color);
  width:100%;
  height:50%
}

.pcr-app[data-theme=classic] .pcr-selection .pcr-color-palette{
  width:100%;
  height:8em;
  z-index:1
}

.pcr-app[data-theme=classic] .pcr-selection .pcr-color-palette .pcr-palette{
  flex-grow:1;
  border-radius:.15em
}

.pcr-app[data-theme=classic] .pcr-selection .pcr-color-palette .pcr-palette::before{
  position:absolute;
  content:"";
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:url("data:image/svg+xml;utf8, <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2 2\"><path fill=\"white\" d=\"M1,0H2V1H1V0ZM0,1H1V2H0V1Z\"/><path fill=\"gray\" d=\"M0,0H1V1H0V0ZM1,1H2V2H1V1Z\"/></svg>");
  background-size:.5em;
  border-radius:.15em;
  z-index:-1
}

.pcr-app[data-theme=classic] .pcr-selection .pcr-color-chooser,.pcr-app[data-theme=classic] .pcr-selection .pcr-color-opacity{
  margin-left:.75em
}

.pcr-app[data-theme=classic] .pcr-selection .pcr-color-chooser .pcr-picker,.pcr-app[data-theme=classic] .pcr-selection .pcr-color-opacity .pcr-picker{
  left:50%;
  transform:translateX(-50%)
}

.pcr-app[data-theme=classic] .pcr-selection .pcr-color-chooser .pcr-slider,.pcr-app[data-theme=classic] .pcr-selection .pcr-color-opacity .pcr-slider{
  width:8px;
  flex-grow:1;
  border-radius:50em
}

.pcr-app[data-theme=classic] .pcr-selection .pcr-color-chooser .pcr-slider{
  background:linear-gradient(to bottom, hsl(0, 100%, 50%), hsl(60, 100%, 50%), hsl(120, 100%, 50%), hsl(180, 100%, 50%), hsl(240, 100%, 50%), hsl(300, 100%, 50%), hsl(0, 100%, 50%))
}

.pcr-app[data-theme=classic] .pcr-selection .pcr-color-opacity .pcr-slider{
  background:linear-gradient(to bottom, transparent, black),url("data:image/svg+xml;utf8, <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2 2\"><path fill=\"white\" d=\"M1,0H2V1H1V0ZM0,1H1V2H0V1Z\"/><path fill=\"gray\" d=\"M0,0H1V1H0V0ZM1,1H2V2H1V1Z\"/></svg>");
  background-size:100%,50%
}

trix-editor {
  border: 1px solid #bbb;
  border-radius: 3px;
  margin: 0;
  padding: 0.4em 0.6em;
  min-height: 5em;
  outline: none;
}

trix-toolbar * {
  box-sizing: border-box;
}

trix-toolbar .trix-button-row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  overflow-x: auto;
}

trix-toolbar .trix-button-group {
  display: flex;
  margin-bottom: 10px;
  border: 1px solid #bbb;
  border-top-color: #ccc;
  border-bottom-color: #888;
  border-radius: 3px;
}

trix-toolbar .trix-button-group:not(:first-child) {
  margin-left: 1.5vw;
}

@media (max-width: 768px) {
  trix-toolbar .trix-button-group:not(:first-child) {
    margin-left: 0;
  }
}

trix-toolbar .trix-button-group-spacer {
  flex-grow: 1;
}

@media (max-width: 768px) {
  trix-toolbar .trix-button-group-spacer {
    display: none;
  }
}

trix-toolbar .trix-button {
  position: relative;
  float: left;
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.75em;
  font-weight: 600;
  white-space: nowrap;
  padding: 0 0.5em;
  margin: 0;
  outline: none;
  border: none;
  border-bottom: 1px solid #ddd;
  border-radius: 0;
  background: transparent;
}

trix-toolbar .trix-button:not(:first-child) {
  border-left: 1px solid #ccc;
}

trix-toolbar .trix-button.trix-active {
  background: #cbeefa;
  color: rgb(0, 0, 0);
}

trix-toolbar .trix-button:not(:disabled) {
  cursor: pointer;
}

trix-toolbar .trix-button:disabled {
  color: rgba(0, 0, 0, 0.125);
}

@media (max-width: 768px) {
  trix-toolbar .trix-button {
    letter-spacing: -0.01em;
    padding: 0 0.3em;
  }
}

trix-toolbar .trix-button--icon {
  font-size: inherit;
  width: 2.6em;
  height: 1.6em;
  max-width: calc(0.8em + 4vw);
  text-indent: -9999px;
}

@media (max-width: 768px) {
  trix-toolbar .trix-button--icon {
    height: 2em;
    max-width: calc(0.8em + 3.5vw);
  }
}

trix-toolbar .trix-button--icon::before {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.6;
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media (max-width: 768px) {
  trix-toolbar .trix-button--icon::before {
    right: 6%;
    left: 6%;
  }
}

trix-toolbar .trix-button--icon.trix-active::before {
  opacity: 1;
}

trix-toolbar .trix-button--icon:disabled::before {
  opacity: 0.125;
}

trix-toolbar .trix-button--icon-attach::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M10.5%2018V7.5c0-2.25%203-2.25%203%200V18c0%204.125-6%204.125-6%200V7.5c0-6.375%209-6.375%209%200V18%22%20stroke%3D%22%23000%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
  top: 8%;
  bottom: 4%;
}

trix-toolbar .trix-button--icon-bold::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M6.522%2019.242a.5.5%200%200%201-.5-.5V5.35a.5.5%200%200%201%20.5-.5h5.783c1.347%200%202.46.345%203.24.982.783.64%201.216%201.562%201.216%202.683%200%201.13-.587%202.129-1.476%202.71a.35.35%200%200%200%20.049.613c1.259.56%202.101%201.742%202.101%203.22%200%201.282-.483%202.334-1.363%203.063-.876.726-2.132%201.12-3.66%201.12h-5.89ZM9.27%207.347v3.362h1.97c.766%200%201.347-.17%201.733-.464.38-.291.587-.716.587-1.27%200-.53-.183-.928-.513-1.198-.334-.273-.838-.43-1.505-.43H9.27Zm0%205.606v3.791h2.389c.832%200%201.448-.177%201.853-.497.399-.315.614-.786.614-1.423%200-.62-.22-1.077-.63-1.385-.418-.313-1.053-.486-1.905-.486H9.27Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-button--icon-italic::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M9%205h6.5v2h-2.23l-2.31%2010H13v2H6v-2h2.461l2.306-10H9V5Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-button--icon-link::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M18.948%205.258a4.337%204.337%200%200%200-6.108%200L11.217%206.87a.993.993%200%200%200%200%201.41c.392.39%201.027.39%201.418%200l1.623-1.613a2.323%202.323%200%200%201%203.271%200%202.29%202.29%200%200%201%200%203.251l-2.393%202.38a3.021%203.021%200%200%201-4.255%200l-.05-.049a1.007%201.007%200%200%200-1.418%200%20.993.993%200%200%200%200%201.41l.05.049a5.036%205.036%200%200%200%207.091%200l2.394-2.38a4.275%204.275%200%200%200%200-6.072Zm-13.683%2013.6a4.337%204.337%200%200%200%206.108%200l1.262-1.255a.993.993%200%200%200%200-1.41%201.007%201.007%200%200%200-1.418%200L9.954%2017.45a2.323%202.323%200%200%201-3.27%200%202.29%202.29%200%200%201%200-3.251l2.344-2.331a2.579%202.579%200%200%201%203.631%200c.392.39%201.027.39%201.419%200a.993.993%200%200%200%200-1.41%204.593%204.593%200%200%200-6.468%200l-2.345%202.33a4.275%204.275%200%200%200%200%206.072Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-button--icon-strike::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M6%2014.986c.088%202.647%202.246%204.258%205.635%204.258%203.496%200%205.713-1.728%205.713-4.463%200-.275-.02-.536-.062-.781h-3.461c.398.293.573.654.573%201.123%200%201.035-1.074%201.787-2.646%201.787-1.563%200-2.773-.762-2.91-1.924H6ZM6.432%2010h3.763c-.632-.314-.914-.715-.914-1.273%200-1.045.977-1.739%202.432-1.739%201.475%200%202.52.723%202.617%201.914h2.764c-.05-2.548-2.11-4.238-5.39-4.238-3.145%200-5.392%201.719-5.392%204.316%200%20.363.04.703.12%201.02ZM4%2011a1%201%200%201%200%200%202h15a1%201%200%201%200%200-2H4Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-button--icon-quote::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M4.581%208.471c.44-.5%201.056-.834%201.758-.995C8.074%207.17%209.201%207.822%2010%208.752c1.354%201.578%201.33%203.555.394%205.277-.941%201.731-2.788%203.163-4.988%203.56a.622.622%200%200%201-.653-.317c-.113-.205-.121-.49.16-.764.294-.286.567-.566.791-.835.222-.266.413-.54.524-.815.113-.28.156-.597.026-.908-.128-.303-.39-.524-.72-.69a3.02%203.02%200%200%201-1.674-2.7c0-.905.283-1.59.72-2.088Zm9.419%200c.44-.5%201.055-.834%201.758-.995%201.734-.306%202.862.346%203.66%201.276%201.355%201.578%201.33%203.555.395%205.277-.941%201.731-2.789%203.163-4.988%203.56a.622.622%200%200%201-.653-.317c-.113-.205-.122-.49.16-.764.294-.286.567-.566.791-.835.222-.266.412-.54.523-.815.114-.28.157-.597.026-.908-.127-.303-.39-.524-.72-.69a3.02%203.02%200%200%201-1.672-2.701c0-.905.283-1.59.72-2.088Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-button--icon-heading-1::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M21.5%207.5v-3h-12v3H14v13h3v-13h4.5ZM9%2013.5h3.5v-3h-10v3H6v7h3v-7Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-button--icon-code::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M3.293%2011.293a1%201%200%200%200%200%201.414l4%204a1%201%200%201%200%201.414-1.414L5.414%2012l3.293-3.293a1%201%200%200%200-1.414-1.414l-4%204Zm13.414%205.414%204-4a1%201%200%200%200%200-1.414l-4-4a1%201%200%201%200-1.414%201.414L18.586%2012l-3.293%203.293a1%201%200%200%200%201.414%201.414Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-button--icon-bullet-list::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M5%207.5a1.5%201.5%200%201%200%200-3%201.5%201.5%200%200%200%200%203ZM8%206a1%201%200%200%201%201-1h11a1%201%200%201%201%200%202H9a1%201%200%200%201-1-1Zm1%205a1%201%200%201%200%200%202h11a1%201%200%201%200%200-2H9Zm0%206a1%201%200%201%200%200%202h11a1%201%200%201%200%200-2H9Zm-2.5-5a1.5%201.5%200%201%201-3%200%201.5%201.5%200%200%201%203%200ZM5%2019.5a1.5%201.5%200%201%200%200-3%201.5%201.5%200%200%200%200%203Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-button--icon-number-list::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M3%204h2v4H4V5H3V4Zm5%202a1%201%200%200%201%201-1h11a1%201%200%201%201%200%202H9a1%201%200%200%201-1-1Zm1%205a1%201%200%201%200%200%202h11a1%201%200%201%200%200-2H9Zm0%206a1%201%200%201%200%200%202h11a1%201%200%201%200%200-2H9Zm-3.5-7H6v1l-1.5%202H6v1H3v-1l1.667-2H3v-1h2.5ZM3%2017v-1h3v4H3v-1h2v-.5H4v-1h1V17H3Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-button--icon-undo::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M3%2014a1%201%200%200%200%201%201h6a1%201%200%201%200%200-2H6.257c2.247-2.764%205.151-3.668%207.579-3.264%202.589.432%204.739%202.356%205.174%205.405a1%201%200%200%200%201.98-.283c-.564-3.95-3.415-6.526-6.825-7.095C11.084%207.25%207.63%208.377%205%2011.39V8a1%201%200%200%200-2%200v6Zm2-1Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-button--icon-redo::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M21%2014a1%201%200%200%201-1%201h-6a1%201%200%201%201%200-2h3.743c-2.247-2.764-5.151-3.668-7.579-3.264-2.589.432-4.739%202.356-5.174%205.405a1%201%200%200%201-1.98-.283c.564-3.95%203.415-6.526%206.826-7.095%203.08-.513%206.534.614%209.164%203.626V8a1%201%200%201%201%202%200v6Zm-2-1Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-button--icon-decrease-nesting-level::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M5%206a1%201%200%200%201%201-1h12a1%201%200%201%201%200%202H6a1%201%200%200%201-1-1Zm4%205a1%201%200%201%200%200%202h9a1%201%200%201%200%200-2H9Zm-3%206a1%201%200%201%200%200%202h12a1%201%200%201%200%200-2H6Zm-3.707-5.707a1%201%200%200%200%200%201.414l2%202a1%201%200%201%200%201.414-1.414L4.414%2012l1.293-1.293a1%201%200%200%200-1.414-1.414l-2%202Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-button--icon-increase-nesting-level::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M5%206a1%201%200%200%201%201-1h12a1%201%200%201%201%200%202H6a1%201%200%200%201-1-1Zm4%205a1%201%200%201%200%200%202h9a1%201%200%201%200%200-2H9Zm-3%206a1%201%200%201%200%200%202h12a1%201%200%201%200%200-2H6Zm-2.293-2.293%202-2a1%201%200%200%200%200-1.414l-2-2a1%201%200%201%200-1.414%201.414L3.586%2012l-1.293%201.293a1%201%200%201%200%201.414%201.414Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-dialogs {
  position: relative;
}

trix-toolbar .trix-dialog {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  font-size: 0.75em;
  padding: 15px 10px;
  background: #fff;
  box-shadow: 0 0.3em 1em #ccc;
  border-top: 2px solid #888;
  border-radius: 5px;
  z-index: 5;
}

trix-toolbar .trix-input--dialog {
  font-size: inherit;
  font-weight: normal;
  padding: 0.5em 0.8em;
  margin: 0 10px 0 0;
  border-radius: 3px;
  border: 1px solid #bbb;
  background-color: #fff;
  box-shadow: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

trix-toolbar .trix-input--dialog.validate:invalid {
  box-shadow: #F00 0px 0px 1.5px 1px;
}

trix-toolbar .trix-button--dialog {
  font-size: inherit;
  padding: 0.5em;
  border-bottom: none;
}

trix-toolbar .trix-dialog--link {
  max-width: 600px;
}

trix-toolbar .trix-dialog__link-fields {
  display: flex;
  align-items: baseline;
}

trix-toolbar .trix-dialog__link-fields .trix-input {
  flex: 1 1;
}

trix-toolbar .trix-dialog__link-fields .trix-button-group {
  flex: 0 0 content;
  margin: 0;
}

trix-editor [data-trix-mutable]:not(.attachment__caption-editor) {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

trix-editor [data-trix-mutable] ::-moz-selection, trix-editor [data-trix-mutable]::-moz-selection,
trix-editor [data-trix-cursor-target]::-moz-selection {
  background: none;
}

trix-editor [data-trix-mutable] ::-moz-selection, trix-editor [data-trix-mutable]::-moz-selection, trix-editor [data-trix-cursor-target]::-moz-selection {
  background: none;
}

trix-editor [data-trix-mutable] ::selection, trix-editor [data-trix-mutable]::selection,
trix-editor [data-trix-cursor-target]::selection {
  background: none;
}

trix-editor [data-trix-mutable].attachment__caption-editor:focus::-moz-selection {
  background: highlight;
}

trix-editor [data-trix-mutable].attachment__caption-editor:focus::selection {
  background: highlight;
}

trix-editor [data-trix-mutable].attachment.attachment--file {
  box-shadow: 0 0 0 2px highlight;
  border-color: transparent;
}

trix-editor [data-trix-mutable].attachment img {
  box-shadow: 0 0 0 2px highlight;
}

trix-editor .attachment {
  position: relative;
}

trix-editor .attachment:hover {
  cursor: default;
}

trix-editor .attachment--preview .attachment__caption:hover {
  cursor: text;
}

trix-editor .attachment__progress {
  position: absolute;
  z-index: 1;
  height: 20px;
  top: calc(50% - 10px);
  left: 5%;
  width: 90%;
  opacity: 0.9;
  transition: opacity 200ms ease-in;
}

trix-editor .attachment__progress[value="100"] {
  opacity: 0;
}

trix-editor .attachment__caption-editor {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  color: inherit;
  text-align: center;
  vertical-align: top;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

trix-editor .attachment__toolbar {
  position: absolute;
  z-index: 1;
  top: -0.9em;
  left: 0;
  width: 100%;
  text-align: center;
}

trix-editor .trix-button-group {
  display: inline-flex;
}

trix-editor .trix-button {
  position: relative;
  float: left;
  color: #666;
  white-space: nowrap;
  font-size: 80%;
  padding: 0 0.8em;
  margin: 0;
  outline: none;
  border: none;
  border-radius: 0;
  background: transparent;
}

trix-editor .trix-button:not(:first-child) {
  border-left: 1px solid #ccc;
}

trix-editor .trix-button.trix-active {
  background: #cbeefa;
}

trix-editor .trix-button:not(:disabled) {
  cursor: pointer;
}

trix-editor .trix-button--remove {
  text-indent: -9999px;
  display: inline-block;
  padding: 0;
  outline: none;
  width: 1.8em;
  height: 1.8em;
  line-height: 1.8em;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid highlight;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.25);
}

trix-editor .trix-button--remove::before {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.7;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg%20height%3D%2224%22%20width%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M19%206.41%2017.59%205%2012%2010.59%206.41%205%205%206.41%2010.59%2012%205%2017.59%206.41%2019%2012%2013.41%2017.59%2019%2019%2017.59%2013.41%2012z%22%2F%3E%3Cpath%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%2F%3E%3C%2Fsvg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 90%;
}

trix-editor .trix-button--remove:hover {
  border-color: #333;
}

trix-editor .trix-button--remove:hover::before {
  opacity: 1;
}

trix-editor .attachment__metadata-container {
  position: relative;
}

trix-editor .attachment__metadata {
  position: absolute;
  left: 50%;
  top: 2em;
  transform: translate(-50%, 0);
  max-width: 90%;
  padding: 0.1em 0.6em;
  font-size: 0.8em;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 3px;
}

trix-editor .attachment__metadata .attachment__name {
  display: inline-block;
  max-width: 100%;
  vertical-align: bottom;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

trix-editor .attachment__metadata .attachment__size {
  margin-left: 0.2em;
  white-space: nowrap;
}

.trix-content {
  line-height: 1.5;
  overflow-wrap: break-word;
  word-break: break-word;
}

.trix-content * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.trix-content h1 {
  font-size: 1.2em;
  line-height: 1.2;
}

.trix-content blockquote {
  border: 0 solid #ccc;
  border-left-width: 0.3em;
  margin-left: 0.3em;
  padding-left: 0.6em;
}

.trix-content [dir=rtl] blockquote,
.trix-content blockquote[dir=rtl] {
  border-width: 0;
  border-right-width: 0.3em;
  margin-right: 0.3em;
  padding-right: 0.6em;
}

.trix-content li {
  margin-left: 1em;
}

.trix-content [dir=rtl] li {
  margin-right: 1em;
}

.trix-content pre {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-family: monospace;
  font-size: 0.9em;
  padding: 0.5em;
  white-space: pre;
  background-color: #eee;
  overflow-x: auto;
}

.trix-content img {
  max-width: 100%;
  height: auto;
}

.trix-content .attachment {
  display: inline-block;
  position: relative;
  max-width: 100%;
}

.trix-content .attachment a {
  color: inherit;
  text-decoration: none;
}

.trix-content .attachment a:hover, .trix-content .attachment a:visited:hover {
  color: inherit;
}

.trix-content .attachment__caption {
  text-align: center;
}

.trix-content .attachment__caption .attachment__name + .attachment__size::before {
  content: " •";
}

.trix-content .attachment--preview {
  width: 100%;
  text-align: center;
}

.trix-content .attachment--preview .attachment__caption {
  color: #666;
  font-size: 0.9em;
  line-height: 1.2;
}

.trix-content .attachment--file {
  color: #333;
  line-height: 1;
  margin: 0 2px 2px 2px;
  padding: 0.4em 1em;
  border: 1px solid #bbb;
  border-radius: 5px;
}

.trix-content .attachment-gallery {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.trix-content .attachment-gallery .attachment {
  flex: 1 0 33%;
  padding: 0 0.5em;
  max-width: 33%;
}

.trix-content .attachment-gallery.attachment-gallery--2 .attachment, .trix-content .attachment-gallery.attachment-gallery--4 .attachment {
  flex-basis: 50%;
  max-width: 50%;
}

/* Apply styles to both editor (`trix-editor`) and viewer (`trix-content`) */

trix-editor,
.trix-content{
  line-height:1.625;
  --tw-text-opacity:1;
  color:rgb(23 46 68 / 1);
  color:rgb(23 46 68 / var(--tw-text-opacity, 1))
}

trix-editor:empty:not(:focus)::before{
  --tw-text-opacity:1;
  color:rgb(148 163 184 / 1);
  color:rgb(148 163 184 / var(--tw-text-opacity, 1))
}

/* Fix bullet and numbered lists */

trix-editor ul,
.trix-content ul {
  list-style-type: disc !important;
  margin-left: 1.5rem !important;
}

trix-editor ol,
.trix-content ol {
  list-style-type: decimal !important;
  margin-left: 1.5rem !important;
}

/* Normalize heading styles */

trix-editor h1,
.trix-content h1{
  font-size:1.25rem;
  font-weight:700;
  line-height:1.5rem
}

trix-editor p,
.trix-content p{
  margin-bottom:0.75rem
}

/* Blockquote styling */

trix-editor blockquote,
.trix-content blockquote{
  border-left-width:4px;
  --tw-border-opacity:1;
  border-color:rgb(203 213 225 / 1);
  border-color:rgb(203 213 225 / var(--tw-border-opacity, 1));
  padding-left:1rem;
  font-style:italic;
  --tw-text-opacity:1;
  color:rgb(71 85 105 / 1);
  color:rgb(71 85 105 / var(--tw-text-opacity, 1))
}

/* Link styles */

trix-editor a,
.trix-content a{
  --tw-text-opacity:1;
  color:rgb(2 132 199 / 1);
  color:rgb(2 132 199 / var(--tw-text-opacity, 1));
  -webkit-text-decoration-line:underline;
          text-decoration-line:underline
}

trix-editor a:hover,
.trix-content a:hover{
  --tw-text-opacity:1;
  color:rgb(7 89 133 / 1);
  color:rgb(7 89 133 / var(--tw-text-opacity, 1))
}

/* Improve file attachment display */

trix-editor img,
.trix-content img{
  max-width:100%;
  border-radius:0.5rem;
  --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:0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

trix-editor figure,
.trix-content figure{
  margin-top:1rem;
  margin-bottom:1rem
}

trix-editor figcaption,
.trix-content figcaption{
  font-size:0.813rem;
  font-style:italic;
  --tw-text-opacity:1;
  color:rgb(100 116 139 / 1);
  color:rgb(100 116 139 / var(--tw-text-opacity, 1))
}

/* Code block styling */

trix-editor pre,
.trix-content pre{
  overflow-x:auto;
  border-radius:0.375rem;
  --tw-bg-opacity:1;
  background-color:rgb(241 245 249 / 1);
  background-color:rgb(241 245 249 / var(--tw-bg-opacity, 1));
  padding:0.75rem
}

/* Hide options */

trix-toolbar [data-trix-button-group='file-tools'] {
  display: none !important;
}

trix-toolbar [data-trix-attribute='heading1'],
trix-toolbar [data-trix-attribute='heading2'],
trix-toolbar [data-trix-attribute='heading3'] {
  display: none !important;
}

trix-toolbar .trix-button-group{
  --tw-border-opacity:1;
  border-color:rgb(217 228 236 / 1);
  border-color:rgb(217 228 236 / var(--tw-border-opacity, 1))
}

trix-toolbar .trix-button{
  border-width:0px !important;
  border-left-width:0px !important
}

@keyframes passing-through{
  0%{
    opacity:0;
    transform:translateY(40px)
  }

  30%,70%{
    opacity:1;
    transform:translateY(0px)
  }

  100%{
    opacity:0;
    transform:translateY(-40px)
  }
}

@keyframes slide-in{
  0%{
    opacity:0;
    transform:translateY(40px)
  }

  30%{
    opacity:1;
    transform:translateY(0px)
  }
}

@keyframes pulse{
  0%{
    transform:scale(1)
  }

  10%{
    transform:scale(1.1)
  }

  20%{
    transform:scale(1)
  }
}

.dropzone,.dropzone *{
  box-sizing:border-box
}

.dropzone{
  min-height:150px;
  border:1px solid rgba(0,0,0,.8);
  border-radius:5px;
  padding:20px 20px
}

.dropzone.dz-clickable{
  cursor:pointer
}

.dropzone.dz-clickable *{
  cursor:default
}

.dropzone.dz-clickable .dz-message,.dropzone.dz-clickable .dz-message *{
  cursor:pointer
}

.dropzone.dz-started .dz-message{
  display:none
}

.dropzone.dz-drag-hover{
  border-style:solid
}

.dropzone.dz-drag-hover .dz-message{
  opacity:.5
}

.dropzone .dz-message{
  text-align:center;
  margin:3em 0
}

.dropzone .dz-message .dz-button{
  background:none;
  color:inherit;
  border:none;
  padding:0;
  font:inherit;
  cursor:pointer;
  outline:inherit
}

.dropzone .dz-preview{
  position:relative;
  display:inline-block;
  vertical-align:top;
  margin:16px;
  min-height:100px
}

.dropzone .dz-preview:hover{
  z-index:1000
}

.dropzone .dz-preview:hover .dz-details{
  opacity:1
}

.dropzone .dz-preview.dz-file-preview .dz-image{
  border-radius:20px;
  background:#999;
  background:linear-gradient(to bottom, #eee, #ddd)
}

.dropzone .dz-preview.dz-file-preview .dz-details{
  opacity:1
}

.dropzone .dz-preview.dz-image-preview{
  background:#fff
}

.dropzone .dz-preview.dz-image-preview .dz-details{
  transition:opacity .2s linear
}

.dropzone .dz-preview .dz-remove{
  font-size:14px;
  text-align:center;
  display:block;
  cursor:pointer;
  border:none
}

.dropzone .dz-preview .dz-remove:hover{
  text-decoration:underline
}

.dropzone .dz-preview:hover .dz-details{
  opacity:1
}

.dropzone .dz-preview .dz-details{
  z-index:20;
  position:absolute;
  top:0;
  left:0;
  opacity:0;
  font-size:13px;
  min-width:100%;
  max-width:100%;
  padding:2em 1em;
  text-align:center;
  color:rgba(0,0,0,.9);
  line-height:150%
}

.dropzone .dz-preview .dz-details .dz-size{
  margin-bottom:1em;
  font-size:16px
}

.dropzone .dz-preview .dz-details .dz-filename{
  white-space:nowrap
}

.dropzone .dz-preview .dz-details .dz-filename:hover span{
  border:1px solid rgba(200,200,200,.8);
  background-color:rgba(255,255,255,.8)
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover){
  overflow:hidden;
  text-overflow:ellipsis
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span{
  border:1px solid transparent
}

.dropzone .dz-preview .dz-details .dz-filename span,.dropzone .dz-preview .dz-details .dz-size span{
  background-color:rgba(255,255,255,.4);
  padding:0 .4em;
  border-radius:3px
}

.dropzone .dz-preview:hover .dz-image img{
  transform:scale(1.05, 1.05);
  filter:blur(8px)
}

.dropzone .dz-preview .dz-image{
  border-radius:20px;
  overflow:hidden;
  width:120px;
  height:120px;
  position:relative;
  display:block;
  z-index:10
}

.dropzone .dz-preview .dz-image img{
  display:block
}

.dropzone .dz-preview.dz-success .dz-success-mark{
  animation:passing-through 3s cubic-bezier(0.77, 0, 0.175, 1)
}

.dropzone .dz-preview.dz-error .dz-error-mark{
  opacity:1;
  animation:slide-in 3s cubic-bezier(0.77, 0, 0.175, 1)
}

.dropzone .dz-preview .dz-success-mark,.dropzone .dz-preview .dz-error-mark{
  pointer-events:none;
  opacity:0;
  z-index:500;
  position:absolute;
  display:block;
  top:50%;
  left:50%;
  margin-left:-27px;
  margin-top:-27px;
  background:rgba(0,0,0,.8);
  border-radius:50%
}

.dropzone .dz-preview .dz-success-mark svg,.dropzone .dz-preview .dz-error-mark svg{
  display:block;
  width:54px;
  height:54px;
  fill:#fff
}

.dropzone .dz-preview.dz-processing .dz-progress{
  opacity:1;
  transition:all .2s linear
}

.dropzone .dz-preview.dz-complete .dz-progress{
  opacity:0;
  transition:opacity .4s ease-in
}

.dropzone .dz-preview:not(.dz-processing) .dz-progress{
  animation:pulse 6s ease infinite
}

.dropzone .dz-preview .dz-progress{
  opacity:1;
  z-index:1000;
  pointer-events:none;
  position:absolute;
  height:20px;
  top:50%;
  margin-top:-10px;
  left:15%;
  right:15%;
  border:3px solid rgba(0,0,0,.8);
  background:rgba(0,0,0,.8);
  border-radius:10px;
  overflow:hidden
}

.dropzone .dz-preview .dz-progress .dz-upload{
  background:#fff;
  display:block;
  position:relative;
  height:100%;
  width:0;
  transition:width 300ms ease-in-out;
  border-radius:17px
}

.dropzone .dz-preview.dz-error .dz-error-message{
  display:block
}

.dropzone .dz-preview.dz-error:hover .dz-error-message{
  opacity:1;
  pointer-events:auto
}

.dropzone .dz-preview .dz-error-message{
  pointer-events:none;
  z-index:1000;
  position:absolute;
  display:block;
  display:none;
  opacity:0;
  transition:opacity .3s ease;
  border-radius:8px;
  font-size:13px;
  top:130px;
  left:-10px;
  width:140px;
  background:#b10606;
  padding:.5em 1em;
  color:#fff
}

.dropzone .dz-preview .dz-error-message:after{
  content:"";
  position:absolute;
  top:-6px;
  left:64px;
  width:0;
  height:0;
  border-left:6px solid transparent;
  border-right:6px solid transparent;
  border-bottom:6px solid #b10606
}

.dropzone,.dropzone *{
  box-sizing:border-box
}

.dropzone{
  position:relative
}

.dropzone .dz-preview{
  position:relative;
  display:inline-block;
  width:120px;
  margin:.5em
}

.dropzone .dz-preview .dz-progress{
  display:block;
  height:15px;
  border:1px solid #aaa
}

.dropzone .dz-preview .dz-progress .dz-upload{
  display:block;
  height:100%;
  width:0;
  background:green
}

.dropzone .dz-preview .dz-error-message{
  color:red;
  display:none
}

.dropzone .dz-preview.dz-error .dz-error-message,.dropzone .dz-preview.dz-error .dz-error-mark{
  display:block
}

.dropzone .dz-preview.dz-success .dz-success-mark{
  display:block
}

.dropzone .dz-preview .dz-error-mark,.dropzone .dz-preview .dz-success-mark{
  position:absolute;
  display:none;
  left:30px;
  top:30px;
  width:54px;
  height:58px;
  left:50%;
  margin-left:-27px
}

.dropzone {
  padding: 8px 12px;
  --tw-border-opacity:1;
  border-color:rgb(217 228 236 / 1);
  border-color:rgb(217 228 236 / var(--tw-border-opacity, 1));
  border-style: dashed;
}

.dz-image{
  border-radius:0.25rem !important
}

:root {
  --fc-small-font-size: 0.85em !important;
  --fc-page-bg-color: #fff !important;
  --fc-neutral-bg-color: #d1d5da !important;
  --fc-neutral-text-color: #74828f !important;
  --fc-border-color: #f3f4f6 !important;
  --fc-button-text-color: #ff5517 !important;
  --fc-button-bg-color: white !important;
  --fc-button-border-color: white !important;
  --fc-button-hover-bg-color: white !important;
  --fc-button-hover-border-color: white !important;
  --fc-button-active-bg-color: white !important;
  --fc-button-active-border-color: white !important;
  --fc-event-bg-color: #3788d8 !important;
  --fc-event-border-color: #3788d8 !important;
  --fc-event-text-color: #fff !important;
  --fc-event-selected-overlay-color: rgba(0, 0, 0, 0.25) !important;
  --fc-more-link-bg-color: #d0d0d0 !important;
  --fc-more-link-text-color: inherit !important;
  --fc-event-resizer-thickness: 8px !important;
  --fc-event-resizer-dot-total-width: 8px !important;
  --fc-event-resizer-dot-border-width: 1px !important;
  --fc-non-business-color: rgba(215, 215, 215, 0.3) !important;
  --fc-bg-event-color: rgb(143, 223, 130) !important;
  --fc-bg-event-opacity: 0.5 !important;
  --fc-highlight-color: rgba(188, 232, 241, 0.3) !important;
  --fc-today-bg-color: white !important;
  --fc-now-indicator-color: #ff5517 !important;
}

/* Hide Calendar Icon In Chrome */

input[type='date']::-webkit-inner-spin-button,
input[type='date']::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
}

.fc-header-toolbar{
  margin-bottom:0.75rem !important;
  margin-top:0px !important;
  display:flex;
  flex-direction:column
}

@media (min-width: 768px){
  .fc-header-toolbar{
    flex-direction:row
  }
}

.fc-header-toolbar .fc-button-group .fc-button{
  font-size:0.813rem
}

.fc-toolbar-title{
  padding-left:0.25rem;
  font-size:1.125rem !important;
  font-weight:600
}

.fc-scrollgrid.fc-scrollgrid-liquid{
  border-left-width:0px !important
}

.fc-day-today .fc-daygrid-day-number{
  display:flex;
  height:1.5rem;
  width:1.5rem;
  align-items:center;
  justify-content:center;
  border-radius:9999px;
  --tw-bg-opacity:1;
  background-color:rgb(255 85 23 / 1);
  background-color:rgb(255 85 23 / var(--tw-bg-opacity, 1));
  font-weight:600;
  --tw-text-opacity:1;
  color:rgb(255 255 255 / 1);
  color:rgb(255 255 255 / var(--tw-text-opacity, 1))
}

.fc-timegrid-slot-label.fc-timegrid-slot-minor{
  border-width:0px
}

.fc-timegrid-slot-minor {
  border-top-style: solid !important;
}

.fc-timegrid-col-events{
  margin:0px !important
}

.fc-event:not(.all-day-event, .fc-bg-event){
  margin:0.25rem !important
}

.fc .fc-button-primary{
  border-radius:0px !important
}

.fc .fc-button-primary:not(:active){
  --tw-text-opacity:1;
  color:rgb(23 46 68 / 1);
  color:rgb(23 46 68 / var(--tw-text-opacity, 1))
}

.fc-button{
  --tw-shadow:0 0 #0000 !important;
  --tw-shadow-colored:0 0 #0000 !important;
  box-shadow:0 0 #0000, 0 0 #0000, var(--tw-shadow) !important;
  box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important
}

.fc .fc-button:disabled{
  --tw-text-opacity:1 !important;
  color:rgb(148 163 184 / 1) !important;
  color:rgb(148 163 184 / var(--tw-text-opacity, 1)) !important;
  opacity:1
}

.fc-toolbar-chunk{
  display:flex !important;
  align-items:center !important
}

.fc-direction-ltr .fc-toolbar > * > :not(:first-child){
  margin-left:0.5rem !important
}

.fc .fc-toolbar.fc-header-toolbar{
  margin-bottom:0.5rem
}

.fc-scrollgrid-section.fc-scrollgrid-section-body.fc-scrollgrid-section-liquid
  > td{
  border-bottom-width:0px
}

a.fc-col-header-cell-cushion:link,
a.fc-col-header-cell-cushion:visited,
a.fc-col-header-cell-cushion:hover,
a.fc-col-header-cell-cushion:active {
  text-decoration: none !important;
}

.fc-list-day > th > div.fc-list-day-cushion{
  --tw-bg-opacity:1;
  background-color:rgb(241 245 249 / 1);
  background-color:rgb(241 245 249 / var(--tw-bg-opacity, 1))
}

.fc .fc-daygrid-body-natural .fc-daygrid-day-events{
  margin-bottom:0px !important
}

.fc.fc-media-screen
  .fc-scrollgrid-section.fc-scrollgrid-section-body:not(
    .fc-scrollgrid-section-liquid
  )
  .fc-scroller-harness{
  max-height:5rem;
  overflow:auto
}

.fc-bg-event{
  border-top-width:1px !important;
  border-bottom-width:1px !important;
  border-color:rgb(16 185 129 / 0.1) !important
}

#chat-messages h2,
  #chat-messages h3{
    margin-bottom:0px
  }

#chat-messages p{
    margin-top:0.25rem;
    margin-bottom:0.25rem
  }

#chat-messages ul{
    margin-top:0.25rem;
    margin-bottom:0.25rem
  }

#chat-messages hr{
    margin-top:1rem;
    margin-bottom:1rem
  }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus,
input[data-com-onepassword-filled='light'] {
  background-color: transparent;
  -webkit-box-shadow: 0 0 0px 1000px #ffffff inset !important;
}

/* React Select */

[id^='react-select']:focus{
  margin-left:-1px !important;
  --tw-shadow:0 0 #0000 !important;
  --tw-shadow-colored:0 0 #0000 !important;
  box-shadow:0 0 #0000, 0 0 #0000, var(--tw-shadow) !important;
  box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  outline:2px solid transparent !important;
  outline-offset:2px !important;
  --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000 !important;
  box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important
}

/* Application */

.category-color:hover {
  filter: brightness(95%);
}

.turbo-progress-bar{
  height:1px;
  --tw-bg-opacity:1;
  background-color:rgb(255 85 23 / 1);
  background-color:rgb(255 85 23 / var(--tw-bg-opacity, 1))
}

ul.animated li {
  animation-name: animateIn;
  animation-duration: 125ms;
  animation-delay: calc(var(--animation-order) * 20ms);
  animation-fill-mode: both;
  animation-timing-function: ease-in-out;
}

@keyframes animateIn {
  0% {
    opacity: 0;
    transform: translateY(-15px);
  }

  100% {
    opacity: 1;
  }
}

input::-webkit-date-and-time-value {
  text-align: left;
}

/* Stimulus Read More */

.collapsed-text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  -webkit-line-clamp: var(--read-more-line-clamp, 2);
}

.collapsed-text-lg {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  -webkit-line-clamp: var(--read-more-line-clamp, 4);
}

/* Auth Buttons */

.auth-provider-button {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -webkit-appearance: none;
  background-color: WHITE;
  background-image: none;
  border: 1px solid #747775;
  border-radius: 4px;
  box-sizing: border-box;
  color: #1f1f1f;
  cursor: pointer;
  font-family: 'Roboto', arial, sans-serif;
  font-size: 14px;
  height: 40px;
  letter-spacing: 0.25px;
  outline: none;
  overflow: hidden;
  padding: 0 12px;
  position: relative;
  text-align: center;
  transition: background-color 0.218s, border-color 0.218s, box-shadow 0.218s;
  vertical-align: middle;
  white-space: nowrap;
  width: auto;
  max-width: 400px;
  min-width: -moz-min-content;
  min-width: min-content;
}

.auth-provider-button .auth-provider-button-icon {
  height: 20px;
  margin-right: 12px;
  min-width: 20px;
  width: 20px;
}

.auth-provider-button .auth-provider-button-content-wrapper {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  height: 100%;
  justify-content: center;
  position: relative;
  width: 100%;
}

.auth-provider-button .auth-provider-button-contents {
  flex-grow: 0;
  font-family: 'Roboto', arial, sans-serif;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}

.auth-provider-button .auth-provider-button-state {
  transition: opacity 0.218s;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.auth-provider-button:disabled {
  cursor: default;
  background-color: #ffffff61;
  border-color: #1f1f1f1f;
}

.auth-provider-button:disabled .auth-provider-button-contents {
  opacity: 38%;
}

.auth-provider-button:disabled .auth-provider-button-icon {
  opacity: 38%;
}

.auth-provider-button:not(:disabled):active .auth-provider-button-state,
.auth-provider-button:not(:disabled):focus .auth-provider-button-state {
  background-color: #303030;
  opacity: 12%;
}

.auth-provider-button:not(:disabled):hover {
  box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.3),
    0 1px 3px 1px rgba(60, 64, 67, 0.15);
}

.auth-provider-button:not(:disabled):hover .auth-provider-button-state {
  background-color: #303030;
  opacity: 8%;
}

/* ApexCharts */

.apexcharts-legend-series{
  margin-right:0.75rem !important
}

.apexcharts-legend-text{
  margin-top:0.25rem;
  margin-left:-0.75rem !important
}

.apexcharts-heatmap-rect{
  cursor:pointer !important
}

/* Color Picker */

.pickr > button{
  height:3rem !important;
  width:3rem !important
}

/* Tippy */

.tippy-box{
  --tw-bg-opacity:1 !important;
  background-color:rgb(23 46 68 / 1) !important;
  background-color:rgb(23 46 68 / var(--tw-bg-opacity, 1)) !important
}

.tippy-box .tippy-arrow:before{
  --tw-text-opacity:1 !important;
  color:rgb(23 46 68 / 1) !important;
  color:rgb(23 46 68 / var(--tw-text-opacity, 1)) !important
}

@keyframes sparkle {
  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }

  50% {
    opacity: 0.9;
    transform: scale(1.1);
  }
}

.sparkle {
  animation: sparkle 1.5s infinite ease-in-out;
  transform-origin: center;
}

.sparkle-1 {
  animation-delay: 0s;
}

.sparkle-2 {
  animation-delay: 0.3s;
}

.sparkle-3 {
  animation-delay: 0.6s;
}

.sparkle-4 {
  animation-delay: 0.9s;
}

.sparkle-5 {
  animation-delay: 1.2s;
}

/* PDF Rendering */

#pdf-container .page-wrapper {
  position: relative;
  display: inline-block;
  border: 1px solid #eee;
  align-self: center;
}

#pdf-container .pdf-canvas {
  display: block;
}

#pdf-container .pdf-input {
  position: absolute;
  font-size: 14px;
  padding: 2px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  cursor: pointer;
}

#pdf-container .pdf-input[type='text'],
#pdf-container textarea.pdf-input {
  background-color: #f0f8ff;
}

#pdf-container .pdf-input[type='checkbox'] {
  width: 15px;
  height: 15px;
  padding: 0;
}

*, ::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(14 165 233 / 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(14 165 233 / 0.5);
  --tw-ring-offset-shadow:0 0 #0000;
  --tw-ring-shadow:0 0 #0000;
  --tw-shadow:0 0 #0000;
  --tw-shadow-colored:0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style: 
}

/*! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com */

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #D9E4EC;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: Inter var, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

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;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #94a3b8;
  /* 2 */
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
  /* 1 */
  color: #94a3b8;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #94a3b8;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

[type='text'],[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select{
  -webkit-appearance:none;
     -moz-appearance:none;
          appearance:none;
  background-color:#fff;
  border-color:#64748b;
  border-width:1px;
  border-radius:0px;
  padding-top:0.5rem;
  padding-right:0.75rem;
  padding-bottom:0.5rem;
  padding-left:0.75rem;
  font-size:1rem;
  line-height:1.5rem;
  --tw-shadow:0 0 #0000;
}

[type='text']:focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus{
  outline:2px solid transparent;
  outline-offset:2px;
  --tw-ring-inset:var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width:0px;
  --tw-ring-offset-color:#fff;
  --tw-ring-color:#0284c7;
  --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);
  border-color:#0284c7
}

input::-moz-placeholder, textarea::-moz-placeholder{
  color:#64748b;
  opacity:1
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder{
  color:#64748b;
  opacity:1
}

input::placeholder,textarea::placeholder{
  color:#64748b;
  opacity:1
}

::-webkit-datetime-edit-fields-wrapper{
  padding:0
}

::-webkit-date-and-time-value{
  min-height:1.5em
}

select{
  background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%2364748b' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position:right 0.5rem center;
  background-repeat:no-repeat;
  background-size:1.5em 1.5em;
  padding-right:2.5rem;
  -webkit-print-color-adjust:exact;
          color-adjust:exact
}

[multiple]{
  background-image:none;
  background-image:initial;
  background-position:0 0;
  background-position:initial;
  background-repeat:unset;
  background-size:auto auto;
  background-size:initial;
  padding-right:0.75rem;
  -webkit-print-color-adjust:unset;
          color-adjust:unset
}

[type='checkbox'],[type='radio']{
  -webkit-appearance:none;
     -moz-appearance:none;
          appearance:none;
  padding:0;
  -webkit-print-color-adjust:exact;
          color-adjust:exact;
  display:inline-block;
  vertical-align:middle;
  background-origin:border-box;
  -webkit-user-select:none;
     -moz-user-select:none;
      -ms-user-select:none;
          user-select:none;
  flex-shrink:0;
  height:1rem;
  width:1rem;
  color:#0284c7;
  background-color:#fff;
  border-color:#64748b;
  border-width:1px;
  --tw-shadow:0 0 #0000
}

[type='checkbox']{
  border-radius:0px
}

[type='radio']{
  border-radius:100%
}

[type='checkbox']:focus,[type='radio']:focus{
  outline:2px solid transparent;
  outline-offset:2px;
  --tw-ring-inset:var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width:2px;
  --tw-ring-offset-color:#fff;
  --tw-ring-color:#0284c7;
  --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)
}

[type='checkbox']:checked,[type='radio']:checked{
  border-color:transparent;
  background-color:currentColor;
  background-size:100% 100%;
  background-position:center;
  background-repeat:no-repeat
}

[type='checkbox']:checked{
  background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e")
}

[type='radio']:checked{
  background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e")
}

[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus{
  border-color:transparent;
  background-color:currentColor
}

[type='checkbox']:indeterminate{
  background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color:transparent;
  background-color:currentColor;
  background-size:100% 100%;
  background-position:center;
  background-repeat:no-repeat
}

[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus{
  border-color:transparent;
  background-color:currentColor
}

[type='file']{
  background:unset;
  border-color:inherit;
  border-width:0;
  border-radius:0;
  padding:0;
  font-size:unset;
  line-height:inherit
}

[type='file']:focus{
  outline:1px auto -webkit-focus-ring-color
}

strong{
  font-weight:500;
  --tw-text-opacity:1;
  color:rgb(23 46 68 / 1);
  color:rgb(23 46 68 / var(--tw-text-opacity, 1))
  /* Customize the styles */
}

.\!container{
  width:100% !important
}

.container{
  width:100%
}

@media (min-width: 640px){
  .\!container{
    max-width:640px !important
  }

  .container{
    max-width:640px
  }
}

@media (min-width: 768px){
  .\!container{
    max-width:768px !important
  }

  .container{
    max-width:768px
  }
}

@media (min-width: 1024px){
  .\!container{
    max-width:1024px !important
  }

  .container{
    max-width:1024px
  }
}

@media (min-width: 1280px){
  .\!container{
    max-width:1280px !important
  }

  .container{
    max-width:1280px
  }
}

@media (min-width: 1536px){
  .\!container{
    max-width:1536px !important
  }

  .container{
    max-width:1536px
  }
}

.prose{
  color:var(--tw-prose-body);
  max-width:65ch;
}

.prose :where([class~="lead"]):not(:where([class~="not-prose"] *)){
  color:var(--tw-prose-lead);
  font-size:1.25em;
  line-height:1.6;
  margin-top:1.2em;
  margin-bottom:1.2em
}

.prose :where(a):not(:where([class~="not-prose"] *)){
  color:var(--tw-prose-links);
  text-decoration:underline;
  font-weight:500
}

.prose :where(strong):not(:where([class~="not-prose"] *)){
  color:var(--tw-prose-bold);
  font-weight:600
}

.prose :where(ol):not(:where([class~="not-prose"] *)){
  list-style-type:decimal;
  padding-left:1.625em
}

.prose :where(ol[type="A"]):not(:where([class~="not-prose"] *)){
  list-style-type:upper-alpha
}

.prose :where(ol[type="a"]):not(:where([class~="not-prose"] *)){
  list-style-type:lower-alpha
}

.prose :where(ol[type="A" s]):not(:where([class~="not-prose"] *)){
  list-style-type:upper-alpha
}

.prose :where(ol[type="a" s]):not(:where([class~="not-prose"] *)){
  list-style-type:lower-alpha
}

.prose :where(ol[type="I"]):not(:where([class~="not-prose"] *)){
  list-style-type:upper-roman
}

.prose :where(ol[type="i"]):not(:where([class~="not-prose"] *)){
  list-style-type:lower-roman
}

.prose :where(ol[type="I" s]):not(:where([class~="not-prose"] *)){
  list-style-type:upper-roman
}

.prose :where(ol[type="i" s]):not(:where([class~="not-prose"] *)){
  list-style-type:lower-roman
}

.prose :where(ol[type="1"]):not(:where([class~="not-prose"] *)){
  list-style-type:decimal
}

.prose :where(ul):not(:where([class~="not-prose"] *)){
  list-style-type:disc;
  padding-left:1.625em
}

.prose :where(ol > li):not(:where([class~="not-prose"] *))::marker{
  font-weight:400;
  color:var(--tw-prose-counters)
}

.prose :where(ul > li):not(:where([class~="not-prose"] *))::marker{
  color:var(--tw-prose-bullets)
}

.prose :where(hr):not(:where([class~="not-prose"] *)){
  border-color:var(--tw-prose-hr);
  border-top-width:1px;
  margin-top:3em;
  margin-bottom:3em
}

.prose :where(blockquote):not(:where([class~="not-prose"] *)){
  font-weight:500;
  font-style:italic;
  color:var(--tw-prose-quotes);
  border-left-width:0.25rem;
  border-left-color:var(--tw-prose-quote-borders);
  quotes:"\201C""\201D""\2018""\2019";
  margin-top:1.6em;
  margin-bottom:1.6em;
  padding-left:1em
}

.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"] *))::before{
  content:open-quote
}

.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"] *))::after{
  content:close-quote
}

.prose :where(h1):not(:where([class~="not-prose"] *)){
  color:var(--tw-prose-headings);
  font-weight:800;
  font-size:2.25em;
  margin-top:0;
  margin-bottom:0.8888889em;
  line-height:1.1111111
}

.prose :where(h1 strong):not(:where([class~="not-prose"] *)){
  font-weight:900
}

.prose :where(h2):not(:where([class~="not-prose"] *)){
  color:var(--tw-prose-headings);
  font-weight:700;
  font-size:1.5em;
  margin-top:2em;
  margin-bottom:1em;
  line-height:1.3333333
}

.prose :where(h2 strong):not(:where([class~="not-prose"] *)){
  font-weight:800
}

.prose :where(h3):not(:where([class~="not-prose"] *)){
  color:var(--tw-prose-headings);
  font-weight:600;
  font-size:1.25em;
  margin-top:1.6em;
  margin-bottom:0.6em;
  line-height:1.6
}

.prose :where(h3 strong):not(:where([class~="not-prose"] *)){
  font-weight:700
}

.prose :where(h4):not(:where([class~="not-prose"] *)){
  color:var(--tw-prose-headings);
  font-weight:600;
  margin-top:1.5em;
  margin-bottom:0.5em;
  line-height:1.5
}

.prose :where(h4 strong):not(:where([class~="not-prose"] *)){
  font-weight:700
}

.prose :where(figure > *):not(:where([class~="not-prose"] *)){
  margin-top:0;
  margin-bottom:0
}

.prose :where(figcaption):not(:where([class~="not-prose"] *)){
  color:var(--tw-prose-captions);
  font-size:0.875em;
  line-height:1.4285714;
  margin-top:0.8571429em
}

.prose :where(code):not(:where([class~="not-prose"] *)){
  color:var(--tw-prose-code);
  font-weight:600;
  font-size:0.875em
}

.prose :where(code):not(:where([class~="not-prose"] *))::before{
  content:"`"
}

.prose :where(code):not(:where([class~="not-prose"] *))::after{
  content:"`"
}

.prose :where(a code):not(:where([class~="not-prose"] *)){
  color:var(--tw-prose-links)
}

.prose :where(pre):not(:where([class~="not-prose"] *)){
  color:var(--tw-prose-pre-code);
  background-color:var(--tw-prose-pre-bg);
  overflow-x:auto;
  font-weight:400;
  font-size:0.875em;
  line-height:1.7142857;
  margin-top:1.7142857em;
  margin-bottom:1.7142857em;
  border-radius:0.375rem;
  padding-top:0.8571429em;
  padding-right:1.1428571em;
  padding-bottom:0.8571429em;
  padding-left:1.1428571em
}

.prose :where(pre code):not(:where([class~="not-prose"] *)){
  background-color:transparent;
  border-width:0;
  border-radius:0;
  padding:0;
  font-weight:inherit;
  color:inherit;
  font-size:inherit;
  font-family:inherit;
  line-height:inherit
}

.prose :where(pre code):not(:where([class~="not-prose"] *))::before{
  content:none
}

.prose :where(pre code):not(:where([class~="not-prose"] *))::after{
  content:none
}

.prose :where(table):not(:where([class~="not-prose"] *)){
  width:100%;
  table-layout:auto;
  text-align:left;
  margin-top:2em;
  margin-bottom:2em;
  font-size:0.875em;
  line-height:1.7142857
}

.prose :where(thead):not(:where([class~="not-prose"] *)){
  border-bottom-width:1px;
  border-bottom-color:var(--tw-prose-th-borders)
}

.prose :where(thead th):not(:where([class~="not-prose"] *)){
  color:var(--tw-prose-headings);
  font-weight:600;
  vertical-align:bottom;
  padding-right:0.5714286em;
  padding-bottom:0.5714286em;
  padding-left:0.5714286em
}

.prose :where(tbody tr):not(:where([class~="not-prose"] *)){
  border-bottom-width:1px;
  border-bottom-color:var(--tw-prose-td-borders)
}

.prose :where(tbody tr:last-child):not(:where([class~="not-prose"] *)){
  border-bottom-width:0
}

.prose :where(tbody td):not(:where([class~="not-prose"] *)){
  vertical-align:baseline;
  padding-top:0.5714286em;
  padding-right:0.5714286em;
  padding-bottom:0.5714286em;
  padding-left:0.5714286em
}

.prose{
  --tw-prose-body:#374151;
  --tw-prose-headings:#111827;
  --tw-prose-lead:#4b5563;
  --tw-prose-links:#111827;
  --tw-prose-bold:#111827;
  --tw-prose-counters:#6b7280;
  --tw-prose-bullets:#d1d5db;
  --tw-prose-hr:#e5e7eb;
  --tw-prose-quotes:#111827;
  --tw-prose-quote-borders:#e5e7eb;
  --tw-prose-captions:#6b7280;
  --tw-prose-code:#111827;
  --tw-prose-pre-code:#e5e7eb;
  --tw-prose-pre-bg:#1f2937;
  --tw-prose-th-borders:#d1d5db;
  --tw-prose-td-borders:#e5e7eb;
  --tw-prose-invert-body:#d1d5db;
  --tw-prose-invert-headings:#fff;
  --tw-prose-invert-lead:#9ca3af;
  --tw-prose-invert-links:#fff;
  --tw-prose-invert-bold:#fff;
  --tw-prose-invert-counters:#9ca3af;
  --tw-prose-invert-bullets:#4b5563;
  --tw-prose-invert-hr:#374151;
  --tw-prose-invert-quotes:#f3f4f6;
  --tw-prose-invert-quote-borders:#374151;
  --tw-prose-invert-captions:#9ca3af;
  --tw-prose-invert-code:#fff;
  --tw-prose-invert-pre-code:#d1d5db;
  --tw-prose-invert-pre-bg:rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders:#4b5563;
  --tw-prose-invert-td-borders:#374151;
  font-size:1rem;
  line-height:1.75
}

.prose :where(p):not(:where([class~="not-prose"] *)){
  margin-top:1.25em;
  margin-bottom:1.25em
}

.prose :where(img):not(:where([class~="not-prose"] *)){
  margin-top:2em;
  margin-bottom:2em
}

.prose :where(video):not(:where([class~="not-prose"] *)){
  margin-top:2em;
  margin-bottom:2em
}

.prose :where(figure):not(:where([class~="not-prose"] *)){
  margin-top:2em;
  margin-bottom:2em
}

.prose :where(h2 code):not(:where([class~="not-prose"] *)){
  font-size:0.875em
}

.prose :where(h3 code):not(:where([class~="not-prose"] *)){
  font-size:0.9em
}

.prose :where(li):not(:where([class~="not-prose"] *)){
  margin-top:0.5em;
  margin-bottom:0.5em
}

.prose :where(ol > li):not(:where([class~="not-prose"] *)){
  padding-left:0.375em
}

.prose :where(ul > li):not(:where([class~="not-prose"] *)){
  padding-left:0.375em
}

.prose > :where(ul > li p):not(:where([class~="not-prose"] *)){
  margin-top:0.75em;
  margin-bottom:0.75em
}

.prose > :where(ul > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top:1.25em
}

.prose > :where(ul > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom:1.25em
}

.prose > :where(ol > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top:1.25em
}

.prose > :where(ol > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom:1.25em
}

.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)){
  margin-top:0.75em;
  margin-bottom:0.75em
}

.prose :where(hr + *):not(:where([class~="not-prose"] *)){
  margin-top:0
}

.prose :where(h2 + *):not(:where([class~="not-prose"] *)){
  margin-top:0
}

.prose :where(h3 + *):not(:where([class~="not-prose"] *)){
  margin-top:0
}

.prose :where(h4 + *):not(:where([class~="not-prose"] *)){
  margin-top:0
}

.prose :where(thead th:first-child):not(:where([class~="not-prose"] *)){
  padding-left:0
}

.prose :where(thead th:last-child):not(:where([class~="not-prose"] *)){
  padding-right:0
}

.prose :where(tbody td:first-child):not(:where([class~="not-prose"] *)){
  padding-left:0
}

.prose :where(tbody td:last-child):not(:where([class~="not-prose"] *)){
  padding-right:0
}

.prose > :where(:first-child):not(:where([class~="not-prose"] *)){
  margin-top:0
}

.prose > :where(:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom:0
}

.prose-sm{
  font-size:0.875rem;
  line-height:1.7142857;
}

.prose-sm :where(p):not(:where([class~="not-prose"] *)){
  margin-top:1.1428571em;
  margin-bottom:1.1428571em
}

.prose-sm :where([class~="lead"]):not(:where([class~="not-prose"] *)){
  font-size:1.2857143em;
  line-height:1.5555556;
  margin-top:0.8888889em;
  margin-bottom:0.8888889em
}

.prose-sm :where(blockquote):not(:where([class~="not-prose"] *)){
  margin-top:1.3333333em;
  margin-bottom:1.3333333em;
  padding-left:1.1111111em
}

.prose-sm :where(h1):not(:where([class~="not-prose"] *)){
  font-size:2.1428571em;
  margin-top:0;
  margin-bottom:0.8em;
  line-height:1.2
}

.prose-sm :where(h2):not(:where([class~="not-prose"] *)){
  font-size:1.4285714em;
  margin-top:1.6em;
  margin-bottom:0.8em;
  line-height:1.4
}

.prose-sm :where(h3):not(:where([class~="not-prose"] *)){
  font-size:1.2857143em;
  margin-top:1.5555556em;
  margin-bottom:0.4444444em;
  line-height:1.5555556
}

.prose-sm :where(h4):not(:where([class~="not-prose"] *)){
  margin-top:1.4285714em;
  margin-bottom:0.5714286em;
  line-height:1.4285714
}

.prose-sm :where(img):not(:where([class~="not-prose"] *)){
  margin-top:1.7142857em;
  margin-bottom:1.7142857em
}

.prose-sm :where(video):not(:where([class~="not-prose"] *)){
  margin-top:1.7142857em;
  margin-bottom:1.7142857em
}

.prose-sm :where(figure):not(:where([class~="not-prose"] *)){
  margin-top:1.7142857em;
  margin-bottom:1.7142857em
}

.prose-sm :where(figure > *):not(:where([class~="not-prose"] *)){
  margin-top:0;
  margin-bottom:0
}

.prose-sm :where(figcaption):not(:where([class~="not-prose"] *)){
  font-size:0.8571429em;
  line-height:1.3333333;
  margin-top:0.6666667em
}

.prose-sm :where(code):not(:where([class~="not-prose"] *)){
  font-size:0.8571429em
}

.prose-sm :where(h2 code):not(:where([class~="not-prose"] *)){
  font-size:0.9em
}

.prose-sm :where(h3 code):not(:where([class~="not-prose"] *)){
  font-size:0.8888889em
}

.prose-sm :where(pre):not(:where([class~="not-prose"] *)){
  font-size:0.8571429em;
  line-height:1.6666667;
  margin-top:1.6666667em;
  margin-bottom:1.6666667em;
  border-radius:0.25rem;
  padding-top:0.6666667em;
  padding-right:1em;
  padding-bottom:0.6666667em;
  padding-left:1em
}

.prose-sm :where(ol):not(:where([class~="not-prose"] *)){
  padding-left:1.5714286em
}

.prose-sm :where(ul):not(:where([class~="not-prose"] *)){
  padding-left:1.5714286em
}

.prose-sm :where(li):not(:where([class~="not-prose"] *)){
  margin-top:0.2857143em;
  margin-bottom:0.2857143em
}

.prose-sm :where(ol > li):not(:where([class~="not-prose"] *)){
  padding-left:0.4285714em
}

.prose-sm :where(ul > li):not(:where([class~="not-prose"] *)){
  padding-left:0.4285714em
}

.prose-sm > :where(ul > li p):not(:where([class~="not-prose"] *)){
  margin-top:0.5714286em;
  margin-bottom:0.5714286em
}

.prose-sm > :where(ul > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top:1.1428571em
}

.prose-sm > :where(ul > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom:1.1428571em
}

.prose-sm > :where(ol > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top:1.1428571em
}

.prose-sm > :where(ol > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom:1.1428571em
}

.prose-sm :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)){
  margin-top:0.5714286em;
  margin-bottom:0.5714286em
}

.prose-sm :where(hr):not(:where([class~="not-prose"] *)){
  margin-top:2.8571429em;
  margin-bottom:2.8571429em
}

.prose-sm :where(hr + *):not(:where([class~="not-prose"] *)){
  margin-top:0
}

.prose-sm :where(h2 + *):not(:where([class~="not-prose"] *)){
  margin-top:0
}

.prose-sm :where(h3 + *):not(:where([class~="not-prose"] *)){
  margin-top:0
}

.prose-sm :where(h4 + *):not(:where([class~="not-prose"] *)){
  margin-top:0
}

.prose-sm :where(table):not(:where([class~="not-prose"] *)){
  font-size:0.8571429em;
  line-height:1.5
}

.prose-sm :where(thead th):not(:where([class~="not-prose"] *)){
  padding-right:1em;
  padding-bottom:0.6666667em;
  padding-left:1em
}

.prose-sm :where(thead th:first-child):not(:where([class~="not-prose"] *)){
  padding-left:0
}

.prose-sm :where(thead th:last-child):not(:where([class~="not-prose"] *)){
  padding-right:0
}

.prose-sm :where(tbody td):not(:where([class~="not-prose"] *)){
  padding-top:0.6666667em;
  padding-right:1em;
  padding-bottom:0.6666667em;
  padding-left:1em
}

.prose-sm :where(tbody td:first-child):not(:where([class~="not-prose"] *)){
  padding-left:0
}

.prose-sm :where(tbody td:last-child):not(:where([class~="not-prose"] *)){
  padding-right:0
}

.prose-sm > :where(:first-child):not(:where([class~="not-prose"] *)){
  margin-top:0
}

.prose-sm > :where(:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom:0
}

.sr-only{
  position:absolute !important;
  width:1px !important;
  height:1px !important;
  padding:0 !important;
  margin:-1px !important;
  overflow:hidden !important;
  clip:rect(0, 0, 0, 0) !important;
  white-space:nowrap !important;
  border-width:0 !important
}

.pointer-events-none{
  pointer-events:none !important
}

.pointer-events-auto{
  pointer-events:auto !important
}

.visible{
  visibility:visible !important
}

.collapse{
  visibility:collapse !important
}

.static{
  position:static !important
}

.fixed{
  position:fixed !important
}

.absolute{
  position:absolute !important
}

.relative{
  position:relative !important
}

.sticky{
  position:sticky !important
}

.inset-0{
  inset:0px !important
}

.inset-x-0{
  left:0px !important;
  right:0px !important
}

.inset-y-0{
  top:0px !important;
  bottom:0px !important
}

.-bottom-6{
  bottom:-1.5rem !important
}

.-right-1{
  right:-0.25rem !important
}

.-right-2{
  right:-0.5rem !important
}

.-top-1{
  top:-0.25rem !important
}

.-top-2{
  top:-0.5rem !important
}

.bottom-0{
  bottom:0px !important
}

.bottom-full{
  bottom:100% !important
}

.left-0{
  left:0px !important
}

.left-2{
  left:0.5rem !important
}

.left-20{
  left:5rem !important
}

.left-4{
  left:1rem !important
}

.left-56{
  left:14rem !important
}

.right-0{
  right:0px !important
}

.right-0\.5{
  right:0.125rem !important
}

.right-1{
  right:0.25rem !important
}

.right-3{
  right:0.75rem !important
}

.right-6{
  right:1.5rem !important
}

.top-0{
  top:0px !important
}

.top-1{
  top:0.25rem !important
}

.top-12{
  top:3rem !important
}

.top-14{
  top:3.5rem !important
}

.top-2{
  top:0.5rem !important
}

.top-3\.5{
  top:0.875rem !important
}

.top-4{
  top:1rem !important
}

.top-6{
  top:1.5rem !important
}

.top-full{
  top:100% !important
}

.isolate{
  isolation:isolate !important
}

.z-0{
  z-index:0 !important
}

.z-10{
  z-index:10 !important
}

.z-30{
  z-index:30 !important
}

.z-40{
  z-index:40 !important
}

.z-50{
  z-index:50 !important
}

.order-1{
  order:1 !important
}

.col-span-1{
  grid-column:span 1 / span 1 !important
}

.col-span-2{
  grid-column:span 2 / span 2 !important
}

.col-end-1{
  grid-column-end:1 !important
}

.row-start-1{
  grid-row-start:1 !important
}

.-m-2\.5{
  margin:-0.625rem !important
}

.-m-3{
  margin:-0.75rem !important
}

.m-0{
  margin:0px !important
}

.m-auto{
  margin:auto !important
}

.-mx-1{
  margin-left:-0.25rem !important;
  margin-right:-0.25rem !important
}

.-mx-2{
  margin-left:-0.5rem !important;
  margin-right:-0.5rem !important
}

.-mx-3{
  margin-left:-0.75rem !important;
  margin-right:-0.75rem !important
}

.-mx-4{
  margin-left:-1rem !important;
  margin-right:-1rem !important
}

.-my-1{
  margin-top:-0.25rem !important;
  margin-bottom:-0.25rem !important
}

.-my-3{
  margin-top:-0.75rem !important;
  margin-bottom:-0.75rem !important
}

.mx-2{
  margin-left:0.5rem !important;
  margin-right:0.5rem !important
}

.mx-4{
  margin-left:1rem !important;
  margin-right:1rem !important
}

.mx-6{
  margin-left:1.5rem !important;
  margin-right:1.5rem !important
}

.mx-auto{
  margin-left:auto !important;
  margin-right:auto !important
}

.my-10{
  margin-top:2.5rem !important;
  margin-bottom:2.5rem !important
}

.my-2{
  margin-top:0.5rem !important;
  margin-bottom:0.5rem !important
}

.my-3{
  margin-top:0.75rem !important;
  margin-bottom:0.75rem !important
}

.my-4{
  margin-top:1rem !important;
  margin-bottom:1rem !important
}

.my-5{
  margin-top:1.25rem !important;
  margin-bottom:1.25rem !important
}

.my-6{
  margin-top:1.5rem !important;
  margin-bottom:1.5rem !important
}

.my-auto{
  margin-top:auto !important;
  margin-bottom:auto !important
}

.-mb-2{
  margin-bottom:-0.5rem !important
}

.-mb-px{
  margin-bottom:-1px !important
}

.-ml-0{
  margin-left:-0px !important
}

.-ml-0\.5{
  margin-left:-0.125rem !important
}

.-ml-1{
  margin-left:-0.25rem !important
}

.-ml-1\.5{
  margin-left:-0.375rem !important
}

.-ml-2{
  margin-left:-0.5rem !important
}

.-ml-4{
  margin-left:-1rem !important
}

.-ml-px{
  margin-left:-1px !important
}

.-mr-1{
  margin-right:-0.25rem !important
}

.-mr-12{
  margin-right:-3rem !important
}

.-mr-2{
  margin-right:-0.5rem !important
}

.-mt-1{
  margin-top:-0.25rem !important
}

.-mt-16{
  margin-top:-4rem !important
}

.-mt-2{
  margin-top:-0.5rem !important
}

.-mt-2\.5{
  margin-top:-0.625rem !important
}

.-mt-3{
  margin-top:-0.75rem !important
}

.-mt-4{
  margin-top:-1rem !important
}

.mb-0{
  margin-bottom:0px !important
}

.mb-0\.5{
  margin-bottom:0.125rem !important
}

.mb-1{
  margin-bottom:0.25rem !important
}

.mb-10{
  margin-bottom:2.5rem !important
}

.mb-2{
  margin-bottom:0.5rem !important
}

.mb-24{
  margin-bottom:6rem !important
}

.mb-3{
  margin-bottom:0.75rem !important
}

.mb-4{
  margin-bottom:1rem !important
}

.mb-5{
  margin-bottom:1.25rem !important
}

.mb-6{
  margin-bottom:1.5rem !important
}

.ml-0{
  margin-left:0px !important
}

.ml-1{
  margin-left:0.25rem !important
}

.ml-1\.5{
  margin-left:0.375rem !important
}

.ml-2{
  margin-left:0.5rem !important
}

.ml-3{
  margin-left:0.75rem !important
}

.ml-4{
  margin-left:1rem !important
}

.ml-6{
  margin-left:1.5rem !important
}

.ml-8{
  margin-left:2rem !important
}

.mr-0\.5{
  margin-right:0.125rem !important
}

.mr-1{
  margin-right:0.25rem !important
}

.mr-1\.5{
  margin-right:0.375rem !important
}

.mr-2{
  margin-right:0.5rem !important
}

.mr-20{
  margin-right:5rem !important
}

.mr-3{
  margin-right:0.75rem !important
}

.mr-4{
  margin-right:1rem !important
}

.mt-0\.5{
  margin-top:0.125rem !important
}

.mt-1{
  margin-top:0.25rem !important
}

.mt-10{
  margin-top:2.5rem !important
}

.mt-2{
  margin-top:0.5rem !important
}

.mt-20{
  margin-top:5rem !important
}

.mt-3{
  margin-top:0.75rem !important
}

.mt-4{
  margin-top:1rem !important
}

.mt-5{
  margin-top:1.25rem !important
}

.mt-6{
  margin-top:1.5rem !important
}

.mt-8{
  margin-top:2rem !important
}

.line-clamp-1{
  overflow:hidden !important;
  display:-webkit-box !important;
  -webkit-box-orient:vertical !important;
  -webkit-line-clamp:1 !important
}

.line-clamp-2{
  overflow:hidden !important;
  display:-webkit-box !important;
  -webkit-box-orient:vertical !important;
  -webkit-line-clamp:2 !important
}

.block{
  display:block !important
}

.inline-block{
  display:inline-block !important
}

.inline{
  display:inline !important
}

.flex{
  display:flex !important
}

.inline-flex{
  display:inline-flex !important
}

.table{
  display:table !important
}

.flow-root{
  display:flow-root !important
}

.grid{
  display:grid !important
}

.contents{
  display:contents !important
}

.hidden{
  display:none !important
}

.size-1\.5{
  width:0.375rem !important;
  height:0.375rem !important
}

.size-5{
  width:1.25rem !important;
  height:1.25rem !important
}

.size-6{
  width:1.5rem !important;
  height:1.5rem !important
}

.h-0\.5{
  height:0.125rem !important
}

.h-10{
  height:2.5rem !important
}

.h-12{
  height:3rem !important
}

.h-14{
  height:3.5rem !important
}

.h-16{
  height:4rem !important
}

.h-2{
  height:0.5rem !important
}

.h-2\.5{
  height:0.625rem !important
}

.h-20{
  height:5rem !important
}

.h-24{
  height:6rem !important
}

.h-3{
  height:0.75rem !important
}

.h-32{
  height:8rem !important
}

.h-4{
  height:1rem !important
}

.h-40{
  height:10rem !important
}

.h-5{
  height:1.25rem !important
}

.h-6{
  height:1.5rem !important
}

.h-64{
  height:16rem !important
}

.h-7{
  height:1.75rem !important
}

.h-8{
  height:2rem !important
}

.h-9{
  height:2.25rem !important
}

.h-96{
  height:24rem !important
}

.h-\[96px\]{
  height:96px !important
}

.h-auto{
  height:auto !important
}

.h-full{
  height:100% !important
}

.h-screen{
  height:100vh !important
}

.max-h-60{
  max-height:15rem !important
}

.max-h-72{
  max-height:18rem !important
}

.max-h-80{
  max-height:20rem !important
}

.max-h-96{
  max-height:24rem !important
}

.max-h-\[calc\(100vh-10rem\)\]{
  max-height:calc(100vh - 10rem) !important
}

.max-h-\[calc\(100vh-11rem\)\]{
  max-height:calc(100vh - 11rem) !important
}

.max-h-\[calc\(100vh-14rem\)\]{
  max-height:calc(100vh - 14rem) !important
}

.max-h-\[calc\(100vh-15rem\)\]{
  max-height:calc(100vh - 15rem) !important
}

.max-h-\[calc\(100vh-16rem\)\]{
  max-height:calc(100vh - 16rem) !important
}

.max-h-\[calc\(100vh-19rem\)\]{
  max-height:calc(100vh - 19rem) !important
}

.max-h-\[calc\(100vh-20rem\)\]{
  max-height:calc(100vh - 20rem) !important
}

.max-h-\[calc\(100vh-21rem\)\]{
  max-height:calc(100vh - 21rem) !important
}

.max-h-\[calc\(100vh-22rem\)\]{
  max-height:calc(100vh - 22rem) !important
}

.max-h-\[calc\(100vh-23rem\)\]{
  max-height:calc(100vh - 23rem) !important
}

.max-h-\[calc\(100vh-28rem\)\]{
  max-height:calc(100vh - 28rem) !important
}

.max-h-full{
  max-height:100% !important
}

.max-h-screen{
  max-height:100vh !important
}

.min-h-0{
  min-height:0px !important
}

.min-h-40{
  min-height:10rem !important
}

.min-h-60{
  min-height:15rem !important
}

.min-h-\[11rem\]{
  min-height:11rem !important
}

.min-h-\[2\.5rem\]{
  min-height:2.5rem !important
}

.min-h-\[38rem\]{
  min-height:38rem !important
}

.min-h-\[390px\]{
  min-height:390px !important
}

.min-h-full{
  min-height:100% !important
}

.min-h-screen{
  min-height:100vh !important
}

.w-0{
  width:0px !important
}

.w-0\.5{
  width:0.125rem !important
}

.w-1\/12{
  width:8.333333% !important
}

.w-1\/2{
  width:50% !important
}

.w-1\/3{
  width:33.333333% !important
}

.w-1\/4{
  width:25% !important
}

.w-1\/5{
  width:20% !important
}

.w-1\/6{
  width:16.666667% !important
}

.w-10{
  width:2.5rem !important
}

.w-11{
  width:2.75rem !important
}

.w-12{
  width:3rem !important
}

.w-14{
  width:3.5rem !important
}

.w-16{
  width:4rem !important
}

.w-2\.5{
  width:0.625rem !important
}

.w-2\/3{
  width:66.666667% !important
}

.w-20{
  width:5rem !important
}

.w-24{
  width:6rem !important
}

.w-3{
  width:0.75rem !important
}

.w-32{
  width:8rem !important
}

.w-36{
  width:9rem !important
}

.w-4{
  width:1rem !important
}

.w-40{
  width:10rem !important
}

.w-44{
  width:11rem !important
}

.w-5{
  width:1.25rem !important
}

.w-52{
  width:13rem !important
}

.w-56{
  width:14rem !important
}

.w-6{
  width:1.5rem !important
}

.w-60{
  width:15rem !important
}

.w-64{
  width:16rem !important
}

.w-72{
  width:18rem !important
}

.w-8{
  width:2rem !important
}

.w-96{
  width:24rem !important
}

.w-auto{
  width:auto !important
}

.w-full{
  width:100% !important
}

.w-px{
  width:1px !important
}

.w-screen{
  width:100vw !important
}

.min-w-0{
  min-width:0px !important
}

.min-w-5{
  min-width:1.25rem !important
}

.min-w-\[5rem\]{
  min-width:5rem !important
}

.min-w-full{
  min-width:100% !important
}

.max-w-2xl{
  max-width:42rem !important
}

.max-w-36{
  max-width:9rem !important
}

.max-w-3xl{
  max-width:48rem !important
}

.max-w-4xl{
  max-width:56rem !important
}

.max-w-7xl{
  max-width:80rem !important
}

.max-w-\[14rem\]{
  max-width:14rem !important
}

.max-w-\[170px\]{
  max-width:170px !important
}

.max-w-full{
  max-width:100% !important
}

.max-w-lg{
  max-width:32rem !important
}

.max-w-md{
  max-width:28rem !important
}

.max-w-sm{
  max-width:24rem !important
}

.max-w-xl{
  max-width:36rem !important
}

.flex-1{
  flex:1 1 !important
}

.flex-auto{
  flex:1 1 auto !important
}

.flex-none{
  flex:none !important
}

.flex-shrink{
  flex-shrink:1 !important
}

.flex-shrink-0{
  flex-shrink:0 !important
}

.shrink{
  flex-shrink:1 !important
}

.shrink-0{
  flex-shrink:0 !important
}

.flex-grow{
  flex-grow:1 !important
}

.border-collapse{
  border-collapse:collapse !important
}

.origin-bottom-right{
  transform-origin:bottom right !important
}

.origin-top-left{
  transform-origin:top left !important
}

.origin-top-right{
  transform-origin:top right !important
}

.-translate-x-full{
  --tw-translate-x:-100% !important;
  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)) !important
}

.-translate-y-1\/3{
  --tw-translate-y:-33.333333% !important;
  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)) !important
}

.translate-x-0{
  --tw-translate-x:0px !important;
  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)) !important
}

.translate-x-1\/2{
  --tw-translate-x:50% !important;
  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)) !important
}

.translate-x-1\/4{
  --tw-translate-x:25% !important;
  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)) !important
}

.translate-x-4{
  --tw-translate-x:1rem !important;
  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)) !important
}

.translate-x-5{
  --tw-translate-x:1.25rem !important;
  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)) !important
}

.translate-x-full{
  --tw-translate-x:100% !important;
  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)) !important
}

.translate-y-0{
  --tw-translate-y:0px !important;
  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)) !important
}

.translate-y-4{
  --tw-translate-y:1rem !important;
  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)) !important
}

.translate-y-5{
  --tw-translate-y:1.25rem !important;
  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)) !important
}

.-rotate-12{
  --tw-rotate:-12deg !important;
  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)) !important
}

.-rotate-90{
  --tw-rotate:-90deg !important;
  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)) !important
}

.rotate-12{
  --tw-rotate:12deg !important;
  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)) !important
}

.rotate-180{
  --tw-rotate:180deg !important;
  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)) !important
}

.rotate-90{
  --tw-rotate:90deg !important;
  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)) !important
}

.scale-100{
  --tw-scale-x:1 !important;
  --tw-scale-y:1 !important;
  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)) !important
}

.scale-95{
  --tw-scale-x:.95 !important;
  --tw-scale-y:.95 !important;
  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)) !important
}

.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)) !important
}

.animate-expandContent{
  animation:0.1s ease-in-out normal forwards !important
}

@keyframes expandSidebar{
  0%{
    width:80px
  }

  100%{
    width:256px
  }
}

.animate-expandSidebar{
  animation:expandSidebar 0.1s ease-in-out normal forwards !important
}

@keyframes fadeIn{
  from{
    opacity:0
  }
}

.animate-fadeIn{
  animation:1s both fadeIn !important
}

@keyframes fadeOut{
  to{
    opacity:0;
    visibility:hidden
  }
}

.animate-fadeOut{
  animation:1s both fadeOut !important
}

@keyframes fadeOutRight{
  to{
    transform:translate3d(100%, 0, 0);
    opacity:0;
    visibility:hidden
  }
}

.animate-fadeOutRight{
  animation:1s both fadeOutRight !important
}

.animate-shrinkContent{
  animation:0.1s ease-in-out normal forwards !important
}

@keyframes shrinkSidebar{
  0%{
    width:256px
  }

  100%{
    width:80px
  }
}

.animate-shrinkSidebar{
  animation:shrinkSidebar 0.1s ease-in-out normal forwards !important
}

@keyframes twPulse{
  0%, 100%{
    opacity:1
  }

  50%{
    opacity:0.5
  }
}

.animate-twPulse{
  animation:2s cubic-bezier(0.4, 0, 0.6, 1) both twPulse !important
}

.cursor-default{
  cursor:default !important
}

.cursor-grab{
  cursor:grab !important
}

.cursor-grabbing{
  cursor:grabbing !important
}

.cursor-not-allowed{
  cursor:not-allowed !important
}

.cursor-pointer{
  cursor:pointer !important
}

.select-none{
  -webkit-user-select:none !important;
     -moz-user-select:none !important;
      -ms-user-select:none !important;
          user-select:none !important
}

.resize-none{
  resize:none !important
}

.resize{
  resize:both !important
}

.scroll-py-2{
  scroll-padding-top:0.5rem !important;
  scroll-padding-bottom:0.5rem !important
}

.scroll-py-4{
  scroll-padding-top:1rem !important;
  scroll-padding-bottom:1rem !important
}

.list-decimal{
  list-style-type:decimal !important
}

.list-disc{
  list-style-type:disc !important
}

.grid-cols-1{
  grid-template-columns:repeat(1, minmax(0, 1fr)) !important
}

.grid-cols-2{
  grid-template-columns:repeat(2, minmax(0, 1fr)) !important
}

.grid-cols-4{
  grid-template-columns:repeat(4, minmax(0, 1fr)) !important
}

.grid-rows-1{
  grid-template-rows:repeat(1, minmax(0, 1fr)) !important
}

.grid-rows-2{
  grid-template-rows:repeat(2, minmax(0, 1fr)) !important
}

.flex-row-reverse{
  flex-direction:row-reverse !important
}

.flex-col{
  flex-direction:column !important
}

.flex-col-reverse{
  flex-direction:column-reverse !important
}

.flex-wrap{
  flex-wrap:wrap !important
}

.items-start{
  align-items:flex-start !important
}

.items-end{
  align-items:flex-end !important
}

.items-center{
  align-items:center !important
}

.items-baseline{
  align-items:baseline !important
}

.justify-start{
  justify-content:flex-start !important
}

.justify-end{
  justify-content:flex-end !important
}

.justify-center{
  justify-content:center !important
}

.justify-between{
  justify-content:space-between !important
}

.justify-around{
  justify-content:space-around !important
}

.gap-2{
  gap:0.5rem !important
}

.gap-3{
  gap:0.75rem !important
}

.gap-4{
  gap:1rem !important
}

.gap-5{
  gap:1.25rem !important
}

.gap-8{
  gap:2rem !important
}

.gap-x-0\.5{
  -moz-column-gap:0.125rem !important;
       column-gap:0.125rem !important
}

.gap-x-1{
  -moz-column-gap:0.25rem !important;
       column-gap:0.25rem !important
}

.gap-x-1\.5{
  -moz-column-gap:0.375rem !important;
       column-gap:0.375rem !important
}

.gap-x-10{
  -moz-column-gap:2.5rem !important;
       column-gap:2.5rem !important
}

.gap-x-2{
  -moz-column-gap:0.5rem !important;
       column-gap:0.5rem !important
}

.gap-x-28{
  -moz-column-gap:7rem !important;
       column-gap:7rem !important
}

.gap-x-3{
  -moz-column-gap:0.75rem !important;
       column-gap:0.75rem !important
}

.gap-x-4{
  -moz-column-gap:1rem !important;
       column-gap:1rem !important
}

.gap-x-5{
  -moz-column-gap:1.25rem !important;
       column-gap:1.25rem !important
}

.gap-x-6{
  -moz-column-gap:1.5rem !important;
       column-gap:1.5rem !important
}

.gap-x-8{
  -moz-column-gap:2rem !important;
       column-gap:2rem !important
}

.gap-y-0{
  row-gap:0px !important
}

.gap-y-0\.5{
  row-gap:0.125rem !important
}

.gap-y-1{
  row-gap:0.25rem !important
}

.gap-y-1\.5{
  row-gap:0.375rem !important
}

.gap-y-10{
  row-gap:2.5rem !important
}

.gap-y-2{
  row-gap:0.5rem !important
}

.gap-y-3{
  row-gap:0.75rem !important
}

.gap-y-4{
  row-gap:1rem !important
}

.gap-y-5{
  row-gap:1.25rem !important
}

.gap-y-6{
  row-gap:1.5rem !important
}

.-space-x-0\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse:0 !important;
  margin-right:calc(-0.125rem * var(--tw-space-x-reverse)) !important;
  margin-left:calc(-0.125rem * calc(1 - var(--tw-space-x-reverse))) !important
}

.-space-x-px > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse:0 !important;
  margin-right:calc(-1px * var(--tw-space-x-reverse)) !important;
  margin-left:calc(-1px * calc(1 - var(--tw-space-x-reverse))) !important
}

.-space-y-px > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse:0 !important;
  margin-top:calc(-1px * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom:calc(-1px * var(--tw-space-y-reverse)) !important
}

.space-x-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse:0 !important;
  margin-right:calc(0.25rem * var(--tw-space-x-reverse)) !important;
  margin-left:calc(0.25rem * calc(1 - var(--tw-space-x-reverse))) !important
}

.space-x-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse:0 !important;
  margin-right:calc(0.5rem * var(--tw-space-x-reverse)) !important;
  margin-left:calc(0.5rem * calc(1 - var(--tw-space-x-reverse))) !important
}

.space-x-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse:0 !important;
  margin-right:calc(1rem * var(--tw-space-x-reverse)) !important;
  margin-left:calc(1rem * calc(1 - var(--tw-space-x-reverse))) !important
}

.space-x-8 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse:0 !important;
  margin-right:calc(2rem * var(--tw-space-x-reverse)) !important;
  margin-left:calc(2rem * calc(1 - var(--tw-space-x-reverse))) !important
}

.space-y-0 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse:0 !important;
  margin-top:calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom:calc(0px * var(--tw-space-y-reverse)) !important
}

.space-y-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse:0 !important;
  margin-top:calc(0.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom:calc(0.25rem * var(--tw-space-y-reverse)) !important
}

.space-y-1\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse:0 !important;
  margin-top:calc(0.375rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom:calc(0.375rem * var(--tw-space-y-reverse)) !important
}

.space-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse:0 !important;
  margin-top:calc(0.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom:calc(0.5rem * var(--tw-space-y-reverse)) !important
}

.space-y-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse:0 !important;
  margin-top:calc(0.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom:calc(0.75rem * var(--tw-space-y-reverse)) !important
}

.space-y-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse:0 !important;
  margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom:calc(1rem * var(--tw-space-y-reverse)) !important
}

.space-y-5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse:0 !important;
  margin-top:calc(1.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom:calc(1.25rem * var(--tw-space-y-reverse)) !important
}

.space-y-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse:0 !important;
  margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom:calc(1.5rem * var(--tw-space-y-reverse)) !important
}

.space-y-8 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse:0 !important;
  margin-top:calc(2rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom:calc(2rem * var(--tw-space-y-reverse)) !important
}

.divide-x > :not([hidden]) ~ :not([hidden]){
  --tw-divide-x-reverse:0 !important;
  border-right-width:calc(1px * var(--tw-divide-x-reverse)) !important;
  border-left-width:calc(1px * calc(1 - var(--tw-divide-x-reverse))) !important
}

.divide-y > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse:0 !important;
  border-top-width:calc(1px * calc(1 - var(--tw-divide-y-reverse))) !important;
  border-bottom-width:calc(1px * var(--tw-divide-y-reverse)) !important
}

.divide-gray-100 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:1 !important;
  border-color:rgb(241 245 249 / 1) !important;
  border-color:rgb(241 245 249 / var(--tw-divide-opacity, 1)) !important
}

.divide-gray-200 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:1 !important;
  border-color:rgb(217 228 236 / 1) !important;
  border-color:rgb(217 228 236 / var(--tw-divide-opacity, 1)) !important
}

.divide-gray-300 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:1 !important;
  border-color:rgb(203 213 225 / 1) !important;
  border-color:rgb(203 213 225 / var(--tw-divide-opacity, 1)) !important
}

.self-start{
  align-self:flex-start !important
}

.self-end{
  align-self:flex-end !important
}

.self-center{
  align-self:center !important
}

.overflow-auto{
  overflow:auto !important
}

.overflow-hidden{
  overflow:hidden !important
}

.overflow-clip{
  overflow:clip !important
}

.overflow-x-auto{
  overflow-x:auto !important
}

.overflow-y-auto{
  overflow-y:auto !important
}

.overflow-y-hidden{
  overflow-y:hidden !important
}

.overflow-x-scroll{
  overflow-x:scroll !important
}

.overflow-y-scroll{
  overflow-y:scroll !important
}

.truncate{
  overflow:hidden !important;
  text-overflow:ellipsis !important;
  white-space:nowrap !important
}

.whitespace-nowrap{
  white-space:nowrap !important
}

.rounded{
  border-radius:0.25rem !important
}

.rounded-2xl{
  border-radius:1rem !important
}

.rounded-3xl{
  border-radius:1.5rem !important
}

.rounded-full{
  border-radius:9999px !important
}

.rounded-lg{
  border-radius:0.5rem !important
}

.rounded-md{
  border-radius:0.375rem !important
}

.rounded-none{
  border-radius:0px !important
}

.rounded-sm{
  border-radius:0.125rem !important
}

.rounded-xl{
  border-radius:0.75rem !important
}

.rounded-l{
  border-top-left-radius:0.25rem !important;
  border-bottom-left-radius:0.25rem !important
}

.rounded-l-full{
  border-top-left-radius:9999px !important;
  border-bottom-left-radius:9999px !important
}

.rounded-l-md{
  border-top-left-radius:0.375rem !important;
  border-bottom-left-radius:0.375rem !important
}

.rounded-r{
  border-top-right-radius:0.25rem !important;
  border-bottom-right-radius:0.25rem !important
}

.rounded-r-full{
  border-top-right-radius:9999px !important;
  border-bottom-right-radius:9999px !important
}

.rounded-r-md{
  border-top-right-radius:0.375rem !important;
  border-bottom-right-radius:0.375rem !important
}

.rounded-bl-md{
  border-bottom-left-radius:0.375rem !important
}

.rounded-bl-none{
  border-bottom-left-radius:0px !important
}

.rounded-br-none{
  border-bottom-right-radius:0px !important
}

.border{
  border-width:1px !important
}

.border-0{
  border-width:0px !important
}

.border-2{
  border-width:2px !important
}

.border-b{
  border-bottom-width:1px !important
}

.border-b-2{
  border-bottom-width:2px !important
}

.border-l{
  border-left-width:1px !important
}

.border-r{
  border-right-width:1px !important
}

.border-t{
  border-top-width:1px !important
}

.border-none{
  border-style:none !important
}

.border-cyan-100{
  --tw-border-opacity:1 !important;
  border-color:rgb(207 250 254 / 1) !important;
  border-color:rgb(207 250 254 / var(--tw-border-opacity, 1)) !important
}

.border-cyan-100\/0{
  border-color:rgb(207 250 254 / 0) !important
}

.border-cyan-100\/10{
  border-color:rgb(207 250 254 / 0.1) !important
}

.border-cyan-100\/100{
  border-color:rgb(207 250 254 / 1) !important
}

.border-cyan-100\/15{
  border-color:rgb(207 250 254 / 0.15) !important
}

.border-cyan-100\/20{
  border-color:rgb(207 250 254 / 0.2) !important
}

.border-cyan-100\/25{
  border-color:rgb(207 250 254 / 0.25) !important
}

.border-cyan-100\/30{
  border-color:rgb(207 250 254 / 0.3) !important
}

.border-cyan-100\/35{
  border-color:rgb(207 250 254 / 0.35) !important
}

.border-cyan-100\/40{
  border-color:rgb(207 250 254 / 0.4) !important
}

.border-cyan-100\/45{
  border-color:rgb(207 250 254 / 0.45) !important
}

.border-cyan-100\/5{
  border-color:rgb(207 250 254 / 0.05) !important
}

.border-cyan-100\/50{
  border-color:rgb(207 250 254 / 0.5) !important
}

.border-cyan-100\/55{
  border-color:rgb(207 250 254 / 0.55) !important
}

.border-cyan-100\/60{
  border-color:rgb(207 250 254 / 0.6) !important
}

.border-cyan-100\/65{
  border-color:rgb(207 250 254 / 0.65) !important
}

.border-cyan-100\/70{
  border-color:rgb(207 250 254 / 0.7) !important
}

.border-cyan-100\/75{
  border-color:rgb(207 250 254 / 0.75) !important
}

.border-cyan-100\/80{
  border-color:rgb(207 250 254 / 0.8) !important
}

.border-cyan-100\/85{
  border-color:rgb(207 250 254 / 0.85) !important
}

.border-cyan-100\/90{
  border-color:rgb(207 250 254 / 0.9) !important
}

.border-cyan-100\/95{
  border-color:rgb(207 250 254 / 0.95) !important
}

.border-cyan-200{
  --tw-border-opacity:1 !important;
  border-color:rgb(165 243 252 / 1) !important;
  border-color:rgb(165 243 252 / var(--tw-border-opacity, 1)) !important
}

.border-cyan-200\/0{
  border-color:rgb(165 243 252 / 0) !important
}

.border-cyan-200\/10{
  border-color:rgb(165 243 252 / 0.1) !important
}

.border-cyan-200\/100{
  border-color:rgb(165 243 252 / 1) !important
}

.border-cyan-200\/15{
  border-color:rgb(165 243 252 / 0.15) !important
}

.border-cyan-200\/20{
  border-color:rgb(165 243 252 / 0.2) !important
}

.border-cyan-200\/25{
  border-color:rgb(165 243 252 / 0.25) !important
}

.border-cyan-200\/30{
  border-color:rgb(165 243 252 / 0.3) !important
}

.border-cyan-200\/35{
  border-color:rgb(165 243 252 / 0.35) !important
}

.border-cyan-200\/40{
  border-color:rgb(165 243 252 / 0.4) !important
}

.border-cyan-200\/45{
  border-color:rgb(165 243 252 / 0.45) !important
}

.border-cyan-200\/5{
  border-color:rgb(165 243 252 / 0.05) !important
}

.border-cyan-200\/50{
  border-color:rgb(165 243 252 / 0.5) !important
}

.border-cyan-200\/55{
  border-color:rgb(165 243 252 / 0.55) !important
}

.border-cyan-200\/60{
  border-color:rgb(165 243 252 / 0.6) !important
}

.border-cyan-200\/65{
  border-color:rgb(165 243 252 / 0.65) !important
}

.border-cyan-200\/70{
  border-color:rgb(165 243 252 / 0.7) !important
}

.border-cyan-200\/75{
  border-color:rgb(165 243 252 / 0.75) !important
}

.border-cyan-200\/80{
  border-color:rgb(165 243 252 / 0.8) !important
}

.border-cyan-200\/85{
  border-color:rgb(165 243 252 / 0.85) !important
}

.border-cyan-200\/90{
  border-color:rgb(165 243 252 / 0.9) !important
}

.border-cyan-200\/95{
  border-color:rgb(165 243 252 / 0.95) !important
}

.border-cyan-300{
  --tw-border-opacity:1 !important;
  border-color:rgb(68 224 213 / 1) !important;
  border-color:rgb(68 224 213 / var(--tw-border-opacity, 1)) !important
}

.border-cyan-300\/0{
  border-color:rgb(68 224 213 / 0) !important
}

.border-cyan-300\/10{
  border-color:rgb(68 224 213 / 0.1) !important
}

.border-cyan-300\/100{
  border-color:rgb(68 224 213 / 1) !important
}

.border-cyan-300\/15{
  border-color:rgb(68 224 213 / 0.15) !important
}

.border-cyan-300\/20{
  border-color:rgb(68 224 213 / 0.2) !important
}

.border-cyan-300\/25{
  border-color:rgb(68 224 213 / 0.25) !important
}

.border-cyan-300\/30{
  border-color:rgb(68 224 213 / 0.3) !important
}

.border-cyan-300\/35{
  border-color:rgb(68 224 213 / 0.35) !important
}

.border-cyan-300\/40{
  border-color:rgb(68 224 213 / 0.4) !important
}

.border-cyan-300\/45{
  border-color:rgb(68 224 213 / 0.45) !important
}

.border-cyan-300\/5{
  border-color:rgb(68 224 213 / 0.05) !important
}

.border-cyan-300\/50{
  border-color:rgb(68 224 213 / 0.5) !important
}

.border-cyan-300\/55{
  border-color:rgb(68 224 213 / 0.55) !important
}

.border-cyan-300\/60{
  border-color:rgb(68 224 213 / 0.6) !important
}

.border-cyan-300\/65{
  border-color:rgb(68 224 213 / 0.65) !important
}

.border-cyan-300\/70{
  border-color:rgb(68 224 213 / 0.7) !important
}

.border-cyan-300\/75{
  border-color:rgb(68 224 213 / 0.75) !important
}

.border-cyan-300\/80{
  border-color:rgb(68 224 213 / 0.8) !important
}

.border-cyan-300\/85{
  border-color:rgb(68 224 213 / 0.85) !important
}

.border-cyan-300\/90{
  border-color:rgb(68 224 213 / 0.9) !important
}

.border-cyan-300\/95{
  border-color:rgb(68 224 213 / 0.95) !important
}

.border-cyan-500{
  --tw-border-opacity:1 !important;
  border-color:rgb(6 182 212 / 1) !important;
  border-color:rgb(6 182 212 / var(--tw-border-opacity, 1)) !important
}

.border-cyan-500\/0{
  border-color:rgb(6 182 212 / 0) !important
}

.border-cyan-500\/10{
  border-color:rgb(6 182 212 / 0.1) !important
}

.border-cyan-500\/100{
  border-color:rgb(6 182 212 / 1) !important
}

.border-cyan-500\/15{
  border-color:rgb(6 182 212 / 0.15) !important
}

.border-cyan-500\/20{
  border-color:rgb(6 182 212 / 0.2) !important
}

.border-cyan-500\/25{
  border-color:rgb(6 182 212 / 0.25) !important
}

.border-cyan-500\/30{
  border-color:rgb(6 182 212 / 0.3) !important
}

.border-cyan-500\/35{
  border-color:rgb(6 182 212 / 0.35) !important
}

.border-cyan-500\/40{
  border-color:rgb(6 182 212 / 0.4) !important
}

.border-cyan-500\/45{
  border-color:rgb(6 182 212 / 0.45) !important
}

.border-cyan-500\/5{
  border-color:rgb(6 182 212 / 0.05) !important
}

.border-cyan-500\/50{
  border-color:rgb(6 182 212 / 0.5) !important
}

.border-cyan-500\/55{
  border-color:rgb(6 182 212 / 0.55) !important
}

.border-cyan-500\/60{
  border-color:rgb(6 182 212 / 0.6) !important
}

.border-cyan-500\/65{
  border-color:rgb(6 182 212 / 0.65) !important
}

.border-cyan-500\/70{
  border-color:rgb(6 182 212 / 0.7) !important
}

.border-cyan-500\/75{
  border-color:rgb(6 182 212 / 0.75) !important
}

.border-cyan-500\/80{
  border-color:rgb(6 182 212 / 0.8) !important
}

.border-cyan-500\/85{
  border-color:rgb(6 182 212 / 0.85) !important
}

.border-cyan-500\/90{
  border-color:rgb(6 182 212 / 0.9) !important
}

.border-cyan-500\/95{
  border-color:rgb(6 182 212 / 0.95) !important
}

.border-cyan-700{
  --tw-border-opacity:1 !important;
  border-color:rgb(14 116 144 / 1) !important;
  border-color:rgb(14 116 144 / var(--tw-border-opacity, 1)) !important
}

.border-cyan-700\/0{
  border-color:rgb(14 116 144 / 0) !important
}

.border-cyan-700\/10{
  border-color:rgb(14 116 144 / 0.1) !important
}

.border-cyan-700\/100{
  border-color:rgb(14 116 144 / 1) !important
}

.border-cyan-700\/15{
  border-color:rgb(14 116 144 / 0.15) !important
}

.border-cyan-700\/20{
  border-color:rgb(14 116 144 / 0.2) !important
}

.border-cyan-700\/25{
  border-color:rgb(14 116 144 / 0.25) !important
}

.border-cyan-700\/30{
  border-color:rgb(14 116 144 / 0.3) !important
}

.border-cyan-700\/35{
  border-color:rgb(14 116 144 / 0.35) !important
}

.border-cyan-700\/40{
  border-color:rgb(14 116 144 / 0.4) !important
}

.border-cyan-700\/45{
  border-color:rgb(14 116 144 / 0.45) !important
}

.border-cyan-700\/5{
  border-color:rgb(14 116 144 / 0.05) !important
}

.border-cyan-700\/50{
  border-color:rgb(14 116 144 / 0.5) !important
}

.border-cyan-700\/55{
  border-color:rgb(14 116 144 / 0.55) !important
}

.border-cyan-700\/60{
  border-color:rgb(14 116 144 / 0.6) !important
}

.border-cyan-700\/65{
  border-color:rgb(14 116 144 / 0.65) !important
}

.border-cyan-700\/70{
  border-color:rgb(14 116 144 / 0.7) !important
}

.border-cyan-700\/75{
  border-color:rgb(14 116 144 / 0.75) !important
}

.border-cyan-700\/80{
  border-color:rgb(14 116 144 / 0.8) !important
}

.border-cyan-700\/85{
  border-color:rgb(14 116 144 / 0.85) !important
}

.border-cyan-700\/90{
  border-color:rgb(14 116 144 / 0.9) !important
}

.border-cyan-700\/95{
  border-color:rgb(14 116 144 / 0.95) !important
}

.border-cyan-900{
  --tw-border-opacity:1 !important;
  border-color:rgb(0 149 138 / 1) !important;
  border-color:rgb(0 149 138 / var(--tw-border-opacity, 1)) !important
}

.border-cyan-900\/0{
  border-color:rgb(0 149 138 / 0) !important
}

.border-cyan-900\/10{
  border-color:rgb(0 149 138 / 0.1) !important
}

.border-cyan-900\/100{
  border-color:rgb(0 149 138 / 1) !important
}

.border-cyan-900\/15{
  border-color:rgb(0 149 138 / 0.15) !important
}

.border-cyan-900\/20{
  border-color:rgb(0 149 138 / 0.2) !important
}

.border-cyan-900\/25{
  border-color:rgb(0 149 138 / 0.25) !important
}

.border-cyan-900\/30{
  border-color:rgb(0 149 138 / 0.3) !important
}

.border-cyan-900\/35{
  border-color:rgb(0 149 138 / 0.35) !important
}

.border-cyan-900\/40{
  border-color:rgb(0 149 138 / 0.4) !important
}

.border-cyan-900\/45{
  border-color:rgb(0 149 138 / 0.45) !important
}

.border-cyan-900\/5{
  border-color:rgb(0 149 138 / 0.05) !important
}

.border-cyan-900\/50{
  border-color:rgb(0 149 138 / 0.5) !important
}

.border-cyan-900\/55{
  border-color:rgb(0 149 138 / 0.55) !important
}

.border-cyan-900\/60{
  border-color:rgb(0 149 138 / 0.6) !important
}

.border-cyan-900\/65{
  border-color:rgb(0 149 138 / 0.65) !important
}

.border-cyan-900\/70{
  border-color:rgb(0 149 138 / 0.7) !important
}

.border-cyan-900\/75{
  border-color:rgb(0 149 138 / 0.75) !important
}

.border-cyan-900\/80{
  border-color:rgb(0 149 138 / 0.8) !important
}

.border-cyan-900\/85{
  border-color:rgb(0 149 138 / 0.85) !important
}

.border-cyan-900\/90{
  border-color:rgb(0 149 138 / 0.9) !important
}

.border-cyan-900\/95{
  border-color:rgb(0 149 138 / 0.95) !important
}

.border-gray-100{
  --tw-border-opacity:1 !important;
  border-color:rgb(241 245 249 / 1) !important;
  border-color:rgb(241 245 249 / var(--tw-border-opacity, 1)) !important
}

.border-gray-100\/0{
  border-color:rgb(241 245 249 / 0) !important
}

.border-gray-100\/10{
  border-color:rgb(241 245 249 / 0.1) !important
}

.border-gray-100\/100{
  border-color:rgb(241 245 249 / 1) !important
}

.border-gray-100\/15{
  border-color:rgb(241 245 249 / 0.15) !important
}

.border-gray-100\/20{
  border-color:rgb(241 245 249 / 0.2) !important
}

.border-gray-100\/25{
  border-color:rgb(241 245 249 / 0.25) !important
}

.border-gray-100\/30{
  border-color:rgb(241 245 249 / 0.3) !important
}

.border-gray-100\/35{
  border-color:rgb(241 245 249 / 0.35) !important
}

.border-gray-100\/40{
  border-color:rgb(241 245 249 / 0.4) !important
}

.border-gray-100\/45{
  border-color:rgb(241 245 249 / 0.45) !important
}

.border-gray-100\/5{
  border-color:rgb(241 245 249 / 0.05) !important
}

.border-gray-100\/50{
  border-color:rgb(241 245 249 / 0.5) !important
}

.border-gray-100\/55{
  border-color:rgb(241 245 249 / 0.55) !important
}

.border-gray-100\/60{
  border-color:rgb(241 245 249 / 0.6) !important
}

.border-gray-100\/65{
  border-color:rgb(241 245 249 / 0.65) !important
}

.border-gray-100\/70{
  border-color:rgb(241 245 249 / 0.7) !important
}

.border-gray-100\/75{
  border-color:rgb(241 245 249 / 0.75) !important
}

.border-gray-100\/80{
  border-color:rgb(241 245 249 / 0.8) !important
}

.border-gray-100\/85{
  border-color:rgb(241 245 249 / 0.85) !important
}

.border-gray-100\/90{
  border-color:rgb(241 245 249 / 0.9) !important
}

.border-gray-100\/95{
  border-color:rgb(241 245 249 / 0.95) !important
}

.border-gray-200{
  --tw-border-opacity:1 !important;
  border-color:rgb(217 228 236 / 1) !important;
  border-color:rgb(217 228 236 / var(--tw-border-opacity, 1)) !important
}

.border-gray-200\/0{
  border-color:rgb(217 228 236 / 0) !important
}

.border-gray-200\/10{
  border-color:rgb(217 228 236 / 0.1) !important
}

.border-gray-200\/100{
  border-color:rgb(217 228 236 / 1) !important
}

.border-gray-200\/15{
  border-color:rgb(217 228 236 / 0.15) !important
}

.border-gray-200\/20{
  border-color:rgb(217 228 236 / 0.2) !important
}

.border-gray-200\/25{
  border-color:rgb(217 228 236 / 0.25) !important
}

.border-gray-200\/30{
  border-color:rgb(217 228 236 / 0.3) !important
}

.border-gray-200\/35{
  border-color:rgb(217 228 236 / 0.35) !important
}

.border-gray-200\/40{
  border-color:rgb(217 228 236 / 0.4) !important
}

.border-gray-200\/45{
  border-color:rgb(217 228 236 / 0.45) !important
}

.border-gray-200\/5{
  border-color:rgb(217 228 236 / 0.05) !important
}

.border-gray-200\/50{
  border-color:rgb(217 228 236 / 0.5) !important
}

.border-gray-200\/55{
  border-color:rgb(217 228 236 / 0.55) !important
}

.border-gray-200\/60{
  border-color:rgb(217 228 236 / 0.6) !important
}

.border-gray-200\/65{
  border-color:rgb(217 228 236 / 0.65) !important
}

.border-gray-200\/70{
  border-color:rgb(217 228 236 / 0.7) !important
}

.border-gray-200\/75{
  border-color:rgb(217 228 236 / 0.75) !important
}

.border-gray-200\/80{
  border-color:rgb(217 228 236 / 0.8) !important
}

.border-gray-200\/85{
  border-color:rgb(217 228 236 / 0.85) !important
}

.border-gray-200\/90{
  border-color:rgb(217 228 236 / 0.9) !important
}

.border-gray-200\/95{
  border-color:rgb(217 228 236 / 0.95) !important
}

.border-gray-300{
  --tw-border-opacity:1 !important;
  border-color:rgb(203 213 225 / 1) !important;
  border-color:rgb(203 213 225 / var(--tw-border-opacity, 1)) !important
}

.border-gray-300\/0{
  border-color:rgb(203 213 225 / 0) !important
}

.border-gray-300\/10{
  border-color:rgb(203 213 225 / 0.1) !important
}

.border-gray-300\/100{
  border-color:rgb(203 213 225 / 1) !important
}

.border-gray-300\/15{
  border-color:rgb(203 213 225 / 0.15) !important
}

.border-gray-300\/20{
  border-color:rgb(203 213 225 / 0.2) !important
}

.border-gray-300\/25{
  border-color:rgb(203 213 225 / 0.25) !important
}

.border-gray-300\/30{
  border-color:rgb(203 213 225 / 0.3) !important
}

.border-gray-300\/35{
  border-color:rgb(203 213 225 / 0.35) !important
}

.border-gray-300\/40{
  border-color:rgb(203 213 225 / 0.4) !important
}

.border-gray-300\/45{
  border-color:rgb(203 213 225 / 0.45) !important
}

.border-gray-300\/5{
  border-color:rgb(203 213 225 / 0.05) !important
}

.border-gray-300\/50{
  border-color:rgb(203 213 225 / 0.5) !important
}

.border-gray-300\/55{
  border-color:rgb(203 213 225 / 0.55) !important
}

.border-gray-300\/60{
  border-color:rgb(203 213 225 / 0.6) !important
}

.border-gray-300\/65{
  border-color:rgb(203 213 225 / 0.65) !important
}

.border-gray-300\/70{
  border-color:rgb(203 213 225 / 0.7) !important
}

.border-gray-300\/75{
  border-color:rgb(203 213 225 / 0.75) !important
}

.border-gray-300\/80{
  border-color:rgb(203 213 225 / 0.8) !important
}

.border-gray-300\/85{
  border-color:rgb(203 213 225 / 0.85) !important
}

.border-gray-300\/90{
  border-color:rgb(203 213 225 / 0.9) !important
}

.border-gray-300\/95{
  border-color:rgb(203 213 225 / 0.95) !important
}

.border-gray-500{
  --tw-border-opacity:1 !important;
  border-color:rgb(100 116 139 / 1) !important;
  border-color:rgb(100 116 139 / var(--tw-border-opacity, 1)) !important
}

.border-gray-500\/0{
  border-color:rgb(100 116 139 / 0) !important
}

.border-gray-500\/10{
  border-color:rgb(100 116 139 / 0.1) !important
}

.border-gray-500\/100{
  border-color:rgb(100 116 139 / 1) !important
}

.border-gray-500\/15{
  border-color:rgb(100 116 139 / 0.15) !important
}

.border-gray-500\/20{
  border-color:rgb(100 116 139 / 0.2) !important
}

.border-gray-500\/25{
  border-color:rgb(100 116 139 / 0.25) !important
}

.border-gray-500\/30{
  border-color:rgb(100 116 139 / 0.3) !important
}

.border-gray-500\/35{
  border-color:rgb(100 116 139 / 0.35) !important
}

.border-gray-500\/40{
  border-color:rgb(100 116 139 / 0.4) !important
}

.border-gray-500\/45{
  border-color:rgb(100 116 139 / 0.45) !important
}

.border-gray-500\/5{
  border-color:rgb(100 116 139 / 0.05) !important
}

.border-gray-500\/50{
  border-color:rgb(100 116 139 / 0.5) !important
}

.border-gray-500\/55{
  border-color:rgb(100 116 139 / 0.55) !important
}

.border-gray-500\/60{
  border-color:rgb(100 116 139 / 0.6) !important
}

.border-gray-500\/65{
  border-color:rgb(100 116 139 / 0.65) !important
}

.border-gray-500\/70{
  border-color:rgb(100 116 139 / 0.7) !important
}

.border-gray-500\/75{
  border-color:rgb(100 116 139 / 0.75) !important
}

.border-gray-500\/80{
  border-color:rgb(100 116 139 / 0.8) !important
}

.border-gray-500\/85{
  border-color:rgb(100 116 139 / 0.85) !important
}

.border-gray-500\/90{
  border-color:rgb(100 116 139 / 0.9) !important
}

.border-gray-500\/95{
  border-color:rgb(100 116 139 / 0.95) !important
}

.border-gray-600{
  --tw-border-opacity:1 !important;
  border-color:rgb(71 85 105 / 1) !important;
  border-color:rgb(71 85 105 / var(--tw-border-opacity, 1)) !important
}

.border-gray-700{
  --tw-border-opacity:1 !important;
  border-color:rgb(51 65 85 / 1) !important;
  border-color:rgb(51 65 85 / var(--tw-border-opacity, 1)) !important
}

.border-gray-700\/0{
  border-color:rgb(51 65 85 / 0) !important
}

.border-gray-700\/10{
  border-color:rgb(51 65 85 / 0.1) !important
}

.border-gray-700\/100{
  border-color:rgb(51 65 85 / 1) !important
}

.border-gray-700\/15{
  border-color:rgb(51 65 85 / 0.15) !important
}

.border-gray-700\/20{
  border-color:rgb(51 65 85 / 0.2) !important
}

.border-gray-700\/25{
  border-color:rgb(51 65 85 / 0.25) !important
}

.border-gray-700\/30{
  border-color:rgb(51 65 85 / 0.3) !important
}

.border-gray-700\/35{
  border-color:rgb(51 65 85 / 0.35) !important
}

.border-gray-700\/40{
  border-color:rgb(51 65 85 / 0.4) !important
}

.border-gray-700\/45{
  border-color:rgb(51 65 85 / 0.45) !important
}

.border-gray-700\/5{
  border-color:rgb(51 65 85 / 0.05) !important
}

.border-gray-700\/50{
  border-color:rgb(51 65 85 / 0.5) !important
}

.border-gray-700\/55{
  border-color:rgb(51 65 85 / 0.55) !important
}

.border-gray-700\/60{
  border-color:rgb(51 65 85 / 0.6) !important
}

.border-gray-700\/65{
  border-color:rgb(51 65 85 / 0.65) !important
}

.border-gray-700\/70{
  border-color:rgb(51 65 85 / 0.7) !important
}

.border-gray-700\/75{
  border-color:rgb(51 65 85 / 0.75) !important
}

.border-gray-700\/80{
  border-color:rgb(51 65 85 / 0.8) !important
}

.border-gray-700\/85{
  border-color:rgb(51 65 85 / 0.85) !important
}

.border-gray-700\/90{
  border-color:rgb(51 65 85 / 0.9) !important
}

.border-gray-700\/95{
  border-color:rgb(51 65 85 / 0.95) !important
}

.border-gray-900{
  --tw-border-opacity:1 !important;
  border-color:rgb(23 46 68 / 1) !important;
  border-color:rgb(23 46 68 / var(--tw-border-opacity, 1)) !important
}

.border-gray-900\/0{
  border-color:rgb(23 46 68 / 0) !important
}

.border-gray-900\/10{
  border-color:rgb(23 46 68 / 0.1) !important
}

.border-gray-900\/100{
  border-color:rgb(23 46 68 / 1) !important
}

.border-gray-900\/15{
  border-color:rgb(23 46 68 / 0.15) !important
}

.border-gray-900\/20{
  border-color:rgb(23 46 68 / 0.2) !important
}

.border-gray-900\/25{
  border-color:rgb(23 46 68 / 0.25) !important
}

.border-gray-900\/30{
  border-color:rgb(23 46 68 / 0.3) !important
}

.border-gray-900\/35{
  border-color:rgb(23 46 68 / 0.35) !important
}

.border-gray-900\/40{
  border-color:rgb(23 46 68 / 0.4) !important
}

.border-gray-900\/45{
  border-color:rgb(23 46 68 / 0.45) !important
}

.border-gray-900\/5{
  border-color:rgb(23 46 68 / 0.05) !important
}

.border-gray-900\/50{
  border-color:rgb(23 46 68 / 0.5) !important
}

.border-gray-900\/55{
  border-color:rgb(23 46 68 / 0.55) !important
}

.border-gray-900\/60{
  border-color:rgb(23 46 68 / 0.6) !important
}

.border-gray-900\/65{
  border-color:rgb(23 46 68 / 0.65) !important
}

.border-gray-900\/70{
  border-color:rgb(23 46 68 / 0.7) !important
}

.border-gray-900\/75{
  border-color:rgb(23 46 68 / 0.75) !important
}

.border-gray-900\/80{
  border-color:rgb(23 46 68 / 0.8) !important
}

.border-gray-900\/85{
  border-color:rgb(23 46 68 / 0.85) !important
}

.border-gray-900\/90{
  border-color:rgb(23 46 68 / 0.9) !important
}

.border-gray-900\/95{
  border-color:rgb(23 46 68 / 0.95) !important
}

.border-green-100{
  --tw-border-opacity:1 !important;
  border-color:rgb(209 250 229 / 1) !important;
  border-color:rgb(209 250 229 / var(--tw-border-opacity, 1)) !important
}

.border-green-100\/0{
  border-color:rgb(209 250 229 / 0) !important
}

.border-green-100\/10{
  border-color:rgb(209 250 229 / 0.1) !important
}

.border-green-100\/100{
  border-color:rgb(209 250 229 / 1) !important
}

.border-green-100\/15{
  border-color:rgb(209 250 229 / 0.15) !important
}

.border-green-100\/20{
  border-color:rgb(209 250 229 / 0.2) !important
}

.border-green-100\/25{
  border-color:rgb(209 250 229 / 0.25) !important
}

.border-green-100\/30{
  border-color:rgb(209 250 229 / 0.3) !important
}

.border-green-100\/35{
  border-color:rgb(209 250 229 / 0.35) !important
}

.border-green-100\/40{
  border-color:rgb(209 250 229 / 0.4) !important
}

.border-green-100\/45{
  border-color:rgb(209 250 229 / 0.45) !important
}

.border-green-100\/5{
  border-color:rgb(209 250 229 / 0.05) !important
}

.border-green-100\/50{
  border-color:rgb(209 250 229 / 0.5) !important
}

.border-green-100\/55{
  border-color:rgb(209 250 229 / 0.55) !important
}

.border-green-100\/60{
  border-color:rgb(209 250 229 / 0.6) !important
}

.border-green-100\/65{
  border-color:rgb(209 250 229 / 0.65) !important
}

.border-green-100\/70{
  border-color:rgb(209 250 229 / 0.7) !important
}

.border-green-100\/75{
  border-color:rgb(209 250 229 / 0.75) !important
}

.border-green-100\/80{
  border-color:rgb(209 250 229 / 0.8) !important
}

.border-green-100\/85{
  border-color:rgb(209 250 229 / 0.85) !important
}

.border-green-100\/90{
  border-color:rgb(209 250 229 / 0.9) !important
}

.border-green-100\/95{
  border-color:rgb(209 250 229 / 0.95) !important
}

.border-green-200{
  --tw-border-opacity:1 !important;
  border-color:rgb(167 243 208 / 1) !important;
  border-color:rgb(167 243 208 / var(--tw-border-opacity, 1)) !important
}

.border-green-200\/0{
  border-color:rgb(167 243 208 / 0) !important
}

.border-green-200\/10{
  border-color:rgb(167 243 208 / 0.1) !important
}

.border-green-200\/100{
  border-color:rgb(167 243 208 / 1) !important
}

.border-green-200\/15{
  border-color:rgb(167 243 208 / 0.15) !important
}

.border-green-200\/20{
  border-color:rgb(167 243 208 / 0.2) !important
}

.border-green-200\/25{
  border-color:rgb(167 243 208 / 0.25) !important
}

.border-green-200\/30{
  border-color:rgb(167 243 208 / 0.3) !important
}

.border-green-200\/35{
  border-color:rgb(167 243 208 / 0.35) !important
}

.border-green-200\/40{
  border-color:rgb(167 243 208 / 0.4) !important
}

.border-green-200\/45{
  border-color:rgb(167 243 208 / 0.45) !important
}

.border-green-200\/5{
  border-color:rgb(167 243 208 / 0.05) !important
}

.border-green-200\/50{
  border-color:rgb(167 243 208 / 0.5) !important
}

.border-green-200\/55{
  border-color:rgb(167 243 208 / 0.55) !important
}

.border-green-200\/60{
  border-color:rgb(167 243 208 / 0.6) !important
}

.border-green-200\/65{
  border-color:rgb(167 243 208 / 0.65) !important
}

.border-green-200\/70{
  border-color:rgb(167 243 208 / 0.7) !important
}

.border-green-200\/75{
  border-color:rgb(167 243 208 / 0.75) !important
}

.border-green-200\/80{
  border-color:rgb(167 243 208 / 0.8) !important
}

.border-green-200\/85{
  border-color:rgb(167 243 208 / 0.85) !important
}

.border-green-200\/90{
  border-color:rgb(167 243 208 / 0.9) !important
}

.border-green-200\/95{
  border-color:rgb(167 243 208 / 0.95) !important
}

.border-green-300{
  --tw-border-opacity:1 !important;
  border-color:rgb(110 231 183 / 1) !important;
  border-color:rgb(110 231 183 / var(--tw-border-opacity, 1)) !important
}

.border-green-300\/0{
  border-color:rgb(110 231 183 / 0) !important
}

.border-green-300\/10{
  border-color:rgb(110 231 183 / 0.1) !important
}

.border-green-300\/100{
  border-color:rgb(110 231 183 / 1) !important
}

.border-green-300\/15{
  border-color:rgb(110 231 183 / 0.15) !important
}

.border-green-300\/20{
  border-color:rgb(110 231 183 / 0.2) !important
}

.border-green-300\/25{
  border-color:rgb(110 231 183 / 0.25) !important
}

.border-green-300\/30{
  border-color:rgb(110 231 183 / 0.3) !important
}

.border-green-300\/35{
  border-color:rgb(110 231 183 / 0.35) !important
}

.border-green-300\/40{
  border-color:rgb(110 231 183 / 0.4) !important
}

.border-green-300\/45{
  border-color:rgb(110 231 183 / 0.45) !important
}

.border-green-300\/5{
  border-color:rgb(110 231 183 / 0.05) !important
}

.border-green-300\/50{
  border-color:rgb(110 231 183 / 0.5) !important
}

.border-green-300\/55{
  border-color:rgb(110 231 183 / 0.55) !important
}

.border-green-300\/60{
  border-color:rgb(110 231 183 / 0.6) !important
}

.border-green-300\/65{
  border-color:rgb(110 231 183 / 0.65) !important
}

.border-green-300\/70{
  border-color:rgb(110 231 183 / 0.7) !important
}

.border-green-300\/75{
  border-color:rgb(110 231 183 / 0.75) !important
}

.border-green-300\/80{
  border-color:rgb(110 231 183 / 0.8) !important
}

.border-green-300\/85{
  border-color:rgb(110 231 183 / 0.85) !important
}

.border-green-300\/90{
  border-color:rgb(110 231 183 / 0.9) !important
}

.border-green-300\/95{
  border-color:rgb(110 231 183 / 0.95) !important
}

.border-green-500{
  --tw-border-opacity:1 !important;
  border-color:rgb(16 185 129 / 1) !important;
  border-color:rgb(16 185 129 / var(--tw-border-opacity, 1)) !important
}

.border-green-500\/0{
  border-color:rgb(16 185 129 / 0) !important
}

.border-green-500\/10{
  border-color:rgb(16 185 129 / 0.1) !important
}

.border-green-500\/100{
  border-color:rgb(16 185 129 / 1) !important
}

.border-green-500\/15{
  border-color:rgb(16 185 129 / 0.15) !important
}

.border-green-500\/20{
  border-color:rgb(16 185 129 / 0.2) !important
}

.border-green-500\/25{
  border-color:rgb(16 185 129 / 0.25) !important
}

.border-green-500\/30{
  border-color:rgb(16 185 129 / 0.3) !important
}

.border-green-500\/35{
  border-color:rgb(16 185 129 / 0.35) !important
}

.border-green-500\/40{
  border-color:rgb(16 185 129 / 0.4) !important
}

.border-green-500\/45{
  border-color:rgb(16 185 129 / 0.45) !important
}

.border-green-500\/5{
  border-color:rgb(16 185 129 / 0.05) !important
}

.border-green-500\/50{
  border-color:rgb(16 185 129 / 0.5) !important
}

.border-green-500\/55{
  border-color:rgb(16 185 129 / 0.55) !important
}

.border-green-500\/60{
  border-color:rgb(16 185 129 / 0.6) !important
}

.border-green-500\/65{
  border-color:rgb(16 185 129 / 0.65) !important
}

.border-green-500\/70{
  border-color:rgb(16 185 129 / 0.7) !important
}

.border-green-500\/75{
  border-color:rgb(16 185 129 / 0.75) !important
}

.border-green-500\/80{
  border-color:rgb(16 185 129 / 0.8) !important
}

.border-green-500\/85{
  border-color:rgb(16 185 129 / 0.85) !important
}

.border-green-500\/90{
  border-color:rgb(16 185 129 / 0.9) !important
}

.border-green-500\/95{
  border-color:rgb(16 185 129 / 0.95) !important
}

.border-green-700{
  --tw-border-opacity:1 !important;
  border-color:rgb(4 120 87 / 1) !important;
  border-color:rgb(4 120 87 / var(--tw-border-opacity, 1)) !important
}

.border-green-700\/0{
  border-color:rgb(4 120 87 / 0) !important
}

.border-green-700\/10{
  border-color:rgb(4 120 87 / 0.1) !important
}

.border-green-700\/100{
  border-color:rgb(4 120 87 / 1) !important
}

.border-green-700\/15{
  border-color:rgb(4 120 87 / 0.15) !important
}

.border-green-700\/20{
  border-color:rgb(4 120 87 / 0.2) !important
}

.border-green-700\/25{
  border-color:rgb(4 120 87 / 0.25) !important
}

.border-green-700\/30{
  border-color:rgb(4 120 87 / 0.3) !important
}

.border-green-700\/35{
  border-color:rgb(4 120 87 / 0.35) !important
}

.border-green-700\/40{
  border-color:rgb(4 120 87 / 0.4) !important
}

.border-green-700\/45{
  border-color:rgb(4 120 87 / 0.45) !important
}

.border-green-700\/5{
  border-color:rgb(4 120 87 / 0.05) !important
}

.border-green-700\/50{
  border-color:rgb(4 120 87 / 0.5) !important
}

.border-green-700\/55{
  border-color:rgb(4 120 87 / 0.55) !important
}

.border-green-700\/60{
  border-color:rgb(4 120 87 / 0.6) !important
}

.border-green-700\/65{
  border-color:rgb(4 120 87 / 0.65) !important
}

.border-green-700\/70{
  border-color:rgb(4 120 87 / 0.7) !important
}

.border-green-700\/75{
  border-color:rgb(4 120 87 / 0.75) !important
}

.border-green-700\/80{
  border-color:rgb(4 120 87 / 0.8) !important
}

.border-green-700\/85{
  border-color:rgb(4 120 87 / 0.85) !important
}

.border-green-700\/90{
  border-color:rgb(4 120 87 / 0.9) !important
}

.border-green-700\/95{
  border-color:rgb(4 120 87 / 0.95) !important
}

.border-green-900{
  --tw-border-opacity:1 !important;
  border-color:rgb(6 78 59 / 1) !important;
  border-color:rgb(6 78 59 / var(--tw-border-opacity, 1)) !important
}

.border-green-900\/0{
  border-color:rgb(6 78 59 / 0) !important
}

.border-green-900\/10{
  border-color:rgb(6 78 59 / 0.1) !important
}

.border-green-900\/100{
  border-color:rgb(6 78 59 / 1) !important
}

.border-green-900\/15{
  border-color:rgb(6 78 59 / 0.15) !important
}

.border-green-900\/20{
  border-color:rgb(6 78 59 / 0.2) !important
}

.border-green-900\/25{
  border-color:rgb(6 78 59 / 0.25) !important
}

.border-green-900\/30{
  border-color:rgb(6 78 59 / 0.3) !important
}

.border-green-900\/35{
  border-color:rgb(6 78 59 / 0.35) !important
}

.border-green-900\/40{
  border-color:rgb(6 78 59 / 0.4) !important
}

.border-green-900\/45{
  border-color:rgb(6 78 59 / 0.45) !important
}

.border-green-900\/5{
  border-color:rgb(6 78 59 / 0.05) !important
}

.border-green-900\/50{
  border-color:rgb(6 78 59 / 0.5) !important
}

.border-green-900\/55{
  border-color:rgb(6 78 59 / 0.55) !important
}

.border-green-900\/60{
  border-color:rgb(6 78 59 / 0.6) !important
}

.border-green-900\/65{
  border-color:rgb(6 78 59 / 0.65) !important
}

.border-green-900\/70{
  border-color:rgb(6 78 59 / 0.7) !important
}

.border-green-900\/75{
  border-color:rgb(6 78 59 / 0.75) !important
}

.border-green-900\/80{
  border-color:rgb(6 78 59 / 0.8) !important
}

.border-green-900\/85{
  border-color:rgb(6 78 59 / 0.85) !important
}

.border-green-900\/90{
  border-color:rgb(6 78 59 / 0.9) !important
}

.border-green-900\/95{
  border-color:rgb(6 78 59 / 0.95) !important
}

.border-orange-100{
  --tw-border-opacity:1 !important;
  border-color:rgb(255 221 209 / 1) !important;
  border-color:rgb(255 221 209 / var(--tw-border-opacity, 1)) !important
}

.border-orange-100\/0{
  border-color:rgb(255 221 209 / 0) !important
}

.border-orange-100\/10{
  border-color:rgb(255 221 209 / 0.1) !important
}

.border-orange-100\/100{
  border-color:rgb(255 221 209 / 1) !important
}

.border-orange-100\/15{
  border-color:rgb(255 221 209 / 0.15) !important
}

.border-orange-100\/20{
  border-color:rgb(255 221 209 / 0.2) !important
}

.border-orange-100\/25{
  border-color:rgb(255 221 209 / 0.25) !important
}

.border-orange-100\/30{
  border-color:rgb(255 221 209 / 0.3) !important
}

.border-orange-100\/35{
  border-color:rgb(255 221 209 / 0.35) !important
}

.border-orange-100\/40{
  border-color:rgb(255 221 209 / 0.4) !important
}

.border-orange-100\/45{
  border-color:rgb(255 221 209 / 0.45) !important
}

.border-orange-100\/5{
  border-color:rgb(255 221 209 / 0.05) !important
}

.border-orange-100\/50{
  border-color:rgb(255 221 209 / 0.5) !important
}

.border-orange-100\/55{
  border-color:rgb(255 221 209 / 0.55) !important
}

.border-orange-100\/60{
  border-color:rgb(255 221 209 / 0.6) !important
}

.border-orange-100\/65{
  border-color:rgb(255 221 209 / 0.65) !important
}

.border-orange-100\/70{
  border-color:rgb(255 221 209 / 0.7) !important
}

.border-orange-100\/75{
  border-color:rgb(255 221 209 / 0.75) !important
}

.border-orange-100\/80{
  border-color:rgb(255 221 209 / 0.8) !important
}

.border-orange-100\/85{
  border-color:rgb(255 221 209 / 0.85) !important
}

.border-orange-100\/90{
  border-color:rgb(255 221 209 / 0.9) !important
}

.border-orange-100\/95{
  border-color:rgb(255 221 209 / 0.95) !important
}

.border-orange-200{
  --tw-border-opacity:1 !important;
  border-color:rgb(254 215 170 / 1) !important;
  border-color:rgb(254 215 170 / var(--tw-border-opacity, 1)) !important
}

.border-orange-200\/0{
  border-color:rgb(254 215 170 / 0) !important
}

.border-orange-200\/10{
  border-color:rgb(254 215 170 / 0.1) !important
}

.border-orange-200\/100{
  border-color:rgb(254 215 170 / 1) !important
}

.border-orange-200\/15{
  border-color:rgb(254 215 170 / 0.15) !important
}

.border-orange-200\/20{
  border-color:rgb(254 215 170 / 0.2) !important
}

.border-orange-200\/25{
  border-color:rgb(254 215 170 / 0.25) !important
}

.border-orange-200\/30{
  border-color:rgb(254 215 170 / 0.3) !important
}

.border-orange-200\/35{
  border-color:rgb(254 215 170 / 0.35) !important
}

.border-orange-200\/40{
  border-color:rgb(254 215 170 / 0.4) !important
}

.border-orange-200\/45{
  border-color:rgb(254 215 170 / 0.45) !important
}

.border-orange-200\/5{
  border-color:rgb(254 215 170 / 0.05) !important
}

.border-orange-200\/50{
  border-color:rgb(254 215 170 / 0.5) !important
}

.border-orange-200\/55{
  border-color:rgb(254 215 170 / 0.55) !important
}

.border-orange-200\/60{
  border-color:rgb(254 215 170 / 0.6) !important
}

.border-orange-200\/65{
  border-color:rgb(254 215 170 / 0.65) !important
}

.border-orange-200\/70{
  border-color:rgb(254 215 170 / 0.7) !important
}

.border-orange-200\/75{
  border-color:rgb(254 215 170 / 0.75) !important
}

.border-orange-200\/80{
  border-color:rgb(254 215 170 / 0.8) !important
}

.border-orange-200\/85{
  border-color:rgb(254 215 170 / 0.85) !important
}

.border-orange-200\/90{
  border-color:rgb(254 215 170 / 0.9) !important
}

.border-orange-200\/95{
  border-color:rgb(254 215 170 / 0.95) !important
}

.border-orange-300{
  --tw-border-opacity:1 !important;
  border-color:rgb(255 187 162 / 1) !important;
  border-color:rgb(255 187 162 / var(--tw-border-opacity, 1)) !important
}

.border-orange-300\/0{
  border-color:rgb(255 187 162 / 0) !important
}

.border-orange-300\/10{
  border-color:rgb(255 187 162 / 0.1) !important
}

.border-orange-300\/100{
  border-color:rgb(255 187 162 / 1) !important
}

.border-orange-300\/15{
  border-color:rgb(255 187 162 / 0.15) !important
}

.border-orange-300\/20{
  border-color:rgb(255 187 162 / 0.2) !important
}

.border-orange-300\/25{
  border-color:rgb(255 187 162 / 0.25) !important
}

.border-orange-300\/30{
  border-color:rgb(255 187 162 / 0.3) !important
}

.border-orange-300\/35{
  border-color:rgb(255 187 162 / 0.35) !important
}

.border-orange-300\/40{
  border-color:rgb(255 187 162 / 0.4) !important
}

.border-orange-300\/45{
  border-color:rgb(255 187 162 / 0.45) !important
}

.border-orange-300\/5{
  border-color:rgb(255 187 162 / 0.05) !important
}

.border-orange-300\/50{
  border-color:rgb(255 187 162 / 0.5) !important
}

.border-orange-300\/55{
  border-color:rgb(255 187 162 / 0.55) !important
}

.border-orange-300\/60{
  border-color:rgb(255 187 162 / 0.6) !important
}

.border-orange-300\/65{
  border-color:rgb(255 187 162 / 0.65) !important
}

.border-orange-300\/70{
  border-color:rgb(255 187 162 / 0.7) !important
}

.border-orange-300\/75{
  border-color:rgb(255 187 162 / 0.75) !important
}

.border-orange-300\/80{
  border-color:rgb(255 187 162 / 0.8) !important
}

.border-orange-300\/85{
  border-color:rgb(255 187 162 / 0.85) !important
}

.border-orange-300\/90{
  border-color:rgb(255 187 162 / 0.9) !important
}

.border-orange-300\/95{
  border-color:rgb(255 187 162 / 0.95) !important
}

.border-orange-500{
  --tw-border-opacity:1 !important;
  border-color:rgb(255 153 116 / 1) !important;
  border-color:rgb(255 153 116 / var(--tw-border-opacity, 1)) !important
}

.border-orange-500\/0{
  border-color:rgb(255 153 116 / 0) !important
}

.border-orange-500\/10{
  border-color:rgb(255 153 116 / 0.1) !important
}

.border-orange-500\/100{
  border-color:rgb(255 153 116 / 1) !important
}

.border-orange-500\/15{
  border-color:rgb(255 153 116 / 0.15) !important
}

.border-orange-500\/20{
  border-color:rgb(255 153 116 / 0.2) !important
}

.border-orange-500\/25{
  border-color:rgb(255 153 116 / 0.25) !important
}

.border-orange-500\/30{
  border-color:rgb(255 153 116 / 0.3) !important
}

.border-orange-500\/35{
  border-color:rgb(255 153 116 / 0.35) !important
}

.border-orange-500\/40{
  border-color:rgb(255 153 116 / 0.4) !important
}

.border-orange-500\/45{
  border-color:rgb(255 153 116 / 0.45) !important
}

.border-orange-500\/5{
  border-color:rgb(255 153 116 / 0.05) !important
}

.border-orange-500\/50{
  border-color:rgb(255 153 116 / 0.5) !important
}

.border-orange-500\/55{
  border-color:rgb(255 153 116 / 0.55) !important
}

.border-orange-500\/60{
  border-color:rgb(255 153 116 / 0.6) !important
}

.border-orange-500\/65{
  border-color:rgb(255 153 116 / 0.65) !important
}

.border-orange-500\/70{
  border-color:rgb(255 153 116 / 0.7) !important
}

.border-orange-500\/75{
  border-color:rgb(255 153 116 / 0.75) !important
}

.border-orange-500\/80{
  border-color:rgb(255 153 116 / 0.8) !important
}

.border-orange-500\/85{
  border-color:rgb(255 153 116 / 0.85) !important
}

.border-orange-500\/90{
  border-color:rgb(255 153 116 / 0.9) !important
}

.border-orange-500\/95{
  border-color:rgb(255 153 116 / 0.95) !important
}

.border-orange-600{
  --tw-border-opacity:1 !important;
  border-color:rgb(234 88 12 / 1) !important;
  border-color:rgb(234 88 12 / var(--tw-border-opacity, 1)) !important
}

.border-orange-700{
  --tw-border-opacity:1 !important;
  border-color:rgb(255 119 69 / 1) !important;
  border-color:rgb(255 119 69 / var(--tw-border-opacity, 1)) !important
}

.border-orange-700\/0{
  border-color:rgb(255 119 69 / 0) !important
}

.border-orange-700\/10{
  border-color:rgb(255 119 69 / 0.1) !important
}

.border-orange-700\/100{
  border-color:rgb(255 119 69 / 1) !important
}

.border-orange-700\/15{
  border-color:rgb(255 119 69 / 0.15) !important
}

.border-orange-700\/20{
  border-color:rgb(255 119 69 / 0.2) !important
}

.border-orange-700\/25{
  border-color:rgb(255 119 69 / 0.25) !important
}

.border-orange-700\/30{
  border-color:rgb(255 119 69 / 0.3) !important
}

.border-orange-700\/35{
  border-color:rgb(255 119 69 / 0.35) !important
}

.border-orange-700\/40{
  border-color:rgb(255 119 69 / 0.4) !important
}

.border-orange-700\/45{
  border-color:rgb(255 119 69 / 0.45) !important
}

.border-orange-700\/5{
  border-color:rgb(255 119 69 / 0.05) !important
}

.border-orange-700\/50{
  border-color:rgb(255 119 69 / 0.5) !important
}

.border-orange-700\/55{
  border-color:rgb(255 119 69 / 0.55) !important
}

.border-orange-700\/60{
  border-color:rgb(255 119 69 / 0.6) !important
}

.border-orange-700\/65{
  border-color:rgb(255 119 69 / 0.65) !important
}

.border-orange-700\/70{
  border-color:rgb(255 119 69 / 0.7) !important
}

.border-orange-700\/75{
  border-color:rgb(255 119 69 / 0.75) !important
}

.border-orange-700\/80{
  border-color:rgb(255 119 69 / 0.8) !important
}

.border-orange-700\/85{
  border-color:rgb(255 119 69 / 0.85) !important
}

.border-orange-700\/90{
  border-color:rgb(255 119 69 / 0.9) !important
}

.border-orange-700\/95{
  border-color:rgb(255 119 69 / 0.95) !important
}

.border-orange-900{
  --tw-border-opacity:1 !important;
  border-color:rgb(255 85 23 / 1) !important;
  border-color:rgb(255 85 23 / var(--tw-border-opacity, 1)) !important
}

.border-orange-900\/0{
  border-color:rgb(255 85 23 / 0) !important
}

.border-orange-900\/10{
  border-color:rgb(255 85 23 / 0.1) !important
}

.border-orange-900\/100{
  border-color:rgb(255 85 23 / 1) !important
}

.border-orange-900\/15{
  border-color:rgb(255 85 23 / 0.15) !important
}

.border-orange-900\/20{
  border-color:rgb(255 85 23 / 0.2) !important
}

.border-orange-900\/25{
  border-color:rgb(255 85 23 / 0.25) !important
}

.border-orange-900\/30{
  border-color:rgb(255 85 23 / 0.3) !important
}

.border-orange-900\/35{
  border-color:rgb(255 85 23 / 0.35) !important
}

.border-orange-900\/40{
  border-color:rgb(255 85 23 / 0.4) !important
}

.border-orange-900\/45{
  border-color:rgb(255 85 23 / 0.45) !important
}

.border-orange-900\/5{
  border-color:rgb(255 85 23 / 0.05) !important
}

.border-orange-900\/50{
  border-color:rgb(255 85 23 / 0.5) !important
}

.border-orange-900\/55{
  border-color:rgb(255 85 23 / 0.55) !important
}

.border-orange-900\/60{
  border-color:rgb(255 85 23 / 0.6) !important
}

.border-orange-900\/65{
  border-color:rgb(255 85 23 / 0.65) !important
}

.border-orange-900\/70{
  border-color:rgb(255 85 23 / 0.7) !important
}

.border-orange-900\/75{
  border-color:rgb(255 85 23 / 0.75) !important
}

.border-orange-900\/80{
  border-color:rgb(255 85 23 / 0.8) !important
}

.border-orange-900\/85{
  border-color:rgb(255 85 23 / 0.85) !important
}

.border-orange-900\/90{
  border-color:rgb(255 85 23 / 0.9) !important
}

.border-orange-900\/95{
  border-color:rgb(255 85 23 / 0.95) !important
}

.border-red-100{
  --tw-border-opacity:1 !important;
  border-color:rgb(255 213 215 / 1) !important;
  border-color:rgb(255 213 215 / var(--tw-border-opacity, 1)) !important
}

.border-red-100\/0{
  border-color:rgb(255 213 215 / 0) !important
}

.border-red-100\/10{
  border-color:rgb(255 213 215 / 0.1) !important
}

.border-red-100\/100{
  border-color:rgb(255 213 215 / 1) !important
}

.border-red-100\/15{
  border-color:rgb(255 213 215 / 0.15) !important
}

.border-red-100\/20{
  border-color:rgb(255 213 215 / 0.2) !important
}

.border-red-100\/25{
  border-color:rgb(255 213 215 / 0.25) !important
}

.border-red-100\/30{
  border-color:rgb(255 213 215 / 0.3) !important
}

.border-red-100\/35{
  border-color:rgb(255 213 215 / 0.35) !important
}

.border-red-100\/40{
  border-color:rgb(255 213 215 / 0.4) !important
}

.border-red-100\/45{
  border-color:rgb(255 213 215 / 0.45) !important
}

.border-red-100\/5{
  border-color:rgb(255 213 215 / 0.05) !important
}

.border-red-100\/50{
  border-color:rgb(255 213 215 / 0.5) !important
}

.border-red-100\/55{
  border-color:rgb(255 213 215 / 0.55) !important
}

.border-red-100\/60{
  border-color:rgb(255 213 215 / 0.6) !important
}

.border-red-100\/65{
  border-color:rgb(255 213 215 / 0.65) !important
}

.border-red-100\/70{
  border-color:rgb(255 213 215 / 0.7) !important
}

.border-red-100\/75{
  border-color:rgb(255 213 215 / 0.75) !important
}

.border-red-100\/80{
  border-color:rgb(255 213 215 / 0.8) !important
}

.border-red-100\/85{
  border-color:rgb(255 213 215 / 0.85) !important
}

.border-red-100\/90{
  border-color:rgb(255 213 215 / 0.9) !important
}

.border-red-100\/95{
  border-color:rgb(255 213 215 / 0.95) !important
}

.border-red-200{
  --tw-border-opacity:1 !important;
  border-color:rgb(255 172 174 / 1) !important;
  border-color:rgb(255 172 174 / var(--tw-border-opacity, 1)) !important
}

.border-red-200\/0{
  border-color:rgb(255 172 174 / 0) !important
}

.border-red-200\/10{
  border-color:rgb(255 172 174 / 0.1) !important
}

.border-red-200\/100{
  border-color:rgb(255 172 174 / 1) !important
}

.border-red-200\/15{
  border-color:rgb(255 172 174 / 0.15) !important
}

.border-red-200\/20{
  border-color:rgb(255 172 174 / 0.2) !important
}

.border-red-200\/25{
  border-color:rgb(255 172 174 / 0.25) !important
}

.border-red-200\/30{
  border-color:rgb(255 172 174 / 0.3) !important
}

.border-red-200\/35{
  border-color:rgb(255 172 174 / 0.35) !important
}

.border-red-200\/40{
  border-color:rgb(255 172 174 / 0.4) !important
}

.border-red-200\/45{
  border-color:rgb(255 172 174 / 0.45) !important
}

.border-red-200\/5{
  border-color:rgb(255 172 174 / 0.05) !important
}

.border-red-200\/50{
  border-color:rgb(255 172 174 / 0.5) !important
}

.border-red-200\/55{
  border-color:rgb(255 172 174 / 0.55) !important
}

.border-red-200\/60{
  border-color:rgb(255 172 174 / 0.6) !important
}

.border-red-200\/65{
  border-color:rgb(255 172 174 / 0.65) !important
}

.border-red-200\/70{
  border-color:rgb(255 172 174 / 0.7) !important
}

.border-red-200\/75{
  border-color:rgb(255 172 174 / 0.75) !important
}

.border-red-200\/80{
  border-color:rgb(255 172 174 / 0.8) !important
}

.border-red-200\/85{
  border-color:rgb(255 172 174 / 0.85) !important
}

.border-red-200\/90{
  border-color:rgb(255 172 174 / 0.9) !important
}

.border-red-200\/95{
  border-color:rgb(255 172 174 / 0.95) !important
}

.border-red-300{
  --tw-border-opacity:1 !important;
  border-color:rgb(255 130 134 / 1) !important;
  border-color:rgb(255 130 134 / var(--tw-border-opacity, 1)) !important
}

.border-red-300\/0{
  border-color:rgb(255 130 134 / 0) !important
}

.border-red-300\/10{
  border-color:rgb(255 130 134 / 0.1) !important
}

.border-red-300\/100{
  border-color:rgb(255 130 134 / 1) !important
}

.border-red-300\/15{
  border-color:rgb(255 130 134 / 0.15) !important
}

.border-red-300\/20{
  border-color:rgb(255 130 134 / 0.2) !important
}

.border-red-300\/25{
  border-color:rgb(255 130 134 / 0.25) !important
}

.border-red-300\/30{
  border-color:rgb(255 130 134 / 0.3) !important
}

.border-red-300\/35{
  border-color:rgb(255 130 134 / 0.35) !important
}

.border-red-300\/40{
  border-color:rgb(255 130 134 / 0.4) !important
}

.border-red-300\/45{
  border-color:rgb(255 130 134 / 0.45) !important
}

.border-red-300\/5{
  border-color:rgb(255 130 134 / 0.05) !important
}

.border-red-300\/50{
  border-color:rgb(255 130 134 / 0.5) !important
}

.border-red-300\/55{
  border-color:rgb(255 130 134 / 0.55) !important
}

.border-red-300\/60{
  border-color:rgb(255 130 134 / 0.6) !important
}

.border-red-300\/65{
  border-color:rgb(255 130 134 / 0.65) !important
}

.border-red-300\/70{
  border-color:rgb(255 130 134 / 0.7) !important
}

.border-red-300\/75{
  border-color:rgb(255 130 134 / 0.75) !important
}

.border-red-300\/80{
  border-color:rgb(255 130 134 / 0.8) !important
}

.border-red-300\/85{
  border-color:rgb(255 130 134 / 0.85) !important
}

.border-red-300\/90{
  border-color:rgb(255 130 134 / 0.9) !important
}

.border-red-300\/95{
  border-color:rgb(255 130 134 / 0.95) !important
}

.border-red-500{
  --tw-border-opacity:1 !important;
  border-color:rgb(255 47 53 / 1) !important;
  border-color:rgb(255 47 53 / var(--tw-border-opacity, 1)) !important
}

.border-red-500\/0{
  border-color:rgb(255 47 53 / 0) !important
}

.border-red-500\/10{
  border-color:rgb(255 47 53 / 0.1) !important
}

.border-red-500\/100{
  border-color:rgb(255 47 53 / 1) !important
}

.border-red-500\/15{
  border-color:rgb(255 47 53 / 0.15) !important
}

.border-red-500\/20{
  border-color:rgb(255 47 53 / 0.2) !important
}

.border-red-500\/25{
  border-color:rgb(255 47 53 / 0.25) !important
}

.border-red-500\/30{
  border-color:rgb(255 47 53 / 0.3) !important
}

.border-red-500\/35{
  border-color:rgb(255 47 53 / 0.35) !important
}

.border-red-500\/40{
  border-color:rgb(255 47 53 / 0.4) !important
}

.border-red-500\/45{
  border-color:rgb(255 47 53 / 0.45) !important
}

.border-red-500\/5{
  border-color:rgb(255 47 53 / 0.05) !important
}

.border-red-500\/50{
  border-color:rgb(255 47 53 / 0.5) !important
}

.border-red-500\/55{
  border-color:rgb(255 47 53 / 0.55) !important
}

.border-red-500\/60{
  border-color:rgb(255 47 53 / 0.6) !important
}

.border-red-500\/65{
  border-color:rgb(255 47 53 / 0.65) !important
}

.border-red-500\/70{
  border-color:rgb(255 47 53 / 0.7) !important
}

.border-red-500\/75{
  border-color:rgb(255 47 53 / 0.75) !important
}

.border-red-500\/80{
  border-color:rgb(255 47 53 / 0.8) !important
}

.border-red-500\/85{
  border-color:rgb(255 47 53 / 0.85) !important
}

.border-red-500\/90{
  border-color:rgb(255 47 53 / 0.9) !important
}

.border-red-500\/95{
  border-color:rgb(255 47 53 / 0.95) !important
}

.border-red-700{
  --tw-border-opacity:1 !important;
  border-color:rgb(185 28 28 / 1) !important;
  border-color:rgb(185 28 28 / var(--tw-border-opacity, 1)) !important
}

.border-red-700\/0{
  border-color:rgb(185 28 28 / 0) !important
}

.border-red-700\/10{
  border-color:rgb(185 28 28 / 0.1) !important
}

.border-red-700\/100{
  border-color:rgb(185 28 28 / 1) !important
}

.border-red-700\/15{
  border-color:rgb(185 28 28 / 0.15) !important
}

.border-red-700\/20{
  border-color:rgb(185 28 28 / 0.2) !important
}

.border-red-700\/25{
  border-color:rgb(185 28 28 / 0.25) !important
}

.border-red-700\/30{
  border-color:rgb(185 28 28 / 0.3) !important
}

.border-red-700\/35{
  border-color:rgb(185 28 28 / 0.35) !important
}

.border-red-700\/40{
  border-color:rgb(185 28 28 / 0.4) !important
}

.border-red-700\/45{
  border-color:rgb(185 28 28 / 0.45) !important
}

.border-red-700\/5{
  border-color:rgb(185 28 28 / 0.05) !important
}

.border-red-700\/50{
  border-color:rgb(185 28 28 / 0.5) !important
}

.border-red-700\/55{
  border-color:rgb(185 28 28 / 0.55) !important
}

.border-red-700\/60{
  border-color:rgb(185 28 28 / 0.6) !important
}

.border-red-700\/65{
  border-color:rgb(185 28 28 / 0.65) !important
}

.border-red-700\/70{
  border-color:rgb(185 28 28 / 0.7) !important
}

.border-red-700\/75{
  border-color:rgb(185 28 28 / 0.75) !important
}

.border-red-700\/80{
  border-color:rgb(185 28 28 / 0.8) !important
}

.border-red-700\/85{
  border-color:rgb(185 28 28 / 0.85) !important
}

.border-red-700\/90{
  border-color:rgb(185 28 28 / 0.9) !important
}

.border-red-700\/95{
  border-color:rgb(185 28 28 / 0.95) !important
}

.border-red-900{
  --tw-border-opacity:1 !important;
  border-color:rgb(127 29 29 / 1) !important;
  border-color:rgb(127 29 29 / var(--tw-border-opacity, 1)) !important
}

.border-red-900\/0{
  border-color:rgb(127 29 29 / 0) !important
}

.border-red-900\/10{
  border-color:rgb(127 29 29 / 0.1) !important
}

.border-red-900\/100{
  border-color:rgb(127 29 29 / 1) !important
}

.border-red-900\/15{
  border-color:rgb(127 29 29 / 0.15) !important
}

.border-red-900\/20{
  border-color:rgb(127 29 29 / 0.2) !important
}

.border-red-900\/25{
  border-color:rgb(127 29 29 / 0.25) !important
}

.border-red-900\/30{
  border-color:rgb(127 29 29 / 0.3) !important
}

.border-red-900\/35{
  border-color:rgb(127 29 29 / 0.35) !important
}

.border-red-900\/40{
  border-color:rgb(127 29 29 / 0.4) !important
}

.border-red-900\/45{
  border-color:rgb(127 29 29 / 0.45) !important
}

.border-red-900\/5{
  border-color:rgb(127 29 29 / 0.05) !important
}

.border-red-900\/50{
  border-color:rgb(127 29 29 / 0.5) !important
}

.border-red-900\/55{
  border-color:rgb(127 29 29 / 0.55) !important
}

.border-red-900\/60{
  border-color:rgb(127 29 29 / 0.6) !important
}

.border-red-900\/65{
  border-color:rgb(127 29 29 / 0.65) !important
}

.border-red-900\/70{
  border-color:rgb(127 29 29 / 0.7) !important
}

.border-red-900\/75{
  border-color:rgb(127 29 29 / 0.75) !important
}

.border-red-900\/80{
  border-color:rgb(127 29 29 / 0.8) !important
}

.border-red-900\/85{
  border-color:rgb(127 29 29 / 0.85) !important
}

.border-red-900\/90{
  border-color:rgb(127 29 29 / 0.9) !important
}

.border-red-900\/95{
  border-color:rgb(127 29 29 / 0.95) !important
}

.border-transparent{
  border-color:transparent !important
}

.border-white{
  --tw-border-opacity:1 !important;
  border-color:rgb(255 255 255 / 1) !important;
  border-color:rgb(255 255 255 / var(--tw-border-opacity, 1)) !important
}

.border-white\/20{
  border-color:rgb(255 255 255 / 0.2) !important
}

.border-r-white{
  --tw-border-opacity:1 !important;
  border-right-color:rgb(255 255 255 / 1) !important;
  border-right-color:rgb(255 255 255 / var(--tw-border-opacity, 1)) !important
}

.bg-black{
  --tw-bg-opacity:1 !important;
  background-color:rgb(13 13 13 / 1) !important;
  background-color:rgb(13 13 13 / var(--tw-bg-opacity, 1)) !important
}

.bg-blue-400{
  --tw-bg-opacity:1 !important;
  background-color:rgb(56 189 248 / 1) !important;
  background-color:rgb(56 189 248 / var(--tw-bg-opacity, 1)) !important
}

.bg-blue-500{
  --tw-bg-opacity:1 !important;
  background-color:rgb(14 165 233 / 1) !important;
  background-color:rgb(14 165 233 / var(--tw-bg-opacity, 1)) !important
}

.bg-cyan-100{
  --tw-bg-opacity:1 !important;
  background-color:rgb(207 250 254 / 1) !important;
  background-color:rgb(207 250 254 / var(--tw-bg-opacity, 1)) !important
}

.bg-cyan-100\/0{
  background-color:rgb(207 250 254 / 0) !important
}

.bg-cyan-100\/10{
  background-color:rgb(207 250 254 / 0.1) !important
}

.bg-cyan-100\/100{
  background-color:rgb(207 250 254 / 1) !important
}

.bg-cyan-100\/15{
  background-color:rgb(207 250 254 / 0.15) !important
}

.bg-cyan-100\/20{
  background-color:rgb(207 250 254 / 0.2) !important
}

.bg-cyan-100\/25{
  background-color:rgb(207 250 254 / 0.25) !important
}

.bg-cyan-100\/30{
  background-color:rgb(207 250 254 / 0.3) !important
}

.bg-cyan-100\/35{
  background-color:rgb(207 250 254 / 0.35) !important
}

.bg-cyan-100\/40{
  background-color:rgb(207 250 254 / 0.4) !important
}

.bg-cyan-100\/45{
  background-color:rgb(207 250 254 / 0.45) !important
}

.bg-cyan-100\/5{
  background-color:rgb(207 250 254 / 0.05) !important
}

.bg-cyan-100\/50{
  background-color:rgb(207 250 254 / 0.5) !important
}

.bg-cyan-100\/55{
  background-color:rgb(207 250 254 / 0.55) !important
}

.bg-cyan-100\/60{
  background-color:rgb(207 250 254 / 0.6) !important
}

.bg-cyan-100\/65{
  background-color:rgb(207 250 254 / 0.65) !important
}

.bg-cyan-100\/70{
  background-color:rgb(207 250 254 / 0.7) !important
}

.bg-cyan-100\/75{
  background-color:rgb(207 250 254 / 0.75) !important
}

.bg-cyan-100\/80{
  background-color:rgb(207 250 254 / 0.8) !important
}

.bg-cyan-100\/85{
  background-color:rgb(207 250 254 / 0.85) !important
}

.bg-cyan-100\/90{
  background-color:rgb(207 250 254 / 0.9) !important
}

.bg-cyan-100\/95{
  background-color:rgb(207 250 254 / 0.95) !important
}

.bg-cyan-200{
  --tw-bg-opacity:1 !important;
  background-color:rgb(165 243 252 / 1) !important;
  background-color:rgb(165 243 252 / var(--tw-bg-opacity, 1)) !important
}

.bg-cyan-200\/0{
  background-color:rgb(165 243 252 / 0) !important
}

.bg-cyan-200\/10{
  background-color:rgb(165 243 252 / 0.1) !important
}

.bg-cyan-200\/100{
  background-color:rgb(165 243 252 / 1) !important
}

.bg-cyan-200\/15{
  background-color:rgb(165 243 252 / 0.15) !important
}

.bg-cyan-200\/20{
  background-color:rgb(165 243 252 / 0.2) !important
}

.bg-cyan-200\/25{
  background-color:rgb(165 243 252 / 0.25) !important
}

.bg-cyan-200\/30{
  background-color:rgb(165 243 252 / 0.3) !important
}

.bg-cyan-200\/35{
  background-color:rgb(165 243 252 / 0.35) !important
}

.bg-cyan-200\/40{
  background-color:rgb(165 243 252 / 0.4) !important
}

.bg-cyan-200\/45{
  background-color:rgb(165 243 252 / 0.45) !important
}

.bg-cyan-200\/5{
  background-color:rgb(165 243 252 / 0.05) !important
}

.bg-cyan-200\/50{
  background-color:rgb(165 243 252 / 0.5) !important
}

.bg-cyan-200\/55{
  background-color:rgb(165 243 252 / 0.55) !important
}

.bg-cyan-200\/60{
  background-color:rgb(165 243 252 / 0.6) !important
}

.bg-cyan-200\/65{
  background-color:rgb(165 243 252 / 0.65) !important
}

.bg-cyan-200\/70{
  background-color:rgb(165 243 252 / 0.7) !important
}

.bg-cyan-200\/75{
  background-color:rgb(165 243 252 / 0.75) !important
}

.bg-cyan-200\/80{
  background-color:rgb(165 243 252 / 0.8) !important
}

.bg-cyan-200\/85{
  background-color:rgb(165 243 252 / 0.85) !important
}

.bg-cyan-200\/90{
  background-color:rgb(165 243 252 / 0.9) !important
}

.bg-cyan-200\/95{
  background-color:rgb(165 243 252 / 0.95) !important
}

.bg-cyan-300{
  --tw-bg-opacity:1 !important;
  background-color:rgb(68 224 213 / 1) !important;
  background-color:rgb(68 224 213 / var(--tw-bg-opacity, 1)) !important
}

.bg-cyan-300\/0{
  background-color:rgb(68 224 213 / 0) !important
}

.bg-cyan-300\/10{
  background-color:rgb(68 224 213 / 0.1) !important
}

.bg-cyan-300\/100{
  background-color:rgb(68 224 213 / 1) !important
}

.bg-cyan-300\/15{
  background-color:rgb(68 224 213 / 0.15) !important
}

.bg-cyan-300\/20{
  background-color:rgb(68 224 213 / 0.2) !important
}

.bg-cyan-300\/25{
  background-color:rgb(68 224 213 / 0.25) !important
}

.bg-cyan-300\/30{
  background-color:rgb(68 224 213 / 0.3) !important
}

.bg-cyan-300\/35{
  background-color:rgb(68 224 213 / 0.35) !important
}

.bg-cyan-300\/40{
  background-color:rgb(68 224 213 / 0.4) !important
}

.bg-cyan-300\/45{
  background-color:rgb(68 224 213 / 0.45) !important
}

.bg-cyan-300\/5{
  background-color:rgb(68 224 213 / 0.05) !important
}

.bg-cyan-300\/50{
  background-color:rgb(68 224 213 / 0.5) !important
}

.bg-cyan-300\/55{
  background-color:rgb(68 224 213 / 0.55) !important
}

.bg-cyan-300\/60{
  background-color:rgb(68 224 213 / 0.6) !important
}

.bg-cyan-300\/65{
  background-color:rgb(68 224 213 / 0.65) !important
}

.bg-cyan-300\/70{
  background-color:rgb(68 224 213 / 0.7) !important
}

.bg-cyan-300\/75{
  background-color:rgb(68 224 213 / 0.75) !important
}

.bg-cyan-300\/80{
  background-color:rgb(68 224 213 / 0.8) !important
}

.bg-cyan-300\/85{
  background-color:rgb(68 224 213 / 0.85) !important
}

.bg-cyan-300\/90{
  background-color:rgb(68 224 213 / 0.9) !important
}

.bg-cyan-300\/95{
  background-color:rgb(68 224 213 / 0.95) !important
}

.bg-cyan-500{
  --tw-bg-opacity:1 !important;
  background-color:rgb(6 182 212 / 1) !important;
  background-color:rgb(6 182 212 / var(--tw-bg-opacity, 1)) !important
}

.bg-cyan-500\/0{
  background-color:rgb(6 182 212 / 0) !important
}

.bg-cyan-500\/10{
  background-color:rgb(6 182 212 / 0.1) !important
}

.bg-cyan-500\/100{
  background-color:rgb(6 182 212 / 1) !important
}

.bg-cyan-500\/15{
  background-color:rgb(6 182 212 / 0.15) !important
}

.bg-cyan-500\/20{
  background-color:rgb(6 182 212 / 0.2) !important
}

.bg-cyan-500\/25{
  background-color:rgb(6 182 212 / 0.25) !important
}

.bg-cyan-500\/30{
  background-color:rgb(6 182 212 / 0.3) !important
}

.bg-cyan-500\/35{
  background-color:rgb(6 182 212 / 0.35) !important
}

.bg-cyan-500\/40{
  background-color:rgb(6 182 212 / 0.4) !important
}

.bg-cyan-500\/45{
  background-color:rgb(6 182 212 / 0.45) !important
}

.bg-cyan-500\/5{
  background-color:rgb(6 182 212 / 0.05) !important
}

.bg-cyan-500\/50{
  background-color:rgb(6 182 212 / 0.5) !important
}

.bg-cyan-500\/55{
  background-color:rgb(6 182 212 / 0.55) !important
}

.bg-cyan-500\/60{
  background-color:rgb(6 182 212 / 0.6) !important
}

.bg-cyan-500\/65{
  background-color:rgb(6 182 212 / 0.65) !important
}

.bg-cyan-500\/70{
  background-color:rgb(6 182 212 / 0.7) !important
}

.bg-cyan-500\/75{
  background-color:rgb(6 182 212 / 0.75) !important
}

.bg-cyan-500\/80{
  background-color:rgb(6 182 212 / 0.8) !important
}

.bg-cyan-500\/85{
  background-color:rgb(6 182 212 / 0.85) !important
}

.bg-cyan-500\/90{
  background-color:rgb(6 182 212 / 0.9) !important
}

.bg-cyan-500\/95{
  background-color:rgb(6 182 212 / 0.95) !important
}

.bg-cyan-700{
  --tw-bg-opacity:1 !important;
  background-color:rgb(14 116 144 / 1) !important;
  background-color:rgb(14 116 144 / var(--tw-bg-opacity, 1)) !important
}

.bg-cyan-700\/0{
  background-color:rgb(14 116 144 / 0) !important
}

.bg-cyan-700\/10{
  background-color:rgb(14 116 144 / 0.1) !important
}

.bg-cyan-700\/100{
  background-color:rgb(14 116 144 / 1) !important
}

.bg-cyan-700\/15{
  background-color:rgb(14 116 144 / 0.15) !important
}

.bg-cyan-700\/20{
  background-color:rgb(14 116 144 / 0.2) !important
}

.bg-cyan-700\/25{
  background-color:rgb(14 116 144 / 0.25) !important
}

.bg-cyan-700\/30{
  background-color:rgb(14 116 144 / 0.3) !important
}

.bg-cyan-700\/35{
  background-color:rgb(14 116 144 / 0.35) !important
}

.bg-cyan-700\/40{
  background-color:rgb(14 116 144 / 0.4) !important
}

.bg-cyan-700\/45{
  background-color:rgb(14 116 144 / 0.45) !important
}

.bg-cyan-700\/5{
  background-color:rgb(14 116 144 / 0.05) !important
}

.bg-cyan-700\/50{
  background-color:rgb(14 116 144 / 0.5) !important
}

.bg-cyan-700\/55{
  background-color:rgb(14 116 144 / 0.55) !important
}

.bg-cyan-700\/60{
  background-color:rgb(14 116 144 / 0.6) !important
}

.bg-cyan-700\/65{
  background-color:rgb(14 116 144 / 0.65) !important
}

.bg-cyan-700\/70{
  background-color:rgb(14 116 144 / 0.7) !important
}

.bg-cyan-700\/75{
  background-color:rgb(14 116 144 / 0.75) !important
}

.bg-cyan-700\/80{
  background-color:rgb(14 116 144 / 0.8) !important
}

.bg-cyan-700\/85{
  background-color:rgb(14 116 144 / 0.85) !important
}

.bg-cyan-700\/90{
  background-color:rgb(14 116 144 / 0.9) !important
}

.bg-cyan-700\/95{
  background-color:rgb(14 116 144 / 0.95) !important
}

.bg-cyan-900{
  --tw-bg-opacity:1 !important;
  background-color:rgb(0 149 138 / 1) !important;
  background-color:rgb(0 149 138 / var(--tw-bg-opacity, 1)) !important
}

.bg-cyan-900\/0{
  background-color:rgb(0 149 138 / 0) !important
}

.bg-cyan-900\/10{
  background-color:rgb(0 149 138 / 0.1) !important
}

.bg-cyan-900\/100{
  background-color:rgb(0 149 138 / 1) !important
}

.bg-cyan-900\/15{
  background-color:rgb(0 149 138 / 0.15) !important
}

.bg-cyan-900\/20{
  background-color:rgb(0 149 138 / 0.2) !important
}

.bg-cyan-900\/25{
  background-color:rgb(0 149 138 / 0.25) !important
}

.bg-cyan-900\/30{
  background-color:rgb(0 149 138 / 0.3) !important
}

.bg-cyan-900\/35{
  background-color:rgb(0 149 138 / 0.35) !important
}

.bg-cyan-900\/40{
  background-color:rgb(0 149 138 / 0.4) !important
}

.bg-cyan-900\/45{
  background-color:rgb(0 149 138 / 0.45) !important
}

.bg-cyan-900\/5{
  background-color:rgb(0 149 138 / 0.05) !important
}

.bg-cyan-900\/50{
  background-color:rgb(0 149 138 / 0.5) !important
}

.bg-cyan-900\/55{
  background-color:rgb(0 149 138 / 0.55) !important
}

.bg-cyan-900\/60{
  background-color:rgb(0 149 138 / 0.6) !important
}

.bg-cyan-900\/65{
  background-color:rgb(0 149 138 / 0.65) !important
}

.bg-cyan-900\/70{
  background-color:rgb(0 149 138 / 0.7) !important
}

.bg-cyan-900\/75{
  background-color:rgb(0 149 138 / 0.75) !important
}

.bg-cyan-900\/80{
  background-color:rgb(0 149 138 / 0.8) !important
}

.bg-cyan-900\/85{
  background-color:rgb(0 149 138 / 0.85) !important
}

.bg-cyan-900\/90{
  background-color:rgb(0 149 138 / 0.9) !important
}

.bg-cyan-900\/95{
  background-color:rgb(0 149 138 / 0.95) !important
}

.bg-gray-100{
  --tw-bg-opacity:1 !important;
  background-color:rgb(241 245 249 / 1) !important;
  background-color:rgb(241 245 249 / var(--tw-bg-opacity, 1)) !important
}

.bg-gray-100\/0{
  background-color:rgb(241 245 249 / 0) !important
}

.bg-gray-100\/10{
  background-color:rgb(241 245 249 / 0.1) !important
}

.bg-gray-100\/100{
  background-color:rgb(241 245 249 / 1) !important
}

.bg-gray-100\/15{
  background-color:rgb(241 245 249 / 0.15) !important
}

.bg-gray-100\/20{
  background-color:rgb(241 245 249 / 0.2) !important
}

.bg-gray-100\/25{
  background-color:rgb(241 245 249 / 0.25) !important
}

.bg-gray-100\/30{
  background-color:rgb(241 245 249 / 0.3) !important
}

.bg-gray-100\/35{
  background-color:rgb(241 245 249 / 0.35) !important
}

.bg-gray-100\/40{
  background-color:rgb(241 245 249 / 0.4) !important
}

.bg-gray-100\/45{
  background-color:rgb(241 245 249 / 0.45) !important
}

.bg-gray-100\/5{
  background-color:rgb(241 245 249 / 0.05) !important
}

.bg-gray-100\/50{
  background-color:rgb(241 245 249 / 0.5) !important
}

.bg-gray-100\/55{
  background-color:rgb(241 245 249 / 0.55) !important
}

.bg-gray-100\/60{
  background-color:rgb(241 245 249 / 0.6) !important
}

.bg-gray-100\/65{
  background-color:rgb(241 245 249 / 0.65) !important
}

.bg-gray-100\/70{
  background-color:rgb(241 245 249 / 0.7) !important
}

.bg-gray-100\/75{
  background-color:rgb(241 245 249 / 0.75) !important
}

.bg-gray-100\/80{
  background-color:rgb(241 245 249 / 0.8) !important
}

.bg-gray-100\/85{
  background-color:rgb(241 245 249 / 0.85) !important
}

.bg-gray-100\/90{
  background-color:rgb(241 245 249 / 0.9) !important
}

.bg-gray-100\/95{
  background-color:rgb(241 245 249 / 0.95) !important
}

.bg-gray-200{
  --tw-bg-opacity:1 !important;
  background-color:rgb(217 228 236 / 1) !important;
  background-color:rgb(217 228 236 / var(--tw-bg-opacity, 1)) !important
}

.bg-gray-200\/0{
  background-color:rgb(217 228 236 / 0) !important
}

.bg-gray-200\/10{
  background-color:rgb(217 228 236 / 0.1) !important
}

.bg-gray-200\/100{
  background-color:rgb(217 228 236 / 1) !important
}

.bg-gray-200\/15{
  background-color:rgb(217 228 236 / 0.15) !important
}

.bg-gray-200\/20{
  background-color:rgb(217 228 236 / 0.2) !important
}

.bg-gray-200\/25{
  background-color:rgb(217 228 236 / 0.25) !important
}

.bg-gray-200\/30{
  background-color:rgb(217 228 236 / 0.3) !important
}

.bg-gray-200\/35{
  background-color:rgb(217 228 236 / 0.35) !important
}

.bg-gray-200\/40{
  background-color:rgb(217 228 236 / 0.4) !important
}

.bg-gray-200\/45{
  background-color:rgb(217 228 236 / 0.45) !important
}

.bg-gray-200\/5{
  background-color:rgb(217 228 236 / 0.05) !important
}

.bg-gray-200\/50{
  background-color:rgb(217 228 236 / 0.5) !important
}

.bg-gray-200\/55{
  background-color:rgb(217 228 236 / 0.55) !important
}

.bg-gray-200\/60{
  background-color:rgb(217 228 236 / 0.6) !important
}

.bg-gray-200\/65{
  background-color:rgb(217 228 236 / 0.65) !important
}

.bg-gray-200\/70{
  background-color:rgb(217 228 236 / 0.7) !important
}

.bg-gray-200\/75{
  background-color:rgb(217 228 236 / 0.75) !important
}

.bg-gray-200\/80{
  background-color:rgb(217 228 236 / 0.8) !important
}

.bg-gray-200\/85{
  background-color:rgb(217 228 236 / 0.85) !important
}

.bg-gray-200\/90{
  background-color:rgb(217 228 236 / 0.9) !important
}

.bg-gray-200\/95{
  background-color:rgb(217 228 236 / 0.95) !important
}

.bg-gray-300{
  --tw-bg-opacity:1 !important;
  background-color:rgb(203 213 225 / 1) !important;
  background-color:rgb(203 213 225 / var(--tw-bg-opacity, 1)) !important
}

.bg-gray-300\/0{
  background-color:rgb(203 213 225 / 0) !important
}

.bg-gray-300\/10{
  background-color:rgb(203 213 225 / 0.1) !important
}

.bg-gray-300\/100{
  background-color:rgb(203 213 225 / 1) !important
}

.bg-gray-300\/15{
  background-color:rgb(203 213 225 / 0.15) !important
}

.bg-gray-300\/20{
  background-color:rgb(203 213 225 / 0.2) !important
}

.bg-gray-300\/25{
  background-color:rgb(203 213 225 / 0.25) !important
}

.bg-gray-300\/30{
  background-color:rgb(203 213 225 / 0.3) !important
}

.bg-gray-300\/35{
  background-color:rgb(203 213 225 / 0.35) !important
}

.bg-gray-300\/40{
  background-color:rgb(203 213 225 / 0.4) !important
}

.bg-gray-300\/45{
  background-color:rgb(203 213 225 / 0.45) !important
}

.bg-gray-300\/5{
  background-color:rgb(203 213 225 / 0.05) !important
}

.bg-gray-300\/50{
  background-color:rgb(203 213 225 / 0.5) !important
}

.bg-gray-300\/55{
  background-color:rgb(203 213 225 / 0.55) !important
}

.bg-gray-300\/60{
  background-color:rgb(203 213 225 / 0.6) !important
}

.bg-gray-300\/65{
  background-color:rgb(203 213 225 / 0.65) !important
}

.bg-gray-300\/70{
  background-color:rgb(203 213 225 / 0.7) !important
}

.bg-gray-300\/75{
  background-color:rgb(203 213 225 / 0.75) !important
}

.bg-gray-300\/80{
  background-color:rgb(203 213 225 / 0.8) !important
}

.bg-gray-300\/85{
  background-color:rgb(203 213 225 / 0.85) !important
}

.bg-gray-300\/90{
  background-color:rgb(203 213 225 / 0.9) !important
}

.bg-gray-300\/95{
  background-color:rgb(203 213 225 / 0.95) !important
}

.bg-gray-50{
  --tw-bg-opacity:1 !important;
  background-color:rgb(248 250 252 / 1) !important;
  background-color:rgb(248 250 252 / var(--tw-bg-opacity, 1)) !important
}

.bg-gray-500{
  --tw-bg-opacity:1 !important;
  background-color:rgb(100 116 139 / 1) !important;
  background-color:rgb(100 116 139 / var(--tw-bg-opacity, 1)) !important
}

.bg-gray-500\/0{
  background-color:rgb(100 116 139 / 0) !important
}

.bg-gray-500\/10{
  background-color:rgb(100 116 139 / 0.1) !important
}

.bg-gray-500\/100{
  background-color:rgb(100 116 139 / 1) !important
}

.bg-gray-500\/15{
  background-color:rgb(100 116 139 / 0.15) !important
}

.bg-gray-500\/20{
  background-color:rgb(100 116 139 / 0.2) !important
}

.bg-gray-500\/25{
  background-color:rgb(100 116 139 / 0.25) !important
}

.bg-gray-500\/30{
  background-color:rgb(100 116 139 / 0.3) !important
}

.bg-gray-500\/35{
  background-color:rgb(100 116 139 / 0.35) !important
}

.bg-gray-500\/40{
  background-color:rgb(100 116 139 / 0.4) !important
}

.bg-gray-500\/45{
  background-color:rgb(100 116 139 / 0.45) !important
}

.bg-gray-500\/5{
  background-color:rgb(100 116 139 / 0.05) !important
}

.bg-gray-500\/50{
  background-color:rgb(100 116 139 / 0.5) !important
}

.bg-gray-500\/55{
  background-color:rgb(100 116 139 / 0.55) !important
}

.bg-gray-500\/60{
  background-color:rgb(100 116 139 / 0.6) !important
}

.bg-gray-500\/65{
  background-color:rgb(100 116 139 / 0.65) !important
}

.bg-gray-500\/70{
  background-color:rgb(100 116 139 / 0.7) !important
}

.bg-gray-500\/75{
  background-color:rgb(100 116 139 / 0.75) !important
}

.bg-gray-500\/80{
  background-color:rgb(100 116 139 / 0.8) !important
}

.bg-gray-500\/85{
  background-color:rgb(100 116 139 / 0.85) !important
}

.bg-gray-500\/90{
  background-color:rgb(100 116 139 / 0.9) !important
}

.bg-gray-500\/95{
  background-color:rgb(100 116 139 / 0.95) !important
}

.bg-gray-600{
  --tw-bg-opacity:1 !important;
  background-color:rgb(71 85 105 / 1) !important;
  background-color:rgb(71 85 105 / var(--tw-bg-opacity, 1)) !important
}

.bg-gray-700{
  --tw-bg-opacity:1 !important;
  background-color:rgb(51 65 85 / 1) !important;
  background-color:rgb(51 65 85 / var(--tw-bg-opacity, 1)) !important
}

.bg-gray-700\/0{
  background-color:rgb(51 65 85 / 0) !important
}

.bg-gray-700\/10{
  background-color:rgb(51 65 85 / 0.1) !important
}

.bg-gray-700\/100{
  background-color:rgb(51 65 85 / 1) !important
}

.bg-gray-700\/15{
  background-color:rgb(51 65 85 / 0.15) !important
}

.bg-gray-700\/20{
  background-color:rgb(51 65 85 / 0.2) !important
}

.bg-gray-700\/25{
  background-color:rgb(51 65 85 / 0.25) !important
}

.bg-gray-700\/30{
  background-color:rgb(51 65 85 / 0.3) !important
}

.bg-gray-700\/35{
  background-color:rgb(51 65 85 / 0.35) !important
}

.bg-gray-700\/40{
  background-color:rgb(51 65 85 / 0.4) !important
}

.bg-gray-700\/45{
  background-color:rgb(51 65 85 / 0.45) !important
}

.bg-gray-700\/5{
  background-color:rgb(51 65 85 / 0.05) !important
}

.bg-gray-700\/50{
  background-color:rgb(51 65 85 / 0.5) !important
}

.bg-gray-700\/55{
  background-color:rgb(51 65 85 / 0.55) !important
}

.bg-gray-700\/60{
  background-color:rgb(51 65 85 / 0.6) !important
}

.bg-gray-700\/65{
  background-color:rgb(51 65 85 / 0.65) !important
}

.bg-gray-700\/70{
  background-color:rgb(51 65 85 / 0.7) !important
}

.bg-gray-700\/75{
  background-color:rgb(51 65 85 / 0.75) !important
}

.bg-gray-700\/80{
  background-color:rgb(51 65 85 / 0.8) !important
}

.bg-gray-700\/85{
  background-color:rgb(51 65 85 / 0.85) !important
}

.bg-gray-700\/90{
  background-color:rgb(51 65 85 / 0.9) !important
}

.bg-gray-700\/95{
  background-color:rgb(51 65 85 / 0.95) !important
}

.bg-gray-900{
  --tw-bg-opacity:1 !important;
  background-color:rgb(23 46 68 / 1) !important;
  background-color:rgb(23 46 68 / var(--tw-bg-opacity, 1)) !important
}

.bg-gray-900\/0{
  background-color:rgb(23 46 68 / 0) !important
}

.bg-gray-900\/10{
  background-color:rgb(23 46 68 / 0.1) !important
}

.bg-gray-900\/100{
  background-color:rgb(23 46 68 / 1) !important
}

.bg-gray-900\/15{
  background-color:rgb(23 46 68 / 0.15) !important
}

.bg-gray-900\/20{
  background-color:rgb(23 46 68 / 0.2) !important
}

.bg-gray-900\/25{
  background-color:rgb(23 46 68 / 0.25) !important
}

.bg-gray-900\/30{
  background-color:rgb(23 46 68 / 0.3) !important
}

.bg-gray-900\/35{
  background-color:rgb(23 46 68 / 0.35) !important
}

.bg-gray-900\/40{
  background-color:rgb(23 46 68 / 0.4) !important
}

.bg-gray-900\/45{
  background-color:rgb(23 46 68 / 0.45) !important
}

.bg-gray-900\/5{
  background-color:rgb(23 46 68 / 0.05) !important
}

.bg-gray-900\/50{
  background-color:rgb(23 46 68 / 0.5) !important
}

.bg-gray-900\/55{
  background-color:rgb(23 46 68 / 0.55) !important
}

.bg-gray-900\/60{
  background-color:rgb(23 46 68 / 0.6) !important
}

.bg-gray-900\/65{
  background-color:rgb(23 46 68 / 0.65) !important
}

.bg-gray-900\/70{
  background-color:rgb(23 46 68 / 0.7) !important
}

.bg-gray-900\/75{
  background-color:rgb(23 46 68 / 0.75) !important
}

.bg-gray-900\/80{
  background-color:rgb(23 46 68 / 0.8) !important
}

.bg-gray-900\/85{
  background-color:rgb(23 46 68 / 0.85) !important
}

.bg-gray-900\/90{
  background-color:rgb(23 46 68 / 0.9) !important
}

.bg-gray-900\/95{
  background-color:rgb(23 46 68 / 0.95) !important
}

.bg-green-100{
  --tw-bg-opacity:1 !important;
  background-color:rgb(209 250 229 / 1) !important;
  background-color:rgb(209 250 229 / var(--tw-bg-opacity, 1)) !important
}

.bg-green-100\/0{
  background-color:rgb(209 250 229 / 0) !important
}

.bg-green-100\/10{
  background-color:rgb(209 250 229 / 0.1) !important
}

.bg-green-100\/100{
  background-color:rgb(209 250 229 / 1) !important
}

.bg-green-100\/15{
  background-color:rgb(209 250 229 / 0.15) !important
}

.bg-green-100\/20{
  background-color:rgb(209 250 229 / 0.2) !important
}

.bg-green-100\/25{
  background-color:rgb(209 250 229 / 0.25) !important
}

.bg-green-100\/30{
  background-color:rgb(209 250 229 / 0.3) !important
}

.bg-green-100\/35{
  background-color:rgb(209 250 229 / 0.35) !important
}

.bg-green-100\/40{
  background-color:rgb(209 250 229 / 0.4) !important
}

.bg-green-100\/45{
  background-color:rgb(209 250 229 / 0.45) !important
}

.bg-green-100\/5{
  background-color:rgb(209 250 229 / 0.05) !important
}

.bg-green-100\/50{
  background-color:rgb(209 250 229 / 0.5) !important
}

.bg-green-100\/55{
  background-color:rgb(209 250 229 / 0.55) !important
}

.bg-green-100\/60{
  background-color:rgb(209 250 229 / 0.6) !important
}

.bg-green-100\/65{
  background-color:rgb(209 250 229 / 0.65) !important
}

.bg-green-100\/70{
  background-color:rgb(209 250 229 / 0.7) !important
}

.bg-green-100\/75{
  background-color:rgb(209 250 229 / 0.75) !important
}

.bg-green-100\/80{
  background-color:rgb(209 250 229 / 0.8) !important
}

.bg-green-100\/85{
  background-color:rgb(209 250 229 / 0.85) !important
}

.bg-green-100\/90{
  background-color:rgb(209 250 229 / 0.9) !important
}

.bg-green-100\/95{
  background-color:rgb(209 250 229 / 0.95) !important
}

.bg-green-200{
  --tw-bg-opacity:1 !important;
  background-color:rgb(167 243 208 / 1) !important;
  background-color:rgb(167 243 208 / var(--tw-bg-opacity, 1)) !important
}

.bg-green-200\/0{
  background-color:rgb(167 243 208 / 0) !important
}

.bg-green-200\/10{
  background-color:rgb(167 243 208 / 0.1) !important
}

.bg-green-200\/100{
  background-color:rgb(167 243 208 / 1) !important
}

.bg-green-200\/15{
  background-color:rgb(167 243 208 / 0.15) !important
}

.bg-green-200\/20{
  background-color:rgb(167 243 208 / 0.2) !important
}

.bg-green-200\/25{
  background-color:rgb(167 243 208 / 0.25) !important
}

.bg-green-200\/30{
  background-color:rgb(167 243 208 / 0.3) !important
}

.bg-green-200\/35{
  background-color:rgb(167 243 208 / 0.35) !important
}

.bg-green-200\/40{
  background-color:rgb(167 243 208 / 0.4) !important
}

.bg-green-200\/45{
  background-color:rgb(167 243 208 / 0.45) !important
}

.bg-green-200\/5{
  background-color:rgb(167 243 208 / 0.05) !important
}

.bg-green-200\/50{
  background-color:rgb(167 243 208 / 0.5) !important
}

.bg-green-200\/55{
  background-color:rgb(167 243 208 / 0.55) !important
}

.bg-green-200\/60{
  background-color:rgb(167 243 208 / 0.6) !important
}

.bg-green-200\/65{
  background-color:rgb(167 243 208 / 0.65) !important
}

.bg-green-200\/70{
  background-color:rgb(167 243 208 / 0.7) !important
}

.bg-green-200\/75{
  background-color:rgb(167 243 208 / 0.75) !important
}

.bg-green-200\/80{
  background-color:rgb(167 243 208 / 0.8) !important
}

.bg-green-200\/85{
  background-color:rgb(167 243 208 / 0.85) !important
}

.bg-green-200\/90{
  background-color:rgb(167 243 208 / 0.9) !important
}

.bg-green-200\/95{
  background-color:rgb(167 243 208 / 0.95) !important
}

.bg-green-300{
  --tw-bg-opacity:1 !important;
  background-color:rgb(110 231 183 / 1) !important;
  background-color:rgb(110 231 183 / var(--tw-bg-opacity, 1)) !important
}

.bg-green-300\/0{
  background-color:rgb(110 231 183 / 0) !important
}

.bg-green-300\/10{
  background-color:rgb(110 231 183 / 0.1) !important
}

.bg-green-300\/100{
  background-color:rgb(110 231 183 / 1) !important
}

.bg-green-300\/15{
  background-color:rgb(110 231 183 / 0.15) !important
}

.bg-green-300\/20{
  background-color:rgb(110 231 183 / 0.2) !important
}

.bg-green-300\/25{
  background-color:rgb(110 231 183 / 0.25) !important
}

.bg-green-300\/30{
  background-color:rgb(110 231 183 / 0.3) !important
}

.bg-green-300\/35{
  background-color:rgb(110 231 183 / 0.35) !important
}

.bg-green-300\/40{
  background-color:rgb(110 231 183 / 0.4) !important
}

.bg-green-300\/45{
  background-color:rgb(110 231 183 / 0.45) !important
}

.bg-green-300\/5{
  background-color:rgb(110 231 183 / 0.05) !important
}

.bg-green-300\/50{
  background-color:rgb(110 231 183 / 0.5) !important
}

.bg-green-300\/55{
  background-color:rgb(110 231 183 / 0.55) !important
}

.bg-green-300\/60{
  background-color:rgb(110 231 183 / 0.6) !important
}

.bg-green-300\/65{
  background-color:rgb(110 231 183 / 0.65) !important
}

.bg-green-300\/70{
  background-color:rgb(110 231 183 / 0.7) !important
}

.bg-green-300\/75{
  background-color:rgb(110 231 183 / 0.75) !important
}

.bg-green-300\/80{
  background-color:rgb(110 231 183 / 0.8) !important
}

.bg-green-300\/85{
  background-color:rgb(110 231 183 / 0.85) !important
}

.bg-green-300\/90{
  background-color:rgb(110 231 183 / 0.9) !important
}

.bg-green-300\/95{
  background-color:rgb(110 231 183 / 0.95) !important
}

.bg-green-400{
  --tw-bg-opacity:1 !important;
  background-color:rgb(52 211 153 / 1) !important;
  background-color:rgb(52 211 153 / var(--tw-bg-opacity, 1)) !important
}

.bg-green-50{
  --tw-bg-opacity:1 !important;
  background-color:rgb(236 253 245 / 1) !important;
  background-color:rgb(236 253 245 / var(--tw-bg-opacity, 1)) !important
}

.bg-green-500{
  --tw-bg-opacity:1 !important;
  background-color:rgb(16 185 129 / 1) !important;
  background-color:rgb(16 185 129 / var(--tw-bg-opacity, 1)) !important
}

.bg-green-500\/0{
  background-color:rgb(16 185 129 / 0) !important
}

.bg-green-500\/10{
  background-color:rgb(16 185 129 / 0.1) !important
}

.bg-green-500\/100{
  background-color:rgb(16 185 129 / 1) !important
}

.bg-green-500\/15{
  background-color:rgb(16 185 129 / 0.15) !important
}

.bg-green-500\/20{
  background-color:rgb(16 185 129 / 0.2) !important
}

.bg-green-500\/25{
  background-color:rgb(16 185 129 / 0.25) !important
}

.bg-green-500\/30{
  background-color:rgb(16 185 129 / 0.3) !important
}

.bg-green-500\/35{
  background-color:rgb(16 185 129 / 0.35) !important
}

.bg-green-500\/40{
  background-color:rgb(16 185 129 / 0.4) !important
}

.bg-green-500\/45{
  background-color:rgb(16 185 129 / 0.45) !important
}

.bg-green-500\/5{
  background-color:rgb(16 185 129 / 0.05) !important
}

.bg-green-500\/50{
  background-color:rgb(16 185 129 / 0.5) !important
}

.bg-green-500\/55{
  background-color:rgb(16 185 129 / 0.55) !important
}

.bg-green-500\/60{
  background-color:rgb(16 185 129 / 0.6) !important
}

.bg-green-500\/65{
  background-color:rgb(16 185 129 / 0.65) !important
}

.bg-green-500\/70{
  background-color:rgb(16 185 129 / 0.7) !important
}

.bg-green-500\/75{
  background-color:rgb(16 185 129 / 0.75) !important
}

.bg-green-500\/80{
  background-color:rgb(16 185 129 / 0.8) !important
}

.bg-green-500\/85{
  background-color:rgb(16 185 129 / 0.85) !important
}

.bg-green-500\/90{
  background-color:rgb(16 185 129 / 0.9) !important
}

.bg-green-500\/95{
  background-color:rgb(16 185 129 / 0.95) !important
}

.bg-green-700{
  --tw-bg-opacity:1 !important;
  background-color:rgb(4 120 87 / 1) !important;
  background-color:rgb(4 120 87 / var(--tw-bg-opacity, 1)) !important
}

.bg-green-700\/0{
  background-color:rgb(4 120 87 / 0) !important
}

.bg-green-700\/10{
  background-color:rgb(4 120 87 / 0.1) !important
}

.bg-green-700\/100{
  background-color:rgb(4 120 87 / 1) !important
}

.bg-green-700\/15{
  background-color:rgb(4 120 87 / 0.15) !important
}

.bg-green-700\/20{
  background-color:rgb(4 120 87 / 0.2) !important
}

.bg-green-700\/25{
  background-color:rgb(4 120 87 / 0.25) !important
}

.bg-green-700\/30{
  background-color:rgb(4 120 87 / 0.3) !important
}

.bg-green-700\/35{
  background-color:rgb(4 120 87 / 0.35) !important
}

.bg-green-700\/40{
  background-color:rgb(4 120 87 / 0.4) !important
}

.bg-green-700\/45{
  background-color:rgb(4 120 87 / 0.45) !important
}

.bg-green-700\/5{
  background-color:rgb(4 120 87 / 0.05) !important
}

.bg-green-700\/50{
  background-color:rgb(4 120 87 / 0.5) !important
}

.bg-green-700\/55{
  background-color:rgb(4 120 87 / 0.55) !important
}

.bg-green-700\/60{
  background-color:rgb(4 120 87 / 0.6) !important
}

.bg-green-700\/65{
  background-color:rgb(4 120 87 / 0.65) !important
}

.bg-green-700\/70{
  background-color:rgb(4 120 87 / 0.7) !important
}

.bg-green-700\/75{
  background-color:rgb(4 120 87 / 0.75) !important
}

.bg-green-700\/80{
  background-color:rgb(4 120 87 / 0.8) !important
}

.bg-green-700\/85{
  background-color:rgb(4 120 87 / 0.85) !important
}

.bg-green-700\/90{
  background-color:rgb(4 120 87 / 0.9) !important
}

.bg-green-700\/95{
  background-color:rgb(4 120 87 / 0.95) !important
}

.bg-green-900{
  --tw-bg-opacity:1 !important;
  background-color:rgb(6 78 59 / 1) !important;
  background-color:rgb(6 78 59 / var(--tw-bg-opacity, 1)) !important
}

.bg-green-900\/0{
  background-color:rgb(6 78 59 / 0) !important
}

.bg-green-900\/10{
  background-color:rgb(6 78 59 / 0.1) !important
}

.bg-green-900\/100{
  background-color:rgb(6 78 59 / 1) !important
}

.bg-green-900\/15{
  background-color:rgb(6 78 59 / 0.15) !important
}

.bg-green-900\/20{
  background-color:rgb(6 78 59 / 0.2) !important
}

.bg-green-900\/25{
  background-color:rgb(6 78 59 / 0.25) !important
}

.bg-green-900\/30{
  background-color:rgb(6 78 59 / 0.3) !important
}

.bg-green-900\/35{
  background-color:rgb(6 78 59 / 0.35) !important
}

.bg-green-900\/40{
  background-color:rgb(6 78 59 / 0.4) !important
}

.bg-green-900\/45{
  background-color:rgb(6 78 59 / 0.45) !important
}

.bg-green-900\/5{
  background-color:rgb(6 78 59 / 0.05) !important
}

.bg-green-900\/50{
  background-color:rgb(6 78 59 / 0.5) !important
}

.bg-green-900\/55{
  background-color:rgb(6 78 59 / 0.55) !important
}

.bg-green-900\/60{
  background-color:rgb(6 78 59 / 0.6) !important
}

.bg-green-900\/65{
  background-color:rgb(6 78 59 / 0.65) !important
}

.bg-green-900\/70{
  background-color:rgb(6 78 59 / 0.7) !important
}

.bg-green-900\/75{
  background-color:rgb(6 78 59 / 0.75) !important
}

.bg-green-900\/80{
  background-color:rgb(6 78 59 / 0.8) !important
}

.bg-green-900\/85{
  background-color:rgb(6 78 59 / 0.85) !important
}

.bg-green-900\/90{
  background-color:rgb(6 78 59 / 0.9) !important
}

.bg-green-900\/95{
  background-color:rgb(6 78 59 / 0.95) !important
}

.bg-orange-100{
  --tw-bg-opacity:1 !important;
  background-color:rgb(255 221 209 / 1) !important;
  background-color:rgb(255 221 209 / var(--tw-bg-opacity, 1)) !important
}

.bg-orange-100\/0{
  background-color:rgb(255 221 209 / 0) !important
}

.bg-orange-100\/10{
  background-color:rgb(255 221 209 / 0.1) !important
}

.bg-orange-100\/100{
  background-color:rgb(255 221 209 / 1) !important
}

.bg-orange-100\/15{
  background-color:rgb(255 221 209 / 0.15) !important
}

.bg-orange-100\/20{
  background-color:rgb(255 221 209 / 0.2) !important
}

.bg-orange-100\/25{
  background-color:rgb(255 221 209 / 0.25) !important
}

.bg-orange-100\/30{
  background-color:rgb(255 221 209 / 0.3) !important
}

.bg-orange-100\/35{
  background-color:rgb(255 221 209 / 0.35) !important
}

.bg-orange-100\/40{
  background-color:rgb(255 221 209 / 0.4) !important
}

.bg-orange-100\/45{
  background-color:rgb(255 221 209 / 0.45) !important
}

.bg-orange-100\/5{
  background-color:rgb(255 221 209 / 0.05) !important
}

.bg-orange-100\/50{
  background-color:rgb(255 221 209 / 0.5) !important
}

.bg-orange-100\/55{
  background-color:rgb(255 221 209 / 0.55) !important
}

.bg-orange-100\/60{
  background-color:rgb(255 221 209 / 0.6) !important
}

.bg-orange-100\/65{
  background-color:rgb(255 221 209 / 0.65) !important
}

.bg-orange-100\/70{
  background-color:rgb(255 221 209 / 0.7) !important
}

.bg-orange-100\/75{
  background-color:rgb(255 221 209 / 0.75) !important
}

.bg-orange-100\/80{
  background-color:rgb(255 221 209 / 0.8) !important
}

.bg-orange-100\/85{
  background-color:rgb(255 221 209 / 0.85) !important
}

.bg-orange-100\/90{
  background-color:rgb(255 221 209 / 0.9) !important
}

.bg-orange-100\/95{
  background-color:rgb(255 221 209 / 0.95) !important
}

.bg-orange-200{
  --tw-bg-opacity:1 !important;
  background-color:rgb(254 215 170 / 1) !important;
  background-color:rgb(254 215 170 / var(--tw-bg-opacity, 1)) !important
}

.bg-orange-200\/0{
  background-color:rgb(254 215 170 / 0) !important
}

.bg-orange-200\/10{
  background-color:rgb(254 215 170 / 0.1) !important
}

.bg-orange-200\/100{
  background-color:rgb(254 215 170 / 1) !important
}

.bg-orange-200\/15{
  background-color:rgb(254 215 170 / 0.15) !important
}

.bg-orange-200\/20{
  background-color:rgb(254 215 170 / 0.2) !important
}

.bg-orange-200\/25{
  background-color:rgb(254 215 170 / 0.25) !important
}

.bg-orange-200\/30{
  background-color:rgb(254 215 170 / 0.3) !important
}

.bg-orange-200\/35{
  background-color:rgb(254 215 170 / 0.35) !important
}

.bg-orange-200\/40{
  background-color:rgb(254 215 170 / 0.4) !important
}

.bg-orange-200\/45{
  background-color:rgb(254 215 170 / 0.45) !important
}

.bg-orange-200\/5{
  background-color:rgb(254 215 170 / 0.05) !important
}

.bg-orange-200\/50{
  background-color:rgb(254 215 170 / 0.5) !important
}

.bg-orange-200\/55{
  background-color:rgb(254 215 170 / 0.55) !important
}

.bg-orange-200\/60{
  background-color:rgb(254 215 170 / 0.6) !important
}

.bg-orange-200\/65{
  background-color:rgb(254 215 170 / 0.65) !important
}

.bg-orange-200\/70{
  background-color:rgb(254 215 170 / 0.7) !important
}

.bg-orange-200\/75{
  background-color:rgb(254 215 170 / 0.75) !important
}

.bg-orange-200\/80{
  background-color:rgb(254 215 170 / 0.8) !important
}

.bg-orange-200\/85{
  background-color:rgb(254 215 170 / 0.85) !important
}

.bg-orange-200\/90{
  background-color:rgb(254 215 170 / 0.9) !important
}

.bg-orange-200\/95{
  background-color:rgb(254 215 170 / 0.95) !important
}

.bg-orange-300{
  --tw-bg-opacity:1 !important;
  background-color:rgb(255 187 162 / 1) !important;
  background-color:rgb(255 187 162 / var(--tw-bg-opacity, 1)) !important
}

.bg-orange-300\/0{
  background-color:rgb(255 187 162 / 0) !important
}

.bg-orange-300\/10{
  background-color:rgb(255 187 162 / 0.1) !important
}

.bg-orange-300\/100{
  background-color:rgb(255 187 162 / 1) !important
}

.bg-orange-300\/15{
  background-color:rgb(255 187 162 / 0.15) !important
}

.bg-orange-300\/20{
  background-color:rgb(255 187 162 / 0.2) !important
}

.bg-orange-300\/25{
  background-color:rgb(255 187 162 / 0.25) !important
}

.bg-orange-300\/30{
  background-color:rgb(255 187 162 / 0.3) !important
}

.bg-orange-300\/35{
  background-color:rgb(255 187 162 / 0.35) !important
}

.bg-orange-300\/40{
  background-color:rgb(255 187 162 / 0.4) !important
}

.bg-orange-300\/45{
  background-color:rgb(255 187 162 / 0.45) !important
}

.bg-orange-300\/5{
  background-color:rgb(255 187 162 / 0.05) !important
}

.bg-orange-300\/50{
  background-color:rgb(255 187 162 / 0.5) !important
}

.bg-orange-300\/55{
  background-color:rgb(255 187 162 / 0.55) !important
}

.bg-orange-300\/60{
  background-color:rgb(255 187 162 / 0.6) !important
}

.bg-orange-300\/65{
  background-color:rgb(255 187 162 / 0.65) !important
}

.bg-orange-300\/70{
  background-color:rgb(255 187 162 / 0.7) !important
}

.bg-orange-300\/75{
  background-color:rgb(255 187 162 / 0.75) !important
}

.bg-orange-300\/80{
  background-color:rgb(255 187 162 / 0.8) !important
}

.bg-orange-300\/85{
  background-color:rgb(255 187 162 / 0.85) !important
}

.bg-orange-300\/90{
  background-color:rgb(255 187 162 / 0.9) !important
}

.bg-orange-300\/95{
  background-color:rgb(255 187 162 / 0.95) !important
}

.bg-orange-500{
  --tw-bg-opacity:1 !important;
  background-color:rgb(255 153 116 / 1) !important;
  background-color:rgb(255 153 116 / var(--tw-bg-opacity, 1)) !important
}

.bg-orange-500\/0{
  background-color:rgb(255 153 116 / 0) !important
}

.bg-orange-500\/10{
  background-color:rgb(255 153 116 / 0.1) !important
}

.bg-orange-500\/100{
  background-color:rgb(255 153 116 / 1) !important
}

.bg-orange-500\/15{
  background-color:rgb(255 153 116 / 0.15) !important
}

.bg-orange-500\/20{
  background-color:rgb(255 153 116 / 0.2) !important
}

.bg-orange-500\/25{
  background-color:rgb(255 153 116 / 0.25) !important
}

.bg-orange-500\/30{
  background-color:rgb(255 153 116 / 0.3) !important
}

.bg-orange-500\/35{
  background-color:rgb(255 153 116 / 0.35) !important
}

.bg-orange-500\/40{
  background-color:rgb(255 153 116 / 0.4) !important
}

.bg-orange-500\/45{
  background-color:rgb(255 153 116 / 0.45) !important
}

.bg-orange-500\/5{
  background-color:rgb(255 153 116 / 0.05) !important
}

.bg-orange-500\/50{
  background-color:rgb(255 153 116 / 0.5) !important
}

.bg-orange-500\/55{
  background-color:rgb(255 153 116 / 0.55) !important
}

.bg-orange-500\/60{
  background-color:rgb(255 153 116 / 0.6) !important
}

.bg-orange-500\/65{
  background-color:rgb(255 153 116 / 0.65) !important
}

.bg-orange-500\/70{
  background-color:rgb(255 153 116 / 0.7) !important
}

.bg-orange-500\/75{
  background-color:rgb(255 153 116 / 0.75) !important
}

.bg-orange-500\/80{
  background-color:rgb(255 153 116 / 0.8) !important
}

.bg-orange-500\/85{
  background-color:rgb(255 153 116 / 0.85) !important
}

.bg-orange-500\/90{
  background-color:rgb(255 153 116 / 0.9) !important
}

.bg-orange-500\/95{
  background-color:rgb(255 153 116 / 0.95) !important
}

.bg-orange-600{
  --tw-bg-opacity:1 !important;
  background-color:rgb(234 88 12 / 1) !important;
  background-color:rgb(234 88 12 / var(--tw-bg-opacity, 1)) !important
}

.bg-orange-700{
  --tw-bg-opacity:1 !important;
  background-color:rgb(255 119 69 / 1) !important;
  background-color:rgb(255 119 69 / var(--tw-bg-opacity, 1)) !important
}

.bg-orange-700\/0{
  background-color:rgb(255 119 69 / 0) !important
}

.bg-orange-700\/10{
  background-color:rgb(255 119 69 / 0.1) !important
}

.bg-orange-700\/100{
  background-color:rgb(255 119 69 / 1) !important
}

.bg-orange-700\/15{
  background-color:rgb(255 119 69 / 0.15) !important
}

.bg-orange-700\/20{
  background-color:rgb(255 119 69 / 0.2) !important
}

.bg-orange-700\/25{
  background-color:rgb(255 119 69 / 0.25) !important
}

.bg-orange-700\/30{
  background-color:rgb(255 119 69 / 0.3) !important
}

.bg-orange-700\/35{
  background-color:rgb(255 119 69 / 0.35) !important
}

.bg-orange-700\/40{
  background-color:rgb(255 119 69 / 0.4) !important
}

.bg-orange-700\/45{
  background-color:rgb(255 119 69 / 0.45) !important
}

.bg-orange-700\/5{
  background-color:rgb(255 119 69 / 0.05) !important
}

.bg-orange-700\/50{
  background-color:rgb(255 119 69 / 0.5) !important
}

.bg-orange-700\/55{
  background-color:rgb(255 119 69 / 0.55) !important
}

.bg-orange-700\/60{
  background-color:rgb(255 119 69 / 0.6) !important
}

.bg-orange-700\/65{
  background-color:rgb(255 119 69 / 0.65) !important
}

.bg-orange-700\/70{
  background-color:rgb(255 119 69 / 0.7) !important
}

.bg-orange-700\/75{
  background-color:rgb(255 119 69 / 0.75) !important
}

.bg-orange-700\/80{
  background-color:rgb(255 119 69 / 0.8) !important
}

.bg-orange-700\/85{
  background-color:rgb(255 119 69 / 0.85) !important
}

.bg-orange-700\/90{
  background-color:rgb(255 119 69 / 0.9) !important
}

.bg-orange-700\/95{
  background-color:rgb(255 119 69 / 0.95) !important
}

.bg-orange-900{
  --tw-bg-opacity:1 !important;
  background-color:rgb(255 85 23 / 1) !important;
  background-color:rgb(255 85 23 / var(--tw-bg-opacity, 1)) !important
}

.bg-orange-900\/0{
  background-color:rgb(255 85 23 / 0) !important
}

.bg-orange-900\/10{
  background-color:rgb(255 85 23 / 0.1) !important
}

.bg-orange-900\/100{
  background-color:rgb(255 85 23 / 1) !important
}

.bg-orange-900\/15{
  background-color:rgb(255 85 23 / 0.15) !important
}

.bg-orange-900\/20{
  background-color:rgb(255 85 23 / 0.2) !important
}

.bg-orange-900\/25{
  background-color:rgb(255 85 23 / 0.25) !important
}

.bg-orange-900\/30{
  background-color:rgb(255 85 23 / 0.3) !important
}

.bg-orange-900\/35{
  background-color:rgb(255 85 23 / 0.35) !important
}

.bg-orange-900\/40{
  background-color:rgb(255 85 23 / 0.4) !important
}

.bg-orange-900\/45{
  background-color:rgb(255 85 23 / 0.45) !important
}

.bg-orange-900\/5{
  background-color:rgb(255 85 23 / 0.05) !important
}

.bg-orange-900\/50{
  background-color:rgb(255 85 23 / 0.5) !important
}

.bg-orange-900\/55{
  background-color:rgb(255 85 23 / 0.55) !important
}

.bg-orange-900\/60{
  background-color:rgb(255 85 23 / 0.6) !important
}

.bg-orange-900\/65{
  background-color:rgb(255 85 23 / 0.65) !important
}

.bg-orange-900\/70{
  background-color:rgb(255 85 23 / 0.7) !important
}

.bg-orange-900\/75{
  background-color:rgb(255 85 23 / 0.75) !important
}

.bg-orange-900\/80{
  background-color:rgb(255 85 23 / 0.8) !important
}

.bg-orange-900\/85{
  background-color:rgb(255 85 23 / 0.85) !important
}

.bg-orange-900\/90{
  background-color:rgb(255 85 23 / 0.9) !important
}

.bg-orange-900\/95{
  background-color:rgb(255 85 23 / 0.95) !important
}

.bg-red-100{
  --tw-bg-opacity:1 !important;
  background-color:rgb(255 213 215 / 1) !important;
  background-color:rgb(255 213 215 / var(--tw-bg-opacity, 1)) !important
}

.bg-red-100\/0{
  background-color:rgb(255 213 215 / 0) !important
}

.bg-red-100\/10{
  background-color:rgb(255 213 215 / 0.1) !important
}

.bg-red-100\/100{
  background-color:rgb(255 213 215 / 1) !important
}

.bg-red-100\/15{
  background-color:rgb(255 213 215 / 0.15) !important
}

.bg-red-100\/20{
  background-color:rgb(255 213 215 / 0.2) !important
}

.bg-red-100\/25{
  background-color:rgb(255 213 215 / 0.25) !important
}

.bg-red-100\/30{
  background-color:rgb(255 213 215 / 0.3) !important
}

.bg-red-100\/35{
  background-color:rgb(255 213 215 / 0.35) !important
}

.bg-red-100\/40{
  background-color:rgb(255 213 215 / 0.4) !important
}

.bg-red-100\/45{
  background-color:rgb(255 213 215 / 0.45) !important
}

.bg-red-100\/5{
  background-color:rgb(255 213 215 / 0.05) !important
}

.bg-red-100\/50{
  background-color:rgb(255 213 215 / 0.5) !important
}

.bg-red-100\/55{
  background-color:rgb(255 213 215 / 0.55) !important
}

.bg-red-100\/60{
  background-color:rgb(255 213 215 / 0.6) !important
}

.bg-red-100\/65{
  background-color:rgb(255 213 215 / 0.65) !important
}

.bg-red-100\/70{
  background-color:rgb(255 213 215 / 0.7) !important
}

.bg-red-100\/75{
  background-color:rgb(255 213 215 / 0.75) !important
}

.bg-red-100\/80{
  background-color:rgb(255 213 215 / 0.8) !important
}

.bg-red-100\/85{
  background-color:rgb(255 213 215 / 0.85) !important
}

.bg-red-100\/90{
  background-color:rgb(255 213 215 / 0.9) !important
}

.bg-red-100\/95{
  background-color:rgb(255 213 215 / 0.95) !important
}

.bg-red-200{
  --tw-bg-opacity:1 !important;
  background-color:rgb(255 172 174 / 1) !important;
  background-color:rgb(255 172 174 / var(--tw-bg-opacity, 1)) !important
}

.bg-red-200\/0{
  background-color:rgb(255 172 174 / 0) !important
}

.bg-red-200\/10{
  background-color:rgb(255 172 174 / 0.1) !important
}

.bg-red-200\/100{
  background-color:rgb(255 172 174 / 1) !important
}

.bg-red-200\/15{
  background-color:rgb(255 172 174 / 0.15) !important
}

.bg-red-200\/20{
  background-color:rgb(255 172 174 / 0.2) !important
}

.bg-red-200\/25{
  background-color:rgb(255 172 174 / 0.25) !important
}

.bg-red-200\/30{
  background-color:rgb(255 172 174 / 0.3) !important
}

.bg-red-200\/35{
  background-color:rgb(255 172 174 / 0.35) !important
}

.bg-red-200\/40{
  background-color:rgb(255 172 174 / 0.4) !important
}

.bg-red-200\/45{
  background-color:rgb(255 172 174 / 0.45) !important
}

.bg-red-200\/5{
  background-color:rgb(255 172 174 / 0.05) !important
}

.bg-red-200\/50{
  background-color:rgb(255 172 174 / 0.5) !important
}

.bg-red-200\/55{
  background-color:rgb(255 172 174 / 0.55) !important
}

.bg-red-200\/60{
  background-color:rgb(255 172 174 / 0.6) !important
}

.bg-red-200\/65{
  background-color:rgb(255 172 174 / 0.65) !important
}

.bg-red-200\/70{
  background-color:rgb(255 172 174 / 0.7) !important
}

.bg-red-200\/75{
  background-color:rgb(255 172 174 / 0.75) !important
}

.bg-red-200\/80{
  background-color:rgb(255 172 174 / 0.8) !important
}

.bg-red-200\/85{
  background-color:rgb(255 172 174 / 0.85) !important
}

.bg-red-200\/90{
  background-color:rgb(255 172 174 / 0.9) !important
}

.bg-red-200\/95{
  background-color:rgb(255 172 174 / 0.95) !important
}

.bg-red-300{
  --tw-bg-opacity:1 !important;
  background-color:rgb(255 130 134 / 1) !important;
  background-color:rgb(255 130 134 / var(--tw-bg-opacity, 1)) !important
}

.bg-red-300\/0{
  background-color:rgb(255 130 134 / 0) !important
}

.bg-red-300\/10{
  background-color:rgb(255 130 134 / 0.1) !important
}

.bg-red-300\/100{
  background-color:rgb(255 130 134 / 1) !important
}

.bg-red-300\/15{
  background-color:rgb(255 130 134 / 0.15) !important
}

.bg-red-300\/20{
  background-color:rgb(255 130 134 / 0.2) !important
}

.bg-red-300\/25{
  background-color:rgb(255 130 134 / 0.25) !important
}

.bg-red-300\/30{
  background-color:rgb(255 130 134 / 0.3) !important
}

.bg-red-300\/35{
  background-color:rgb(255 130 134 / 0.35) !important
}

.bg-red-300\/40{
  background-color:rgb(255 130 134 / 0.4) !important
}

.bg-red-300\/45{
  background-color:rgb(255 130 134 / 0.45) !important
}

.bg-red-300\/5{
  background-color:rgb(255 130 134 / 0.05) !important
}

.bg-red-300\/50{
  background-color:rgb(255 130 134 / 0.5) !important
}

.bg-red-300\/55{
  background-color:rgb(255 130 134 / 0.55) !important
}

.bg-red-300\/60{
  background-color:rgb(255 130 134 / 0.6) !important
}

.bg-red-300\/65{
  background-color:rgb(255 130 134 / 0.65) !important
}

.bg-red-300\/70{
  background-color:rgb(255 130 134 / 0.7) !important
}

.bg-red-300\/75{
  background-color:rgb(255 130 134 / 0.75) !important
}

.bg-red-300\/80{
  background-color:rgb(255 130 134 / 0.8) !important
}

.bg-red-300\/85{
  background-color:rgb(255 130 134 / 0.85) !important
}

.bg-red-300\/90{
  background-color:rgb(255 130 134 / 0.9) !important
}

.bg-red-300\/95{
  background-color:rgb(255 130 134 / 0.95) !important
}

.bg-red-50{
  --tw-bg-opacity:1 !important;
  background-color:rgb(254 242 242 / 1) !important;
  background-color:rgb(254 242 242 / var(--tw-bg-opacity, 1)) !important
}

.bg-red-500{
  --tw-bg-opacity:1 !important;
  background-color:rgb(255 47 53 / 1) !important;
  background-color:rgb(255 47 53 / var(--tw-bg-opacity, 1)) !important
}

.bg-red-500\/0{
  background-color:rgb(255 47 53 / 0) !important
}

.bg-red-500\/10{
  background-color:rgb(255 47 53 / 0.1) !important
}

.bg-red-500\/100{
  background-color:rgb(255 47 53 / 1) !important
}

.bg-red-500\/15{
  background-color:rgb(255 47 53 / 0.15) !important
}

.bg-red-500\/20{
  background-color:rgb(255 47 53 / 0.2) !important
}

.bg-red-500\/25{
  background-color:rgb(255 47 53 / 0.25) !important
}

.bg-red-500\/30{
  background-color:rgb(255 47 53 / 0.3) !important
}

.bg-red-500\/35{
  background-color:rgb(255 47 53 / 0.35) !important
}

.bg-red-500\/40{
  background-color:rgb(255 47 53 / 0.4) !important
}

.bg-red-500\/45{
  background-color:rgb(255 47 53 / 0.45) !important
}

.bg-red-500\/5{
  background-color:rgb(255 47 53 / 0.05) !important
}

.bg-red-500\/50{
  background-color:rgb(255 47 53 / 0.5) !important
}

.bg-red-500\/55{
  background-color:rgb(255 47 53 / 0.55) !important
}

.bg-red-500\/60{
  background-color:rgb(255 47 53 / 0.6) !important
}

.bg-red-500\/65{
  background-color:rgb(255 47 53 / 0.65) !important
}

.bg-red-500\/70{
  background-color:rgb(255 47 53 / 0.7) !important
}

.bg-red-500\/75{
  background-color:rgb(255 47 53 / 0.75) !important
}

.bg-red-500\/80{
  background-color:rgb(255 47 53 / 0.8) !important
}

.bg-red-500\/85{
  background-color:rgb(255 47 53 / 0.85) !important
}

.bg-red-500\/90{
  background-color:rgb(255 47 53 / 0.9) !important
}

.bg-red-500\/95{
  background-color:rgb(255 47 53 / 0.95) !important
}

.bg-red-600{
  --tw-bg-opacity:1 !important;
  background-color:rgb(220 38 38 / 1) !important;
  background-color:rgb(220 38 38 / var(--tw-bg-opacity, 1)) !important
}

.bg-red-700{
  --tw-bg-opacity:1 !important;
  background-color:rgb(185 28 28 / 1) !important;
  background-color:rgb(185 28 28 / var(--tw-bg-opacity, 1)) !important
}

.bg-red-700\/0{
  background-color:rgb(185 28 28 / 0) !important
}

.bg-red-700\/10{
  background-color:rgb(185 28 28 / 0.1) !important
}

.bg-red-700\/100{
  background-color:rgb(185 28 28 / 1) !important
}

.bg-red-700\/15{
  background-color:rgb(185 28 28 / 0.15) !important
}

.bg-red-700\/20{
  background-color:rgb(185 28 28 / 0.2) !important
}

.bg-red-700\/25{
  background-color:rgb(185 28 28 / 0.25) !important
}

.bg-red-700\/30{
  background-color:rgb(185 28 28 / 0.3) !important
}

.bg-red-700\/35{
  background-color:rgb(185 28 28 / 0.35) !important
}

.bg-red-700\/40{
  background-color:rgb(185 28 28 / 0.4) !important
}

.bg-red-700\/45{
  background-color:rgb(185 28 28 / 0.45) !important
}

.bg-red-700\/5{
  background-color:rgb(185 28 28 / 0.05) !important
}

.bg-red-700\/50{
  background-color:rgb(185 28 28 / 0.5) !important
}

.bg-red-700\/55{
  background-color:rgb(185 28 28 / 0.55) !important
}

.bg-red-700\/60{
  background-color:rgb(185 28 28 / 0.6) !important
}

.bg-red-700\/65{
  background-color:rgb(185 28 28 / 0.65) !important
}

.bg-red-700\/70{
  background-color:rgb(185 28 28 / 0.7) !important
}

.bg-red-700\/75{
  background-color:rgb(185 28 28 / 0.75) !important
}

.bg-red-700\/80{
  background-color:rgb(185 28 28 / 0.8) !important
}

.bg-red-700\/85{
  background-color:rgb(185 28 28 / 0.85) !important
}

.bg-red-700\/90{
  background-color:rgb(185 28 28 / 0.9) !important
}

.bg-red-700\/95{
  background-color:rgb(185 28 28 / 0.95) !important
}

.bg-red-900{
  --tw-bg-opacity:1 !important;
  background-color:rgb(127 29 29 / 1) !important;
  background-color:rgb(127 29 29 / var(--tw-bg-opacity, 1)) !important
}

.bg-red-900\/0{
  background-color:rgb(127 29 29 / 0) !important
}

.bg-red-900\/10{
  background-color:rgb(127 29 29 / 0.1) !important
}

.bg-red-900\/100{
  background-color:rgb(127 29 29 / 1) !important
}

.bg-red-900\/15{
  background-color:rgb(127 29 29 / 0.15) !important
}

.bg-red-900\/20{
  background-color:rgb(127 29 29 / 0.2) !important
}

.bg-red-900\/25{
  background-color:rgb(127 29 29 / 0.25) !important
}

.bg-red-900\/30{
  background-color:rgb(127 29 29 / 0.3) !important
}

.bg-red-900\/35{
  background-color:rgb(127 29 29 / 0.35) !important
}

.bg-red-900\/40{
  background-color:rgb(127 29 29 / 0.4) !important
}

.bg-red-900\/45{
  background-color:rgb(127 29 29 / 0.45) !important
}

.bg-red-900\/5{
  background-color:rgb(127 29 29 / 0.05) !important
}

.bg-red-900\/50{
  background-color:rgb(127 29 29 / 0.5) !important
}

.bg-red-900\/55{
  background-color:rgb(127 29 29 / 0.55) !important
}

.bg-red-900\/60{
  background-color:rgb(127 29 29 / 0.6) !important
}

.bg-red-900\/65{
  background-color:rgb(127 29 29 / 0.65) !important
}

.bg-red-900\/70{
  background-color:rgb(127 29 29 / 0.7) !important
}

.bg-red-900\/75{
  background-color:rgb(127 29 29 / 0.75) !important
}

.bg-red-900\/80{
  background-color:rgb(127 29 29 / 0.8) !important
}

.bg-red-900\/85{
  background-color:rgb(127 29 29 / 0.85) !important
}

.bg-red-900\/90{
  background-color:rgb(127 29 29 / 0.9) !important
}

.bg-red-900\/95{
  background-color:rgb(127 29 29 / 0.95) !important
}

.bg-transparent{
  background-color:transparent !important
}

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

.bg-yellow-50{
  --tw-bg-opacity:1 !important;
  background-color:rgb(255 251 235 / 1) !important;
  background-color:rgb(255 251 235 / var(--tw-bg-opacity, 1)) !important
}

.bg-opacity-25{
  --tw-bg-opacity:0.25 !important
}

.bg-opacity-50{
  --tw-bg-opacity:0.5 !important
}

.bg-opacity-75{
  --tw-bg-opacity:0.75 !important
}

.bg-gradient-to-r{
  background-image:linear-gradient(to right, var(--tw-gradient-stops)) !important
}

.from-gray-100{
  --tw-gradient-from:#f1f5f9 var(--tw-gradient-from-position) !important;
  --tw-gradient-to:rgb(241 245 249 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to) !important
}

.from-gray-200{
  --tw-gradient-from:#D9E4EC var(--tw-gradient-from-position) !important;
  --tw-gradient-to:rgb(217 228 236 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to) !important
}

.to-gray-100{
  --tw-gradient-to:#f1f5f9 var(--tw-gradient-to-position) !important
}

.to-gray-50{
  --tw-gradient-to:#f8fafc var(--tw-gradient-to-position) !important
}

.fill-black{
  fill:#0D0D0D !important
}

.fill-current{
  fill:currentColor !important
}

.fill-green-400\/10{
  fill:rgb(52 211 153 / 0.1) !important
}

.fill-orange-900{
  fill:#FF5517 !important
}

.fill-yellow-400{
  fill:#fbbf24 !important
}

.stroke-white{
  stroke:#fff !important
}

.stroke-0{
  stroke-width:0 !important
}

.stroke-1{
  stroke-width:1 !important
}

.stroke-1\.5{
  stroke-width:1.5px !important
}

.stroke-2{
  stroke-width:2 !important
}

.stroke-\[0\.70\]{
  stroke-width:0.70 !important
}

.object-contain{
  -o-object-fit:contain !important;
     object-fit:contain !important
}

.object-cover{
  -o-object-fit:cover !important;
     object-fit:cover !important
}

.p-0{
  padding:0px !important
}

.p-1{
  padding:0.25rem !important
}

.p-10{
  padding:2.5rem !important
}

.p-2{
  padding:0.5rem !important
}

.p-2\.5{
  padding:0.625rem !important
}

.p-3{
  padding:0.75rem !important
}

.p-4{
  padding:1rem !important
}

.p-6{
  padding:1.5rem !important
}

.p-8{
  padding:2rem !important
}

.px-0{
  padding-left:0px !important;
  padding-right:0px !important
}

.px-1{
  padding-left:0.25rem !important;
  padding-right:0.25rem !important
}

.px-1\.5{
  padding-left:0.375rem !important;
  padding-right:0.375rem !important
}

.px-12{
  padding-left:3rem !important;
  padding-right:3rem !important
}

.px-2{
  padding-left:0.5rem !important;
  padding-right:0.5rem !important
}

.px-2\.5{
  padding-left:0.625rem !important;
  padding-right:0.625rem !important
}

.px-3{
  padding-left:0.75rem !important;
  padding-right:0.75rem !important
}

.px-3\.5{
  padding-left:0.875rem !important;
  padding-right:0.875rem !important
}

.px-4{
  padding-left:1rem !important;
  padding-right:1rem !important
}

.px-5{
  padding-left:1.25rem !important;
  padding-right:1.25rem !important
}

.px-6{
  padding-left:1.5rem !important;
  padding-right:1.5rem !important
}

.py-0\.5{
  padding-top:0.125rem !important;
  padding-bottom:0.125rem !important
}

.py-1{
  padding-top:0.25rem !important;
  padding-bottom:0.25rem !important
}

.py-1\.5{
  padding-top:0.375rem !important;
  padding-bottom:0.375rem !important
}

.py-10{
  padding-top:2.5rem !important;
  padding-bottom:2.5rem !important
}

.py-12{
  padding-top:3rem !important;
  padding-bottom:3rem !important
}

.py-2{
  padding-top:0.5rem !important;
  padding-bottom:0.5rem !important
}

.py-3{
  padding-top:0.75rem !important;
  padding-bottom:0.75rem !important
}

.py-3\.5{
  padding-top:0.875rem !important;
  padding-bottom:0.875rem !important
}

.py-4{
  padding-top:1rem !important;
  padding-bottom:1rem !important
}

.py-5{
  padding-top:1.25rem !important;
  padding-bottom:1.25rem !important
}

.py-6{
  padding-top:1.5rem !important;
  padding-bottom:1.5rem !important
}

.py-8{
  padding-top:2rem !important;
  padding-bottom:2rem !important
}

.py-px{
  padding-top:1px !important;
  padding-bottom:1px !important
}

.pb-0{
  padding-bottom:0px !important
}

.pb-1{
  padding-bottom:0.25rem !important
}

.pb-10{
  padding-bottom:2.5rem !important
}

.pb-14{
  padding-bottom:3.5rem !important
}

.pb-16{
  padding-bottom:4rem !important
}

.pb-2{
  padding-bottom:0.5rem !important
}

.pb-20{
  padding-bottom:5rem !important
}

.pb-3{
  padding-bottom:0.75rem !important
}

.pb-4{
  padding-bottom:1rem !important
}

.pb-5{
  padding-bottom:1.25rem !important
}

.pb-6{
  padding-bottom:1.5rem !important
}

.pl-11{
  padding-left:2.75rem !important
}

.pl-2{
  padding-left:0.5rem !important
}

.pl-3{
  padding-left:0.75rem !important
}

.pl-4{
  padding-left:1rem !important
}

.pl-5{
  padding-left:1.25rem !important
}

.pl-6{
  padding-left:1.5rem !important
}

.pr-0\.5{
  padding-right:0.125rem !important
}

.pr-1{
  padding-right:0.25rem !important
}

.pr-10{
  padding-right:2.5rem !important
}

.pr-14{
  padding-right:3.5rem !important
}

.pr-2{
  padding-right:0.5rem !important
}

.pr-3{
  padding-right:0.75rem !important
}

.pr-4{
  padding-right:1rem !important
}

.pr-5{
  padding-right:1.25rem !important
}

.pr-9{
  padding-right:2.25rem !important
}

.pt-0{
  padding-top:0px !important
}

.pt-0\.5{
  padding-top:0.125rem !important
}

.pt-1{
  padding-top:0.25rem !important
}

.pt-2{
  padding-top:0.5rem !important
}

.pt-3{
  padding-top:0.75rem !important
}

.pt-4{
  padding-top:1rem !important
}

.pt-5{
  padding-top:1.25rem !important
}

.pt-6{
  padding-top:1.5rem !important
}

.pt-\[1px\]{
  padding-top:1px !important
}

.text-left{
  text-align:left !important
}

.text-center{
  text-align:center !important
}

.text-right{
  text-align:right !important
}

.align-middle{
  vertical-align:middle !important
}

.align-bottom{
  vertical-align:bottom !important
}

.font-sans{
  font-family:Inter var, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important
}

.\!text-base{
  font-size:1rem !important
}

.text-2xl{
  font-size:1.5rem !important
}

.text-3xl{
  font-size:1.875rem !important
}

.text-4xl{
  font-size:2.25rem !important
}

.text-5xl{
  font-size:3rem !important
}

.text-6xl{
  font-size:4rem !important
}

.text-base{
  font-size:1rem !important
}

.text-lg{
  font-size:1.125rem !important
}

.text-sm{
  font-size:0.813rem !important
}

.text-sm\/6{
  font-size:0.813rem !important;
  line-height:1.5rem !important
}

.text-xl{
  font-size:1.25rem !important
}

.text-xs{
  font-size:0.75rem !important
}

.text-xs\/5{
  font-size:0.75rem !important;
  line-height:1.25rem !important
}

.font-black{
  font-weight:900 !important
}

.font-bold{
  font-weight:700 !important
}

.font-extrabold{
  font-weight:800 !important
}

.font-light{
  font-weight:300 !important
}

.font-medium{
  font-weight:500 !important
}

.font-normal{
  font-weight:300 !important
}

.font-semibold{
  font-weight:600 !important
}

.uppercase{
  text-transform:uppercase !important
}

.capitalize{
  text-transform:capitalize !important
}

.italic{
  font-style:italic !important
}

.tabular-nums{
  --tw-numeric-spacing:tabular-nums !important;
  font-feature-settings:var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction) !important;
  font-variant-numeric:var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction) !important
}

.leading-4{
  line-height:1rem !important
}

.leading-5{
  line-height:1.25rem !important
}

.leading-6{
  line-height:1.5rem !important
}

.leading-7{
  line-height:1.75rem !important
}

.leading-8{
  line-height:2rem !important
}

.leading-none{
  line-height:1 !important
}

.leading-snug{
  line-height:1.375 !important
}

.leading-tight{
  line-height:1.25 !important
}

.tracking-tight{
  letter-spacing:-0.025em !important
}

.tracking-wider{
  letter-spacing:0.05em !important
}

.\!text-green-500{
  --tw-text-opacity:1 !important;
  color:rgb(16 185 129 / 1) !important;
  color:rgb(16 185 129 / var(--tw-text-opacity, 1)) !important
}

.\!text-orange-900{
  --tw-text-opacity:1 !important;
  color:rgb(255 85 23 / 1) !important;
  color:rgb(255 85 23 / var(--tw-text-opacity, 1)) !important
}

.\!text-red-500{
  --tw-text-opacity:1 !important;
  color:rgb(255 47 53 / 1) !important;
  color:rgb(255 47 53 / var(--tw-text-opacity, 1)) !important
}

.\!text-yellow-500{
  --tw-text-opacity:1 !important;
  color:rgb(245 158 11 / 1) !important;
  color:rgb(245 158 11 / var(--tw-text-opacity, 1)) !important
}

.text-black{
  --tw-text-opacity:1 !important;
  color:rgb(13 13 13 / 1) !important;
  color:rgb(13 13 13 / var(--tw-text-opacity, 1)) !important
}

.text-cyan-100{
  --tw-text-opacity:1 !important;
  color:rgb(207 250 254 / 1) !important;
  color:rgb(207 250 254 / var(--tw-text-opacity, 1)) !important
}

.text-cyan-100\/0{
  color:rgb(207 250 254 / 0) !important
}

.text-cyan-100\/10{
  color:rgb(207 250 254 / 0.1) !important
}

.text-cyan-100\/100{
  color:rgb(207 250 254 / 1) !important
}

.text-cyan-100\/15{
  color:rgb(207 250 254 / 0.15) !important
}

.text-cyan-100\/20{
  color:rgb(207 250 254 / 0.2) !important
}

.text-cyan-100\/25{
  color:rgb(207 250 254 / 0.25) !important
}

.text-cyan-100\/30{
  color:rgb(207 250 254 / 0.3) !important
}

.text-cyan-100\/35{
  color:rgb(207 250 254 / 0.35) !important
}

.text-cyan-100\/40{
  color:rgb(207 250 254 / 0.4) !important
}

.text-cyan-100\/45{
  color:rgb(207 250 254 / 0.45) !important
}

.text-cyan-100\/5{
  color:rgb(207 250 254 / 0.05) !important
}

.text-cyan-100\/50{
  color:rgb(207 250 254 / 0.5) !important
}

.text-cyan-100\/55{
  color:rgb(207 250 254 / 0.55) !important
}

.text-cyan-100\/60{
  color:rgb(207 250 254 / 0.6) !important
}

.text-cyan-100\/65{
  color:rgb(207 250 254 / 0.65) !important
}

.text-cyan-100\/70{
  color:rgb(207 250 254 / 0.7) !important
}

.text-cyan-100\/75{
  color:rgb(207 250 254 / 0.75) !important
}

.text-cyan-100\/80{
  color:rgb(207 250 254 / 0.8) !important
}

.text-cyan-100\/85{
  color:rgb(207 250 254 / 0.85) !important
}

.text-cyan-100\/90{
  color:rgb(207 250 254 / 0.9) !important
}

.text-cyan-100\/95{
  color:rgb(207 250 254 / 0.95) !important
}

.text-cyan-200{
  --tw-text-opacity:1 !important;
  color:rgb(165 243 252 / 1) !important;
  color:rgb(165 243 252 / var(--tw-text-opacity, 1)) !important
}

.text-cyan-200\/0{
  color:rgb(165 243 252 / 0) !important
}

.text-cyan-200\/10{
  color:rgb(165 243 252 / 0.1) !important
}

.text-cyan-200\/100{
  color:rgb(165 243 252 / 1) !important
}

.text-cyan-200\/15{
  color:rgb(165 243 252 / 0.15) !important
}

.text-cyan-200\/20{
  color:rgb(165 243 252 / 0.2) !important
}

.text-cyan-200\/25{
  color:rgb(165 243 252 / 0.25) !important
}

.text-cyan-200\/30{
  color:rgb(165 243 252 / 0.3) !important
}

.text-cyan-200\/35{
  color:rgb(165 243 252 / 0.35) !important
}

.text-cyan-200\/40{
  color:rgb(165 243 252 / 0.4) !important
}

.text-cyan-200\/45{
  color:rgb(165 243 252 / 0.45) !important
}

.text-cyan-200\/5{
  color:rgb(165 243 252 / 0.05) !important
}

.text-cyan-200\/50{
  color:rgb(165 243 252 / 0.5) !important
}

.text-cyan-200\/55{
  color:rgb(165 243 252 / 0.55) !important
}

.text-cyan-200\/60{
  color:rgb(165 243 252 / 0.6) !important
}

.text-cyan-200\/65{
  color:rgb(165 243 252 / 0.65) !important
}

.text-cyan-200\/70{
  color:rgb(165 243 252 / 0.7) !important
}

.text-cyan-200\/75{
  color:rgb(165 243 252 / 0.75) !important
}

.text-cyan-200\/80{
  color:rgb(165 243 252 / 0.8) !important
}

.text-cyan-200\/85{
  color:rgb(165 243 252 / 0.85) !important
}

.text-cyan-200\/90{
  color:rgb(165 243 252 / 0.9) !important
}

.text-cyan-200\/95{
  color:rgb(165 243 252 / 0.95) !important
}

.text-cyan-300{
  --tw-text-opacity:1 !important;
  color:rgb(68 224 213 / 1) !important;
  color:rgb(68 224 213 / var(--tw-text-opacity, 1)) !important
}

.text-cyan-300\/0{
  color:rgb(68 224 213 / 0) !important
}

.text-cyan-300\/10{
  color:rgb(68 224 213 / 0.1) !important
}

.text-cyan-300\/100{
  color:rgb(68 224 213 / 1) !important
}

.text-cyan-300\/15{
  color:rgb(68 224 213 / 0.15) !important
}

.text-cyan-300\/20{
  color:rgb(68 224 213 / 0.2) !important
}

.text-cyan-300\/25{
  color:rgb(68 224 213 / 0.25) !important
}

.text-cyan-300\/30{
  color:rgb(68 224 213 / 0.3) !important
}

.text-cyan-300\/35{
  color:rgb(68 224 213 / 0.35) !important
}

.text-cyan-300\/40{
  color:rgb(68 224 213 / 0.4) !important
}

.text-cyan-300\/45{
  color:rgb(68 224 213 / 0.45) !important
}

.text-cyan-300\/5{
  color:rgb(68 224 213 / 0.05) !important
}

.text-cyan-300\/50{
  color:rgb(68 224 213 / 0.5) !important
}

.text-cyan-300\/55{
  color:rgb(68 224 213 / 0.55) !important
}

.text-cyan-300\/60{
  color:rgb(68 224 213 / 0.6) !important
}

.text-cyan-300\/65{
  color:rgb(68 224 213 / 0.65) !important
}

.text-cyan-300\/70{
  color:rgb(68 224 213 / 0.7) !important
}

.text-cyan-300\/75{
  color:rgb(68 224 213 / 0.75) !important
}

.text-cyan-300\/80{
  color:rgb(68 224 213 / 0.8) !important
}

.text-cyan-300\/85{
  color:rgb(68 224 213 / 0.85) !important
}

.text-cyan-300\/90{
  color:rgb(68 224 213 / 0.9) !important
}

.text-cyan-300\/95{
  color:rgb(68 224 213 / 0.95) !important
}

.text-cyan-500{
  --tw-text-opacity:1 !important;
  color:rgb(6 182 212 / 1) !important;
  color:rgb(6 182 212 / var(--tw-text-opacity, 1)) !important
}

.text-cyan-500\/0{
  color:rgb(6 182 212 / 0) !important
}

.text-cyan-500\/10{
  color:rgb(6 182 212 / 0.1) !important
}

.text-cyan-500\/100{
  color:rgb(6 182 212 / 1) !important
}

.text-cyan-500\/15{
  color:rgb(6 182 212 / 0.15) !important
}

.text-cyan-500\/20{
  color:rgb(6 182 212 / 0.2) !important
}

.text-cyan-500\/25{
  color:rgb(6 182 212 / 0.25) !important
}

.text-cyan-500\/30{
  color:rgb(6 182 212 / 0.3) !important
}

.text-cyan-500\/35{
  color:rgb(6 182 212 / 0.35) !important
}

.text-cyan-500\/40{
  color:rgb(6 182 212 / 0.4) !important
}

.text-cyan-500\/45{
  color:rgb(6 182 212 / 0.45) !important
}

.text-cyan-500\/5{
  color:rgb(6 182 212 / 0.05) !important
}

.text-cyan-500\/50{
  color:rgb(6 182 212 / 0.5) !important
}

.text-cyan-500\/55{
  color:rgb(6 182 212 / 0.55) !important
}

.text-cyan-500\/60{
  color:rgb(6 182 212 / 0.6) !important
}

.text-cyan-500\/65{
  color:rgb(6 182 212 / 0.65) !important
}

.text-cyan-500\/70{
  color:rgb(6 182 212 / 0.7) !important
}

.text-cyan-500\/75{
  color:rgb(6 182 212 / 0.75) !important
}

.text-cyan-500\/80{
  color:rgb(6 182 212 / 0.8) !important
}

.text-cyan-500\/85{
  color:rgb(6 182 212 / 0.85) !important
}

.text-cyan-500\/90{
  color:rgb(6 182 212 / 0.9) !important
}

.text-cyan-500\/95{
  color:rgb(6 182 212 / 0.95) !important
}

.text-cyan-700{
  --tw-text-opacity:1 !important;
  color:rgb(14 116 144 / 1) !important;
  color:rgb(14 116 144 / var(--tw-text-opacity, 1)) !important
}

.text-cyan-700\/0{
  color:rgb(14 116 144 / 0) !important
}

.text-cyan-700\/10{
  color:rgb(14 116 144 / 0.1) !important
}

.text-cyan-700\/100{
  color:rgb(14 116 144 / 1) !important
}

.text-cyan-700\/15{
  color:rgb(14 116 144 / 0.15) !important
}

.text-cyan-700\/20{
  color:rgb(14 116 144 / 0.2) !important
}

.text-cyan-700\/25{
  color:rgb(14 116 144 / 0.25) !important
}

.text-cyan-700\/30{
  color:rgb(14 116 144 / 0.3) !important
}

.text-cyan-700\/35{
  color:rgb(14 116 144 / 0.35) !important
}

.text-cyan-700\/40{
  color:rgb(14 116 144 / 0.4) !important
}

.text-cyan-700\/45{
  color:rgb(14 116 144 / 0.45) !important
}

.text-cyan-700\/5{
  color:rgb(14 116 144 / 0.05) !important
}

.text-cyan-700\/50{
  color:rgb(14 116 144 / 0.5) !important
}

.text-cyan-700\/55{
  color:rgb(14 116 144 / 0.55) !important
}

.text-cyan-700\/60{
  color:rgb(14 116 144 / 0.6) !important
}

.text-cyan-700\/65{
  color:rgb(14 116 144 / 0.65) !important
}

.text-cyan-700\/70{
  color:rgb(14 116 144 / 0.7) !important
}

.text-cyan-700\/75{
  color:rgb(14 116 144 / 0.75) !important
}

.text-cyan-700\/80{
  color:rgb(14 116 144 / 0.8) !important
}

.text-cyan-700\/85{
  color:rgb(14 116 144 / 0.85) !important
}

.text-cyan-700\/90{
  color:rgb(14 116 144 / 0.9) !important
}

.text-cyan-700\/95{
  color:rgb(14 116 144 / 0.95) !important
}

.text-cyan-900{
  --tw-text-opacity:1 !important;
  color:rgb(0 149 138 / 1) !important;
  color:rgb(0 149 138 / var(--tw-text-opacity, 1)) !important
}

.text-cyan-900\/0{
  color:rgb(0 149 138 / 0) !important
}

.text-cyan-900\/10{
  color:rgb(0 149 138 / 0.1) !important
}

.text-cyan-900\/100{
  color:rgb(0 149 138 / 1) !important
}

.text-cyan-900\/15{
  color:rgb(0 149 138 / 0.15) !important
}

.text-cyan-900\/20{
  color:rgb(0 149 138 / 0.2) !important
}

.text-cyan-900\/25{
  color:rgb(0 149 138 / 0.25) !important
}

.text-cyan-900\/30{
  color:rgb(0 149 138 / 0.3) !important
}

.text-cyan-900\/35{
  color:rgb(0 149 138 / 0.35) !important
}

.text-cyan-900\/40{
  color:rgb(0 149 138 / 0.4) !important
}

.text-cyan-900\/45{
  color:rgb(0 149 138 / 0.45) !important
}

.text-cyan-900\/5{
  color:rgb(0 149 138 / 0.05) !important
}

.text-cyan-900\/50{
  color:rgb(0 149 138 / 0.5) !important
}

.text-cyan-900\/55{
  color:rgb(0 149 138 / 0.55) !important
}

.text-cyan-900\/60{
  color:rgb(0 149 138 / 0.6) !important
}

.text-cyan-900\/65{
  color:rgb(0 149 138 / 0.65) !important
}

.text-cyan-900\/70{
  color:rgb(0 149 138 / 0.7) !important
}

.text-cyan-900\/75{
  color:rgb(0 149 138 / 0.75) !important
}

.text-cyan-900\/80{
  color:rgb(0 149 138 / 0.8) !important
}

.text-cyan-900\/85{
  color:rgb(0 149 138 / 0.85) !important
}

.text-cyan-900\/90{
  color:rgb(0 149 138 / 0.9) !important
}

.text-cyan-900\/95{
  color:rgb(0 149 138 / 0.95) !important
}

.text-gray-100{
  --tw-text-opacity:1 !important;
  color:rgb(241 245 249 / 1) !important;
  color:rgb(241 245 249 / var(--tw-text-opacity, 1)) !important
}

.text-gray-100\/0{
  color:rgb(241 245 249 / 0) !important
}

.text-gray-100\/10{
  color:rgb(241 245 249 / 0.1) !important
}

.text-gray-100\/100{
  color:rgb(241 245 249 / 1) !important
}

.text-gray-100\/15{
  color:rgb(241 245 249 / 0.15) !important
}

.text-gray-100\/20{
  color:rgb(241 245 249 / 0.2) !important
}

.text-gray-100\/25{
  color:rgb(241 245 249 / 0.25) !important
}

.text-gray-100\/30{
  color:rgb(241 245 249 / 0.3) !important
}

.text-gray-100\/35{
  color:rgb(241 245 249 / 0.35) !important
}

.text-gray-100\/40{
  color:rgb(241 245 249 / 0.4) !important
}

.text-gray-100\/45{
  color:rgb(241 245 249 / 0.45) !important
}

.text-gray-100\/5{
  color:rgb(241 245 249 / 0.05) !important
}

.text-gray-100\/50{
  color:rgb(241 245 249 / 0.5) !important
}

.text-gray-100\/55{
  color:rgb(241 245 249 / 0.55) !important
}

.text-gray-100\/60{
  color:rgb(241 245 249 / 0.6) !important
}

.text-gray-100\/65{
  color:rgb(241 245 249 / 0.65) !important
}

.text-gray-100\/70{
  color:rgb(241 245 249 / 0.7) !important
}

.text-gray-100\/75{
  color:rgb(241 245 249 / 0.75) !important
}

.text-gray-100\/80{
  color:rgb(241 245 249 / 0.8) !important
}

.text-gray-100\/85{
  color:rgb(241 245 249 / 0.85) !important
}

.text-gray-100\/90{
  color:rgb(241 245 249 / 0.9) !important
}

.text-gray-100\/95{
  color:rgb(241 245 249 / 0.95) !important
}

.text-gray-200{
  --tw-text-opacity:1 !important;
  color:rgb(217 228 236 / 1) !important;
  color:rgb(217 228 236 / var(--tw-text-opacity, 1)) !important
}

.text-gray-200\/0{
  color:rgb(217 228 236 / 0) !important
}

.text-gray-200\/10{
  color:rgb(217 228 236 / 0.1) !important
}

.text-gray-200\/100{
  color:rgb(217 228 236 / 1) !important
}

.text-gray-200\/15{
  color:rgb(217 228 236 / 0.15) !important
}

.text-gray-200\/20{
  color:rgb(217 228 236 / 0.2) !important
}

.text-gray-200\/25{
  color:rgb(217 228 236 / 0.25) !important
}

.text-gray-200\/30{
  color:rgb(217 228 236 / 0.3) !important
}

.text-gray-200\/35{
  color:rgb(217 228 236 / 0.35) !important
}

.text-gray-200\/40{
  color:rgb(217 228 236 / 0.4) !important
}

.text-gray-200\/45{
  color:rgb(217 228 236 / 0.45) !important
}

.text-gray-200\/5{
  color:rgb(217 228 236 / 0.05) !important
}

.text-gray-200\/50{
  color:rgb(217 228 236 / 0.5) !important
}

.text-gray-200\/55{
  color:rgb(217 228 236 / 0.55) !important
}

.text-gray-200\/60{
  color:rgb(217 228 236 / 0.6) !important
}

.text-gray-200\/65{
  color:rgb(217 228 236 / 0.65) !important
}

.text-gray-200\/70{
  color:rgb(217 228 236 / 0.7) !important
}

.text-gray-200\/75{
  color:rgb(217 228 236 / 0.75) !important
}

.text-gray-200\/80{
  color:rgb(217 228 236 / 0.8) !important
}

.text-gray-200\/85{
  color:rgb(217 228 236 / 0.85) !important
}

.text-gray-200\/90{
  color:rgb(217 228 236 / 0.9) !important
}

.text-gray-200\/95{
  color:rgb(217 228 236 / 0.95) !important
}

.text-gray-300{
  --tw-text-opacity:1 !important;
  color:rgb(203 213 225 / 1) !important;
  color:rgb(203 213 225 / var(--tw-text-opacity, 1)) !important
}

.text-gray-300\/0{
  color:rgb(203 213 225 / 0) !important
}

.text-gray-300\/10{
  color:rgb(203 213 225 / 0.1) !important
}

.text-gray-300\/100{
  color:rgb(203 213 225 / 1) !important
}

.text-gray-300\/15{
  color:rgb(203 213 225 / 0.15) !important
}

.text-gray-300\/20{
  color:rgb(203 213 225 / 0.2) !important
}

.text-gray-300\/25{
  color:rgb(203 213 225 / 0.25) !important
}

.text-gray-300\/30{
  color:rgb(203 213 225 / 0.3) !important
}

.text-gray-300\/35{
  color:rgb(203 213 225 / 0.35) !important
}

.text-gray-300\/40{
  color:rgb(203 213 225 / 0.4) !important
}

.text-gray-300\/45{
  color:rgb(203 213 225 / 0.45) !important
}

.text-gray-300\/5{
  color:rgb(203 213 225 / 0.05) !important
}

.text-gray-300\/50{
  color:rgb(203 213 225 / 0.5) !important
}

.text-gray-300\/55{
  color:rgb(203 213 225 / 0.55) !important
}

.text-gray-300\/60{
  color:rgb(203 213 225 / 0.6) !important
}

.text-gray-300\/65{
  color:rgb(203 213 225 / 0.65) !important
}

.text-gray-300\/70{
  color:rgb(203 213 225 / 0.7) !important
}

.text-gray-300\/75{
  color:rgb(203 213 225 / 0.75) !important
}

.text-gray-300\/80{
  color:rgb(203 213 225 / 0.8) !important
}

.text-gray-300\/85{
  color:rgb(203 213 225 / 0.85) !important
}

.text-gray-300\/90{
  color:rgb(203 213 225 / 0.9) !important
}

.text-gray-300\/95{
  color:rgb(203 213 225 / 0.95) !important
}

.text-gray-400{
  --tw-text-opacity:1 !important;
  color:rgb(148 163 184 / 1) !important;
  color:rgb(148 163 184 / var(--tw-text-opacity, 1)) !important
}

.text-gray-500{
  --tw-text-opacity:1 !important;
  color:rgb(100 116 139 / 1) !important;
  color:rgb(100 116 139 / var(--tw-text-opacity, 1)) !important
}

.text-gray-500\/0{
  color:rgb(100 116 139 / 0) !important
}

.text-gray-500\/10{
  color:rgb(100 116 139 / 0.1) !important
}

.text-gray-500\/100{
  color:rgb(100 116 139 / 1) !important
}

.text-gray-500\/15{
  color:rgb(100 116 139 / 0.15) !important
}

.text-gray-500\/20{
  color:rgb(100 116 139 / 0.2) !important
}

.text-gray-500\/25{
  color:rgb(100 116 139 / 0.25) !important
}

.text-gray-500\/30{
  color:rgb(100 116 139 / 0.3) !important
}

.text-gray-500\/35{
  color:rgb(100 116 139 / 0.35) !important
}

.text-gray-500\/40{
  color:rgb(100 116 139 / 0.4) !important
}

.text-gray-500\/45{
  color:rgb(100 116 139 / 0.45) !important
}

.text-gray-500\/5{
  color:rgb(100 116 139 / 0.05) !important
}

.text-gray-500\/50{
  color:rgb(100 116 139 / 0.5) !important
}

.text-gray-500\/55{
  color:rgb(100 116 139 / 0.55) !important
}

.text-gray-500\/60{
  color:rgb(100 116 139 / 0.6) !important
}

.text-gray-500\/65{
  color:rgb(100 116 139 / 0.65) !important
}

.text-gray-500\/70{
  color:rgb(100 116 139 / 0.7) !important
}

.text-gray-500\/75{
  color:rgb(100 116 139 / 0.75) !important
}

.text-gray-500\/80{
  color:rgb(100 116 139 / 0.8) !important
}

.text-gray-500\/85{
  color:rgb(100 116 139 / 0.85) !important
}

.text-gray-500\/90{
  color:rgb(100 116 139 / 0.9) !important
}

.text-gray-500\/95{
  color:rgb(100 116 139 / 0.95) !important
}

.text-gray-600{
  --tw-text-opacity:1 !important;
  color:rgb(71 85 105 / 1) !important;
  color:rgb(71 85 105 / var(--tw-text-opacity, 1)) !important
}

.text-gray-700{
  --tw-text-opacity:1 !important;
  color:rgb(51 65 85 / 1) !important;
  color:rgb(51 65 85 / var(--tw-text-opacity, 1)) !important
}

.text-gray-700\/0{
  color:rgb(51 65 85 / 0) !important
}

.text-gray-700\/10{
  color:rgb(51 65 85 / 0.1) !important
}

.text-gray-700\/100{
  color:rgb(51 65 85 / 1) !important
}

.text-gray-700\/15{
  color:rgb(51 65 85 / 0.15) !important
}

.text-gray-700\/20{
  color:rgb(51 65 85 / 0.2) !important
}

.text-gray-700\/25{
  color:rgb(51 65 85 / 0.25) !important
}

.text-gray-700\/30{
  color:rgb(51 65 85 / 0.3) !important
}

.text-gray-700\/35{
  color:rgb(51 65 85 / 0.35) !important
}

.text-gray-700\/40{
  color:rgb(51 65 85 / 0.4) !important
}

.text-gray-700\/45{
  color:rgb(51 65 85 / 0.45) !important
}

.text-gray-700\/5{
  color:rgb(51 65 85 / 0.05) !important
}

.text-gray-700\/50{
  color:rgb(51 65 85 / 0.5) !important
}

.text-gray-700\/55{
  color:rgb(51 65 85 / 0.55) !important
}

.text-gray-700\/60{
  color:rgb(51 65 85 / 0.6) !important
}

.text-gray-700\/65{
  color:rgb(51 65 85 / 0.65) !important
}

.text-gray-700\/70{
  color:rgb(51 65 85 / 0.7) !important
}

.text-gray-700\/75{
  color:rgb(51 65 85 / 0.75) !important
}

.text-gray-700\/80{
  color:rgb(51 65 85 / 0.8) !important
}

.text-gray-700\/85{
  color:rgb(51 65 85 / 0.85) !important
}

.text-gray-700\/90{
  color:rgb(51 65 85 / 0.9) !important
}

.text-gray-700\/95{
  color:rgb(51 65 85 / 0.95) !important
}

.text-gray-800{
  --tw-text-opacity:1 !important;
  color:rgb(30 41 59 / 1) !important;
  color:rgb(30 41 59 / var(--tw-text-opacity, 1)) !important
}

.text-gray-900{
  --tw-text-opacity:1 !important;
  color:rgb(23 46 68 / 1) !important;
  color:rgb(23 46 68 / var(--tw-text-opacity, 1)) !important
}

.text-gray-900\/0{
  color:rgb(23 46 68 / 0) !important
}

.text-gray-900\/10{
  color:rgb(23 46 68 / 0.1) !important
}

.text-gray-900\/100{
  color:rgb(23 46 68 / 1) !important
}

.text-gray-900\/15{
  color:rgb(23 46 68 / 0.15) !important
}

.text-gray-900\/20{
  color:rgb(23 46 68 / 0.2) !important
}

.text-gray-900\/25{
  color:rgb(23 46 68 / 0.25) !important
}

.text-gray-900\/30{
  color:rgb(23 46 68 / 0.3) !important
}

.text-gray-900\/35{
  color:rgb(23 46 68 / 0.35) !important
}

.text-gray-900\/40{
  color:rgb(23 46 68 / 0.4) !important
}

.text-gray-900\/45{
  color:rgb(23 46 68 / 0.45) !important
}

.text-gray-900\/5{
  color:rgb(23 46 68 / 0.05) !important
}

.text-gray-900\/50{
  color:rgb(23 46 68 / 0.5) !important
}

.text-gray-900\/55{
  color:rgb(23 46 68 / 0.55) !important
}

.text-gray-900\/60{
  color:rgb(23 46 68 / 0.6) !important
}

.text-gray-900\/65{
  color:rgb(23 46 68 / 0.65) !important
}

.text-gray-900\/70{
  color:rgb(23 46 68 / 0.7) !important
}

.text-gray-900\/75{
  color:rgb(23 46 68 / 0.75) !important
}

.text-gray-900\/80{
  color:rgb(23 46 68 / 0.8) !important
}

.text-gray-900\/85{
  color:rgb(23 46 68 / 0.85) !important
}

.text-gray-900\/90{
  color:rgb(23 46 68 / 0.9) !important
}

.text-gray-900\/95{
  color:rgb(23 46 68 / 0.95) !important
}

.text-green-100{
  --tw-text-opacity:1 !important;
  color:rgb(209 250 229 / 1) !important;
  color:rgb(209 250 229 / var(--tw-text-opacity, 1)) !important
}

.text-green-100\/0{
  color:rgb(209 250 229 / 0) !important
}

.text-green-100\/10{
  color:rgb(209 250 229 / 0.1) !important
}

.text-green-100\/100{
  color:rgb(209 250 229 / 1) !important
}

.text-green-100\/15{
  color:rgb(209 250 229 / 0.15) !important
}

.text-green-100\/20{
  color:rgb(209 250 229 / 0.2) !important
}

.text-green-100\/25{
  color:rgb(209 250 229 / 0.25) !important
}

.text-green-100\/30{
  color:rgb(209 250 229 / 0.3) !important
}

.text-green-100\/35{
  color:rgb(209 250 229 / 0.35) !important
}

.text-green-100\/40{
  color:rgb(209 250 229 / 0.4) !important
}

.text-green-100\/45{
  color:rgb(209 250 229 / 0.45) !important
}

.text-green-100\/5{
  color:rgb(209 250 229 / 0.05) !important
}

.text-green-100\/50{
  color:rgb(209 250 229 / 0.5) !important
}

.text-green-100\/55{
  color:rgb(209 250 229 / 0.55) !important
}

.text-green-100\/60{
  color:rgb(209 250 229 / 0.6) !important
}

.text-green-100\/65{
  color:rgb(209 250 229 / 0.65) !important
}

.text-green-100\/70{
  color:rgb(209 250 229 / 0.7) !important
}

.text-green-100\/75{
  color:rgb(209 250 229 / 0.75) !important
}

.text-green-100\/80{
  color:rgb(209 250 229 / 0.8) !important
}

.text-green-100\/85{
  color:rgb(209 250 229 / 0.85) !important
}

.text-green-100\/90{
  color:rgb(209 250 229 / 0.9) !important
}

.text-green-100\/95{
  color:rgb(209 250 229 / 0.95) !important
}

.text-green-200{
  --tw-text-opacity:1 !important;
  color:rgb(167 243 208 / 1) !important;
  color:rgb(167 243 208 / var(--tw-text-opacity, 1)) !important
}

.text-green-200\/0{
  color:rgb(167 243 208 / 0) !important
}

.text-green-200\/10{
  color:rgb(167 243 208 / 0.1) !important
}

.text-green-200\/100{
  color:rgb(167 243 208 / 1) !important
}

.text-green-200\/15{
  color:rgb(167 243 208 / 0.15) !important
}

.text-green-200\/20{
  color:rgb(167 243 208 / 0.2) !important
}

.text-green-200\/25{
  color:rgb(167 243 208 / 0.25) !important
}

.text-green-200\/30{
  color:rgb(167 243 208 / 0.3) !important
}

.text-green-200\/35{
  color:rgb(167 243 208 / 0.35) !important
}

.text-green-200\/40{
  color:rgb(167 243 208 / 0.4) !important
}

.text-green-200\/45{
  color:rgb(167 243 208 / 0.45) !important
}

.text-green-200\/5{
  color:rgb(167 243 208 / 0.05) !important
}

.text-green-200\/50{
  color:rgb(167 243 208 / 0.5) !important
}

.text-green-200\/55{
  color:rgb(167 243 208 / 0.55) !important
}

.text-green-200\/60{
  color:rgb(167 243 208 / 0.6) !important
}

.text-green-200\/65{
  color:rgb(167 243 208 / 0.65) !important
}

.text-green-200\/70{
  color:rgb(167 243 208 / 0.7) !important
}

.text-green-200\/75{
  color:rgb(167 243 208 / 0.75) !important
}

.text-green-200\/80{
  color:rgb(167 243 208 / 0.8) !important
}

.text-green-200\/85{
  color:rgb(167 243 208 / 0.85) !important
}

.text-green-200\/90{
  color:rgb(167 243 208 / 0.9) !important
}

.text-green-200\/95{
  color:rgb(167 243 208 / 0.95) !important
}

.text-green-300{
  --tw-text-opacity:1 !important;
  color:rgb(110 231 183 / 1) !important;
  color:rgb(110 231 183 / var(--tw-text-opacity, 1)) !important
}

.text-green-300\/0{
  color:rgb(110 231 183 / 0) !important
}

.text-green-300\/10{
  color:rgb(110 231 183 / 0.1) !important
}

.text-green-300\/100{
  color:rgb(110 231 183 / 1) !important
}

.text-green-300\/15{
  color:rgb(110 231 183 / 0.15) !important
}

.text-green-300\/20{
  color:rgb(110 231 183 / 0.2) !important
}

.text-green-300\/25{
  color:rgb(110 231 183 / 0.25) !important
}

.text-green-300\/30{
  color:rgb(110 231 183 / 0.3) !important
}

.text-green-300\/35{
  color:rgb(110 231 183 / 0.35) !important
}

.text-green-300\/40{
  color:rgb(110 231 183 / 0.4) !important
}

.text-green-300\/45{
  color:rgb(110 231 183 / 0.45) !important
}

.text-green-300\/5{
  color:rgb(110 231 183 / 0.05) !important
}

.text-green-300\/50{
  color:rgb(110 231 183 / 0.5) !important
}

.text-green-300\/55{
  color:rgb(110 231 183 / 0.55) !important
}

.text-green-300\/60{
  color:rgb(110 231 183 / 0.6) !important
}

.text-green-300\/65{
  color:rgb(110 231 183 / 0.65) !important
}

.text-green-300\/70{
  color:rgb(110 231 183 / 0.7) !important
}

.text-green-300\/75{
  color:rgb(110 231 183 / 0.75) !important
}

.text-green-300\/80{
  color:rgb(110 231 183 / 0.8) !important
}

.text-green-300\/85{
  color:rgb(110 231 183 / 0.85) !important
}

.text-green-300\/90{
  color:rgb(110 231 183 / 0.9) !important
}

.text-green-300\/95{
  color:rgb(110 231 183 / 0.95) !important
}

.text-green-400{
  --tw-text-opacity:1 !important;
  color:rgb(52 211 153 / 1) !important;
  color:rgb(52 211 153 / var(--tw-text-opacity, 1)) !important
}

.text-green-500{
  --tw-text-opacity:1 !important;
  color:rgb(16 185 129 / 1) !important;
  color:rgb(16 185 129 / var(--tw-text-opacity, 1)) !important
}

.text-green-500\/0{
  color:rgb(16 185 129 / 0) !important
}

.text-green-500\/10{
  color:rgb(16 185 129 / 0.1) !important
}

.text-green-500\/100{
  color:rgb(16 185 129 / 1) !important
}

.text-green-500\/15{
  color:rgb(16 185 129 / 0.15) !important
}

.text-green-500\/20{
  color:rgb(16 185 129 / 0.2) !important
}

.text-green-500\/25{
  color:rgb(16 185 129 / 0.25) !important
}

.text-green-500\/30{
  color:rgb(16 185 129 / 0.3) !important
}

.text-green-500\/35{
  color:rgb(16 185 129 / 0.35) !important
}

.text-green-500\/40{
  color:rgb(16 185 129 / 0.4) !important
}

.text-green-500\/45{
  color:rgb(16 185 129 / 0.45) !important
}

.text-green-500\/5{
  color:rgb(16 185 129 / 0.05) !important
}

.text-green-500\/50{
  color:rgb(16 185 129 / 0.5) !important
}

.text-green-500\/55{
  color:rgb(16 185 129 / 0.55) !important
}

.text-green-500\/60{
  color:rgb(16 185 129 / 0.6) !important
}

.text-green-500\/65{
  color:rgb(16 185 129 / 0.65) !important
}

.text-green-500\/70{
  color:rgb(16 185 129 / 0.7) !important
}

.text-green-500\/75{
  color:rgb(16 185 129 / 0.75) !important
}

.text-green-500\/80{
  color:rgb(16 185 129 / 0.8) !important
}

.text-green-500\/85{
  color:rgb(16 185 129 / 0.85) !important
}

.text-green-500\/90{
  color:rgb(16 185 129 / 0.9) !important
}

.text-green-500\/95{
  color:rgb(16 185 129 / 0.95) !important
}

.text-green-600{
  --tw-text-opacity:1 !important;
  color:rgb(5 150 105 / 1) !important;
  color:rgb(5 150 105 / var(--tw-text-opacity, 1)) !important
}

.text-green-700{
  --tw-text-opacity:1 !important;
  color:rgb(4 120 87 / 1) !important;
  color:rgb(4 120 87 / var(--tw-text-opacity, 1)) !important
}

.text-green-700\/0{
  color:rgb(4 120 87 / 0) !important
}

.text-green-700\/10{
  color:rgb(4 120 87 / 0.1) !important
}

.text-green-700\/100{
  color:rgb(4 120 87 / 1) !important
}

.text-green-700\/15{
  color:rgb(4 120 87 / 0.15) !important
}

.text-green-700\/20{
  color:rgb(4 120 87 / 0.2) !important
}

.text-green-700\/25{
  color:rgb(4 120 87 / 0.25) !important
}

.text-green-700\/30{
  color:rgb(4 120 87 / 0.3) !important
}

.text-green-700\/35{
  color:rgb(4 120 87 / 0.35) !important
}

.text-green-700\/40{
  color:rgb(4 120 87 / 0.4) !important
}

.text-green-700\/45{
  color:rgb(4 120 87 / 0.45) !important
}

.text-green-700\/5{
  color:rgb(4 120 87 / 0.05) !important
}

.text-green-700\/50{
  color:rgb(4 120 87 / 0.5) !important
}

.text-green-700\/55{
  color:rgb(4 120 87 / 0.55) !important
}

.text-green-700\/60{
  color:rgb(4 120 87 / 0.6) !important
}

.text-green-700\/65{
  color:rgb(4 120 87 / 0.65) !important
}

.text-green-700\/70{
  color:rgb(4 120 87 / 0.7) !important
}

.text-green-700\/75{
  color:rgb(4 120 87 / 0.75) !important
}

.text-green-700\/80{
  color:rgb(4 120 87 / 0.8) !important
}

.text-green-700\/85{
  color:rgb(4 120 87 / 0.85) !important
}

.text-green-700\/90{
  color:rgb(4 120 87 / 0.9) !important
}

.text-green-700\/95{
  color:rgb(4 120 87 / 0.95) !important
}

.text-green-800{
  --tw-text-opacity:1 !important;
  color:rgb(6 95 70 / 1) !important;
  color:rgb(6 95 70 / var(--tw-text-opacity, 1)) !important
}

.text-green-900{
  --tw-text-opacity:1 !important;
  color:rgb(6 78 59 / 1) !important;
  color:rgb(6 78 59 / var(--tw-text-opacity, 1)) !important
}

.text-green-900\/0{
  color:rgb(6 78 59 / 0) !important
}

.text-green-900\/10{
  color:rgb(6 78 59 / 0.1) !important
}

.text-green-900\/100{
  color:rgb(6 78 59 / 1) !important
}

.text-green-900\/15{
  color:rgb(6 78 59 / 0.15) !important
}

.text-green-900\/20{
  color:rgb(6 78 59 / 0.2) !important
}

.text-green-900\/25{
  color:rgb(6 78 59 / 0.25) !important
}

.text-green-900\/30{
  color:rgb(6 78 59 / 0.3) !important
}

.text-green-900\/35{
  color:rgb(6 78 59 / 0.35) !important
}

.text-green-900\/40{
  color:rgb(6 78 59 / 0.4) !important
}

.text-green-900\/45{
  color:rgb(6 78 59 / 0.45) !important
}

.text-green-900\/5{
  color:rgb(6 78 59 / 0.05) !important
}

.text-green-900\/50{
  color:rgb(6 78 59 / 0.5) !important
}

.text-green-900\/55{
  color:rgb(6 78 59 / 0.55) !important
}

.text-green-900\/60{
  color:rgb(6 78 59 / 0.6) !important
}

.text-green-900\/65{
  color:rgb(6 78 59 / 0.65) !important
}

.text-green-900\/70{
  color:rgb(6 78 59 / 0.7) !important
}

.text-green-900\/75{
  color:rgb(6 78 59 / 0.75) !important
}

.text-green-900\/80{
  color:rgb(6 78 59 / 0.8) !important
}

.text-green-900\/85{
  color:rgb(6 78 59 / 0.85) !important
}

.text-green-900\/90{
  color:rgb(6 78 59 / 0.9) !important
}

.text-green-900\/95{
  color:rgb(6 78 59 / 0.95) !important
}

.text-orange-100{
  --tw-text-opacity:1 !important;
  color:rgb(255 221 209 / 1) !important;
  color:rgb(255 221 209 / var(--tw-text-opacity, 1)) !important
}

.text-orange-100\/0{
  color:rgb(255 221 209 / 0) !important
}

.text-orange-100\/10{
  color:rgb(255 221 209 / 0.1) !important
}

.text-orange-100\/100{
  color:rgb(255 221 209 / 1) !important
}

.text-orange-100\/15{
  color:rgb(255 221 209 / 0.15) !important
}

.text-orange-100\/20{
  color:rgb(255 221 209 / 0.2) !important
}

.text-orange-100\/25{
  color:rgb(255 221 209 / 0.25) !important
}

.text-orange-100\/30{
  color:rgb(255 221 209 / 0.3) !important
}

.text-orange-100\/35{
  color:rgb(255 221 209 / 0.35) !important
}

.text-orange-100\/40{
  color:rgb(255 221 209 / 0.4) !important
}

.text-orange-100\/45{
  color:rgb(255 221 209 / 0.45) !important
}

.text-orange-100\/5{
  color:rgb(255 221 209 / 0.05) !important
}

.text-orange-100\/50{
  color:rgb(255 221 209 / 0.5) !important
}

.text-orange-100\/55{
  color:rgb(255 221 209 / 0.55) !important
}

.text-orange-100\/60{
  color:rgb(255 221 209 / 0.6) !important
}

.text-orange-100\/65{
  color:rgb(255 221 209 / 0.65) !important
}

.text-orange-100\/70{
  color:rgb(255 221 209 / 0.7) !important
}

.text-orange-100\/75{
  color:rgb(255 221 209 / 0.75) !important
}

.text-orange-100\/80{
  color:rgb(255 221 209 / 0.8) !important
}

.text-orange-100\/85{
  color:rgb(255 221 209 / 0.85) !important
}

.text-orange-100\/90{
  color:rgb(255 221 209 / 0.9) !important
}

.text-orange-100\/95{
  color:rgb(255 221 209 / 0.95) !important
}

.text-orange-200{
  --tw-text-opacity:1 !important;
  color:rgb(254 215 170 / 1) !important;
  color:rgb(254 215 170 / var(--tw-text-opacity, 1)) !important
}

.text-orange-200\/0{
  color:rgb(254 215 170 / 0) !important
}

.text-orange-200\/10{
  color:rgb(254 215 170 / 0.1) !important
}

.text-orange-200\/100{
  color:rgb(254 215 170 / 1) !important
}

.text-orange-200\/15{
  color:rgb(254 215 170 / 0.15) !important
}

.text-orange-200\/20{
  color:rgb(254 215 170 / 0.2) !important
}

.text-orange-200\/25{
  color:rgb(254 215 170 / 0.25) !important
}

.text-orange-200\/30{
  color:rgb(254 215 170 / 0.3) !important
}

.text-orange-200\/35{
  color:rgb(254 215 170 / 0.35) !important
}

.text-orange-200\/40{
  color:rgb(254 215 170 / 0.4) !important
}

.text-orange-200\/45{
  color:rgb(254 215 170 / 0.45) !important
}

.text-orange-200\/5{
  color:rgb(254 215 170 / 0.05) !important
}

.text-orange-200\/50{
  color:rgb(254 215 170 / 0.5) !important
}

.text-orange-200\/55{
  color:rgb(254 215 170 / 0.55) !important
}

.text-orange-200\/60{
  color:rgb(254 215 170 / 0.6) !important
}

.text-orange-200\/65{
  color:rgb(254 215 170 / 0.65) !important
}

.text-orange-200\/70{
  color:rgb(254 215 170 / 0.7) !important
}

.text-orange-200\/75{
  color:rgb(254 215 170 / 0.75) !important
}

.text-orange-200\/80{
  color:rgb(254 215 170 / 0.8) !important
}

.text-orange-200\/85{
  color:rgb(254 215 170 / 0.85) !important
}

.text-orange-200\/90{
  color:rgb(254 215 170 / 0.9) !important
}

.text-orange-200\/95{
  color:rgb(254 215 170 / 0.95) !important
}

.text-orange-300{
  --tw-text-opacity:1 !important;
  color:rgb(255 187 162 / 1) !important;
  color:rgb(255 187 162 / var(--tw-text-opacity, 1)) !important
}

.text-orange-300\/0{
  color:rgb(255 187 162 / 0) !important
}

.text-orange-300\/10{
  color:rgb(255 187 162 / 0.1) !important
}

.text-orange-300\/100{
  color:rgb(255 187 162 / 1) !important
}

.text-orange-300\/15{
  color:rgb(255 187 162 / 0.15) !important
}

.text-orange-300\/20{
  color:rgb(255 187 162 / 0.2) !important
}

.text-orange-300\/25{
  color:rgb(255 187 162 / 0.25) !important
}

.text-orange-300\/30{
  color:rgb(255 187 162 / 0.3) !important
}

.text-orange-300\/35{
  color:rgb(255 187 162 / 0.35) !important
}

.text-orange-300\/40{
  color:rgb(255 187 162 / 0.4) !important
}

.text-orange-300\/45{
  color:rgb(255 187 162 / 0.45) !important
}

.text-orange-300\/5{
  color:rgb(255 187 162 / 0.05) !important
}

.text-orange-300\/50{
  color:rgb(255 187 162 / 0.5) !important
}

.text-orange-300\/55{
  color:rgb(255 187 162 / 0.55) !important
}

.text-orange-300\/60{
  color:rgb(255 187 162 / 0.6) !important
}

.text-orange-300\/65{
  color:rgb(255 187 162 / 0.65) !important
}

.text-orange-300\/70{
  color:rgb(255 187 162 / 0.7) !important
}

.text-orange-300\/75{
  color:rgb(255 187 162 / 0.75) !important
}

.text-orange-300\/80{
  color:rgb(255 187 162 / 0.8) !important
}

.text-orange-300\/85{
  color:rgb(255 187 162 / 0.85) !important
}

.text-orange-300\/90{
  color:rgb(255 187 162 / 0.9) !important
}

.text-orange-300\/95{
  color:rgb(255 187 162 / 0.95) !important
}

.text-orange-500{
  --tw-text-opacity:1 !important;
  color:rgb(255 153 116 / 1) !important;
  color:rgb(255 153 116 / var(--tw-text-opacity, 1)) !important
}

.text-orange-500\/0{
  color:rgb(255 153 116 / 0) !important
}

.text-orange-500\/10{
  color:rgb(255 153 116 / 0.1) !important
}

.text-orange-500\/100{
  color:rgb(255 153 116 / 1) !important
}

.text-orange-500\/15{
  color:rgb(255 153 116 / 0.15) !important
}

.text-orange-500\/20{
  color:rgb(255 153 116 / 0.2) !important
}

.text-orange-500\/25{
  color:rgb(255 153 116 / 0.25) !important
}

.text-orange-500\/30{
  color:rgb(255 153 116 / 0.3) !important
}

.text-orange-500\/35{
  color:rgb(255 153 116 / 0.35) !important
}

.text-orange-500\/40{
  color:rgb(255 153 116 / 0.4) !important
}

.text-orange-500\/45{
  color:rgb(255 153 116 / 0.45) !important
}

.text-orange-500\/5{
  color:rgb(255 153 116 / 0.05) !important
}

.text-orange-500\/50{
  color:rgb(255 153 116 / 0.5) !important
}

.text-orange-500\/55{
  color:rgb(255 153 116 / 0.55) !important
}

.text-orange-500\/60{
  color:rgb(255 153 116 / 0.6) !important
}

.text-orange-500\/65{
  color:rgb(255 153 116 / 0.65) !important
}

.text-orange-500\/70{
  color:rgb(255 153 116 / 0.7) !important
}

.text-orange-500\/75{
  color:rgb(255 153 116 / 0.75) !important
}

.text-orange-500\/80{
  color:rgb(255 153 116 / 0.8) !important
}

.text-orange-500\/85{
  color:rgb(255 153 116 / 0.85) !important
}

.text-orange-500\/90{
  color:rgb(255 153 116 / 0.9) !important
}

.text-orange-500\/95{
  color:rgb(255 153 116 / 0.95) !important
}

.text-orange-600{
  --tw-text-opacity:1 !important;
  color:rgb(234 88 12 / 1) !important;
  color:rgb(234 88 12 / var(--tw-text-opacity, 1)) !important
}

.text-orange-700{
  --tw-text-opacity:1 !important;
  color:rgb(255 119 69 / 1) !important;
  color:rgb(255 119 69 / var(--tw-text-opacity, 1)) !important
}

.text-orange-700\/0{
  color:rgb(255 119 69 / 0) !important
}

.text-orange-700\/10{
  color:rgb(255 119 69 / 0.1) !important
}

.text-orange-700\/100{
  color:rgb(255 119 69 / 1) !important
}

.text-orange-700\/15{
  color:rgb(255 119 69 / 0.15) !important
}

.text-orange-700\/20{
  color:rgb(255 119 69 / 0.2) !important
}

.text-orange-700\/25{
  color:rgb(255 119 69 / 0.25) !important
}

.text-orange-700\/30{
  color:rgb(255 119 69 / 0.3) !important
}

.text-orange-700\/35{
  color:rgb(255 119 69 / 0.35) !important
}

.text-orange-700\/40{
  color:rgb(255 119 69 / 0.4) !important
}

.text-orange-700\/45{
  color:rgb(255 119 69 / 0.45) !important
}

.text-orange-700\/5{
  color:rgb(255 119 69 / 0.05) !important
}

.text-orange-700\/50{
  color:rgb(255 119 69 / 0.5) !important
}

.text-orange-700\/55{
  color:rgb(255 119 69 / 0.55) !important
}

.text-orange-700\/60{
  color:rgb(255 119 69 / 0.6) !important
}

.text-orange-700\/65{
  color:rgb(255 119 69 / 0.65) !important
}

.text-orange-700\/70{
  color:rgb(255 119 69 / 0.7) !important
}

.text-orange-700\/75{
  color:rgb(255 119 69 / 0.75) !important
}

.text-orange-700\/80{
  color:rgb(255 119 69 / 0.8) !important
}

.text-orange-700\/85{
  color:rgb(255 119 69 / 0.85) !important
}

.text-orange-700\/90{
  color:rgb(255 119 69 / 0.9) !important
}

.text-orange-700\/95{
  color:rgb(255 119 69 / 0.95) !important
}

.text-orange-900{
  --tw-text-opacity:1 !important;
  color:rgb(255 85 23 / 1) !important;
  color:rgb(255 85 23 / var(--tw-text-opacity, 1)) !important
}

.text-orange-900\/0{
  color:rgb(255 85 23 / 0) !important
}

.text-orange-900\/10{
  color:rgb(255 85 23 / 0.1) !important
}

.text-orange-900\/100{
  color:rgb(255 85 23 / 1) !important
}

.text-orange-900\/15{
  color:rgb(255 85 23 / 0.15) !important
}

.text-orange-900\/20{
  color:rgb(255 85 23 / 0.2) !important
}

.text-orange-900\/25{
  color:rgb(255 85 23 / 0.25) !important
}

.text-orange-900\/30{
  color:rgb(255 85 23 / 0.3) !important
}

.text-orange-900\/35{
  color:rgb(255 85 23 / 0.35) !important
}

.text-orange-900\/40{
  color:rgb(255 85 23 / 0.4) !important
}

.text-orange-900\/45{
  color:rgb(255 85 23 / 0.45) !important
}

.text-orange-900\/5{
  color:rgb(255 85 23 / 0.05) !important
}

.text-orange-900\/50{
  color:rgb(255 85 23 / 0.5) !important
}

.text-orange-900\/55{
  color:rgb(255 85 23 / 0.55) !important
}

.text-orange-900\/60{
  color:rgb(255 85 23 / 0.6) !important
}

.text-orange-900\/65{
  color:rgb(255 85 23 / 0.65) !important
}

.text-orange-900\/70{
  color:rgb(255 85 23 / 0.7) !important
}

.text-orange-900\/75{
  color:rgb(255 85 23 / 0.75) !important
}

.text-orange-900\/80{
  color:rgb(255 85 23 / 0.8) !important
}

.text-orange-900\/85{
  color:rgb(255 85 23 / 0.85) !important
}

.text-orange-900\/90{
  color:rgb(255 85 23 / 0.9) !important
}

.text-orange-900\/95{
  color:rgb(255 85 23 / 0.95) !important
}

.text-red-100{
  --tw-text-opacity:1 !important;
  color:rgb(255 213 215 / 1) !important;
  color:rgb(255 213 215 / var(--tw-text-opacity, 1)) !important
}

.text-red-100\/0{
  color:rgb(255 213 215 / 0) !important
}

.text-red-100\/10{
  color:rgb(255 213 215 / 0.1) !important
}

.text-red-100\/100{
  color:rgb(255 213 215 / 1) !important
}

.text-red-100\/15{
  color:rgb(255 213 215 / 0.15) !important
}

.text-red-100\/20{
  color:rgb(255 213 215 / 0.2) !important
}

.text-red-100\/25{
  color:rgb(255 213 215 / 0.25) !important
}

.text-red-100\/30{
  color:rgb(255 213 215 / 0.3) !important
}

.text-red-100\/35{
  color:rgb(255 213 215 / 0.35) !important
}

.text-red-100\/40{
  color:rgb(255 213 215 / 0.4) !important
}

.text-red-100\/45{
  color:rgb(255 213 215 / 0.45) !important
}

.text-red-100\/5{
  color:rgb(255 213 215 / 0.05) !important
}

.text-red-100\/50{
  color:rgb(255 213 215 / 0.5) !important
}

.text-red-100\/55{
  color:rgb(255 213 215 / 0.55) !important
}

.text-red-100\/60{
  color:rgb(255 213 215 / 0.6) !important
}

.text-red-100\/65{
  color:rgb(255 213 215 / 0.65) !important
}

.text-red-100\/70{
  color:rgb(255 213 215 / 0.7) !important
}

.text-red-100\/75{
  color:rgb(255 213 215 / 0.75) !important
}

.text-red-100\/80{
  color:rgb(255 213 215 / 0.8) !important
}

.text-red-100\/85{
  color:rgb(255 213 215 / 0.85) !important
}

.text-red-100\/90{
  color:rgb(255 213 215 / 0.9) !important
}

.text-red-100\/95{
  color:rgb(255 213 215 / 0.95) !important
}

.text-red-200{
  --tw-text-opacity:1 !important;
  color:rgb(255 172 174 / 1) !important;
  color:rgb(255 172 174 / var(--tw-text-opacity, 1)) !important
}

.text-red-200\/0{
  color:rgb(255 172 174 / 0) !important
}

.text-red-200\/10{
  color:rgb(255 172 174 / 0.1) !important
}

.text-red-200\/100{
  color:rgb(255 172 174 / 1) !important
}

.text-red-200\/15{
  color:rgb(255 172 174 / 0.15) !important
}

.text-red-200\/20{
  color:rgb(255 172 174 / 0.2) !important
}

.text-red-200\/25{
  color:rgb(255 172 174 / 0.25) !important
}

.text-red-200\/30{
  color:rgb(255 172 174 / 0.3) !important
}

.text-red-200\/35{
  color:rgb(255 172 174 / 0.35) !important
}

.text-red-200\/40{
  color:rgb(255 172 174 / 0.4) !important
}

.text-red-200\/45{
  color:rgb(255 172 174 / 0.45) !important
}

.text-red-200\/5{
  color:rgb(255 172 174 / 0.05) !important
}

.text-red-200\/50{
  color:rgb(255 172 174 / 0.5) !important
}

.text-red-200\/55{
  color:rgb(255 172 174 / 0.55) !important
}

.text-red-200\/60{
  color:rgb(255 172 174 / 0.6) !important
}

.text-red-200\/65{
  color:rgb(255 172 174 / 0.65) !important
}

.text-red-200\/70{
  color:rgb(255 172 174 / 0.7) !important
}

.text-red-200\/75{
  color:rgb(255 172 174 / 0.75) !important
}

.text-red-200\/80{
  color:rgb(255 172 174 / 0.8) !important
}

.text-red-200\/85{
  color:rgb(255 172 174 / 0.85) !important
}

.text-red-200\/90{
  color:rgb(255 172 174 / 0.9) !important
}

.text-red-200\/95{
  color:rgb(255 172 174 / 0.95) !important
}

.text-red-300{
  --tw-text-opacity:1 !important;
  color:rgb(255 130 134 / 1) !important;
  color:rgb(255 130 134 / var(--tw-text-opacity, 1)) !important
}

.text-red-300\/0{
  color:rgb(255 130 134 / 0) !important
}

.text-red-300\/10{
  color:rgb(255 130 134 / 0.1) !important
}

.text-red-300\/100{
  color:rgb(255 130 134 / 1) !important
}

.text-red-300\/15{
  color:rgb(255 130 134 / 0.15) !important
}

.text-red-300\/20{
  color:rgb(255 130 134 / 0.2) !important
}

.text-red-300\/25{
  color:rgb(255 130 134 / 0.25) !important
}

.text-red-300\/30{
  color:rgb(255 130 134 / 0.3) !important
}

.text-red-300\/35{
  color:rgb(255 130 134 / 0.35) !important
}

.text-red-300\/40{
  color:rgb(255 130 134 / 0.4) !important
}

.text-red-300\/45{
  color:rgb(255 130 134 / 0.45) !important
}

.text-red-300\/5{
  color:rgb(255 130 134 / 0.05) !important
}

.text-red-300\/50{
  color:rgb(255 130 134 / 0.5) !important
}

.text-red-300\/55{
  color:rgb(255 130 134 / 0.55) !important
}

.text-red-300\/60{
  color:rgb(255 130 134 / 0.6) !important
}

.text-red-300\/65{
  color:rgb(255 130 134 / 0.65) !important
}

.text-red-300\/70{
  color:rgb(255 130 134 / 0.7) !important
}

.text-red-300\/75{
  color:rgb(255 130 134 / 0.75) !important
}

.text-red-300\/80{
  color:rgb(255 130 134 / 0.8) !important
}

.text-red-300\/85{
  color:rgb(255 130 134 / 0.85) !important
}

.text-red-300\/90{
  color:rgb(255 130 134 / 0.9) !important
}

.text-red-300\/95{
  color:rgb(255 130 134 / 0.95) !important
}

.text-red-500{
  --tw-text-opacity:1 !important;
  color:rgb(255 47 53 / 1) !important;
  color:rgb(255 47 53 / var(--tw-text-opacity, 1)) !important
}

.text-red-500\/0{
  color:rgb(255 47 53 / 0) !important
}

.text-red-500\/10{
  color:rgb(255 47 53 / 0.1) !important
}

.text-red-500\/100{
  color:rgb(255 47 53 / 1) !important
}

.text-red-500\/15{
  color:rgb(255 47 53 / 0.15) !important
}

.text-red-500\/20{
  color:rgb(255 47 53 / 0.2) !important
}

.text-red-500\/25{
  color:rgb(255 47 53 / 0.25) !important
}

.text-red-500\/30{
  color:rgb(255 47 53 / 0.3) !important
}

.text-red-500\/35{
  color:rgb(255 47 53 / 0.35) !important
}

.text-red-500\/40{
  color:rgb(255 47 53 / 0.4) !important
}

.text-red-500\/45{
  color:rgb(255 47 53 / 0.45) !important
}

.text-red-500\/5{
  color:rgb(255 47 53 / 0.05) !important
}

.text-red-500\/50{
  color:rgb(255 47 53 / 0.5) !important
}

.text-red-500\/55{
  color:rgb(255 47 53 / 0.55) !important
}

.text-red-500\/60{
  color:rgb(255 47 53 / 0.6) !important
}

.text-red-500\/65{
  color:rgb(255 47 53 / 0.65) !important
}

.text-red-500\/70{
  color:rgb(255 47 53 / 0.7) !important
}

.text-red-500\/75{
  color:rgb(255 47 53 / 0.75) !important
}

.text-red-500\/80{
  color:rgb(255 47 53 / 0.8) !important
}

.text-red-500\/85{
  color:rgb(255 47 53 / 0.85) !important
}

.text-red-500\/90{
  color:rgb(255 47 53 / 0.9) !important
}

.text-red-500\/95{
  color:rgb(255 47 53 / 0.95) !important
}

.text-red-600{
  --tw-text-opacity:1 !important;
  color:rgb(220 38 38 / 1) !important;
  color:rgb(220 38 38 / var(--tw-text-opacity, 1)) !important
}

.text-red-700{
  --tw-text-opacity:1 !important;
  color:rgb(185 28 28 / 1) !important;
  color:rgb(185 28 28 / var(--tw-text-opacity, 1)) !important
}

.text-red-700\/0{
  color:rgb(185 28 28 / 0) !important
}

.text-red-700\/10{
  color:rgb(185 28 28 / 0.1) !important
}

.text-red-700\/100{
  color:rgb(185 28 28 / 1) !important
}

.text-red-700\/15{
  color:rgb(185 28 28 / 0.15) !important
}

.text-red-700\/20{
  color:rgb(185 28 28 / 0.2) !important
}

.text-red-700\/25{
  color:rgb(185 28 28 / 0.25) !important
}

.text-red-700\/30{
  color:rgb(185 28 28 / 0.3) !important
}

.text-red-700\/35{
  color:rgb(185 28 28 / 0.35) !important
}

.text-red-700\/40{
  color:rgb(185 28 28 / 0.4) !important
}

.text-red-700\/45{
  color:rgb(185 28 28 / 0.45) !important
}

.text-red-700\/5{
  color:rgb(185 28 28 / 0.05) !important
}

.text-red-700\/50{
  color:rgb(185 28 28 / 0.5) !important
}

.text-red-700\/55{
  color:rgb(185 28 28 / 0.55) !important
}

.text-red-700\/60{
  color:rgb(185 28 28 / 0.6) !important
}

.text-red-700\/65{
  color:rgb(185 28 28 / 0.65) !important
}

.text-red-700\/70{
  color:rgb(185 28 28 / 0.7) !important
}

.text-red-700\/75{
  color:rgb(185 28 28 / 0.75) !important
}

.text-red-700\/80{
  color:rgb(185 28 28 / 0.8) !important
}

.text-red-700\/85{
  color:rgb(185 28 28 / 0.85) !important
}

.text-red-700\/90{
  color:rgb(185 28 28 / 0.9) !important
}

.text-red-700\/95{
  color:rgb(185 28 28 / 0.95) !important
}

.text-red-900{
  --tw-text-opacity:1 !important;
  color:rgb(127 29 29 / 1) !important;
  color:rgb(127 29 29 / var(--tw-text-opacity, 1)) !important
}

.text-red-900\/0{
  color:rgb(127 29 29 / 0) !important
}

.text-red-900\/10{
  color:rgb(127 29 29 / 0.1) !important
}

.text-red-900\/100{
  color:rgb(127 29 29 / 1) !important
}

.text-red-900\/15{
  color:rgb(127 29 29 / 0.15) !important
}

.text-red-900\/20{
  color:rgb(127 29 29 / 0.2) !important
}

.text-red-900\/25{
  color:rgb(127 29 29 / 0.25) !important
}

.text-red-900\/30{
  color:rgb(127 29 29 / 0.3) !important
}

.text-red-900\/35{
  color:rgb(127 29 29 / 0.35) !important
}

.text-red-900\/40{
  color:rgb(127 29 29 / 0.4) !important
}

.text-red-900\/45{
  color:rgb(127 29 29 / 0.45) !important
}

.text-red-900\/5{
  color:rgb(127 29 29 / 0.05) !important
}

.text-red-900\/50{
  color:rgb(127 29 29 / 0.5) !important
}

.text-red-900\/55{
  color:rgb(127 29 29 / 0.55) !important
}

.text-red-900\/60{
  color:rgb(127 29 29 / 0.6) !important
}

.text-red-900\/65{
  color:rgb(127 29 29 / 0.65) !important
}

.text-red-900\/70{
  color:rgb(127 29 29 / 0.7) !important
}

.text-red-900\/75{
  color:rgb(127 29 29 / 0.75) !important
}

.text-red-900\/80{
  color:rgb(127 29 29 / 0.8) !important
}

.text-red-900\/85{
  color:rgb(127 29 29 / 0.85) !important
}

.text-red-900\/90{
  color:rgb(127 29 29 / 0.9) !important
}

.text-red-900\/95{
  color:rgb(127 29 29 / 0.95) !important
}

.text-white{
  --tw-text-opacity:1 !important;
  color:rgb(255 255 255 / 1) !important;
  color:rgb(255 255 255 / var(--tw-text-opacity, 1)) !important
}

.text-yellow-400{
  --tw-text-opacity:1 !important;
  color:rgb(251 191 36 / 1) !important;
  color:rgb(251 191 36 / var(--tw-text-opacity, 1)) !important
}

.text-yellow-800{
  --tw-text-opacity:1 !important;
  color:rgb(146 64 14 / 1) !important;
  color:rgb(146 64 14 / var(--tw-text-opacity, 1)) !important
}

.underline{
  -webkit-text-decoration-line:underline !important;
          text-decoration-line:underline !important
}

.no-underline{
  -webkit-text-decoration-line:none !important;
          text-decoration-line:none !important
}

.antialiased{
  -webkit-font-smoothing:antialiased !important;
  -moz-osx-font-smoothing:grayscale !important
}

.placeholder-gray-400::-moz-placeholder{
  --tw-placeholder-opacity:1 !important;
  color:rgb(148 163 184 / 1) !important;
  color:rgb(148 163 184 / var(--tw-placeholder-opacity, 1)) !important
}

.placeholder-gray-400:-ms-input-placeholder{
  --tw-placeholder-opacity:1 !important;
  color:rgb(148 163 184 / 1) !important;
  color:rgb(148 163 184 / var(--tw-placeholder-opacity, 1)) !important
}

.placeholder-gray-400::placeholder{
  --tw-placeholder-opacity:1 !important;
  color:rgb(148 163 184 / 1) !important;
  color:rgb(148 163 184 / var(--tw-placeholder-opacity, 1)) !important
}

.placeholder-gray-900::-moz-placeholder{
  --tw-placeholder-opacity:1 !important;
  color:rgb(23 46 68 / 1) !important;
  color:rgb(23 46 68 / var(--tw-placeholder-opacity, 1)) !important
}

.placeholder-gray-900:-ms-input-placeholder{
  --tw-placeholder-opacity:1 !important;
  color:rgb(23 46 68 / 1) !important;
  color:rgb(23 46 68 / var(--tw-placeholder-opacity, 1)) !important
}

.placeholder-gray-900::placeholder{
  --tw-placeholder-opacity:1 !important;
  color:rgb(23 46 68 / 1) !important;
  color:rgb(23 46 68 / var(--tw-placeholder-opacity, 1)) !important
}

.placeholder-red-300::-moz-placeholder{
  --tw-placeholder-opacity:1 !important;
  color:rgb(255 130 134 / 1) !important;
  color:rgb(255 130 134 / var(--tw-placeholder-opacity, 1)) !important
}

.placeholder-red-300:-ms-input-placeholder{
  --tw-placeholder-opacity:1 !important;
  color:rgb(255 130 134 / 1) !important;
  color:rgb(255 130 134 / var(--tw-placeholder-opacity, 1)) !important
}

.placeholder-red-300::placeholder{
  --tw-placeholder-opacity:1 !important;
  color:rgb(255 130 134 / 1) !important;
  color:rgb(255 130 134 / var(--tw-placeholder-opacity, 1)) !important
}

.opacity-0{
  opacity:0 !important
}

.opacity-100{
  opacity:1 !important
}

.shadow{
  --tw-shadow:0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color) !important;
  box-shadow:0 0 #0000, 0 0 #0000, var(--tw-shadow) !important;
  box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important
}

.shadow-2xl{
  --tw-shadow:0 25px 50px -12px rgb(0 0 0 / 0.25) !important;
  --tw-shadow-colored:0 25px 50px -12px var(--tw-shadow-color) !important;
  box-shadow:0 0 #0000, 0 0 #0000, var(--tw-shadow) !important;
  box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important
}

.shadow-lg{
  --tw-shadow:0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color) !important;
  box-shadow:0 0 #0000, 0 0 #0000, var(--tw-shadow) !important;
  box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important
}

.shadow-none{
  --tw-shadow:0 0 #0000 !important;
  --tw-shadow-colored:0 0 #0000 !important;
  box-shadow:0 0 #0000, 0 0 #0000, var(--tw-shadow) !important;
  box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important
}

.shadow-sm{
  --tw-shadow:0 1px 2px 0 rgb(0 0 0 / 0.05) !important;
  --tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color) !important;
  box-shadow:0 0 #0000, 0 0 #0000, var(--tw-shadow) !important;
  box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important
}

.shadow-xl{
  --tw-shadow:0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored:0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color) !important;
  box-shadow:0 0 #0000, 0 0 #0000, var(--tw-shadow) !important;
  box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important
}

.outline-none{
  outline:2px solid transparent !important;
  outline-offset:2px !important
}

.outline{
  outline-style:solid !important
}

.outline-0{
  outline-width:0px !important
}

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

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

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

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

.ring-inset{
  --tw-ring-inset:inset !important
}

.ring-black{
  --tw-ring-opacity:1 !important;
  --tw-ring-color:rgb(13 13 13 / var(--tw-ring-opacity, 1)) !important
}

.ring-cyan-100{
  --tw-ring-opacity:1 !important;
  --tw-ring-color:rgb(207 250 254 / var(--tw-ring-opacity, 1)) !important
}

.ring-cyan-100\/0{
  --tw-ring-color:rgb(207 250 254 / 0) !important
}

.ring-cyan-100\/10{
  --tw-ring-color:rgb(207 250 254 / 0.1) !important
}

.ring-cyan-100\/100{
  --tw-ring-color:rgb(207 250 254 / 1) !important
}

.ring-cyan-100\/15{
  --tw-ring-color:rgb(207 250 254 / 0.15) !important
}

.ring-cyan-100\/20{
  --tw-ring-color:rgb(207 250 254 / 0.2) !important
}

.ring-cyan-100\/25{
  --tw-ring-color:rgb(207 250 254 / 0.25) !important
}

.ring-cyan-100\/30{
  --tw-ring-color:rgb(207 250 254 / 0.3) !important
}

.ring-cyan-100\/35{
  --tw-ring-color:rgb(207 250 254 / 0.35) !important
}

.ring-cyan-100\/40{
  --tw-ring-color:rgb(207 250 254 / 0.4) !important
}

.ring-cyan-100\/45{
  --tw-ring-color:rgb(207 250 254 / 0.45) !important
}

.ring-cyan-100\/5{
  --tw-ring-color:rgb(207 250 254 / 0.05) !important
}

.ring-cyan-100\/50{
  --tw-ring-color:rgb(207 250 254 / 0.5) !important
}

.ring-cyan-100\/55{
  --tw-ring-color:rgb(207 250 254 / 0.55) !important
}

.ring-cyan-100\/60{
  --tw-ring-color:rgb(207 250 254 / 0.6) !important
}

.ring-cyan-100\/65{
  --tw-ring-color:rgb(207 250 254 / 0.65) !important
}

.ring-cyan-100\/70{
  --tw-ring-color:rgb(207 250 254 / 0.7) !important
}

.ring-cyan-100\/75{
  --tw-ring-color:rgb(207 250 254 / 0.75) !important
}

.ring-cyan-100\/80{
  --tw-ring-color:rgb(207 250 254 / 0.8) !important
}

.ring-cyan-100\/85{
  --tw-ring-color:rgb(207 250 254 / 0.85) !important
}

.ring-cyan-100\/90{
  --tw-ring-color:rgb(207 250 254 / 0.9) !important
}

.ring-cyan-100\/95{
  --tw-ring-color:rgb(207 250 254 / 0.95) !important
}

.ring-cyan-200{
  --tw-ring-opacity:1 !important;
  --tw-ring-color:rgb(165 243 252 / var(--tw-ring-opacity, 1)) !important
}

.ring-cyan-200\/0{
  --tw-ring-color:rgb(165 243 252 / 0) !important
}

.ring-cyan-200\/10{
  --tw-ring-color:rgb(165 243 252 / 0.1) !important
}

.ring-cyan-200\/100{
  --tw-ring-color:rgb(165 243 252 / 1) !important
}

.ring-cyan-200\/15{
  --tw-ring-color:rgb(165 243 252 / 0.15) !important
}

.ring-cyan-200\/20{
  --tw-ring-color:rgb(165 243 252 / 0.2) !important
}

.ring-cyan-200\/25{
  --tw-ring-color:rgb(165 243 252 / 0.25) !important
}

.ring-cyan-200\/30{
  --tw-ring-color:rgb(165 243 252 / 0.3) !important
}

.ring-cyan-200\/35{
  --tw-ring-color:rgb(165 243 252 / 0.35) !important
}

.ring-cyan-200\/40{
  --tw-ring-color:rgb(165 243 252 / 0.4) !important
}

.ring-cyan-200\/45{
  --tw-ring-color:rgb(165 243 252 / 0.45) !important
}

.ring-cyan-200\/5{
  --tw-ring-color:rgb(165 243 252 / 0.05) !important
}

.ring-cyan-200\/50{
  --tw-ring-color:rgb(165 243 252 / 0.5) !important
}

.ring-cyan-200\/55{
  --tw-ring-color:rgb(165 243 252 / 0.55) !important
}

.ring-cyan-200\/60{
  --tw-ring-color:rgb(165 243 252 / 0.6) !important
}

.ring-cyan-200\/65{
  --tw-ring-color:rgb(165 243 252 / 0.65) !important
}

.ring-cyan-200\/70{
  --tw-ring-color:rgb(165 243 252 / 0.7) !important
}

.ring-cyan-200\/75{
  --tw-ring-color:rgb(165 243 252 / 0.75) !important
}

.ring-cyan-200\/80{
  --tw-ring-color:rgb(165 243 252 / 0.8) !important
}

.ring-cyan-200\/85{
  --tw-ring-color:rgb(165 243 252 / 0.85) !important
}

.ring-cyan-200\/90{
  --tw-ring-color:rgb(165 243 252 / 0.9) !important
}

.ring-cyan-200\/95{
  --tw-ring-color:rgb(165 243 252 / 0.95) !important
}

.ring-cyan-300{
  --tw-ring-opacity:1 !important;
  --tw-ring-color:rgb(68 224 213 / var(--tw-ring-opacity, 1)) !important
}

.ring-cyan-300\/0{
  --tw-ring-color:rgb(68 224 213 / 0) !important
}

.ring-cyan-300\/10{
  --tw-ring-color:rgb(68 224 213 / 0.1) !important
}

.ring-cyan-300\/100{
  --tw-ring-color:rgb(68 224 213 / 1) !important
}

.ring-cyan-300\/15{
  --tw-ring-color:rgb(68 224 213 / 0.15) !important
}

.ring-cyan-300\/20{
  --tw-ring-color:rgb(68 224 213 / 0.2) !important
}

.ring-cyan-300\/25{
  --tw-ring-color:rgb(68 224 213 / 0.25) !important
}

.ring-cyan-300\/30{
  --tw-ring-color:rgb(68 224 213 / 0.3) !important
}

.ring-cyan-300\/35{
  --tw-ring-color:rgb(68 224 213 / 0.35) !important
}

.ring-cyan-300\/40{
  --tw-ring-color:rgb(68 224 213 / 0.4) !important
}

.ring-cyan-300\/45{
  --tw-ring-color:rgb(68 224 213 / 0.45) !important
}

.ring-cyan-300\/5{
  --tw-ring-color:rgb(68 224 213 / 0.05) !important
}

.ring-cyan-300\/50{
  --tw-ring-color:rgb(68 224 213 / 0.5) !important
}

.ring-cyan-300\/55{
  --tw-ring-color:rgb(68 224 213 / 0.55) !important
}

.ring-cyan-300\/60{
  --tw-ring-color:rgb(68 224 213 / 0.6) !important
}

.ring-cyan-300\/65{
  --tw-ring-color:rgb(68 224 213 / 0.65) !important
}

.ring-cyan-300\/70{
  --tw-ring-color:rgb(68 224 213 / 0.7) !important
}

.ring-cyan-300\/75{
  --tw-ring-color:rgb(68 224 213 / 0.75) !important
}

.ring-cyan-300\/80{
  --tw-ring-color:rgb(68 224 213 / 0.8) !important
}

.ring-cyan-300\/85{
  --tw-ring-color:rgb(68 224 213 / 0.85) !important
}

.ring-cyan-300\/90{
  --tw-ring-color:rgb(68 224 213 / 0.9) !important
}

.ring-cyan-300\/95{
  --tw-ring-color:rgb(68 224 213 / 0.95) !important
}

.ring-cyan-500{
  --tw-ring-opacity:1 !important;
  --tw-ring-color:rgb(6 182 212 / var(--tw-ring-opacity, 1)) !important
}

.ring-cyan-500\/0{
  --tw-ring-color:rgb(6 182 212 / 0) !important
}

.ring-cyan-500\/10{
  --tw-ring-color:rgb(6 182 212 / 0.1) !important
}

.ring-cyan-500\/100{
  --tw-ring-color:rgb(6 182 212 / 1) !important
}

.ring-cyan-500\/15{
  --tw-ring-color:rgb(6 182 212 / 0.15) !important
}

.ring-cyan-500\/20{
  --tw-ring-color:rgb(6 182 212 / 0.2) !important
}

.ring-cyan-500\/25{
  --tw-ring-color:rgb(6 182 212 / 0.25) !important
}

.ring-cyan-500\/30{
  --tw-ring-color:rgb(6 182 212 / 0.3) !important
}

.ring-cyan-500\/35{
  --tw-ring-color:rgb(6 182 212 / 0.35) !important
}

.ring-cyan-500\/40{
  --tw-ring-color:rgb(6 182 212 / 0.4) !important
}

.ring-cyan-500\/45{
  --tw-ring-color:rgb(6 182 212 / 0.45) !important
}

.ring-cyan-500\/5{
  --tw-ring-color:rgb(6 182 212 / 0.05) !important
}

.ring-cyan-500\/50{
  --tw-ring-color:rgb(6 182 212 / 0.5) !important
}

.ring-cyan-500\/55{
  --tw-ring-color:rgb(6 182 212 / 0.55) !important
}

.ring-cyan-500\/60{
  --tw-ring-color:rgb(6 182 212 / 0.6) !important
}

.ring-cyan-500\/65{
  --tw-ring-color:rgb(6 182 212 / 0.65) !important
}

.ring-cyan-500\/70{
  --tw-ring-color:rgb(6 182 212 / 0.7) !important
}

.ring-cyan-500\/75{
  --tw-ring-color:rgb(6 182 212 / 0.75) !important
}

.ring-cyan-500\/80{
  --tw-ring-color:rgb(6 182 212 / 0.8) !important
}

.ring-cyan-500\/85{
  --tw-ring-color:rgb(6 182 212 / 0.85) !important
}

.ring-cyan-500\/90{
  --tw-ring-color:rgb(6 182 212 / 0.9) !important
}

.ring-cyan-500\/95{
  --tw-ring-color:rgb(6 182 212 / 0.95) !important
}

.ring-cyan-700{
  --tw-ring-opacity:1 !important;
  --tw-ring-color:rgb(14 116 144 / var(--tw-ring-opacity, 1)) !important
}

.ring-cyan-700\/0{
  --tw-ring-color:rgb(14 116 144 / 0) !important
}

.ring-cyan-700\/10{
  --tw-ring-color:rgb(14 116 144 / 0.1) !important
}

.ring-cyan-700\/100{
  --tw-ring-color:rgb(14 116 144 / 1) !important
}

.ring-cyan-700\/15{
  --tw-ring-color:rgb(14 116 144 / 0.15) !important
}

.ring-cyan-700\/20{
  --tw-ring-color:rgb(14 116 144 / 0.2) !important
}

.ring-cyan-700\/25{
  --tw-ring-color:rgb(14 116 144 / 0.25) !important
}

.ring-cyan-700\/30{
  --tw-ring-color:rgb(14 116 144 / 0.3) !important
}

.ring-cyan-700\/35{
  --tw-ring-color:rgb(14 116 144 / 0.35) !important
}

.ring-cyan-700\/40{
  --tw-ring-color:rgb(14 116 144 / 0.4) !important
}

.ring-cyan-700\/45{
  --tw-ring-color:rgb(14 116 144 / 0.45) !important
}

.ring-cyan-700\/5{
  --tw-ring-color:rgb(14 116 144 / 0.05) !important
}

.ring-cyan-700\/50{
  --tw-ring-color:rgb(14 116 144 / 0.5) !important
}

.ring-cyan-700\/55{
  --tw-ring-color:rgb(14 116 144 / 0.55) !important
}

.ring-cyan-700\/60{
  --tw-ring-color:rgb(14 116 144 / 0.6) !important
}

.ring-cyan-700\/65{
  --tw-ring-color:rgb(14 116 144 / 0.65) !important
}

.ring-cyan-700\/70{
  --tw-ring-color:rgb(14 116 144 / 0.7) !important
}

.ring-cyan-700\/75{
  --tw-ring-color:rgb(14 116 144 / 0.75) !important
}

.ring-cyan-700\/80{
  --tw-ring-color:rgb(14 116 144 / 0.8) !important
}

.ring-cyan-700\/85{
  --tw-ring-color:rgb(14 116 144 / 0.85) !important
}

.ring-cyan-700\/90{
  --tw-ring-color:rgb(14 116 144 / 0.9) !important
}

.ring-cyan-700\/95{
  --tw-ring-color:rgb(14 116 144 / 0.95) !important
}

.ring-cyan-900{
  --tw-ring-opacity:1 !important;
  --tw-ring-color:rgb(0 149 138 / var(--tw-ring-opacity, 1)) !important
}

.ring-cyan-900\/0{
  --tw-ring-color:rgb(0 149 138 / 0) !important
}

.ring-cyan-900\/10{
  --tw-ring-color:rgb(0 149 138 / 0.1) !important
}

.ring-cyan-900\/100{
  --tw-ring-color:rgb(0 149 138 / 1) !important
}

.ring-cyan-900\/15{
  --tw-ring-color:rgb(0 149 138 / 0.15) !important
}

.ring-cyan-900\/20{
  --tw-ring-color:rgb(0 149 138 / 0.2) !important
}

.ring-cyan-900\/25{
  --tw-ring-color:rgb(0 149 138 / 0.25) !important
}

.ring-cyan-900\/30{
  --tw-ring-color:rgb(0 149 138 / 0.3) !important
}

.ring-cyan-900\/35{
  --tw-ring-color:rgb(0 149 138 / 0.35) !important
}

.ring-cyan-900\/40{
  --tw-ring-color:rgb(0 149 138 / 0.4) !important
}

.ring-cyan-900\/45{
  --tw-ring-color:rgb(0 149 138 / 0.45) !important
}

.ring-cyan-900\/5{
  --tw-ring-color:rgb(0 149 138 / 0.05) !important
}

.ring-cyan-900\/50{
  --tw-ring-color:rgb(0 149 138 / 0.5) !important
}

.ring-cyan-900\/55{
  --tw-ring-color:rgb(0 149 138 / 0.55) !important
}

.ring-cyan-900\/60{
  --tw-ring-color:rgb(0 149 138 / 0.6) !important
}

.ring-cyan-900\/65{
  --tw-ring-color:rgb(0 149 138 / 0.65) !important
}

.ring-cyan-900\/70{
  --tw-ring-color:rgb(0 149 138 / 0.7) !important
}

.ring-cyan-900\/75{
  --tw-ring-color:rgb(0 149 138 / 0.75) !important
}

.ring-cyan-900\/80{
  --tw-ring-color:rgb(0 149 138 / 0.8) !important
}

.ring-cyan-900\/85{
  --tw-ring-color:rgb(0 149 138 / 0.85) !important
}

.ring-cyan-900\/90{
  --tw-ring-color:rgb(0 149 138 / 0.9) !important
}

.ring-cyan-900\/95{
  --tw-ring-color:rgb(0 149 138 / 0.95) !important
}

.ring-gray-100{
  --tw-ring-opacity:1 !important;
  --tw-ring-color:rgb(241 245 249 / var(--tw-ring-opacity, 1)) !important
}

.ring-gray-100\/0{
  --tw-ring-color:rgb(241 245 249 / 0) !important
}

.ring-gray-100\/10{
  --tw-ring-color:rgb(241 245 249 / 0.1) !important
}

.ring-gray-100\/100{
  --tw-ring-color:rgb(241 245 249 / 1) !important
}

.ring-gray-100\/15{
  --tw-ring-color:rgb(241 245 249 / 0.15) !important
}

.ring-gray-100\/20{
  --tw-ring-color:rgb(241 245 249 / 0.2) !important
}

.ring-gray-100\/25{
  --tw-ring-color:rgb(241 245 249 / 0.25) !important
}

.ring-gray-100\/30{
  --tw-ring-color:rgb(241 245 249 / 0.3) !important
}

.ring-gray-100\/35{
  --tw-ring-color:rgb(241 245 249 / 0.35) !important
}

.ring-gray-100\/40{
  --tw-ring-color:rgb(241 245 249 / 0.4) !important
}

.ring-gray-100\/45{
  --tw-ring-color:rgb(241 245 249 / 0.45) !important
}

.ring-gray-100\/5{
  --tw-ring-color:rgb(241 245 249 / 0.05) !important
}

.ring-gray-100\/50{
  --tw-ring-color:rgb(241 245 249 / 0.5) !important
}

.ring-gray-100\/55{
  --tw-ring-color:rgb(241 245 249 / 0.55) !important
}

.ring-gray-100\/60{
  --tw-ring-color:rgb(241 245 249 / 0.6) !important
}

.ring-gray-100\/65{
  --tw-ring-color:rgb(241 245 249 / 0.65) !important
}

.ring-gray-100\/70{
  --tw-ring-color:rgb(241 245 249 / 0.7) !important
}

.ring-gray-100\/75{
  --tw-ring-color:rgb(241 245 249 / 0.75) !important
}

.ring-gray-100\/80{
  --tw-ring-color:rgb(241 245 249 / 0.8) !important
}

.ring-gray-100\/85{
  --tw-ring-color:rgb(241 245 249 / 0.85) !important
}

.ring-gray-100\/90{
  --tw-ring-color:rgb(241 245 249 / 0.9) !important
}

.ring-gray-100\/95{
  --tw-ring-color:rgb(241 245 249 / 0.95) !important
}

.ring-gray-200{
  --tw-ring-opacity:1 !important;
  --tw-ring-color:rgb(217 228 236 / var(--tw-ring-opacity, 1)) !important
}

.ring-gray-200\/0{
  --tw-ring-color:rgb(217 228 236 / 0) !important
}

.ring-gray-200\/10{
  --tw-ring-color:rgb(217 228 236 / 0.1) !important
}

.ring-gray-200\/100{
  --tw-ring-color:rgb(217 228 236 / 1) !important
}

.ring-gray-200\/15{
  --tw-ring-color:rgb(217 228 236 / 0.15) !important
}

.ring-gray-200\/20{
  --tw-ring-color:rgb(217 228 236 / 0.2) !important
}

.ring-gray-200\/25{
  --tw-ring-color:rgb(217 228 236 / 0.25) !important
}

.ring-gray-200\/30{
  --tw-ring-color:rgb(217 228 236 / 0.3) !important
}

.ring-gray-200\/35{
  --tw-ring-color:rgb(217 228 236 / 0.35) !important
}

.ring-gray-200\/40{
  --tw-ring-color:rgb(217 228 236 / 0.4) !important
}

.ring-gray-200\/45{
  --tw-ring-color:rgb(217 228 236 / 0.45) !important
}

.ring-gray-200\/5{
  --tw-ring-color:rgb(217 228 236 / 0.05) !important
}

.ring-gray-200\/50{
  --tw-ring-color:rgb(217 228 236 / 0.5) !important
}

.ring-gray-200\/55{
  --tw-ring-color:rgb(217 228 236 / 0.55) !important
}

.ring-gray-200\/60{
  --tw-ring-color:rgb(217 228 236 / 0.6) !important
}

.ring-gray-200\/65{
  --tw-ring-color:rgb(217 228 236 / 0.65) !important
}

.ring-gray-200\/70{
  --tw-ring-color:rgb(217 228 236 / 0.7) !important
}

.ring-gray-200\/75{
  --tw-ring-color:rgb(217 228 236 / 0.75) !important
}

.ring-gray-200\/80{
  --tw-ring-color:rgb(217 228 236 / 0.8) !important
}

.ring-gray-200\/85{
  --tw-ring-color:rgb(217 228 236 / 0.85) !important
}

.ring-gray-200\/90{
  --tw-ring-color:rgb(217 228 236 / 0.9) !important
}

.ring-gray-200\/95{
  --tw-ring-color:rgb(217 228 236 / 0.95) !important
}

.ring-gray-300{
  --tw-ring-opacity:1 !important;
  --tw-ring-color:rgb(203 213 225 / var(--tw-ring-opacity, 1)) !important
}

.ring-gray-300\/0{
  --tw-ring-color:rgb(203 213 225 / 0) !important
}

.ring-gray-300\/10{
  --tw-ring-color:rgb(203 213 225 / 0.1) !important
}

.ring-gray-300\/100{
  --tw-ring-color:rgb(203 213 225 / 1) !important
}

.ring-gray-300\/15{
  --tw-ring-color:rgb(203 213 225 / 0.15) !important
}

.ring-gray-300\/20{
  --tw-ring-color:rgb(203 213 225 / 0.2) !important
}

.ring-gray-300\/25{
  --tw-ring-color:rgb(203 213 225 / 0.25) !important
}

.ring-gray-300\/30{
  --tw-ring-color:rgb(203 213 225 / 0.3) !important
}

.ring-gray-300\/35{
  --tw-ring-color:rgb(203 213 225 / 0.35) !important
}

.ring-gray-300\/40{
  --tw-ring-color:rgb(203 213 225 / 0.4) !important
}

.ring-gray-300\/45{
  --tw-ring-color:rgb(203 213 225 / 0.45) !important
}

.ring-gray-300\/5{
  --tw-ring-color:rgb(203 213 225 / 0.05) !important
}

.ring-gray-300\/50{
  --tw-ring-color:rgb(203 213 225 / 0.5) !important
}

.ring-gray-300\/55{
  --tw-ring-color:rgb(203 213 225 / 0.55) !important
}

.ring-gray-300\/60{
  --tw-ring-color:rgb(203 213 225 / 0.6) !important
}

.ring-gray-300\/65{
  --tw-ring-color:rgb(203 213 225 / 0.65) !important
}

.ring-gray-300\/70{
  --tw-ring-color:rgb(203 213 225 / 0.7) !important
}

.ring-gray-300\/75{
  --tw-ring-color:rgb(203 213 225 / 0.75) !important
}

.ring-gray-300\/80{
  --tw-ring-color:rgb(203 213 225 / 0.8) !important
}

.ring-gray-300\/85{
  --tw-ring-color:rgb(203 213 225 / 0.85) !important
}

.ring-gray-300\/90{
  --tw-ring-color:rgb(203 213 225 / 0.9) !important
}

.ring-gray-300\/95{
  --tw-ring-color:rgb(203 213 225 / 0.95) !important
}

.ring-gray-500{
  --tw-ring-opacity:1 !important;
  --tw-ring-color:rgb(100 116 139 / var(--tw-ring-opacity, 1)) !important
}

.ring-gray-500\/0{
  --tw-ring-color:rgb(100 116 139 / 0) !important
}

.ring-gray-500\/10{
  --tw-ring-color:rgb(100 116 139 / 0.1) !important
}

.ring-gray-500\/100{
  --tw-ring-color:rgb(100 116 139 / 1) !important
}

.ring-gray-500\/15{
  --tw-ring-color:rgb(100 116 139 / 0.15) !important
}

.ring-gray-500\/20{
  --tw-ring-color:rgb(100 116 139 / 0.2) !important
}

.ring-gray-500\/25{
  --tw-ring-color:rgb(100 116 139 / 0.25) !important
}

.ring-gray-500\/30{
  --tw-ring-color:rgb(100 116 139 / 0.3) !important
}

.ring-gray-500\/35{
  --tw-ring-color:rgb(100 116 139 / 0.35) !important
}

.ring-gray-500\/40{
  --tw-ring-color:rgb(100 116 139 / 0.4) !important
}

.ring-gray-500\/45{
  --tw-ring-color:rgb(100 116 139 / 0.45) !important
}

.ring-gray-500\/5{
  --tw-ring-color:rgb(100 116 139 / 0.05) !important
}

.ring-gray-500\/50{
  --tw-ring-color:rgb(100 116 139 / 0.5) !important
}

.ring-gray-500\/55{
  --tw-ring-color:rgb(100 116 139 / 0.55) !important
}

.ring-gray-500\/60{
  --tw-ring-color:rgb(100 116 139 / 0.6) !important
}

.ring-gray-500\/65{
  --tw-ring-color:rgb(100 116 139 / 0.65) !important
}

.ring-gray-500\/70{
  --tw-ring-color:rgb(100 116 139 / 0.7) !important
}

.ring-gray-500\/75{
  --tw-ring-color:rgb(100 116 139 / 0.75) !important
}

.ring-gray-500\/80{
  --tw-ring-color:rgb(100 116 139 / 0.8) !important
}

.ring-gray-500\/85{
  --tw-ring-color:rgb(100 116 139 / 0.85) !important
}

.ring-gray-500\/90{
  --tw-ring-color:rgb(100 116 139 / 0.9) !important
}

.ring-gray-500\/95{
  --tw-ring-color:rgb(100 116 139 / 0.95) !important
}

.ring-gray-700{
  --tw-ring-opacity:1 !important;
  --tw-ring-color:rgb(51 65 85 / var(--tw-ring-opacity, 1)) !important
}

.ring-gray-700\/0{
  --tw-ring-color:rgb(51 65 85 / 0) !important
}

.ring-gray-700\/10{
  --tw-ring-color:rgb(51 65 85 / 0.1) !important
}

.ring-gray-700\/100{
  --tw-ring-color:rgb(51 65 85 / 1) !important
}

.ring-gray-700\/15{
  --tw-ring-color:rgb(51 65 85 / 0.15) !important
}

.ring-gray-700\/20{
  --tw-ring-color:rgb(51 65 85 / 0.2) !important
}

.ring-gray-700\/25{
  --tw-ring-color:rgb(51 65 85 / 0.25) !important
}

.ring-gray-700\/30{
  --tw-ring-color:rgb(51 65 85 / 0.3) !important
}

.ring-gray-700\/35{
  --tw-ring-color:rgb(51 65 85 / 0.35) !important
}

.ring-gray-700\/40{
  --tw-ring-color:rgb(51 65 85 / 0.4) !important
}

.ring-gray-700\/45{
  --tw-ring-color:rgb(51 65 85 / 0.45) !important
}

.ring-gray-700\/5{
  --tw-ring-color:rgb(51 65 85 / 0.05) !important
}

.ring-gray-700\/50{
  --tw-ring-color:rgb(51 65 85 / 0.5) !important
}

.ring-gray-700\/55{
  --tw-ring-color:rgb(51 65 85 / 0.55) !important
}

.ring-gray-700\/60{
  --tw-ring-color:rgb(51 65 85 / 0.6) !important
}

.ring-gray-700\/65{
  --tw-ring-color:rgb(51 65 85 / 0.65) !important
}

.ring-gray-700\/70{
  --tw-ring-color:rgb(51 65 85 / 0.7) !important
}

.ring-gray-700\/75{
  --tw-ring-color:rgb(51 65 85 / 0.75) !important
}

.ring-gray-700\/80{
  --tw-ring-color:rgb(51 65 85 / 0.8) !important
}

.ring-gray-700\/85{
  --tw-ring-color:rgb(51 65 85 / 0.85) !important
}

.ring-gray-700\/90{
  --tw-ring-color:rgb(51 65 85 / 0.9) !important
}

.ring-gray-700\/95{
  --tw-ring-color:rgb(51 65 85 / 0.95) !important
}

.ring-gray-900{
  --tw-ring-opacity:1 !important;
  --tw-ring-color:rgb(23 46 68 / var(--tw-ring-opacity, 1)) !important
}

.ring-gray-900\/0{
  --tw-ring-color:rgb(23 46 68 / 0) !important
}

.ring-gray-900\/10{
  --tw-ring-color:rgb(23 46 68 / 0.1) !important
}

.ring-gray-900\/100{
  --tw-ring-color:rgb(23 46 68 / 1) !important
}

.ring-gray-900\/15{
  --tw-ring-color:rgb(23 46 68 / 0.15) !important
}

.ring-gray-900\/20{
  --tw-ring-color:rgb(23 46 68 / 0.2) !important
}

.ring-gray-900\/25{
  --tw-ring-color:rgb(23 46 68 / 0.25) !important
}

.ring-gray-900\/30{
  --tw-ring-color:rgb(23 46 68 / 0.3) !important
}

.ring-gray-900\/35{
  --tw-ring-color:rgb(23 46 68 / 0.35) !important
}

.ring-gray-900\/40{
  --tw-ring-color:rgb(23 46 68 / 0.4) !important
}

.ring-gray-900\/45{
  --tw-ring-color:rgb(23 46 68 / 0.45) !important
}

.ring-gray-900\/5{
  --tw-ring-color:rgb(23 46 68 / 0.05) !important
}

.ring-gray-900\/50{
  --tw-ring-color:rgb(23 46 68 / 0.5) !important
}

.ring-gray-900\/55{
  --tw-ring-color:rgb(23 46 68 / 0.55) !important
}

.ring-gray-900\/60{
  --tw-ring-color:rgb(23 46 68 / 0.6) !important
}

.ring-gray-900\/65{
  --tw-ring-color:rgb(23 46 68 / 0.65) !important
}

.ring-gray-900\/70{
  --tw-ring-color:rgb(23 46 68 / 0.7) !important
}

.ring-gray-900\/75{
  --tw-ring-color:rgb(23 46 68 / 0.75) !important
}

.ring-gray-900\/80{
  --tw-ring-color:rgb(23 46 68 / 0.8) !important
}

.ring-gray-900\/85{
  --tw-ring-color:rgb(23 46 68 / 0.85) !important
}

.ring-gray-900\/90{
  --tw-ring-color:rgb(23 46 68 / 0.9) !important
}

.ring-gray-900\/95{
  --tw-ring-color:rgb(23 46 68 / 0.95) !important
}

.ring-green-100{
  --tw-ring-opacity:1 !important;
  --tw-ring-color:rgb(209 250 229 / var(--tw-ring-opacity, 1)) !important
}

.ring-green-100\/0{
  --tw-ring-color:rgb(209 250 229 / 0) !important
}

.ring-green-100\/10{
  --tw-ring-color:rgb(209 250 229 / 0.1) !important
}

.ring-green-100\/100{
  --tw-ring-color:rgb(209 250 229 / 1) !important
}

.ring-green-100\/15{
  --tw-ring-color:rgb(209 250 229 / 0.15) !important
}

.ring-green-100\/20{
  --tw-ring-color:rgb(209 250 229 / 0.2) !important
}

.ring-green-100\/25{
  --tw-ring-color:rgb(209 250 229 / 0.25) !important
}

.ring-green-100\/30{
  --tw-ring-color:rgb(209 250 229 / 0.3) !important
}

.ring-green-100\/35{
  --tw-ring-color:rgb(209 250 229 / 0.35) !important
}

.ring-green-100\/40{
  --tw-ring-color:rgb(209 250 229 / 0.4) !important
}

.ring-green-100\/45{
  --tw-ring-color:rgb(209 250 229 / 0.45) !important
}

.ring-green-100\/5{
  --tw-ring-color:rgb(209 250 229 / 0.05) !important
}

.ring-green-100\/50{
  --tw-ring-color:rgb(209 250 229 / 0.5) !important
}

.ring-green-100\/55{
  --tw-ring-color:rgb(209 250 229 / 0.55) !important
}

.ring-green-100\/60{
  --tw-ring-color:rgb(209 250 229 / 0.6) !important
}

.ring-green-100\/65{
  --tw-ring-color:rgb(209 250 229 / 0.65) !important
}

.ring-green-100\/70{
  --tw-ring-color:rgb(209 250 229 / 0.7) !important
}

.ring-green-100\/75{
  --tw-ring-color:rgb(209 250 229 / 0.75) !important
}

.ring-green-100\/80{
  --tw-ring-color:rgb(209 250 229 / 0.8) !important
}

.ring-green-100\/85{
  --tw-ring-color:rgb(209 250 229 / 0.85) !important
}

.ring-green-100\/90{
  --tw-ring-color:rgb(209 250 229 / 0.9) !important
}

.ring-green-100\/95{
  --tw-ring-color:rgb(209 250 229 / 0.95) !important
}

.ring-green-200{
  --tw-ring-opacity:1 !important;
  --tw-ring-color:rgb(167 243 208 / var(--tw-ring-opacity, 1)) !important
}

.ring-green-200\/0{
  --tw-ring-color:rgb(167 243 208 / 0) !important
}

.ring-green-200\/10{
  --tw-ring-color:rgb(167 243 208 / 0.1) !important
}

.ring-green-200\/100{
  --tw-ring-color:rgb(167 243 208 / 1) !important
}

.ring-green-200\/15{
  --tw-ring-color:rgb(167 243 208 / 0.15) !important
}

.ring-green-200\/20{
  --tw-ring-color:rgb(167 243 208 / 0.2) !important
}

.ring-green-200\/25{
  --tw-ring-color:rgb(167 243 208 / 0.25) !important
}

.ring-green-200\/30{
  --tw-ring-color:rgb(167 243 208 / 0.3) !important
}

.ring-green-200\/35{
  --tw-ring-color:rgb(167 243 208 / 0.35) !important
}

.ring-green-200\/40{
  --tw-ring-color:rgb(167 243 208 / 0.4) !important
}

.ring-green-200\/45{
  --tw-ring-color:rgb(167 243 208 / 0.45) !important
}

.ring-green-200\/5{
  --tw-ring-color:rgb(167 243 208 / 0.05) !important
}

.ring-green-200\/50{
  --tw-ring-color:rgb(167 243 208 / 0.5) !important
}

.ring-green-200\/55{
  --tw-ring-color:rgb(167 243 208 / 0.55) !important
}

.ring-green-200\/60{
  --tw-ring-color:rgb(167 243 208 / 0.6) !important
}

.ring-green-200\/65{
  --tw-ring-color:rgb(167 243 208 / 0.65) !important
}

.ring-green-200\/70{
  --tw-ring-color:rgb(167 243 208 / 0.7) !important
}

.ring-green-200\/75{
  --tw-ring-color:rgb(167 243 208 / 0.75) !important
}

.ring-green-200\/80{
  --tw-ring-color:rgb(167 243 208 / 0.8) !important
}

.ring-green-200\/85{
  --tw-ring-color:rgb(167 243 208 / 0.85) !important
}

.ring-green-200\/90{
  --tw-ring-color:rgb(167 243 208 / 0.9) !important
}

.ring-green-200\/95{
  --tw-ring-color:rgb(167 243 208 / 0.95) !important
}

.ring-green-300{
  --tw-ring-opacity:1 !important;
  --tw-ring-color:rgb(110 231 183 / var(--tw-ring-opacity, 1)) !important
}

.ring-green-300\/0{
  --tw-ring-color:rgb(110 231 183 / 0) !important
}

.ring-green-300\/10{
  --tw-ring-color:rgb(110 231 183 / 0.1) !important
}

.ring-green-300\/100{
  --tw-ring-color:rgb(110 231 183 / 1) !important
}

.ring-green-300\/15{
  --tw-ring-color:rgb(110 231 183 / 0.15) !important
}

.ring-green-300\/20{
  --tw-ring-color:rgb(110 231 183 / 0.2) !important
}

.ring-green-300\/25{
  --tw-ring-color:rgb(110 231 183 / 0.25) !important
}

.ring-green-300\/30{
  --tw-ring-color:rgb(110 231 183 / 0.3) !important
}

.ring-green-300\/35{
  --tw-ring-color:rgb(110 231 183 / 0.35) !important
}

.ring-green-300\/40{
  --tw-ring-color:rgb(110 231 183 / 0.4) !important
}

.ring-green-300\/45{
  --tw-ring-color:rgb(110 231 183 / 0.45) !important
}

.ring-green-300\/5{
  --tw-ring-color:rgb(110 231 183 / 0.05) !important
}

.ring-green-300\/50{
  --tw-ring-color:rgb(110 231 183 / 0.5) !important
}

.ring-green-300\/55{
  --tw-ring-color:rgb(110 231 183 / 0.55) !important
}

.ring-green-300\/60{
  --tw-ring-color:rgb(110 231 183 / 0.6) !important
}

.ring-green-300\/65{
  --tw-ring-color:rgb(110 231 183 / 0.65) !important
}

.ring-green-300\/70{
  --tw-ring-color:rgb(110 231 183 / 0.7) !important
}

.ring-green-300\/75{
  --tw-ring-color:rgb(110 231 183 / 0.75) !important
}

.ring-green-300\/80{
  --tw-ring-color:rgb(110 231 183 / 0.8) !important
}

.ring-green-300\/85{
  --tw-ring-color:rgb(110 231 183 / 0.85) !important
}

.ring-green-300\/90{
  --tw-ring-color:rgb(110 231 183 / 0.9) !important
}

.ring-green-300\/95{
  --tw-ring-color:rgb(110 231 183 / 0.95) !important
}

.ring-green-500{
  --tw-ring-opacity:1 !important;
  --tw-ring-color:rgb(16 185 129 / var(--tw-ring-opacity, 1)) !important
}

.ring-green-500\/0{
  --tw-ring-color:rgb(16 185 129 / 0) !important
}

.ring-green-500\/10{
  --tw-ring-color:rgb(16 185 129 / 0.1) !important
}

.ring-green-500\/100{
  --tw-ring-color:rgb(16 185 129 / 1) !important
}

.ring-green-500\/15{
  --tw-ring-color:rgb(16 185 129 / 0.15) !important
}

.ring-green-500\/20{
  --tw-ring-color:rgb(16 185 129 / 0.2) !important
}

.ring-green-500\/25{
  --tw-ring-color:rgb(16 185 129 / 0.25) !important
}

.ring-green-500\/30{
  --tw-ring-color:rgb(16 185 129 / 0.3) !important
}

.ring-green-500\/35{
  --tw-ring-color:rgb(16 185 129 / 0.35) !important
}

.ring-green-500\/40{
  --tw-ring-color:rgb(16 185 129 / 0.4) !important
}

.ring-green-500\/45{
  --tw-ring-color:rgb(16 185 129 / 0.45) !important
}

.ring-green-500\/5{
  --tw-ring-color:rgb(16 185 129 / 0.05) !important
}

.ring-green-500\/50{
  --tw-ring-color:rgb(16 185 129 / 0.5) !important
}

.ring-green-500\/55{
  --tw-ring-color:rgb(16 185 129 / 0.55) !important
}

.ring-green-500\/60{
  --tw-ring-color:rgb(16 185 129 / 0.6) !important
}

.ring-green-500\/65{
  --tw-ring-color:rgb(16 185 129 / 0.65) !important
}

.ring-green-500\/70{
  --tw-ring-color:rgb(16 185 129 / 0.7) !important
}

.ring-green-500\/75{
  --tw-ring-color:rgb(16 185 129 / 0.75) !important
}

.ring-green-500\/80{
  --tw-ring-color:rgb(16 185 129 / 0.8) !important
}

.ring-green-500\/85{
  --tw-ring-color:rgb(16 185 129 / 0.85) !important
}

.ring-green-500\/90{
  --tw-ring-color:rgb(16 185 129 / 0.9) !important
}

.ring-green-500\/95{
  --tw-ring-color:rgb(16 185 129 / 0.95) !important
}

.ring-green-600\/20{
  --tw-ring-color:rgb(5 150 105 / 0.2) !important
}

.ring-green-700{
  --tw-ring-opacity:1 !important;
  --tw-ring-color:rgb(4 120 87 / var(--tw-ring-opacity, 1)) !important
}

.ring-green-700\/0{
  --tw-ring-color:rgb(4 120 87 / 0) !important
}

.ring-green-700\/10{
  --tw-ring-color:rgb(4 120 87 / 0.1) !important
}

.ring-green-700\/100{
  --tw-ring-color:rgb(4 120 87 / 1) !important
}

.ring-green-700\/15{
  --tw-ring-color:rgb(4 120 87 / 0.15) !important
}

.ring-green-700\/20{
  --tw-ring-color:rgb(4 120 87 / 0.2) !important
}

.ring-green-700\/25{
  --tw-ring-color:rgb(4 120 87 / 0.25) !important
}

.ring-green-700\/30{
  --tw-ring-color:rgb(4 120 87 / 0.3) !important
}

.ring-green-700\/35{
  --tw-ring-color:rgb(4 120 87 / 0.35) !important
}

.ring-green-700\/40{
  --tw-ring-color:rgb(4 120 87 / 0.4) !important
}

.ring-green-700\/45{
  --tw-ring-color:rgb(4 120 87 / 0.45) !important
}

.ring-green-700\/5{
  --tw-ring-color:rgb(4 120 87 / 0.05) !important
}

.ring-green-700\/50{
  --tw-ring-color:rgb(4 120 87 / 0.5) !important
}

.ring-green-700\/55{
  --tw-ring-color:rgb(4 120 87 / 0.55) !important
}

.ring-green-700\/60{
  --tw-ring-color:rgb(4 120 87 / 0.6) !important
}

.ring-green-700\/65{
  --tw-ring-color:rgb(4 120 87 / 0.65) !important
}

.ring-green-700\/70{
  --tw-ring-color:rgb(4 120 87 / 0.7) !important
}

.ring-green-700\/75{
  --tw-ring-color:rgb(4 120 87 / 0.75) !important
}

.ring-green-700\/80{
  --tw-ring-color:rgb(4 120 87 / 0.8) !important
}

.ring-green-700\/85{
  --tw-ring-color:rgb(4 120 87 / 0.85) !important
}

.ring-green-700\/90{
  --tw-ring-color:rgb(4 120 87 / 0.9) !important
}

.ring-green-700\/95{
  --tw-ring-color:rgb(4 120 87 / 0.95) !important
}

.ring-green-900{
  --tw-ring-opacity:1 !important;
  --tw-ring-color:rgb(6 78 59 / var(--tw-ring-opacity, 1)) !important
}

.ring-green-900\/0{
  --tw-ring-color:rgb(6 78 59 / 0) !important
}

.ring-green-900\/10{
  --tw-ring-color:rgb(6 78 59 / 0.1) !important
}

.ring-green-900\/100{
  --tw-ring-color:rgb(6 78 59 / 1) !important
}

.ring-green-900\/15{
  --tw-ring-color:rgb(6 78 59 / 0.15) !important
}

.ring-green-900\/20{
  --tw-ring-color:rgb(6 78 59 / 0.2) !important
}

.ring-green-900\/25{
  --tw-ring-color:rgb(6 78 59 / 0.25) !important
}

.ring-green-900\/30{
  --tw-ring-color:rgb(6 78 59 / 0.3) !important
}

.ring-green-900\/35{
  --tw-ring-color:rgb(6 78 59 / 0.35) !important
}

.ring-green-900\/40{
  --tw-ring-color:rgb(6 78 59 / 0.4) !important
}

.ring-green-900\/45{
  --tw-ring-color:rgb(6 78 59 / 0.45) !important
}

.ring-green-900\/5{
  --tw-ring-color:rgb(6 78 59 / 0.05) !important
}

.ring-green-900\/50{
  --tw-ring-color:rgb(6 78 59 / 0.5) !important
}

.ring-green-900\/55{
  --tw-ring-color:rgb(6 78 59 / 0.55) !important
}

.ring-green-900\/60{
  --tw-ring-color:rgb(6 78 59 / 0.6) !important
}

.ring-green-900\/65{
  --tw-ring-color:rgb(6 78 59 / 0.65) !important
}

.ring-green-900\/70{
  --tw-ring-color:rgb(6 78 59 / 0.7) !important
}

.ring-green-900\/75{
  --tw-ring-color:rgb(6 78 59 / 0.75) !important
}

.ring-green-900\/80{
  --tw-ring-color:rgb(6 78 59 / 0.8) !important
}

.ring-green-900\/85{
  --tw-ring-color:rgb(6 78 59 / 0.85) !important
}

.ring-green-900\/90{
  --tw-ring-color:rgb(6 78 59 / 0.9) !important
}

.ring-green-900\/95{
  --tw-ring-color:rgb(6 78 59 / 0.95) !important
}

.ring-orange-100{
  --tw-ring-opacity:1 !important;
  --tw-ring-color:rgb(255 221 209 / var(--tw-ring-opacity, 1)) !important
}

.ring-orange-100\/0{
  --tw-ring-color:rgb(255 221 209 / 0) !important
}

.ring-orange-100\/10{
  --tw-ring-color:rgb(255 221 209 / 0.1) !important
}

.ring-orange-100\/100{
  --tw-ring-color:rgb(255 221 209 / 1) !important
}

.ring-orange-100\/15{
  --tw-ring-color:rgb(255 221 209 / 0.15) !important
}

.ring-orange-100\/20{
  --tw-ring-color:rgb(255 221 209 / 0.2) !important
}

.ring-orange-100\/25{
  --tw-ring-color:rgb(255 221 209 / 0.25) !important
}

.ring-orange-100\/30{
  --tw-ring-color:rgb(255 221 209 / 0.3) !important
}

.ring-orange-100\/35{
  --tw-ring-color:rgb(255 221 209 / 0.35) !important
}

.ring-orange-100\/40{
  --tw-ring-color:rgb(255 221 209 / 0.4) !important
}

.ring-orange-100\/45{
  --tw-ring-color:rgb(255 221 209 / 0.45) !important
}

.ring-orange-100\/5{
  --tw-ring-color:rgb(255 221 209 / 0.05) !important
}

.ring-orange-100\/50{
  --tw-ring-color:rgb(255 221 209 / 0.5) !important
}

.ring-orange-100\/55{
  --tw-ring-color:rgb(255 221 209 / 0.55) !important
}

.ring-orange-100\/60{
  --tw-ring-color:rgb(255 221 209 / 0.6) !important
}

.ring-orange-100\/65{
  --tw-ring-color:rgb(255 221 209 / 0.65) !important
}

.ring-orange-100\/70{
  --tw-ring-color:rgb(255 221 209 / 0.7) !important
}

.ring-orange-100\/75{
  --tw-ring-color:rgb(255 221 209 / 0.75) !important
}

.ring-orange-100\/80{
  --tw-ring-color:rgb(255 221 209 / 0.8) !important
}

.ring-orange-100\/85{
  --tw-ring-color:rgb(255 221 209 / 0.85) !important
}

.ring-orange-100\/90{
  --tw-ring-color:rgb(255 221 209 / 0.9) !important
}

.ring-orange-100\/95{
  --tw-ring-color:rgb(255 221 209 / 0.95) !important
}

.ring-orange-200{
  --tw-ring-opacity:1 !important;
  --tw-ring-color:rgb(254 215 170 / var(--tw-ring-opacity, 1)) !important
}

.ring-orange-200\/0{
  --tw-ring-color:rgb(254 215 170 / 0) !important
}

.ring-orange-200\/10{
  --tw-ring-color:rgb(254 215 170 / 0.1) !important
}

.ring-orange-200\/100{
  --tw-ring-color:rgb(254 215 170 / 1) !important
}

.ring-orange-200\/15{
  --tw-ring-color:rgb(254 215 170 / 0.15) !important
}

.ring-orange-200\/20{
  --tw-ring-color:rgb(254 215 170 / 0.2) !important
}

.ring-orange-200\/25{
  --tw-ring-color:rgb(254 215 170 / 0.25) !important
}

.ring-orange-200\/30{
  --tw-ring-color:rgb(254 215 170 / 0.3) !important
}

.ring-orange-200\/35{
  --tw-ring-color:rgb(254 215 170 / 0.35) !important
}

.ring-orange-200\/40{
  --tw-ring-color:rgb(254 215 170 / 0.4) !important
}

.ring-orange-200\/45{
  --tw-ring-color:rgb(254 215 170 / 0.45) !important
}

.ring-orange-200\/5{
  --tw-ring-color:rgb(254 215 170 / 0.05) !important
}

.ring-orange-200\/50{
  --tw-ring-color:rgb(254 215 170 / 0.5) !important
}

.ring-orange-200\/55{
  --tw-ring-color:rgb(254 215 170 / 0.55) !important
}

.ring-orange-200\/60{
  --tw-ring-color:rgb(254 215 170 / 0.6) !important
}

.ring-orange-200\/65{
  --tw-ring-color:rgb(254 215 170 / 0.65) !important
}

.ring-orange-200\/70{
  --tw-ring-color:rgb(254 215 170 / 0.7) !important
}

.ring-orange-200\/75{
  --tw-ring-color:rgb(254 215 170 / 0.75) !important
}

.ring-orange-200\/80{
  --tw-ring-color:rgb(254 215 170 / 0.8) !important
}

.ring-orange-200\/85{
  --tw-ring-color:rgb(254 215 170 / 0.85) !important
}

.ring-orange-200\/90{
  --tw-ring-color:rgb(254 215 170 / 0.9) !important
}

.ring-orange-200\/95{
  --tw-ring-color:rgb(254 215 170 / 0.95) !important
}

.ring-orange-300{
  --tw-ring-opacity:1 !important;
  --tw-ring-color:rgb(255 187 162 / var(--tw-ring-opacity, 1)) !important
}

.ring-orange-300\/0{
  --tw-ring-color:rgb(255 187 162 / 0) !important
}

.ring-orange-300\/10{
  --tw-ring-color:rgb(255 187 162 / 0.1) !important
}

.ring-orange-300\/100{
  --tw-ring-color:rgb(255 187 162 / 1) !important
}

.ring-orange-300\/15{
  --tw-ring-color:rgb(255 187 162 / 0.15) !important
}

.ring-orange-300\/20{
  --tw-ring-color:rgb(255 187 162 / 0.2) !important
}

.ring-orange-300\/25{
  --tw-ring-color:rgb(255 187 162 / 0.25) !important
}

.ring-orange-300\/30{
  --tw-ring-color:rgb(255 187 162 / 0.3) !important
}

.ring-orange-300\/35{
  --tw-ring-color:rgb(255 187 162 / 0.35) !important
}

.ring-orange-300\/40{
  --tw-ring-color:rgb(255 187 162 / 0.4) !important
}

.ring-orange-300\/45{
  --tw-ring-color:rgb(255 187 162 / 0.45) !important
}

.ring-orange-300\/5{
  --tw-ring-color:rgb(255 187 162 / 0.05) !important
}

.ring-orange-300\/50{
  --tw-ring-color:rgb(255 187 162 / 0.5) !important
}

.ring-orange-300\/55{
  --tw-ring-color:rgb(255 187 162 / 0.55) !important
}

.ring-orange-300\/60{
  --tw-ring-color:rgb(255 187 162 / 0.6) !important
}

.ring-orange-300\/65{
  --tw-ring-color:rgb(255 187 162 / 0.65) !important
}

.ring-orange-300\/70{
  --tw-ring-color:rgb(255 187 162 / 0.7) !important
}

.ring-orange-300\/75{
  --tw-ring-color:rgb(255 187 162 / 0.75) !important
}

.ring-orange-300\/80{
  --tw-ring-color:rgb(255 187 162 / 0.8) !important
}

.ring-orange-300\/85{
  --tw-ring-color:rgb(255 187 162 / 0.85) !important
}

.ring-orange-300\/90{
  --tw-ring-color:rgb(255 187 162 / 0.9) !important
}

.ring-orange-300\/95{
  --tw-ring-color:rgb(255 187 162 / 0.95) !important
}

.ring-orange-500{
  --tw-ring-opacity:1 !important;
  --tw-ring-color:rgb(255 153 116 / var(--tw-ring-opacity, 1)) !important
}

.ring-orange-500\/0{
  --tw-ring-color:rgb(255 153 116 / 0) !important
}

.ring-orange-500\/10{
  --tw-ring-color:rgb(255 153 116 / 0.1) !important
}

.ring-orange-500\/100{
  --tw-ring-color:rgb(255 153 116 / 1) !important
}

.ring-orange-500\/15{
  --tw-ring-color:rgb(255 153 116 / 0.15) !important
}

.ring-orange-500\/20{
  --tw-ring-color:rgb(255 153 116 / 0.2) !important
}

.ring-orange-500\/25{
  --tw-ring-color:rgb(255 153 116 / 0.25) !important
}

.ring-orange-500\/30{
  --tw-ring-color:rgb(255 153 116 / 0.3) !important
}

.ring-orange-500\/35{
  --tw-ring-color:rgb(255 153 116 / 0.35) !important
}

.ring-orange-500\/40{
  --tw-ring-color:rgb(255 153 116 / 0.4) !important
}

.ring-orange-500\/45{
  --tw-ring-color:rgb(255 153 116 / 0.45) !important
}

.ring-orange-500\/5{
  --tw-ring-color:rgb(255 153 116 / 0.05) !important
}

.ring-orange-500\/50{
  --tw-ring-color:rgb(255 153 116 / 0.5) !important
}

.ring-orange-500\/55{
  --tw-ring-color:rgb(255 153 116 / 0.55) !important
}

.ring-orange-500\/60{
  --tw-ring-color:rgb(255 153 116 / 0.6) !important
}

.ring-orange-500\/65{
  --tw-ring-color:rgb(255 153 116 / 0.65) !important
}

.ring-orange-500\/70{
  --tw-ring-color:rgb(255 153 116 / 0.7) !important
}

.ring-orange-500\/75{
  --tw-ring-color:rgb(255 153 116 / 0.75) !important
}

.ring-orange-500\/80{
  --tw-ring-color:rgb(255 153 116 / 0.8) !important
}

.ring-orange-500\/85{
  --tw-ring-color:rgb(255 153 116 / 0.85) !important
}

.ring-orange-500\/90{
  --tw-ring-color:rgb(255 153 116 / 0.9) !important
}

.ring-orange-500\/95{
  --tw-ring-color:rgb(255 153 116 / 0.95) !important
}

.ring-orange-700{
  --tw-ring-opacity:1 !important;
  --tw-ring-color:rgb(255 119 69 / var(--tw-ring-opacity, 1)) !important
}

.ring-orange-700\/0{
  --tw-ring-color:rgb(255 119 69 / 0) !important
}

.ring-orange-700\/10{
  --tw-ring-color:rgb(255 119 69 / 0.1) !important
}

.ring-orange-700\/100{
  --tw-ring-color:rgb(255 119 69 / 1) !important
}

.ring-orange-700\/15{
  --tw-ring-color:rgb(255 119 69 / 0.15) !important
}

.ring-orange-700\/20{
  --tw-ring-color:rgb(255 119 69 / 0.2) !important
}

.ring-orange-700\/25{
  --tw-ring-color:rgb(255 119 69 / 0.25) !important
}

.ring-orange-700\/30{
  --tw-ring-color:rgb(255 119 69 / 0.3) !important
}

.ring-orange-700\/35{
  --tw-ring-color:rgb(255 119 69 / 0.35) !important
}

.ring-orange-700\/40{
  --tw-ring-color:rgb(255 119 69 / 0.4) !important
}

.ring-orange-700\/45{
  --tw-ring-color:rgb(255 119 69 / 0.45) !important
}

.ring-orange-700\/5{
  --tw-ring-color:rgb(255 119 69 / 0.05) !important
}

.ring-orange-700\/50{
  --tw-ring-color:rgb(255 119 69 / 0.5) !important
}

.ring-orange-700\/55{
  --tw-ring-color:rgb(255 119 69 / 0.55) !important
}

.ring-orange-700\/60{
  --tw-ring-color:rgb(255 119 69 / 0.6) !important
}

.ring-orange-700\/65{
  --tw-ring-color:rgb(255 119 69 / 0.65) !important
}

.ring-orange-700\/70{
  --tw-ring-color:rgb(255 119 69 / 0.7) !important
}

.ring-orange-700\/75{
  --tw-ring-color:rgb(255 119 69 / 0.75) !important
}

.ring-orange-700\/80{
  --tw-ring-color:rgb(255 119 69 / 0.8) !important
}

.ring-orange-700\/85{
  --tw-ring-color:rgb(255 119 69 / 0.85) !important
}

.ring-orange-700\/90{
  --tw-ring-color:rgb(255 119 69 / 0.9) !important
}

.ring-orange-700\/95{
  --tw-ring-color:rgb(255 119 69 / 0.95) !important
}

.ring-orange-900{
  --tw-ring-opacity:1 !important;
  --tw-ring-color:rgb(255 85 23 / var(--tw-ring-opacity, 1)) !important
}

.ring-orange-900\/0{
  --tw-ring-color:rgb(255 85 23 / 0) !important
}

.ring-orange-900\/10{
  --tw-ring-color:rgb(255 85 23 / 0.1) !important
}

.ring-orange-900\/100{
  --tw-ring-color:rgb(255 85 23 / 1) !important
}

.ring-orange-900\/15{
  --tw-ring-color:rgb(255 85 23 / 0.15) !important
}

.ring-orange-900\/20{
  --tw-ring-color:rgb(255 85 23 / 0.2) !important
}

.ring-orange-900\/25{
  --tw-ring-color:rgb(255 85 23 / 0.25) !important
}

.ring-orange-900\/30{
  --tw-ring-color:rgb(255 85 23 / 0.3) !important
}

.ring-orange-900\/35{
  --tw-ring-color:rgb(255 85 23 / 0.35) !important
}

.ring-orange-900\/40{
  --tw-ring-color:rgb(255 85 23 / 0.4) !important
}

.ring-orange-900\/45{
  --tw-ring-color:rgb(255 85 23 / 0.45) !important
}

.ring-orange-900\/5{
  --tw-ring-color:rgb(255 85 23 / 0.05) !important
}

.ring-orange-900\/50{
  --tw-ring-color:rgb(255 85 23 / 0.5) !important
}

.ring-orange-900\/55{
  --tw-ring-color:rgb(255 85 23 / 0.55) !important
}

.ring-orange-900\/60{
  --tw-ring-color:rgb(255 85 23 / 0.6) !important
}

.ring-orange-900\/65{
  --tw-ring-color:rgb(255 85 23 / 0.65) !important
}

.ring-orange-900\/70{
  --tw-ring-color:rgb(255 85 23 / 0.7) !important
}

.ring-orange-900\/75{
  --tw-ring-color:rgb(255 85 23 / 0.75) !important
}

.ring-orange-900\/80{
  --tw-ring-color:rgb(255 85 23 / 0.8) !important
}

.ring-orange-900\/85{
  --tw-ring-color:rgb(255 85 23 / 0.85) !important
}

.ring-orange-900\/90{
  --tw-ring-color:rgb(255 85 23 / 0.9) !important
}

.ring-orange-900\/95{
  --tw-ring-color:rgb(255 85 23 / 0.95) !important
}

.ring-red-100{
  --tw-ring-opacity:1 !important;
  --tw-ring-color:rgb(255 213 215 / var(--tw-ring-opacity, 1)) !important
}

.ring-red-100\/0{
  --tw-ring-color:rgb(255 213 215 / 0) !important
}

.ring-red-100\/10{
  --tw-ring-color:rgb(255 213 215 / 0.1) !important
}

.ring-red-100\/100{
  --tw-ring-color:rgb(255 213 215 / 1) !important
}

.ring-red-100\/15{
  --tw-ring-color:rgb(255 213 215 / 0.15) !important
}

.ring-red-100\/20{
  --tw-ring-color:rgb(255 213 215 / 0.2) !important
}

.ring-red-100\/25{
  --tw-ring-color:rgb(255 213 215 / 0.25) !important
}

.ring-red-100\/30{
  --tw-ring-color:rgb(255 213 215 / 0.3) !important
}

.ring-red-100\/35{
  --tw-ring-color:rgb(255 213 215 / 0.35) !important
}

.ring-red-100\/40{
  --tw-ring-color:rgb(255 213 215 / 0.4) !important
}

.ring-red-100\/45{
  --tw-ring-color:rgb(255 213 215 / 0.45) !important
}

.ring-red-100\/5{
  --tw-ring-color:rgb(255 213 215 / 0.05) !important
}

.ring-red-100\/50{
  --tw-ring-color:rgb(255 213 215 / 0.5) !important
}

.ring-red-100\/55{
  --tw-ring-color:rgb(255 213 215 / 0.55) !important
}

.ring-red-100\/60{
  --tw-ring-color:rgb(255 213 215 / 0.6) !important
}

.ring-red-100\/65{
  --tw-ring-color:rgb(255 213 215 / 0.65) !important
}

.ring-red-100\/70{
  --tw-ring-color:rgb(255 213 215 / 0.7) !important
}

.ring-red-100\/75{
  --tw-ring-color:rgb(255 213 215 / 0.75) !important
}

.ring-red-100\/80{
  --tw-ring-color:rgb(255 213 215 / 0.8) !important
}

.ring-red-100\/85{
  --tw-ring-color:rgb(255 213 215 / 0.85) !important
}

.ring-red-100\/90{
  --tw-ring-color:rgb(255 213 215 / 0.9) !important
}

.ring-red-100\/95{
  --tw-ring-color:rgb(255 213 215 / 0.95) !important
}

.ring-red-200{
  --tw-ring-opacity:1 !important;
  --tw-ring-color:rgb(255 172 174 / var(--tw-ring-opacity, 1)) !important
}

.ring-red-200\/0{
  --tw-ring-color:rgb(255 172 174 / 0) !important
}

.ring-red-200\/10{
  --tw-ring-color:rgb(255 172 174 / 0.1) !important
}

.ring-red-200\/100{
  --tw-ring-color:rgb(255 172 174 / 1) !important
}

.ring-red-200\/15{
  --tw-ring-color:rgb(255 172 174 / 0.15) !important
}

.ring-red-200\/20{
  --tw-ring-color:rgb(255 172 174 / 0.2) !important
}

.ring-red-200\/25{
  --tw-ring-color:rgb(255 172 174 / 0.25) !important
}

.ring-red-200\/30{
  --tw-ring-color:rgb(255 172 174 / 0.3) !important
}

.ring-red-200\/35{
  --tw-ring-color:rgb(255 172 174 / 0.35) !important
}

.ring-red-200\/40{
  --tw-ring-color:rgb(255 172 174 / 0.4) !important
}

.ring-red-200\/45{
  --tw-ring-color:rgb(255 172 174 / 0.45) !important
}

.ring-red-200\/5{
  --tw-ring-color:rgb(255 172 174 / 0.05) !important
}

.ring-red-200\/50{
  --tw-ring-color:rgb(255 172 174 / 0.5) !important
}

.ring-red-200\/55{
  --tw-ring-color:rgb(255 172 174 / 0.55) !important
}

.ring-red-200\/60{
  --tw-ring-color:rgb(255 172 174 / 0.6) !important
}

.ring-red-200\/65{
  --tw-ring-color:rgb(255 172 174 / 0.65) !important
}

.ring-red-200\/70{
  --tw-ring-color:rgb(255 172 174 / 0.7) !important
}

.ring-red-200\/75{
  --tw-ring-color:rgb(255 172 174 / 0.75) !important
}

.ring-red-200\/80{
  --tw-ring-color:rgb(255 172 174 / 0.8) !important
}

.ring-red-200\/85{
  --tw-ring-color:rgb(255 172 174 / 0.85) !important
}

.ring-red-200\/90{
  --tw-ring-color:rgb(255 172 174 / 0.9) !important
}

.ring-red-200\/95{
  --tw-ring-color:rgb(255 172 174 / 0.95) !important
}

.ring-red-300{
  --tw-ring-opacity:1 !important;
  --tw-ring-color:rgb(255 130 134 / var(--tw-ring-opacity, 1)) !important
}

.ring-red-300\/0{
  --tw-ring-color:rgb(255 130 134 / 0) !important
}

.ring-red-300\/10{
  --tw-ring-color:rgb(255 130 134 / 0.1) !important
}

.ring-red-300\/100{
  --tw-ring-color:rgb(255 130 134 / 1) !important
}

.ring-red-300\/15{
  --tw-ring-color:rgb(255 130 134 / 0.15) !important
}

.ring-red-300\/20{
  --tw-ring-color:rgb(255 130 134 / 0.2) !important
}

.ring-red-300\/25{
  --tw-ring-color:rgb(255 130 134 / 0.25) !important
}

.ring-red-300\/30{
  --tw-ring-color:rgb(255 130 134 / 0.3) !important
}

.ring-red-300\/35{
  --tw-ring-color:rgb(255 130 134 / 0.35) !important
}

.ring-red-300\/40{
  --tw-ring-color:rgb(255 130 134 / 0.4) !important
}

.ring-red-300\/45{
  --tw-ring-color:rgb(255 130 134 / 0.45) !important
}

.ring-red-300\/5{
  --tw-ring-color:rgb(255 130 134 / 0.05) !important
}

.ring-red-300\/50{
  --tw-ring-color:rgb(255 130 134 / 0.5) !important
}

.ring-red-300\/55{
  --tw-ring-color:rgb(255 130 134 / 0.55) !important
}

.ring-red-300\/60{
  --tw-ring-color:rgb(255 130 134 / 0.6) !important
}

.ring-red-300\/65{
  --tw-ring-color:rgb(255 130 134 / 0.65) !important
}

.ring-red-300\/70{
  --tw-ring-color:rgb(255 130 134 / 0.7) !important
}

.ring-red-300\/75{
  --tw-ring-color:rgb(255 130 134 / 0.75) !important
}

.ring-red-300\/80{
  --tw-ring-color:rgb(255 130 134 / 0.8) !important
}

.ring-red-300\/85{
  --tw-ring-color:rgb(255 130 134 / 0.85) !important
}

.ring-red-300\/90{
  --tw-ring-color:rgb(255 130 134 / 0.9) !important
}

.ring-red-300\/95{
  --tw-ring-color:rgb(255 130 134 / 0.95) !important
}

.ring-red-500{
  --tw-ring-opacity:1 !important;
  --tw-ring-color:rgb(255 47 53 / var(--tw-ring-opacity, 1)) !important
}

.ring-red-500\/0{
  --tw-ring-color:rgb(255 47 53 / 0) !important
}

.ring-red-500\/10{
  --tw-ring-color:rgb(255 47 53 / 0.1) !important
}

.ring-red-500\/100{
  --tw-ring-color:rgb(255 47 53 / 1) !important
}

.ring-red-500\/15{
  --tw-ring-color:rgb(255 47 53 / 0.15) !important
}

.ring-red-500\/20{
  --tw-ring-color:rgb(255 47 53 / 0.2) !important
}

.ring-red-500\/25{
  --tw-ring-color:rgb(255 47 53 / 0.25) !important
}

.ring-red-500\/30{
  --tw-ring-color:rgb(255 47 53 / 0.3) !important
}

.ring-red-500\/35{
  --tw-ring-color:rgb(255 47 53 / 0.35) !important
}

.ring-red-500\/40{
  --tw-ring-color:rgb(255 47 53 / 0.4) !important
}

.ring-red-500\/45{
  --tw-ring-color:rgb(255 47 53 / 0.45) !important
}

.ring-red-500\/5{
  --tw-ring-color:rgb(255 47 53 / 0.05) !important
}

.ring-red-500\/50{
  --tw-ring-color:rgb(255 47 53 / 0.5) !important
}

.ring-red-500\/55{
  --tw-ring-color:rgb(255 47 53 / 0.55) !important
}

.ring-red-500\/60{
  --tw-ring-color:rgb(255 47 53 / 0.6) !important
}

.ring-red-500\/65{
  --tw-ring-color:rgb(255 47 53 / 0.65) !important
}

.ring-red-500\/70{
  --tw-ring-color:rgb(255 47 53 / 0.7) !important
}

.ring-red-500\/75{
  --tw-ring-color:rgb(255 47 53 / 0.75) !important
}

.ring-red-500\/80{
  --tw-ring-color:rgb(255 47 53 / 0.8) !important
}

.ring-red-500\/85{
  --tw-ring-color:rgb(255 47 53 / 0.85) !important
}

.ring-red-500\/90{
  --tw-ring-color:rgb(255 47 53 / 0.9) !important
}

.ring-red-500\/95{
  --tw-ring-color:rgb(255 47 53 / 0.95) !important
}

.ring-red-600\/10{
  --tw-ring-color:rgb(220 38 38 / 0.1) !important
}

.ring-red-700{
  --tw-ring-opacity:1 !important;
  --tw-ring-color:rgb(185 28 28 / var(--tw-ring-opacity, 1)) !important
}

.ring-red-700\/0{
  --tw-ring-color:rgb(185 28 28 / 0) !important
}

.ring-red-700\/10{
  --tw-ring-color:rgb(185 28 28 / 0.1) !important
}

.ring-red-700\/100{
  --tw-ring-color:rgb(185 28 28 / 1) !important
}

.ring-red-700\/15{
  --tw-ring-color:rgb(185 28 28 / 0.15) !important
}

.ring-red-700\/20{
  --tw-ring-color:rgb(185 28 28 / 0.2) !important
}

.ring-red-700\/25{
  --tw-ring-color:rgb(185 28 28 / 0.25) !important
}

.ring-red-700\/30{
  --tw-ring-color:rgb(185 28 28 / 0.3) !important
}

.ring-red-700\/35{
  --tw-ring-color:rgb(185 28 28 / 0.35) !important
}

.ring-red-700\/40{
  --tw-ring-color:rgb(185 28 28 / 0.4) !important
}

.ring-red-700\/45{
  --tw-ring-color:rgb(185 28 28 / 0.45) !important
}

.ring-red-700\/5{
  --tw-ring-color:rgb(185 28 28 / 0.05) !important
}

.ring-red-700\/50{
  --tw-ring-color:rgb(185 28 28 / 0.5) !important
}

.ring-red-700\/55{
  --tw-ring-color:rgb(185 28 28 / 0.55) !important
}

.ring-red-700\/60{
  --tw-ring-color:rgb(185 28 28 / 0.6) !important
}

.ring-red-700\/65{
  --tw-ring-color:rgb(185 28 28 / 0.65) !important
}

.ring-red-700\/70{
  --tw-ring-color:rgb(185 28 28 / 0.7) !important
}

.ring-red-700\/75{
  --tw-ring-color:rgb(185 28 28 / 0.75) !important
}

.ring-red-700\/80{
  --tw-ring-color:rgb(185 28 28 / 0.8) !important
}

.ring-red-700\/85{
  --tw-ring-color:rgb(185 28 28 / 0.85) !important
}

.ring-red-700\/90{
  --tw-ring-color:rgb(185 28 28 / 0.9) !important
}

.ring-red-700\/95{
  --tw-ring-color:rgb(185 28 28 / 0.95) !important
}

.ring-red-900{
  --tw-ring-opacity:1 !important;
  --tw-ring-color:rgb(127 29 29 / var(--tw-ring-opacity, 1)) !important
}

.ring-red-900\/0{
  --tw-ring-color:rgb(127 29 29 / 0) !important
}

.ring-red-900\/10{
  --tw-ring-color:rgb(127 29 29 / 0.1) !important
}

.ring-red-900\/100{
  --tw-ring-color:rgb(127 29 29 / 1) !important
}

.ring-red-900\/15{
  --tw-ring-color:rgb(127 29 29 / 0.15) !important
}

.ring-red-900\/20{
  --tw-ring-color:rgb(127 29 29 / 0.2) !important
}

.ring-red-900\/25{
  --tw-ring-color:rgb(127 29 29 / 0.25) !important
}

.ring-red-900\/30{
  --tw-ring-color:rgb(127 29 29 / 0.3) !important
}

.ring-red-900\/35{
  --tw-ring-color:rgb(127 29 29 / 0.35) !important
}

.ring-red-900\/40{
  --tw-ring-color:rgb(127 29 29 / 0.4) !important
}

.ring-red-900\/45{
  --tw-ring-color:rgb(127 29 29 / 0.45) !important
}

.ring-red-900\/5{
  --tw-ring-color:rgb(127 29 29 / 0.05) !important
}

.ring-red-900\/50{
  --tw-ring-color:rgb(127 29 29 / 0.5) !important
}

.ring-red-900\/55{
  --tw-ring-color:rgb(127 29 29 / 0.55) !important
}

.ring-red-900\/60{
  --tw-ring-color:rgb(127 29 29 / 0.6) !important
}

.ring-red-900\/65{
  --tw-ring-color:rgb(127 29 29 / 0.65) !important
}

.ring-red-900\/70{
  --tw-ring-color:rgb(127 29 29 / 0.7) !important
}

.ring-red-900\/75{
  --tw-ring-color:rgb(127 29 29 / 0.75) !important
}

.ring-red-900\/80{
  --tw-ring-color:rgb(127 29 29 / 0.8) !important
}

.ring-red-900\/85{
  --tw-ring-color:rgb(127 29 29 / 0.85) !important
}

.ring-red-900\/90{
  --tw-ring-color:rgb(127 29 29 / 0.9) !important
}

.ring-red-900\/95{
  --tw-ring-color:rgb(127 29 29 / 0.95) !important
}

.ring-white{
  --tw-ring-opacity:1 !important;
  --tw-ring-color:rgb(255 255 255 / var(--tw-ring-opacity, 1)) !important
}

.ring-yellow-600\/20{
  --tw-ring-color:rgb(217 119 6 / 0.2) !important
}

.ring-opacity-5{
  --tw-ring-opacity:0.05 !important
}

.blur{
  --tw-blur:blur(8px) !important;
  filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important
}

.grayscale{
  --tw-grayscale:grayscale(100%) !important;
  filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important
}

.invert{
  --tw-invert:invert(100%) !important;
  filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important
}

.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
}

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

.transition-all{
  transition-property:all !important;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration:150ms !important
}

.transition-colors{
  transition-property:color, background-color, border-color, fill, stroke, -webkit-text-decoration-color !important;
  transition-property:color, background-color, border-color, text-decoration-color, fill, stroke !important;
  transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color !important;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration:150ms !important
}

.transition-opacity{
  transition-property:opacity !important;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration:150ms !important
}

.delay-500{
  transition-delay:500ms !important
}

.duration-100{
  transition-duration:100ms !important
}

.duration-200{
  transition-duration:200ms !important
}

.duration-300{
  transition-duration:300ms !important
}

.duration-500{
  transition-duration:500ms !important
}

.duration-75{
  transition-duration:75ms !important
}

.ease-in{
  transition-timing-function:cubic-bezier(0.4, 0, 1, 1) !important
}

.ease-in-out{
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1) !important
}

.ease-linear{
  transition-timing-function:linear !important
}

.ease-out{
  transition-timing-function:cubic-bezier(0, 0, 0.2, 1) !important
}

.animate-faster{
  animation-duration:0.5s !important
}

.animate-infinite{
  animation-iteration-count:infinite !important
}

.animate-duration-\[0\.2s\]{
  animation-duration:0.2s !important
}

.line-clamp-1{
  overflow:hidden !important;
  display:-webkit-box !important;
  -webkit-box-orient:vertical !important;
  -webkit-line-clamp:1 !important
}

.line-clamp-2{
  overflow:hidden !important;
  display:-webkit-box !important;
  -webkit-box-orient:vertical !important;
  -webkit-line-clamp:2 !important
}

.scrollbar-hide{
  -ms-overflow-style:none !important;
  scrollbar-width:none !important;
}

.scrollbar-hide::-webkit-scrollbar{
  display:none !important
}

.first\:pt-0:first-child{
  padding-top:0px !important
}

.checked\:border-orange-900:checked{
  --tw-border-opacity:1 !important;
  border-color:rgb(255 85 23 / 1) !important;
  border-color:rgb(255 85 23 / var(--tw-border-opacity, 1)) !important
}

.focus-within\:border-gray-900:focus-within{
  --tw-border-opacity:1 !important;
  border-color:rgb(23 46 68 / 1) !important;
  border-color:rgb(23 46 68 / var(--tw-border-opacity, 1)) !important
}

.focus-within\:border-red-500:focus-within{
  --tw-border-opacity:1 !important;
  border-color:rgb(255 47 53 / 1) !important;
  border-color:rgb(255 47 53 / var(--tw-border-opacity, 1)) !important
}

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

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

.focus-within\:ring-inset:focus-within{
  --tw-ring-inset:inset !important
}

.focus-within\:ring-blue-300:focus-within{
  --tw-ring-opacity:1 !important;
  --tw-ring-color:rgb(125 211 252 / var(--tw-ring-opacity, 1)) !important
}

.focus-within\:ring-gray-900:focus-within{
  --tw-ring-opacity:1 !important;
  --tw-ring-color:rgb(23 46 68 / var(--tw-ring-opacity, 1)) !important
}

.focus-within\:ring-red-500:focus-within{
  --tw-ring-opacity:1 !important;
  --tw-ring-color:rgb(255 47 53 / var(--tw-ring-opacity, 1)) !important
}

.hover\:cursor-pointer:hover{
  cursor:pointer !important
}

.hover\:rounded:hover{
  border-radius:0.25rem !important
}

.hover\:border-cyan-100:hover{
  --tw-border-opacity:1 !important;
  border-color:rgb(207 250 254 / 1) !important;
  border-color:rgb(207 250 254 / var(--tw-border-opacity, 1)) !important
}

.hover\:border-cyan-100\/0:hover{
  border-color:rgb(207 250 254 / 0) !important
}

.hover\:border-cyan-100\/10:hover{
  border-color:rgb(207 250 254 / 0.1) !important
}

.hover\:border-cyan-100\/100:hover{
  border-color:rgb(207 250 254 / 1) !important
}

.hover\:border-cyan-100\/15:hover{
  border-color:rgb(207 250 254 / 0.15) !important
}

.hover\:border-cyan-100\/20:hover{
  border-color:rgb(207 250 254 / 0.2) !important
}

.hover\:border-cyan-100\/25:hover{
  border-color:rgb(207 250 254 / 0.25) !important
}

.hover\:border-cyan-100\/30:hover{
  border-color:rgb(207 250 254 / 0.3) !important
}

.hover\:border-cyan-100\/35:hover{
  border-color:rgb(207 250 254 / 0.35) !important
}

.hover\:border-cyan-100\/40:hover{
  border-color:rgb(207 250 254 / 0.4) !important
}

.hover\:border-cyan-100\/45:hover{
  border-color:rgb(207 250 254 / 0.45) !important
}

.hover\:border-cyan-100\/5:hover{
  border-color:rgb(207 250 254 / 0.05) !important
}

.hover\:border-cyan-100\/50:hover{
  border-color:rgb(207 250 254 / 0.5) !important
}

.hover\:border-cyan-100\/55:hover{
  border-color:rgb(207 250 254 / 0.55) !important
}

.hover\:border-cyan-100\/60:hover{
  border-color:rgb(207 250 254 / 0.6) !important
}

.hover\:border-cyan-100\/65:hover{
  border-color:rgb(207 250 254 / 0.65) !important
}

.hover\:border-cyan-100\/70:hover{
  border-color:rgb(207 250 254 / 0.7) !important
}

.hover\:border-cyan-100\/75:hover{
  border-color:rgb(207 250 254 / 0.75) !important
}

.hover\:border-cyan-100\/80:hover{
  border-color:rgb(207 250 254 / 0.8) !important
}

.hover\:border-cyan-100\/85:hover{
  border-color:rgb(207 250 254 / 0.85) !important
}

.hover\:border-cyan-100\/90:hover{
  border-color:rgb(207 250 254 / 0.9) !important
}

.hover\:border-cyan-100\/95:hover{
  border-color:rgb(207 250 254 / 0.95) !important
}

.hover\:border-cyan-200:hover{
  --tw-border-opacity:1 !important;
  border-color:rgb(165 243 252 / 1) !important;
  border-color:rgb(165 243 252 / var(--tw-border-opacity, 1)) !important
}

.hover\:border-cyan-200\/0:hover{
  border-color:rgb(165 243 252 / 0) !important
}

.hover\:border-cyan-200\/10:hover{
  border-color:rgb(165 243 252 / 0.1) !important
}

.hover\:border-cyan-200\/100:hover{
  border-color:rgb(165 243 252 / 1) !important
}

.hover\:border-cyan-200\/15:hover{
  border-color:rgb(165 243 252 / 0.15) !important
}

.hover\:border-cyan-200\/20:hover{
  border-color:rgb(165 243 252 / 0.2) !important
}

.hover\:border-cyan-200\/25:hover{
  border-color:rgb(165 243 252 / 0.25) !important
}

.hover\:border-cyan-200\/30:hover{
  border-color:rgb(165 243 252 / 0.3) !important
}

.hover\:border-cyan-200\/35:hover{
  border-color:rgb(165 243 252 / 0.35) !important
}

.hover\:border-cyan-200\/40:hover{
  border-color:rgb(165 243 252 / 0.4) !important
}

.hover\:border-cyan-200\/45:hover{
  border-color:rgb(165 243 252 / 0.45) !important
}

.hover\:border-cyan-200\/5:hover{
  border-color:rgb(165 243 252 / 0.05) !important
}

.hover\:border-cyan-200\/50:hover{
  border-color:rgb(165 243 252 / 0.5) !important
}

.hover\:border-cyan-200\/55:hover{
  border-color:rgb(165 243 252 / 0.55) !important
}

.hover\:border-cyan-200\/60:hover{
  border-color:rgb(165 243 252 / 0.6) !important
}

.hover\:border-cyan-200\/65:hover{
  border-color:rgb(165 243 252 / 0.65) !important
}

.hover\:border-cyan-200\/70:hover{
  border-color:rgb(165 243 252 / 0.7) !important
}

.hover\:border-cyan-200\/75:hover{
  border-color:rgb(165 243 252 / 0.75) !important
}

.hover\:border-cyan-200\/80:hover{
  border-color:rgb(165 243 252 / 0.8) !important
}

.hover\:border-cyan-200\/85:hover{
  border-color:rgb(165 243 252 / 0.85) !important
}

.hover\:border-cyan-200\/90:hover{
  border-color:rgb(165 243 252 / 0.9) !important
}

.hover\:border-cyan-200\/95:hover{
  border-color:rgb(165 243 252 / 0.95) !important
}

.hover\:border-cyan-300:hover{
  --tw-border-opacity:1 !important;
  border-color:rgb(68 224 213 / 1) !important;
  border-color:rgb(68 224 213 / var(--tw-border-opacity, 1)) !important
}

.hover\:border-cyan-300\/0:hover{
  border-color:rgb(68 224 213 / 0) !important
}

.hover\:border-cyan-300\/10:hover{
  border-color:rgb(68 224 213 / 0.1) !important
}

.hover\:border-cyan-300\/100:hover{
  border-color:rgb(68 224 213 / 1) !important
}

.hover\:border-cyan-300\/15:hover{
  border-color:rgb(68 224 213 / 0.15) !important
}

.hover\:border-cyan-300\/20:hover{
  border-color:rgb(68 224 213 / 0.2) !important
}

.hover\:border-cyan-300\/25:hover{
  border-color:rgb(68 224 213 / 0.25) !important
}

.hover\:border-cyan-300\/30:hover{
  border-color:rgb(68 224 213 / 0.3) !important
}

.hover\:border-cyan-300\/35:hover{
  border-color:rgb(68 224 213 / 0.35) !important
}

.hover\:border-cyan-300\/40:hover{
  border-color:rgb(68 224 213 / 0.4) !important
}

.hover\:border-cyan-300\/45:hover{
  border-color:rgb(68 224 213 / 0.45) !important
}

.hover\:border-cyan-300\/5:hover{
  border-color:rgb(68 224 213 / 0.05) !important
}

.hover\:border-cyan-300\/50:hover{
  border-color:rgb(68 224 213 / 0.5) !important
}

.hover\:border-cyan-300\/55:hover{
  border-color:rgb(68 224 213 / 0.55) !important
}

.hover\:border-cyan-300\/60:hover{
  border-color:rgb(68 224 213 / 0.6) !important
}

.hover\:border-cyan-300\/65:hover{
  border-color:rgb(68 224 213 / 0.65) !important
}

.hover\:border-cyan-300\/70:hover{
  border-color:rgb(68 224 213 / 0.7) !important
}

.hover\:border-cyan-300\/75:hover{
  border-color:rgb(68 224 213 / 0.75) !important
}

.hover\:border-cyan-300\/80:hover{
  border-color:rgb(68 224 213 / 0.8) !important
}

.hover\:border-cyan-300\/85:hover{
  border-color:rgb(68 224 213 / 0.85) !important
}

.hover\:border-cyan-300\/90:hover{
  border-color:rgb(68 224 213 / 0.9) !important
}

.hover\:border-cyan-300\/95:hover{
  border-color:rgb(68 224 213 / 0.95) !important
}

.hover\:border-cyan-500:hover{
  --tw-border-opacity:1 !important;
  border-color:rgb(6 182 212 / 1) !important;
  border-color:rgb(6 182 212 / var(--tw-border-opacity, 1)) !important
}

.hover\:border-cyan-500\/0:hover{
  border-color:rgb(6 182 212 / 0) !important
}

.hover\:border-cyan-500\/10:hover{
  border-color:rgb(6 182 212 / 0.1) !important
}

.hover\:border-cyan-500\/100:hover{
  border-color:rgb(6 182 212 / 1) !important
}

.hover\:border-cyan-500\/15:hover{
  border-color:rgb(6 182 212 / 0.15) !important
}

.hover\:border-cyan-500\/20:hover{
  border-color:rgb(6 182 212 / 0.2) !important
}

.hover\:border-cyan-500\/25:hover{
  border-color:rgb(6 182 212 / 0.25) !important
}

.hover\:border-cyan-500\/30:hover{
  border-color:rgb(6 182 212 / 0.3) !important
}

.hover\:border-cyan-500\/35:hover{
  border-color:rgb(6 182 212 / 0.35) !important
}

.hover\:border-cyan-500\/40:hover{
  border-color:rgb(6 182 212 / 0.4) !important
}

.hover\:border-cyan-500\/45:hover{
  border-color:rgb(6 182 212 / 0.45) !important
}

.hover\:border-cyan-500\/5:hover{
  border-color:rgb(6 182 212 / 0.05) !important
}

.hover\:border-cyan-500\/50:hover{
  border-color:rgb(6 182 212 / 0.5) !important
}

.hover\:border-cyan-500\/55:hover{
  border-color:rgb(6 182 212 / 0.55) !important
}

.hover\:border-cyan-500\/60:hover{
  border-color:rgb(6 182 212 / 0.6) !important
}

.hover\:border-cyan-500\/65:hover{
  border-color:rgb(6 182 212 / 0.65) !important
}

.hover\:border-cyan-500\/70:hover{
  border-color:rgb(6 182 212 / 0.7) !important
}

.hover\:border-cyan-500\/75:hover{
  border-color:rgb(6 182 212 / 0.75) !important
}

.hover\:border-cyan-500\/80:hover{
  border-color:rgb(6 182 212 / 0.8) !important
}

.hover\:border-cyan-500\/85:hover{
  border-color:rgb(6 182 212 / 0.85) !important
}

.hover\:border-cyan-500\/90:hover{
  border-color:rgb(6 182 212 / 0.9) !important
}

.hover\:border-cyan-500\/95:hover{
  border-color:rgb(6 182 212 / 0.95) !important
}

.hover\:border-cyan-700:hover{
  --tw-border-opacity:1 !important;
  border-color:rgb(14 116 144 / 1) !important;
  border-color:rgb(14 116 144 / var(--tw-border-opacity, 1)) !important
}

.hover\:border-cyan-700\/0:hover{
  border-color:rgb(14 116 144 / 0) !important
}

.hover\:border-cyan-700\/10:hover{
  border-color:rgb(14 116 144 / 0.1) !important
}

.hover\:border-cyan-700\/100:hover{
  border-color:rgb(14 116 144 / 1) !important
}

.hover\:border-cyan-700\/15:hover{
  border-color:rgb(14 116 144 / 0.15) !important
}

.hover\:border-cyan-700\/20:hover{
  border-color:rgb(14 116 144 / 0.2) !important
}

.hover\:border-cyan-700\/25:hover{
  border-color:rgb(14 116 144 / 0.25) !important
}

.hover\:border-cyan-700\/30:hover{
  border-color:rgb(14 116 144 / 0.3) !important
}

.hover\:border-cyan-700\/35:hover{
  border-color:rgb(14 116 144 / 0.35) !important
}

.hover\:border-cyan-700\/40:hover{
  border-color:rgb(14 116 144 / 0.4) !important
}

.hover\:border-cyan-700\/45:hover{
  border-color:rgb(14 116 144 / 0.45) !important
}

.hover\:border-cyan-700\/5:hover{
  border-color:rgb(14 116 144 / 0.05) !important
}

.hover\:border-cyan-700\/50:hover{
  border-color:rgb(14 116 144 / 0.5) !important
}

.hover\:border-cyan-700\/55:hover{
  border-color:rgb(14 116 144 / 0.55) !important
}

.hover\:border-cyan-700\/60:hover{
  border-color:rgb(14 116 144 / 0.6) !important
}

.hover\:border-cyan-700\/65:hover{
  border-color:rgb(14 116 144 / 0.65) !important
}

.hover\:border-cyan-700\/70:hover{
  border-color:rgb(14 116 144 / 0.7) !important
}

.hover\:border-cyan-700\/75:hover{
  border-color:rgb(14 116 144 / 0.75) !important
}

.hover\:border-cyan-700\/80:hover{
  border-color:rgb(14 116 144 / 0.8) !important
}

.hover\:border-cyan-700\/85:hover{
  border-color:rgb(14 116 144 / 0.85) !important
}

.hover\:border-cyan-700\/90:hover{
  border-color:rgb(14 116 144 / 0.9) !important
}

.hover\:border-cyan-700\/95:hover{
  border-color:rgb(14 116 144 / 0.95) !important
}

.hover\:border-cyan-900:hover{
  --tw-border-opacity:1 !important;
  border-color:rgb(0 149 138 / 1) !important;
  border-color:rgb(0 149 138 / var(--tw-border-opacity, 1)) !important
}

.hover\:border-cyan-900\/0:hover{
  border-color:rgb(0 149 138 / 0) !important
}

.hover\:border-cyan-900\/10:hover{
  border-color:rgb(0 149 138 / 0.1) !important
}

.hover\:border-cyan-900\/100:hover{
  border-color:rgb(0 149 138 / 1) !important
}

.hover\:border-cyan-900\/15:hover{
  border-color:rgb(0 149 138 / 0.15) !important
}

.hover\:border-cyan-900\/20:hover{
  border-color:rgb(0 149 138 / 0.2) !important
}

.hover\:border-cyan-900\/25:hover{
  border-color:rgb(0 149 138 / 0.25) !important
}

.hover\:border-cyan-900\/30:hover{
  border-color:rgb(0 149 138 / 0.3) !important
}

.hover\:border-cyan-900\/35:hover{
  border-color:rgb(0 149 138 / 0.35) !important
}

.hover\:border-cyan-900\/40:hover{
  border-color:rgb(0 149 138 / 0.4) !important
}

.hover\:border-cyan-900\/45:hover{
  border-color:rgb(0 149 138 / 0.45) !important
}

.hover\:border-cyan-900\/5:hover{
  border-color:rgb(0 149 138 / 0.05) !important
}

.hover\:border-cyan-900\/50:hover{
  border-color:rgb(0 149 138 / 0.5) !important
}

.hover\:border-cyan-900\/55:hover{
  border-color:rgb(0 149 138 / 0.55) !important
}

.hover\:border-cyan-900\/60:hover{
  border-color:rgb(0 149 138 / 0.6) !important
}

.hover\:border-cyan-900\/65:hover{
  border-color:rgb(0 149 138 / 0.65) !important
}

.hover\:border-cyan-900\/70:hover{
  border-color:rgb(0 149 138 / 0.7) !important
}

.hover\:border-cyan-900\/75:hover{
  border-color:rgb(0 149 138 / 0.75) !important
}

.hover\:border-cyan-900\/80:hover{
  border-color:rgb(0 149 138 / 0.8) !important
}

.hover\:border-cyan-900\/85:hover{
  border-color:rgb(0 149 138 / 0.85) !important
}

.hover\:border-cyan-900\/90:hover{
  border-color:rgb(0 149 138 / 0.9) !important
}

.hover\:border-cyan-900\/95:hover{
  border-color:rgb(0 149 138 / 0.95) !important
}

.hover\:border-gray-100:hover{
  --tw-border-opacity:1 !important;
  border-color:rgb(241 245 249 / 1) !important;
  border-color:rgb(241 245 249 / var(--tw-border-opacity, 1)) !important
}

.hover\:border-gray-100\/0:hover{
  border-color:rgb(241 245 249 / 0) !important
}

.hover\:border-gray-100\/10:hover{
  border-color:rgb(241 245 249 / 0.1) !important
}

.hover\:border-gray-100\/100:hover{
  border-color:rgb(241 245 249 / 1) !important
}

.hover\:border-gray-100\/15:hover{
  border-color:rgb(241 245 249 / 0.15) !important
}

.hover\:border-gray-100\/20:hover{
  border-color:rgb(241 245 249 / 0.2) !important
}

.hover\:border-gray-100\/25:hover{
  border-color:rgb(241 245 249 / 0.25) !important
}

.hover\:border-gray-100\/30:hover{
  border-color:rgb(241 245 249 / 0.3) !important
}

.hover\:border-gray-100\/35:hover{
  border-color:rgb(241 245 249 / 0.35) !important
}

.hover\:border-gray-100\/40:hover{
  border-color:rgb(241 245 249 / 0.4) !important
}

.hover\:border-gray-100\/45:hover{
  border-color:rgb(241 245 249 / 0.45) !important
}

.hover\:border-gray-100\/5:hover{
  border-color:rgb(241 245 249 / 0.05) !important
}

.hover\:border-gray-100\/50:hover{
  border-color:rgb(241 245 249 / 0.5) !important
}

.hover\:border-gray-100\/55:hover{
  border-color:rgb(241 245 249 / 0.55) !important
}

.hover\:border-gray-100\/60:hover{
  border-color:rgb(241 245 249 / 0.6) !important
}

.hover\:border-gray-100\/65:hover{
  border-color:rgb(241 245 249 / 0.65) !important
}

.hover\:border-gray-100\/70:hover{
  border-color:rgb(241 245 249 / 0.7) !important
}

.hover\:border-gray-100\/75:hover{
  border-color:rgb(241 245 249 / 0.75) !important
}

.hover\:border-gray-100\/80:hover{
  border-color:rgb(241 245 249 / 0.8) !important
}

.hover\:border-gray-100\/85:hover{
  border-color:rgb(241 245 249 / 0.85) !important
}

.hover\:border-gray-100\/90:hover{
  border-color:rgb(241 245 249 / 0.9) !important
}

.hover\:border-gray-100\/95:hover{
  border-color:rgb(241 245 249 / 0.95) !important
}

.hover\:border-gray-200:hover{
  --tw-border-opacity:1 !important;
  border-color:rgb(217 228 236 / 1) !important;
  border-color:rgb(217 228 236 / var(--tw-border-opacity, 1)) !important
}

.hover\:border-gray-200\/0:hover{
  border-color:rgb(217 228 236 / 0) !important
}

.hover\:border-gray-200\/10:hover{
  border-color:rgb(217 228 236 / 0.1) !important
}

.hover\:border-gray-200\/100:hover{
  border-color:rgb(217 228 236 / 1) !important
}

.hover\:border-gray-200\/15:hover{
  border-color:rgb(217 228 236 / 0.15) !important
}

.hover\:border-gray-200\/20:hover{
  border-color:rgb(217 228 236 / 0.2) !important
}

.hover\:border-gray-200\/25:hover{
  border-color:rgb(217 228 236 / 0.25) !important
}

.hover\:border-gray-200\/30:hover{
  border-color:rgb(217 228 236 / 0.3) !important
}

.hover\:border-gray-200\/35:hover{
  border-color:rgb(217 228 236 / 0.35) !important
}

.hover\:border-gray-200\/40:hover{
  border-color:rgb(217 228 236 / 0.4) !important
}

.hover\:border-gray-200\/45:hover{
  border-color:rgb(217 228 236 / 0.45) !important
}

.hover\:border-gray-200\/5:hover{
  border-color:rgb(217 228 236 / 0.05) !important
}

.hover\:border-gray-200\/50:hover{
  border-color:rgb(217 228 236 / 0.5) !important
}

.hover\:border-gray-200\/55:hover{
  border-color:rgb(217 228 236 / 0.55) !important
}

.hover\:border-gray-200\/60:hover{
  border-color:rgb(217 228 236 / 0.6) !important
}

.hover\:border-gray-200\/65:hover{
  border-color:rgb(217 228 236 / 0.65) !important
}

.hover\:border-gray-200\/70:hover{
  border-color:rgb(217 228 236 / 0.7) !important
}

.hover\:border-gray-200\/75:hover{
  border-color:rgb(217 228 236 / 0.75) !important
}

.hover\:border-gray-200\/80:hover{
  border-color:rgb(217 228 236 / 0.8) !important
}

.hover\:border-gray-200\/85:hover{
  border-color:rgb(217 228 236 / 0.85) !important
}

.hover\:border-gray-200\/90:hover{
  border-color:rgb(217 228 236 / 0.9) !important
}

.hover\:border-gray-200\/95:hover{
  border-color:rgb(217 228 236 / 0.95) !important
}

.hover\:border-gray-300:hover{
  --tw-border-opacity:1 !important;
  border-color:rgb(203 213 225 / 1) !important;
  border-color:rgb(203 213 225 / var(--tw-border-opacity, 1)) !important
}

.hover\:border-gray-300\/0:hover{
  border-color:rgb(203 213 225 / 0) !important
}

.hover\:border-gray-300\/10:hover{
  border-color:rgb(203 213 225 / 0.1) !important
}

.hover\:border-gray-300\/100:hover{
  border-color:rgb(203 213 225 / 1) !important
}

.hover\:border-gray-300\/15:hover{
  border-color:rgb(203 213 225 / 0.15) !important
}

.hover\:border-gray-300\/20:hover{
  border-color:rgb(203 213 225 / 0.2) !important
}

.hover\:border-gray-300\/25:hover{
  border-color:rgb(203 213 225 / 0.25) !important
}

.hover\:border-gray-300\/30:hover{
  border-color:rgb(203 213 225 / 0.3) !important
}

.hover\:border-gray-300\/35:hover{
  border-color:rgb(203 213 225 / 0.35) !important
}

.hover\:border-gray-300\/40:hover{
  border-color:rgb(203 213 225 / 0.4) !important
}

.hover\:border-gray-300\/45:hover{
  border-color:rgb(203 213 225 / 0.45) !important
}

.hover\:border-gray-300\/5:hover{
  border-color:rgb(203 213 225 / 0.05) !important
}

.hover\:border-gray-300\/50:hover{
  border-color:rgb(203 213 225 / 0.5) !important
}

.hover\:border-gray-300\/55:hover{
  border-color:rgb(203 213 225 / 0.55) !important
}

.hover\:border-gray-300\/60:hover{
  border-color:rgb(203 213 225 / 0.6) !important
}

.hover\:border-gray-300\/65:hover{
  border-color:rgb(203 213 225 / 0.65) !important
}

.hover\:border-gray-300\/70:hover{
  border-color:rgb(203 213 225 / 0.7) !important
}

.hover\:border-gray-300\/75:hover{
  border-color:rgb(203 213 225 / 0.75) !important
}

.hover\:border-gray-300\/80:hover{
  border-color:rgb(203 213 225 / 0.8) !important
}

.hover\:border-gray-300\/85:hover{
  border-color:rgb(203 213 225 / 0.85) !important
}

.hover\:border-gray-300\/90:hover{
  border-color:rgb(203 213 225 / 0.9) !important
}

.hover\:border-gray-300\/95:hover{
  border-color:rgb(203 213 225 / 0.95) !important
}

.hover\:border-gray-400:hover{
  --tw-border-opacity:1 !important;
  border-color:rgb(148 163 184 / 1) !important;
  border-color:rgb(148 163 184 / var(--tw-border-opacity, 1)) !important
}

.hover\:border-gray-500:hover{
  --tw-border-opacity:1 !important;
  border-color:rgb(100 116 139 / 1) !important;
  border-color:rgb(100 116 139 / var(--tw-border-opacity, 1)) !important
}

.hover\:border-gray-500\/0:hover{
  border-color:rgb(100 116 139 / 0) !important
}

.hover\:border-gray-500\/10:hover{
  border-color:rgb(100 116 139 / 0.1) !important
}

.hover\:border-gray-500\/100:hover{
  border-color:rgb(100 116 139 / 1) !important
}

.hover\:border-gray-500\/15:hover{
  border-color:rgb(100 116 139 / 0.15) !important
}

.hover\:border-gray-500\/20:hover{
  border-color:rgb(100 116 139 / 0.2) !important
}

.hover\:border-gray-500\/25:hover{
  border-color:rgb(100 116 139 / 0.25) !important
}

.hover\:border-gray-500\/30:hover{
  border-color:rgb(100 116 139 / 0.3) !important
}

.hover\:border-gray-500\/35:hover{
  border-color:rgb(100 116 139 / 0.35) !important
}

.hover\:border-gray-500\/40:hover{
  border-color:rgb(100 116 139 / 0.4) !important
}

.hover\:border-gray-500\/45:hover{
  border-color:rgb(100 116 139 / 0.45) !important
}

.hover\:border-gray-500\/5:hover{
  border-color:rgb(100 116 139 / 0.05) !important
}

.hover\:border-gray-500\/50:hover{
  border-color:rgb(100 116 139 / 0.5) !important
}

.hover\:border-gray-500\/55:hover{
  border-color:rgb(100 116 139 / 0.55) !important
}

.hover\:border-gray-500\/60:hover{
  border-color:rgb(100 116 139 / 0.6) !important
}

.hover\:border-gray-500\/65:hover{
  border-color:rgb(100 116 139 / 0.65) !important
}

.hover\:border-gray-500\/70:hover{
  border-color:rgb(100 116 139 / 0.7) !important
}

.hover\:border-gray-500\/75:hover{
  border-color:rgb(100 116 139 / 0.75) !important
}

.hover\:border-gray-500\/80:hover{
  border-color:rgb(100 116 139 / 0.8) !important
}

.hover\:border-gray-500\/85:hover{
  border-color:rgb(100 116 139 / 0.85) !important
}

.hover\:border-gray-500\/90:hover{
  border-color:rgb(100 116 139 / 0.9) !important
}

.hover\:border-gray-500\/95:hover{
  border-color:rgb(100 116 139 / 0.95) !important
}

.hover\:border-gray-700:hover{
  --tw-border-opacity:1 !important;
  border-color:rgb(51 65 85 / 1) !important;
  border-color:rgb(51 65 85 / var(--tw-border-opacity, 1)) !important
}

.hover\:border-gray-700\/0:hover{
  border-color:rgb(51 65 85 / 0) !important
}

.hover\:border-gray-700\/10:hover{
  border-color:rgb(51 65 85 / 0.1) !important
}

.hover\:border-gray-700\/100:hover{
  border-color:rgb(51 65 85 / 1) !important
}

.hover\:border-gray-700\/15:hover{
  border-color:rgb(51 65 85 / 0.15) !important
}

.hover\:border-gray-700\/20:hover{
  border-color:rgb(51 65 85 / 0.2) !important
}

.hover\:border-gray-700\/25:hover{
  border-color:rgb(51 65 85 / 0.25) !important
}

.hover\:border-gray-700\/30:hover{
  border-color:rgb(51 65 85 / 0.3) !important
}

.hover\:border-gray-700\/35:hover{
  border-color:rgb(51 65 85 / 0.35) !important
}

.hover\:border-gray-700\/40:hover{
  border-color:rgb(51 65 85 / 0.4) !important
}

.hover\:border-gray-700\/45:hover{
  border-color:rgb(51 65 85 / 0.45) !important
}

.hover\:border-gray-700\/5:hover{
  border-color:rgb(51 65 85 / 0.05) !important
}

.hover\:border-gray-700\/50:hover{
  border-color:rgb(51 65 85 / 0.5) !important
}

.hover\:border-gray-700\/55:hover{
  border-color:rgb(51 65 85 / 0.55) !important
}

.hover\:border-gray-700\/60:hover{
  border-color:rgb(51 65 85 / 0.6) !important
}

.hover\:border-gray-700\/65:hover{
  border-color:rgb(51 65 85 / 0.65) !important
}

.hover\:border-gray-700\/70:hover{
  border-color:rgb(51 65 85 / 0.7) !important
}

.hover\:border-gray-700\/75:hover{
  border-color:rgb(51 65 85 / 0.75) !important
}

.hover\:border-gray-700\/80:hover{
  border-color:rgb(51 65 85 / 0.8) !important
}

.hover\:border-gray-700\/85:hover{
  border-color:rgb(51 65 85 / 0.85) !important
}

.hover\:border-gray-700\/90:hover{
  border-color:rgb(51 65 85 / 0.9) !important
}

.hover\:border-gray-700\/95:hover{
  border-color:rgb(51 65 85 / 0.95) !important
}

.hover\:border-gray-900:hover{
  --tw-border-opacity:1 !important;
  border-color:rgb(23 46 68 / 1) !important;
  border-color:rgb(23 46 68 / var(--tw-border-opacity, 1)) !important
}

.hover\:border-gray-900\/0:hover{
  border-color:rgb(23 46 68 / 0) !important
}

.hover\:border-gray-900\/10:hover{
  border-color:rgb(23 46 68 / 0.1) !important
}

.hover\:border-gray-900\/100:hover{
  border-color:rgb(23 46 68 / 1) !important
}

.hover\:border-gray-900\/15:hover{
  border-color:rgb(23 46 68 / 0.15) !important
}

.hover\:border-gray-900\/20:hover{
  border-color:rgb(23 46 68 / 0.2) !important
}

.hover\:border-gray-900\/25:hover{
  border-color:rgb(23 46 68 / 0.25) !important
}

.hover\:border-gray-900\/30:hover{
  border-color:rgb(23 46 68 / 0.3) !important
}

.hover\:border-gray-900\/35:hover{
  border-color:rgb(23 46 68 / 0.35) !important
}

.hover\:border-gray-900\/40:hover{
  border-color:rgb(23 46 68 / 0.4) !important
}

.hover\:border-gray-900\/45:hover{
  border-color:rgb(23 46 68 / 0.45) !important
}

.hover\:border-gray-900\/5:hover{
  border-color:rgb(23 46 68 / 0.05) !important
}

.hover\:border-gray-900\/50:hover{
  border-color:rgb(23 46 68 / 0.5) !important
}

.hover\:border-gray-900\/55:hover{
  border-color:rgb(23 46 68 / 0.55) !important
}

.hover\:border-gray-900\/60:hover{
  border-color:rgb(23 46 68 / 0.6) !important
}

.hover\:border-gray-900\/65:hover{
  border-color:rgb(23 46 68 / 0.65) !important
}

.hover\:border-gray-900\/70:hover{
  border-color:rgb(23 46 68 / 0.7) !important
}

.hover\:border-gray-900\/75:hover{
  border-color:rgb(23 46 68 / 0.75) !important
}

.hover\:border-gray-900\/80:hover{
  border-color:rgb(23 46 68 / 0.8) !important
}

.hover\:border-gray-900\/85:hover{
  border-color:rgb(23 46 68 / 0.85) !important
}

.hover\:border-gray-900\/90:hover{
  border-color:rgb(23 46 68 / 0.9) !important
}

.hover\:border-gray-900\/95:hover{
  border-color:rgb(23 46 68 / 0.95) !important
}

.hover\:border-green-100:hover{
  --tw-border-opacity:1 !important;
  border-color:rgb(209 250 229 / 1) !important;
  border-color:rgb(209 250 229 / var(--tw-border-opacity, 1)) !important
}

.hover\:border-green-100\/0:hover{
  border-color:rgb(209 250 229 / 0) !important
}

.hover\:border-green-100\/10:hover{
  border-color:rgb(209 250 229 / 0.1) !important
}

.hover\:border-green-100\/100:hover{
  border-color:rgb(209 250 229 / 1) !important
}

.hover\:border-green-100\/15:hover{
  border-color:rgb(209 250 229 / 0.15) !important
}

.hover\:border-green-100\/20:hover{
  border-color:rgb(209 250 229 / 0.2) !important
}

.hover\:border-green-100\/25:hover{
  border-color:rgb(209 250 229 / 0.25) !important
}

.hover\:border-green-100\/30:hover{
  border-color:rgb(209 250 229 / 0.3) !important
}

.hover\:border-green-100\/35:hover{
  border-color:rgb(209 250 229 / 0.35) !important
}

.hover\:border-green-100\/40:hover{
  border-color:rgb(209 250 229 / 0.4) !important
}

.hover\:border-green-100\/45:hover{
  border-color:rgb(209 250 229 / 0.45) !important
}

.hover\:border-green-100\/5:hover{
  border-color:rgb(209 250 229 / 0.05) !important
}

.hover\:border-green-100\/50:hover{
  border-color:rgb(209 250 229 / 0.5) !important
}

.hover\:border-green-100\/55:hover{
  border-color:rgb(209 250 229 / 0.55) !important
}

.hover\:border-green-100\/60:hover{
  border-color:rgb(209 250 229 / 0.6) !important
}

.hover\:border-green-100\/65:hover{
  border-color:rgb(209 250 229 / 0.65) !important
}

.hover\:border-green-100\/70:hover{
  border-color:rgb(209 250 229 / 0.7) !important
}

.hover\:border-green-100\/75:hover{
  border-color:rgb(209 250 229 / 0.75) !important
}

.hover\:border-green-100\/80:hover{
  border-color:rgb(209 250 229 / 0.8) !important
}

.hover\:border-green-100\/85:hover{
  border-color:rgb(209 250 229 / 0.85) !important
}

.hover\:border-green-100\/90:hover{
  border-color:rgb(209 250 229 / 0.9) !important
}

.hover\:border-green-100\/95:hover{
  border-color:rgb(209 250 229 / 0.95) !important
}

.hover\:border-green-200:hover{
  --tw-border-opacity:1 !important;
  border-color:rgb(167 243 208 / 1) !important;
  border-color:rgb(167 243 208 / var(--tw-border-opacity, 1)) !important
}

.hover\:border-green-200\/0:hover{
  border-color:rgb(167 243 208 / 0) !important
}

.hover\:border-green-200\/10:hover{
  border-color:rgb(167 243 208 / 0.1) !important
}

.hover\:border-green-200\/100:hover{
  border-color:rgb(167 243 208 / 1) !important
}

.hover\:border-green-200\/15:hover{
  border-color:rgb(167 243 208 / 0.15) !important
}

.hover\:border-green-200\/20:hover{
  border-color:rgb(167 243 208 / 0.2) !important
}

.hover\:border-green-200\/25:hover{
  border-color:rgb(167 243 208 / 0.25) !important
}

.hover\:border-green-200\/30:hover{
  border-color:rgb(167 243 208 / 0.3) !important
}

.hover\:border-green-200\/35:hover{
  border-color:rgb(167 243 208 / 0.35) !important
}

.hover\:border-green-200\/40:hover{
  border-color:rgb(167 243 208 / 0.4) !important
}

.hover\:border-green-200\/45:hover{
  border-color:rgb(167 243 208 / 0.45) !important
}

.hover\:border-green-200\/5:hover{
  border-color:rgb(167 243 208 / 0.05) !important
}

.hover\:border-green-200\/50:hover{
  border-color:rgb(167 243 208 / 0.5) !important
}

.hover\:border-green-200\/55:hover{
  border-color:rgb(167 243 208 / 0.55) !important
}

.hover\:border-green-200\/60:hover{
  border-color:rgb(167 243 208 / 0.6) !important
}

.hover\:border-green-200\/65:hover{
  border-color:rgb(167 243 208 / 0.65) !important
}

.hover\:border-green-200\/70:hover{
  border-color:rgb(167 243 208 / 0.7) !important
}

.hover\:border-green-200\/75:hover{
  border-color:rgb(167 243 208 / 0.75) !important
}

.hover\:border-green-200\/80:hover{
  border-color:rgb(167 243 208 / 0.8) !important
}

.hover\:border-green-200\/85:hover{
  border-color:rgb(167 243 208 / 0.85) !important
}

.hover\:border-green-200\/90:hover{
  border-color:rgb(167 243 208 / 0.9) !important
}

.hover\:border-green-200\/95:hover{
  border-color:rgb(167 243 208 / 0.95) !important
}

.hover\:border-green-300:hover{
  --tw-border-opacity:1 !important;
  border-color:rgb(110 231 183 / 1) !important;
  border-color:rgb(110 231 183 / var(--tw-border-opacity, 1)) !important
}

.hover\:border-green-300\/0:hover{
  border-color:rgb(110 231 183 / 0) !important
}

.hover\:border-green-300\/10:hover{
  border-color:rgb(110 231 183 / 0.1) !important
}

.hover\:border-green-300\/100:hover{
  border-color:rgb(110 231 183 / 1) !important
}

.hover\:border-green-300\/15:hover{
  border-color:rgb(110 231 183 / 0.15) !important
}

.hover\:border-green-300\/20:hover{
  border-color:rgb(110 231 183 / 0.2) !important
}

.hover\:border-green-300\/25:hover{
  border-color:rgb(110 231 183 / 0.25) !important
}

.hover\:border-green-300\/30:hover{
  border-color:rgb(110 231 183 / 0.3) !important
}

.hover\:border-green-300\/35:hover{
  border-color:rgb(110 231 183 / 0.35) !important
}

.hover\:border-green-300\/40:hover{
  border-color:rgb(110 231 183 / 0.4) !important
}

.hover\:border-green-300\/45:hover{
  border-color:rgb(110 231 183 / 0.45) !important
}

.hover\:border-green-300\/5:hover{
  border-color:rgb(110 231 183 / 0.05) !important
}

.hover\:border-green-300\/50:hover{
  border-color:rgb(110 231 183 / 0.5) !important
}

.hover\:border-green-300\/55:hover{
  border-color:rgb(110 231 183 / 0.55) !important
}

.hover\:border-green-300\/60:hover{
  border-color:rgb(110 231 183 / 0.6) !important
}

.hover\:border-green-300\/65:hover{
  border-color:rgb(110 231 183 / 0.65) !important
}

.hover\:border-green-300\/70:hover{
  border-color:rgb(110 231 183 / 0.7) !important
}

.hover\:border-green-300\/75:hover{
  border-color:rgb(110 231 183 / 0.75) !important
}

.hover\:border-green-300\/80:hover{
  border-color:rgb(110 231 183 / 0.8) !important
}

.hover\:border-green-300\/85:hover{
  border-color:rgb(110 231 183 / 0.85) !important
}

.hover\:border-green-300\/90:hover{
  border-color:rgb(110 231 183 / 0.9) !important
}

.hover\:border-green-300\/95:hover{
  border-color:rgb(110 231 183 / 0.95) !important
}

.hover\:border-green-500:hover{
  --tw-border-opacity:1 !important;
  border-color:rgb(16 185 129 / 1) !important;
  border-color:rgb(16 185 129 / var(--tw-border-opacity, 1)) !important
}

.hover\:border-green-500\/0:hover{
  border-color:rgb(16 185 129 / 0) !important
}

.hover\:border-green-500\/10:hover{
  border-color:rgb(16 185 129 / 0.1) !important
}

.hover\:border-green-500\/100:hover{
  border-color:rgb(16 185 129 / 1) !important
}

.hover\:border-green-500\/15:hover{
  border-color:rgb(16 185 129 / 0.15) !important
}

.hover\:border-green-500\/20:hover{
  border-color:rgb(16 185 129 / 0.2) !important
}

.hover\:border-green-500\/25:hover{
  border-color:rgb(16 185 129 / 0.25) !important
}

.hover\:border-green-500\/30:hover{
  border-color:rgb(16 185 129 / 0.3) !important
}

.hover\:border-green-500\/35:hover{
  border-color:rgb(16 185 129 / 0.35) !important
}

.hover\:border-green-500\/40:hover{
  border-color:rgb(16 185 129 / 0.4) !important
}

.hover\:border-green-500\/45:hover{
  border-color:rgb(16 185 129 / 0.45) !important
}

.hover\:border-green-500\/5:hover{
  border-color:rgb(16 185 129 / 0.05) !important
}

.hover\:border-green-500\/50:hover{
  border-color:rgb(16 185 129 / 0.5) !important
}

.hover\:border-green-500\/55:hover{
  border-color:rgb(16 185 129 / 0.55) !important
}

.hover\:border-green-500\/60:hover{
  border-color:rgb(16 185 129 / 0.6) !important
}

.hover\:border-green-500\/65:hover{
  border-color:rgb(16 185 129 / 0.65) !important
}

.hover\:border-green-500\/70:hover{
  border-color:rgb(16 185 129 / 0.7) !important
}

.hover\:border-green-500\/75:hover{
  border-color:rgb(16 185 129 / 0.75) !important
}

.hover\:border-green-500\/80:hover{
  border-color:rgb(16 185 129 / 0.8) !important
}

.hover\:border-green-500\/85:hover{
  border-color:rgb(16 185 129 / 0.85) !important
}

.hover\:border-green-500\/90:hover{
  border-color:rgb(16 185 129 / 0.9) !important
}

.hover\:border-green-500\/95:hover{
  border-color:rgb(16 185 129 / 0.95) !important
}

.hover\:border-green-700:hover{
  --tw-border-opacity:1 !important;
  border-color:rgb(4 120 87 / 1) !important;
  border-color:rgb(4 120 87 / var(--tw-border-opacity, 1)) !important
}

.hover\:border-green-700\/0:hover{
  border-color:rgb(4 120 87 / 0) !important
}

.hover\:border-green-700\/10:hover{
  border-color:rgb(4 120 87 / 0.1) !important
}

.hover\:border-green-700\/100:hover{
  border-color:rgb(4 120 87 / 1) !important
}

.hover\:border-green-700\/15:hover{
  border-color:rgb(4 120 87 / 0.15) !important
}

.hover\:border-green-700\/20:hover{
  border-color:rgb(4 120 87 / 0.2) !important
}

.hover\:border-green-700\/25:hover{
  border-color:rgb(4 120 87 / 0.25) !important
}

.hover\:border-green-700\/30:hover{
  border-color:rgb(4 120 87 / 0.3) !important
}

.hover\:border-green-700\/35:hover{
  border-color:rgb(4 120 87 / 0.35) !important
}

.hover\:border-green-700\/40:hover{
  border-color:rgb(4 120 87 / 0.4) !important
}

.hover\:border-green-700\/45:hover{
  border-color:rgb(4 120 87 / 0.45) !important
}

.hover\:border-green-700\/5:hover{
  border-color:rgb(4 120 87 / 0.05) !important
}

.hover\:border-green-700\/50:hover{
  border-color:rgb(4 120 87 / 0.5) !important
}

.hover\:border-green-700\/55:hover{
  border-color:rgb(4 120 87 / 0.55) !important
}

.hover\:border-green-700\/60:hover{
  border-color:rgb(4 120 87 / 0.6) !important
}

.hover\:border-green-700\/65:hover{
  border-color:rgb(4 120 87 / 0.65) !important
}

.hover\:border-green-700\/70:hover{
  border-color:rgb(4 120 87 / 0.7) !important
}

.hover\:border-green-700\/75:hover{
  border-color:rgb(4 120 87 / 0.75) !important
}

.hover\:border-green-700\/80:hover{
  border-color:rgb(4 120 87 / 0.8) !important
}

.hover\:border-green-700\/85:hover{
  border-color:rgb(4 120 87 / 0.85) !important
}

.hover\:border-green-700\/90:hover{
  border-color:rgb(4 120 87 / 0.9) !important
}

.hover\:border-green-700\/95:hover{
  border-color:rgb(4 120 87 / 0.95) !important
}

.hover\:border-green-900:hover{
  --tw-border-opacity:1 !important;
  border-color:rgb(6 78 59 / 1) !important;
  border-color:rgb(6 78 59 / var(--tw-border-opacity, 1)) !important
}

.hover\:border-green-900\/0:hover{
  border-color:rgb(6 78 59 / 0) !important
}

.hover\:border-green-900\/10:hover{
  border-color:rgb(6 78 59 / 0.1) !important
}

.hover\:border-green-900\/100:hover{
  border-color:rgb(6 78 59 / 1) !important
}

.hover\:border-green-900\/15:hover{
  border-color:rgb(6 78 59 / 0.15) !important
}

.hover\:border-green-900\/20:hover{
  border-color:rgb(6 78 59 / 0.2) !important
}

.hover\:border-green-900\/25:hover{
  border-color:rgb(6 78 59 / 0.25) !important
}

.hover\:border-green-900\/30:hover{
  border-color:rgb(6 78 59 / 0.3) !important
}

.hover\:border-green-900\/35:hover{
  border-color:rgb(6 78 59 / 0.35) !important
}

.hover\:border-green-900\/40:hover{
  border-color:rgb(6 78 59 / 0.4) !important
}

.hover\:border-green-900\/45:hover{
  border-color:rgb(6 78 59 / 0.45) !important
}

.hover\:border-green-900\/5:hover{
  border-color:rgb(6 78 59 / 0.05) !important
}

.hover\:border-green-900\/50:hover{
  border-color:rgb(6 78 59 / 0.5) !important
}

.hover\:border-green-900\/55:hover{
  border-color:rgb(6 78 59 / 0.55) !important
}

.hover\:border-green-900\/60:hover{
  border-color:rgb(6 78 59 / 0.6) !important
}

.hover\:border-green-900\/65:hover{
  border-color:rgb(6 78 59 / 0.65) !important
}

.hover\:border-green-900\/70:hover{
  border-color:rgb(6 78 59 / 0.7) !important
}

.hover\:border-green-900\/75:hover{
  border-color:rgb(6 78 59 / 0.75) !important
}

.hover\:border-green-900\/80:hover{
  border-color:rgb(6 78 59 / 0.8) !important
}

.hover\:border-green-900\/85:hover{
  border-color:rgb(6 78 59 / 0.85) !important
}

.hover\:border-green-900\/90:hover{
  border-color:rgb(6 78 59 / 0.9) !important
}

.hover\:border-green-900\/95:hover{
  border-color:rgb(6 78 59 / 0.95) !important
}

.hover\:border-orange-100:hover{
  --tw-border-opacity:1 !important;
  border-color:rgb(255 221 209 / 1) !important;
  border-color:rgb(255 221 209 / var(--tw-border-opacity, 1)) !important
}

.hover\:border-orange-100\/0:hover{
  border-color:rgb(255 221 209 / 0) !important
}

.hover\:border-orange-100\/10:hover{
  border-color:rgb(255 221 209 / 0.1) !important
}

.hover\:border-orange-100\/100:hover{
  border-color:rgb(255 221 209 / 1) !important
}

.hover\:border-orange-100\/15:hover{
  border-color:rgb(255 221 209 / 0.15) !important
}

.hover\:border-orange-100\/20:hover{
  border-color:rgb(255 221 209 / 0.2) !important
}

.hover\:border-orange-100\/25:hover{
  border-color:rgb(255 221 209 / 0.25) !important
}

.hover\:border-orange-100\/30:hover{
  border-color:rgb(255 221 209 / 0.3) !important
}

.hover\:border-orange-100\/35:hover{
  border-color:rgb(255 221 209 / 0.35) !important
}

.hover\:border-orange-100\/40:hover{
  border-color:rgb(255 221 209 / 0.4) !important
}

.hover\:border-orange-100\/45:hover{
  border-color:rgb(255 221 209 / 0.45) !important
}

.hover\:border-orange-100\/5:hover{
  border-color:rgb(255 221 209 / 0.05) !important
}

.hover\:border-orange-100\/50:hover{
  border-color:rgb(255 221 209 / 0.5) !important
}

.hover\:border-orange-100\/55:hover{
  border-color:rgb(255 221 209 / 0.55) !important
}

.hover\:border-orange-100\/60:hover{
  border-color:rgb(255 221 209 / 0.6) !important
}

.hover\:border-orange-100\/65:hover{
  border-color:rgb(255 221 209 / 0.65) !important
}

.hover\:border-orange-100\/70:hover{
  border-color:rgb(255 221 209 / 0.7) !important
}

.hover\:border-orange-100\/75:hover{
  border-color:rgb(255 221 209 / 0.75) !important
}

.hover\:border-orange-100\/80:hover{
  border-color:rgb(255 221 209 / 0.8) !important
}

.hover\:border-orange-100\/85:hover{
  border-color:rgb(255 221 209 / 0.85) !important
}

.hover\:border-orange-100\/90:hover{
  border-color:rgb(255 221 209 / 0.9) !important
}

.hover\:border-orange-100\/95:hover{
  border-color:rgb(255 221 209 / 0.95) !important
}

.hover\:border-orange-200:hover{
  --tw-border-opacity:1 !important;
  border-color:rgb(254 215 170 / 1) !important;
  border-color:rgb(254 215 170 / var(--tw-border-opacity, 1)) !important
}

.hover\:border-orange-200\/0:hover{
  border-color:rgb(254 215 170 / 0) !important
}

.hover\:border-orange-200\/10:hover{
  border-color:rgb(254 215 170 / 0.1) !important
}

.hover\:border-orange-200\/100:hover{
  border-color:rgb(254 215 170 / 1) !important
}

.hover\:border-orange-200\/15:hover{
  border-color:rgb(254 215 170 / 0.15) !important
}

.hover\:border-orange-200\/20:hover{
  border-color:rgb(254 215 170 / 0.2) !important
}

.hover\:border-orange-200\/25:hover{
  border-color:rgb(254 215 170 / 0.25) !important
}

.hover\:border-orange-200\/30:hover{
  border-color:rgb(254 215 170 / 0.3) !important
}

.hover\:border-orange-200\/35:hover{
  border-color:rgb(254 215 170 / 0.35) !important
}

.hover\:border-orange-200\/40:hover{
  border-color:rgb(254 215 170 / 0.4) !important
}

.hover\:border-orange-200\/45:hover{
  border-color:rgb(254 215 170 / 0.45) !important
}

.hover\:border-orange-200\/5:hover{
  border-color:rgb(254 215 170 / 0.05) !important
}

.hover\:border-orange-200\/50:hover{
  border-color:rgb(254 215 170 / 0.5) !important
}

.hover\:border-orange-200\/55:hover{
  border-color:rgb(254 215 170 / 0.55) !important
}

.hover\:border-orange-200\/60:hover{
  border-color:rgb(254 215 170 / 0.6) !important
}

.hover\:border-orange-200\/65:hover{
  border-color:rgb(254 215 170 / 0.65) !important
}

.hover\:border-orange-200\/70:hover{
  border-color:rgb(254 215 170 / 0.7) !important
}

.hover\:border-orange-200\/75:hover{
  border-color:rgb(254 215 170 / 0.75) !important
}

.hover\:border-orange-200\/80:hover{
  border-color:rgb(254 215 170 / 0.8) !important
}

.hover\:border-orange-200\/85:hover{
  border-color:rgb(254 215 170 / 0.85) !important
}

.hover\:border-orange-200\/90:hover{
  border-color:rgb(254 215 170 / 0.9) !important
}

.hover\:border-orange-200\/95:hover{
  border-color:rgb(254 215 170 / 0.95) !important
}

.hover\:border-orange-300:hover{
  --tw-border-opacity:1 !important;
  border-color:rgb(255 187 162 / 1) !important;
  border-color:rgb(255 187 162 / var(--tw-border-opacity, 1)) !important
}

.hover\:border-orange-300\/0:hover{
  border-color:rgb(255 187 162 / 0) !important
}

.hover\:border-orange-300\/10:hover{
  border-color:rgb(255 187 162 / 0.1) !important
}

.hover\:border-orange-300\/100:hover{
  border-color:rgb(255 187 162 / 1) !important
}

.hover\:border-orange-300\/15:hover{
  border-color:rgb(255 187 162 / 0.15) !important
}

.hover\:border-orange-300\/20:hover{
  border-color:rgb(255 187 162 / 0.2) !important
}

.hover\:border-orange-300\/25:hover{
  border-color:rgb(255 187 162 / 0.25) !important
}

.hover\:border-orange-300\/30:hover{
  border-color:rgb(255 187 162 / 0.3) !important
}

.hover\:border-orange-300\/35:hover{
  border-color:rgb(255 187 162 / 0.35) !important
}

.hover\:border-orange-300\/40:hover{
  border-color:rgb(255 187 162 / 0.4) !important
}

.hover\:border-orange-300\/45:hover{
  border-color:rgb(255 187 162 / 0.45) !important
}

.hover\:border-orange-300\/5:hover{
  border-color:rgb(255 187 162 / 0.05) !important
}

.hover\:border-orange-300\/50:hover{
  border-color:rgb(255 187 162 / 0.5) !important
}

.hover\:border-orange-300\/55:hover{
  border-color:rgb(255 187 162 / 0.55) !important
}

.hover\:border-orange-300\/60:hover{
  border-color:rgb(255 187 162 / 0.6) !important
}

.hover\:border-orange-300\/65:hover{
  border-color:rgb(255 187 162 / 0.65) !important
}

.hover\:border-orange-300\/70:hover{
  border-color:rgb(255 187 162 / 0.7) !important
}

.hover\:border-orange-300\/75:hover{
  border-color:rgb(255 187 162 / 0.75) !important
}

.hover\:border-orange-300\/80:hover{
  border-color:rgb(255 187 162 / 0.8) !important
}

.hover\:border-orange-300\/85:hover{
  border-color:rgb(255 187 162 / 0.85) !important
}

.hover\:border-orange-300\/90:hover{
  border-color:rgb(255 187 162 / 0.9) !important
}

.hover\:border-orange-300\/95:hover{
  border-color:rgb(255 187 162 / 0.95) !important
}

.hover\:border-orange-500:hover{
  --tw-border-opacity:1 !important;
  border-color:rgb(255 153 116 / 1) !important;
  border-color:rgb(255 153 116 / var(--tw-border-opacity, 1)) !important
}

.hover\:border-orange-500\/0:hover{
  border-color:rgb(255 153 116 / 0) !important
}

.hover\:border-orange-500\/10:hover{
  border-color:rgb(255 153 116 / 0.1) !important
}

.hover\:border-orange-500\/100:hover{
  border-color:rgb(255 153 116 / 1) !important
}

.hover\:border-orange-500\/15:hover{
  border-color:rgb(255 153 116 / 0.15) !important
}

.hover\:border-orange-500\/20:hover{
  border-color:rgb(255 153 116 / 0.2) !important
}

.hover\:border-orange-500\/25:hover{
  border-color:rgb(255 153 116 / 0.25) !important
}

.hover\:border-orange-500\/30:hover{
  border-color:rgb(255 153 116 / 0.3) !important
}

.hover\:border-orange-500\/35:hover{
  border-color:rgb(255 153 116 / 0.35) !important
}

.hover\:border-orange-500\/40:hover{
  border-color:rgb(255 153 116 / 0.4) !important
}

.hover\:border-orange-500\/45:hover{
  border-color:rgb(255 153 116 / 0.45) !important
}

.hover\:border-orange-500\/5:hover{
  border-color:rgb(255 153 116 / 0.05) !important
}

.hover\:border-orange-500\/50:hover{
  border-color:rgb(255 153 116 / 0.5) !important
}

.hover\:border-orange-500\/55:hover{
  border-color:rgb(255 153 116 / 0.55) !important
}

.hover\:border-orange-500\/60:hover{
  border-color:rgb(255 153 116 / 0.6) !important
}

.hover\:border-orange-500\/65:hover{
  border-color:rgb(255 153 116 / 0.65) !important
}

.hover\:border-orange-500\/70:hover{
  border-color:rgb(255 153 116 / 0.7) !important
}

.hover\:border-orange-500\/75:hover{
  border-color:rgb(255 153 116 / 0.75) !important
}

.hover\:border-orange-500\/80:hover{
  border-color:rgb(255 153 116 / 0.8) !important
}

.hover\:border-orange-500\/85:hover{
  border-color:rgb(255 153 116 / 0.85) !important
}

.hover\:border-orange-500\/90:hover{
  border-color:rgb(255 153 116 / 0.9) !important
}

.hover\:border-orange-500\/95:hover{
  border-color:rgb(255 153 116 / 0.95) !important
}

.hover\:border-orange-700:hover{
  --tw-border-opacity:1 !important;
  border-color:rgb(255 119 69 / 1) !important;
  border-color:rgb(255 119 69 / var(--tw-border-opacity, 1)) !important
}

.hover\:border-orange-700\/0:hover{
  border-color:rgb(255 119 69 / 0) !important
}

.hover\:border-orange-700\/10:hover{
  border-color:rgb(255 119 69 / 0.1) !important
}

.hover\:border-orange-700\/100:hover{
  border-color:rgb(255 119 69 / 1) !important
}

.hover\:border-orange-700\/15:hover{
  border-color:rgb(255 119 69 / 0.15) !important
}

.hover\:border-orange-700\/20:hover{
  border-color:rgb(255 119 69 / 0.2) !important
}

.hover\:border-orange-700\/25:hover{
  border-color:rgb(255 119 69 / 0.25) !important
}

.hover\:border-orange-700\/30:hover{
  border-color:rgb(255 119 69 / 0.3) !important
}

.hover\:border-orange-700\/35:hover{
  border-color:rgb(255 119 69 / 0.35) !important
}

.hover\:border-orange-700\/40:hover{
  border-color:rgb(255 119 69 / 0.4) !important
}

.hover\:border-orange-700\/45:hover{
  border-color:rgb(255 119 69 / 0.45) !important
}

.hover\:border-orange-700\/5:hover{
  border-color:rgb(255 119 69 / 0.05) !important
}

.hover\:border-orange-700\/50:hover{
  border-color:rgb(255 119 69 / 0.5) !important
}

.hover\:border-orange-700\/55:hover{
  border-color:rgb(255 119 69 / 0.55) !important
}

.hover\:border-orange-700\/60:hover{
  border-color:rgb(255 119 69 / 0.6) !important
}

.hover\:border-orange-700\/65:hover{
  border-color:rgb(255 119 69 / 0.65) !important
}

.hover\:border-orange-700\/70:hover{
  border-color:rgb(255 119 69 / 0.7) !important
}

.hover\:border-orange-700\/75:hover{
  border-color:rgb(255 119 69 / 0.75) !important
}

.hover\:border-orange-700\/80:hover{
  border-color:rgb(255 119 69 / 0.8) !important
}

.hover\:border-orange-700\/85:hover{
  border-color:rgb(255 119 69 / 0.85) !important
}

.hover\:border-orange-700\/90:hover{
  border-color:rgb(255 119 69 / 0.9) !important
}

.hover\:border-orange-700\/95:hover{
  border-color:rgb(255 119 69 / 0.95) !important
}

.hover\:border-orange-900:hover{
  --tw-border-opacity:1 !important;
  border-color:rgb(255 85 23 / 1) !important;
  border-color:rgb(255 85 23 / var(--tw-border-opacity, 1)) !important
}

.hover\:border-orange-900\/0:hover{
  border-color:rgb(255 85 23 / 0) !important
}

.hover\:border-orange-900\/10:hover{
  border-color:rgb(255 85 23 / 0.1) !important
}

.hover\:border-orange-900\/100:hover{
  border-color:rgb(255 85 23 / 1) !important
}

.hover\:border-orange-900\/15:hover{
  border-color:rgb(255 85 23 / 0.15) !important
}

.hover\:border-orange-900\/20:hover{
  border-color:rgb(255 85 23 / 0.2) !important
}

.hover\:border-orange-900\/25:hover{
  border-color:rgb(255 85 23 / 0.25) !important
}

.hover\:border-orange-900\/30:hover{
  border-color:rgb(255 85 23 / 0.3) !important
}

.hover\:border-orange-900\/35:hover{
  border-color:rgb(255 85 23 / 0.35) !important
}

.hover\:border-orange-900\/40:hover{
  border-color:rgb(255 85 23 / 0.4) !important
}

.hover\:border-orange-900\/45:hover{
  border-color:rgb(255 85 23 / 0.45) !important
}

.hover\:border-orange-900\/5:hover{
  border-color:rgb(255 85 23 / 0.05) !important
}

.hover\:border-orange-900\/50:hover{
  border-color:rgb(255 85 23 / 0.5) !important
}

.hover\:border-orange-900\/55:hover{
  border-color:rgb(255 85 23 / 0.55) !important
}

.hover\:border-orange-900\/60:hover{
  border-color:rgb(255 85 23 / 0.6) !important
}

.hover\:border-orange-900\/65:hover{
  border-color:rgb(255 85 23 / 0.65) !important
}

.hover\:border-orange-900\/70:hover{
  border-color:rgb(255 85 23 / 0.7) !important
}

.hover\:border-orange-900\/75:hover{
  border-color:rgb(255 85 23 / 0.75) !important
}

.hover\:border-orange-900\/80:hover{
  border-color:rgb(255 85 23 / 0.8) !important
}

.hover\:border-orange-900\/85:hover{
  border-color:rgb(255 85 23 / 0.85) !important
}

.hover\:border-orange-900\/90:hover{
  border-color:rgb(255 85 23 / 0.9) !important
}

.hover\:border-orange-900\/95:hover{
  border-color:rgb(255 85 23 / 0.95) !important
}

.hover\:border-red-100:hover{
  --tw-border-opacity:1 !important;
  border-color:rgb(255 213 215 / 1) !important;
  border-color:rgb(255 213 215 / var(--tw-border-opacity, 1)) !important
}

.hover\:border-red-100\/0:hover{
  border-color:rgb(255 213 215 / 0) !important
}

.hover\:border-red-100\/10:hover{
  border-color:rgb(255 213 215 / 0.1) !important
}

.hover\:border-red-100\/100:hover{
  border-color:rgb(255 213 215 / 1) !important
}

.hover\:border-red-100\/15:hover{
  border-color:rgb(255 213 215 / 0.15) !important
}

.hover\:border-red-100\/20:hover{
  border-color:rgb(255 213 215 / 0.2) !important
}

.hover\:border-red-100\/25:hover{
  border-color:rgb(255 213 215 / 0.25) !important
}

.hover\:border-red-100\/30:hover{
  border-color:rgb(255 213 215 / 0.3) !important
}

.hover\:border-red-100\/35:hover{
  border-color:rgb(255 213 215 / 0.35) !important
}

.hover\:border-red-100\/40:hover{
  border-color:rgb(255 213 215 / 0.4) !important
}

.hover\:border-red-100\/45:hover{
  border-color:rgb(255 213 215 / 0.45) !important
}

.hover\:border-red-100\/5:hover{
  border-color:rgb(255 213 215 / 0.05) !important
}

.hover\:border-red-100\/50:hover{
  border-color:rgb(255 213 215 / 0.5) !important
}

.hover\:border-red-100\/55:hover{
  border-color:rgb(255 213 215 / 0.55) !important
}

.hover\:border-red-100\/60:hover{
  border-color:rgb(255 213 215 / 0.6) !important
}

.hover\:border-red-100\/65:hover{
  border-color:rgb(255 213 215 / 0.65) !important
}

.hover\:border-red-100\/70:hover{
  border-color:rgb(255 213 215 / 0.7) !important
}

.hover\:border-red-100\/75:hover{
  border-color:rgb(255 213 215 / 0.75) !important
}

.hover\:border-red-100\/80:hover{
  border-color:rgb(255 213 215 / 0.8) !important
}

.hover\:border-red-100\/85:hover{
  border-color:rgb(255 213 215 / 0.85) !important
}

.hover\:border-red-100\/90:hover{
  border-color:rgb(255 213 215 / 0.9) !important
}

.hover\:border-red-100\/95:hover{
  border-color:rgb(255 213 215 / 0.95) !important
}

.hover\:border-red-200:hover{
  --tw-border-opacity:1 !important;
  border-color:rgb(255 172 174 / 1) !important;
  border-color:rgb(255 172 174 / var(--tw-border-opacity, 1)) !important
}

.hover\:border-red-200\/0:hover{
  border-color:rgb(255 172 174 / 0) !important
}

.hover\:border-red-200\/10:hover{
  border-color:rgb(255 172 174 / 0.1) !important
}

.hover\:border-red-200\/100:hover{
  border-color:rgb(255 172 174 / 1) !important
}

.hover\:border-red-200\/15:hover{
  border-color:rgb(255 172 174 / 0.15) !important
}

.hover\:border-red-200\/20:hover{
  border-color:rgb(255 172 174 / 0.2) !important
}

.hover\:border-red-200\/25:hover{
  border-color:rgb(255 172 174 / 0.25) !important
}

.hover\:border-red-200\/30:hover{
  border-color:rgb(255 172 174 / 0.3) !important
}

.hover\:border-red-200\/35:hover{
  border-color:rgb(255 172 174 / 0.35) !important
}

.hover\:border-red-200\/40:hover{
  border-color:rgb(255 172 174 / 0.4) !important
}

.hover\:border-red-200\/45:hover{
  border-color:rgb(255 172 174 / 0.45) !important
}

.hover\:border-red-200\/5:hover{
  border-color:rgb(255 172 174 / 0.05) !important
}

.hover\:border-red-200\/50:hover{
  border-color:rgb(255 172 174 / 0.5) !important
}

.hover\:border-red-200\/55:hover{
  border-color:rgb(255 172 174 / 0.55) !important
}

.hover\:border-red-200\/60:hover{
  border-color:rgb(255 172 174 / 0.6) !important
}

.hover\:border-red-200\/65:hover{
  border-color:rgb(255 172 174 / 0.65) !important
}

.hover\:border-red-200\/70:hover{
  border-color:rgb(255 172 174 / 0.7) !important
}

.hover\:border-red-200\/75:hover{
  border-color:rgb(255 172 174 / 0.75) !important
}

.hover\:border-red-200\/80:hover{
  border-color:rgb(255 172 174 / 0.8) !important
}

.hover\:border-red-200\/85:hover{
  border-color:rgb(255 172 174 / 0.85) !important
}

.hover\:border-red-200\/90:hover{
  border-color:rgb(255 172 174 / 0.9) !important
}

.hover\:border-red-200\/95:hover{
  border-color:rgb(255 172 174 / 0.95) !important
}

.hover\:border-red-300:hover{
  --tw-border-opacity:1 !important;
  border-color:rgb(255 130 134 / 1) !important;
  border-color:rgb(255 130 134 / var(--tw-border-opacity, 1)) !important
}

.hover\:border-red-300\/0:hover{
  border-color:rgb(255 130 134 / 0) !important
}

.hover\:border-red-300\/10:hover{
  border-color:rgb(255 130 134 / 0.1) !important
}

.hover\:border-red-300\/100:hover{
  border-color:rgb(255 130 134 / 1) !important
}

.hover\:border-red-300\/15:hover{
  border-color:rgb(255 130 134 / 0.15) !important
}

.hover\:border-red-300\/20:hover{
  border-color:rgb(255 130 134 / 0.2) !important
}

.hover\:border-red-300\/25:hover{
  border-color:rgb(255 130 134 / 0.25) !important
}

.hover\:border-red-300\/30:hover{
  border-color:rgb(255 130 134 / 0.3) !important
}

.hover\:border-red-300\/35:hover{
  border-color:rgb(255 130 134 / 0.35) !important
}

.hover\:border-red-300\/40:hover{
  border-color:rgb(255 130 134 / 0.4) !important
}

.hover\:border-red-300\/45:hover{
  border-color:rgb(255 130 134 / 0.45) !important
}

.hover\:border-red-300\/5:hover{
  border-color:rgb(255 130 134 / 0.05) !important
}

.hover\:border-red-300\/50:hover{
  border-color:rgb(255 130 134 / 0.5) !important
}

.hover\:border-red-300\/55:hover{
  border-color:rgb(255 130 134 / 0.55) !important
}

.hover\:border-red-300\/60:hover{
  border-color:rgb(255 130 134 / 0.6) !important
}

.hover\:border-red-300\/65:hover{
  border-color:rgb(255 130 134 / 0.65) !important
}

.hover\:border-red-300\/70:hover{
  border-color:rgb(255 130 134 / 0.7) !important
}

.hover\:border-red-300\/75:hover{
  border-color:rgb(255 130 134 / 0.75) !important
}

.hover\:border-red-300\/80:hover{
  border-color:rgb(255 130 134 / 0.8) !important
}

.hover\:border-red-300\/85:hover{
  border-color:rgb(255 130 134 / 0.85) !important
}

.hover\:border-red-300\/90:hover{
  border-color:rgb(255 130 134 / 0.9) !important
}

.hover\:border-red-300\/95:hover{
  border-color:rgb(255 130 134 / 0.95) !important
}

.hover\:border-red-500:hover{
  --tw-border-opacity:1 !important;
  border-color:rgb(255 47 53 / 1) !important;
  border-color:rgb(255 47 53 / var(--tw-border-opacity, 1)) !important
}

.hover\:border-red-500\/0:hover{
  border-color:rgb(255 47 53 / 0) !important
}

.hover\:border-red-500\/10:hover{
  border-color:rgb(255 47 53 / 0.1) !important
}

.hover\:border-red-500\/100:hover{
  border-color:rgb(255 47 53 / 1) !important
}

.hover\:border-red-500\/15:hover{
  border-color:rgb(255 47 53 / 0.15) !important
}

.hover\:border-red-500\/20:hover{
  border-color:rgb(255 47 53 / 0.2) !important
}

.hover\:border-red-500\/25:hover{
  border-color:rgb(255 47 53 / 0.25) !important
}

.hover\:border-red-500\/30:hover{
  border-color:rgb(255 47 53 / 0.3) !important
}

.hover\:border-red-500\/35:hover{
  border-color:rgb(255 47 53 / 0.35) !important
}

.hover\:border-red-500\/40:hover{
  border-color:rgb(255 47 53 / 0.4) !important
}

.hover\:border-red-500\/45:hover{
  border-color:rgb(255 47 53 / 0.45) !important
}

.hover\:border-red-500\/5:hover{
  border-color:rgb(255 47 53 / 0.05) !important
}

.hover\:border-red-500\/50:hover{
  border-color:rgb(255 47 53 / 0.5) !important
}

.hover\:border-red-500\/55:hover{
  border-color:rgb(255 47 53 / 0.55) !important
}

.hover\:border-red-500\/60:hover{
  border-color:rgb(255 47 53 / 0.6) !important
}

.hover\:border-red-500\/65:hover{
  border-color:rgb(255 47 53 / 0.65) !important
}

.hover\:border-red-500\/70:hover{
  border-color:rgb(255 47 53 / 0.7) !important
}

.hover\:border-red-500\/75:hover{
  border-color:rgb(255 47 53 / 0.75) !important
}

.hover\:border-red-500\/80:hover{
  border-color:rgb(255 47 53 / 0.8) !important
}

.hover\:border-red-500\/85:hover{
  border-color:rgb(255 47 53 / 0.85) !important
}

.hover\:border-red-500\/90:hover{
  border-color:rgb(255 47 53 / 0.9) !important
}

.hover\:border-red-500\/95:hover{
  border-color:rgb(255 47 53 / 0.95) !important
}

.hover\:border-red-700:hover{
  --tw-border-opacity:1 !important;
  border-color:rgb(185 28 28 / 1) !important;
  border-color:rgb(185 28 28 / var(--tw-border-opacity, 1)) !important
}

.hover\:border-red-700\/0:hover{
  border-color:rgb(185 28 28 / 0) !important
}

.hover\:border-red-700\/10:hover{
  border-color:rgb(185 28 28 / 0.1) !important
}

.hover\:border-red-700\/100:hover{
  border-color:rgb(185 28 28 / 1) !important
}

.hover\:border-red-700\/15:hover{
  border-color:rgb(185 28 28 / 0.15) !important
}

.hover\:border-red-700\/20:hover{
  border-color:rgb(185 28 28 / 0.2) !important
}

.hover\:border-red-700\/25:hover{
  border-color:rgb(185 28 28 / 0.25) !important
}

.hover\:border-red-700\/30:hover{
  border-color:rgb(185 28 28 / 0.3) !important
}

.hover\:border-red-700\/35:hover{
  border-color:rgb(185 28 28 / 0.35) !important
}

.hover\:border-red-700\/40:hover{
  border-color:rgb(185 28 28 / 0.4) !important
}

.hover\:border-red-700\/45:hover{
  border-color:rgb(185 28 28 / 0.45) !important
}

.hover\:border-red-700\/5:hover{
  border-color:rgb(185 28 28 / 0.05) !important
}

.hover\:border-red-700\/50:hover{
  border-color:rgb(185 28 28 / 0.5) !important
}

.hover\:border-red-700\/55:hover{
  border-color:rgb(185 28 28 / 0.55) !important
}

.hover\:border-red-700\/60:hover{
  border-color:rgb(185 28 28 / 0.6) !important
}

.hover\:border-red-700\/65:hover{
  border-color:rgb(185 28 28 / 0.65) !important
}

.hover\:border-red-700\/70:hover{
  border-color:rgb(185 28 28 / 0.7) !important
}

.hover\:border-red-700\/75:hover{
  border-color:rgb(185 28 28 / 0.75) !important
}

.hover\:border-red-700\/80:hover{
  border-color:rgb(185 28 28 / 0.8) !important
}

.hover\:border-red-700\/85:hover{
  border-color:rgb(185 28 28 / 0.85) !important
}

.hover\:border-red-700\/90:hover{
  border-color:rgb(185 28 28 / 0.9) !important
}

.hover\:border-red-700\/95:hover{
  border-color:rgb(185 28 28 / 0.95) !important
}

.hover\:border-red-900:hover{
  --tw-border-opacity:1 !important;
  border-color:rgb(127 29 29 / 1) !important;
  border-color:rgb(127 29 29 / var(--tw-border-opacity, 1)) !important
}

.hover\:border-red-900\/0:hover{
  border-color:rgb(127 29 29 / 0) !important
}

.hover\:border-red-900\/10:hover{
  border-color:rgb(127 29 29 / 0.1) !important
}

.hover\:border-red-900\/100:hover{
  border-color:rgb(127 29 29 / 1) !important
}

.hover\:border-red-900\/15:hover{
  border-color:rgb(127 29 29 / 0.15) !important
}

.hover\:border-red-900\/20:hover{
  border-color:rgb(127 29 29 / 0.2) !important
}

.hover\:border-red-900\/25:hover{
  border-color:rgb(127 29 29 / 0.25) !important
}

.hover\:border-red-900\/30:hover{
  border-color:rgb(127 29 29 / 0.3) !important
}

.hover\:border-red-900\/35:hover{
  border-color:rgb(127 29 29 / 0.35) !important
}

.hover\:border-red-900\/40:hover{
  border-color:rgb(127 29 29 / 0.4) !important
}

.hover\:border-red-900\/45:hover{
  border-color:rgb(127 29 29 / 0.45) !important
}

.hover\:border-red-900\/5:hover{
  border-color:rgb(127 29 29 / 0.05) !important
}

.hover\:border-red-900\/50:hover{
  border-color:rgb(127 29 29 / 0.5) !important
}

.hover\:border-red-900\/55:hover{
  border-color:rgb(127 29 29 / 0.55) !important
}

.hover\:border-red-900\/60:hover{
  border-color:rgb(127 29 29 / 0.6) !important
}

.hover\:border-red-900\/65:hover{
  border-color:rgb(127 29 29 / 0.65) !important
}

.hover\:border-red-900\/70:hover{
  border-color:rgb(127 29 29 / 0.7) !important
}

.hover\:border-red-900\/75:hover{
  border-color:rgb(127 29 29 / 0.75) !important
}

.hover\:border-red-900\/80:hover{
  border-color:rgb(127 29 29 / 0.8) !important
}

.hover\:border-red-900\/85:hover{
  border-color:rgb(127 29 29 / 0.85) !important
}

.hover\:border-red-900\/90:hover{
  border-color:rgb(127 29 29 / 0.9) !important
}

.hover\:border-red-900\/95:hover{
  border-color:rgb(127 29 29 / 0.95) !important
}

.hover\:bg-black:hover{
  --tw-bg-opacity:1 !important;
  background-color:rgb(13 13 13 / 1) !important;
  background-color:rgb(13 13 13 / var(--tw-bg-opacity, 1)) !important
}

.hover\:bg-blue-500:hover{
  --tw-bg-opacity:1 !important;
  background-color:rgb(14 165 233 / 1) !important;
  background-color:rgb(14 165 233 / var(--tw-bg-opacity, 1)) !important
}

.hover\:bg-cyan-100:hover{
  --tw-bg-opacity:1 !important;
  background-color:rgb(207 250 254 / 1) !important;
  background-color:rgb(207 250 254 / var(--tw-bg-opacity, 1)) !important
}

.hover\:bg-cyan-100\/0:hover{
  background-color:rgb(207 250 254 / 0) !important
}

.hover\:bg-cyan-100\/10:hover{
  background-color:rgb(207 250 254 / 0.1) !important
}

.hover\:bg-cyan-100\/100:hover{
  background-color:rgb(207 250 254 / 1) !important
}

.hover\:bg-cyan-100\/15:hover{
  background-color:rgb(207 250 254 / 0.15) !important
}

.hover\:bg-cyan-100\/20:hover{
  background-color:rgb(207 250 254 / 0.2) !important
}

.hover\:bg-cyan-100\/25:hover{
  background-color:rgb(207 250 254 / 0.25) !important
}

.hover\:bg-cyan-100\/30:hover{
  background-color:rgb(207 250 254 / 0.3) !important
}

.hover\:bg-cyan-100\/35:hover{
  background-color:rgb(207 250 254 / 0.35) !important
}

.hover\:bg-cyan-100\/40:hover{
  background-color:rgb(207 250 254 / 0.4) !important
}

.hover\:bg-cyan-100\/45:hover{
  background-color:rgb(207 250 254 / 0.45) !important
}

.hover\:bg-cyan-100\/5:hover{
  background-color:rgb(207 250 254 / 0.05) !important
}

.hover\:bg-cyan-100\/50:hover{
  background-color:rgb(207 250 254 / 0.5) !important
}

.hover\:bg-cyan-100\/55:hover{
  background-color:rgb(207 250 254 / 0.55) !important
}

.hover\:bg-cyan-100\/60:hover{
  background-color:rgb(207 250 254 / 0.6) !important
}

.hover\:bg-cyan-100\/65:hover{
  background-color:rgb(207 250 254 / 0.65) !important
}

.hover\:bg-cyan-100\/70:hover{
  background-color:rgb(207 250 254 / 0.7) !important
}

.hover\:bg-cyan-100\/75:hover{
  background-color:rgb(207 250 254 / 0.75) !important
}

.hover\:bg-cyan-100\/80:hover{
  background-color:rgb(207 250 254 / 0.8) !important
}

.hover\:bg-cyan-100\/85:hover{
  background-color:rgb(207 250 254 / 0.85) !important
}

.hover\:bg-cyan-100\/90:hover{
  background-color:rgb(207 250 254 / 0.9) !important
}

.hover\:bg-cyan-100\/95:hover{
  background-color:rgb(207 250 254 / 0.95) !important
}

.hover\:bg-cyan-200:hover{
  --tw-bg-opacity:1 !important;
  background-color:rgb(165 243 252 / 1) !important;
  background-color:rgb(165 243 252 / var(--tw-bg-opacity, 1)) !important
}

.hover\:bg-cyan-200\/0:hover{
  background-color:rgb(165 243 252 / 0) !important
}

.hover\:bg-cyan-200\/10:hover{
  background-color:rgb(165 243 252 / 0.1) !important
}

.hover\:bg-cyan-200\/100:hover{
  background-color:rgb(165 243 252 / 1) !important
}

.hover\:bg-cyan-200\/15:hover{
  background-color:rgb(165 243 252 / 0.15) !important
}

.hover\:bg-cyan-200\/20:hover{
  background-color:rgb(165 243 252 / 0.2) !important
}

.hover\:bg-cyan-200\/25:hover{
  background-color:rgb(165 243 252 / 0.25) !important
}

.hover\:bg-cyan-200\/30:hover{
  background-color:rgb(165 243 252 / 0.3) !important
}

.hover\:bg-cyan-200\/35:hover{
  background-color:rgb(165 243 252 / 0.35) !important
}

.hover\:bg-cyan-200\/40:hover{
  background-color:rgb(165 243 252 / 0.4) !important
}

.hover\:bg-cyan-200\/45:hover{
  background-color:rgb(165 243 252 / 0.45) !important
}

.hover\:bg-cyan-200\/5:hover{
  background-color:rgb(165 243 252 / 0.05) !important
}

.hover\:bg-cyan-200\/50:hover{
  background-color:rgb(165 243 252 / 0.5) !important
}

.hover\:bg-cyan-200\/55:hover{
  background-color:rgb(165 243 252 / 0.55) !important
}

.hover\:bg-cyan-200\/60:hover{
  background-color:rgb(165 243 252 / 0.6) !important
}

.hover\:bg-cyan-200\/65:hover{
  background-color:rgb(165 243 252 / 0.65) !important
}

.hover\:bg-cyan-200\/70:hover{
  background-color:rgb(165 243 252 / 0.7) !important
}

.hover\:bg-cyan-200\/75:hover{
  background-color:rgb(165 243 252 / 0.75) !important
}

.hover\:bg-cyan-200\/80:hover{
  background-color:rgb(165 243 252 / 0.8) !important
}

.hover\:bg-cyan-200\/85:hover{
  background-color:rgb(165 243 252 / 0.85) !important
}

.hover\:bg-cyan-200\/90:hover{
  background-color:rgb(165 243 252 / 0.9) !important
}

.hover\:bg-cyan-200\/95:hover{
  background-color:rgb(165 243 252 / 0.95) !important
}

.hover\:bg-cyan-300:hover{
  --tw-bg-opacity:1 !important;
  background-color:rgb(68 224 213 / 1) !important;
  background-color:rgb(68 224 213 / var(--tw-bg-opacity, 1)) !important
}

.hover\:bg-cyan-300\/0:hover{
  background-color:rgb(68 224 213 / 0) !important
}

.hover\:bg-cyan-300\/10:hover{
  background-color:rgb(68 224 213 / 0.1) !important
}

.hover\:bg-cyan-300\/100:hover{
  background-color:rgb(68 224 213 / 1) !important
}

.hover\:bg-cyan-300\/15:hover{
  background-color:rgb(68 224 213 / 0.15) !important
}

.hover\:bg-cyan-300\/20:hover{
  background-color:rgb(68 224 213 / 0.2) !important
}

.hover\:bg-cyan-300\/25:hover{
  background-color:rgb(68 224 213 / 0.25) !important
}

.hover\:bg-cyan-300\/30:hover{
  background-color:rgb(68 224 213 / 0.3) !important
}

.hover\:bg-cyan-300\/35:hover{
  background-color:rgb(68 224 213 / 0.35) !important
}

.hover\:bg-cyan-300\/40:hover{
  background-color:rgb(68 224 213 / 0.4) !important
}

.hover\:bg-cyan-300\/45:hover{
  background-color:rgb(68 224 213 / 0.45) !important
}

.hover\:bg-cyan-300\/5:hover{
  background-color:rgb(68 224 213 / 0.05) !important
}

.hover\:bg-cyan-300\/50:hover{
  background-color:rgb(68 224 213 / 0.5) !important
}

.hover\:bg-cyan-300\/55:hover{
  background-color:rgb(68 224 213 / 0.55) !important
}

.hover\:bg-cyan-300\/60:hover{
  background-color:rgb(68 224 213 / 0.6) !important
}

.hover\:bg-cyan-300\/65:hover{
  background-color:rgb(68 224 213 / 0.65) !important
}

.hover\:bg-cyan-300\/70:hover{
  background-color:rgb(68 224 213 / 0.7) !important
}

.hover\:bg-cyan-300\/75:hover{
  background-color:rgb(68 224 213 / 0.75) !important
}

.hover\:bg-cyan-300\/80:hover{
  background-color:rgb(68 224 213 / 0.8) !important
}

.hover\:bg-cyan-300\/85:hover{
  background-color:rgb(68 224 213 / 0.85) !important
}

.hover\:bg-cyan-300\/90:hover{
  background-color:rgb(68 224 213 / 0.9) !important
}

.hover\:bg-cyan-300\/95:hover{
  background-color:rgb(68 224 213 / 0.95) !important
}

.hover\:bg-cyan-500:hover{
  --tw-bg-opacity:1 !important;
  background-color:rgb(6 182 212 / 1) !important;
  background-color:rgb(6 182 212 / var(--tw-bg-opacity, 1)) !important
}

.hover\:bg-cyan-500\/0:hover{
  background-color:rgb(6 182 212 / 0) !important
}

.hover\:bg-cyan-500\/10:hover{
  background-color:rgb(6 182 212 / 0.1) !important
}

.hover\:bg-cyan-500\/100:hover{
  background-color:rgb(6 182 212 / 1) !important
}

.hover\:bg-cyan-500\/15:hover{
  background-color:rgb(6 182 212 / 0.15) !important
}

.hover\:bg-cyan-500\/20:hover{
  background-color:rgb(6 182 212 / 0.2) !important
}

.hover\:bg-cyan-500\/25:hover{
  background-color:rgb(6 182 212 / 0.25) !important
}

.hover\:bg-cyan-500\/30:hover{
  background-color:rgb(6 182 212 / 0.3) !important
}

.hover\:bg-cyan-500\/35:hover{
  background-color:rgb(6 182 212 / 0.35) !important
}

.hover\:bg-cyan-500\/40:hover{
  background-color:rgb(6 182 212 / 0.4) !important
}

.hover\:bg-cyan-500\/45:hover{
  background-color:rgb(6 182 212 / 0.45) !important
}

.hover\:bg-cyan-500\/5:hover{
  background-color:rgb(6 182 212 / 0.05) !important
}

.hover\:bg-cyan-500\/50:hover{
  background-color:rgb(6 182 212 / 0.5) !important
}

.hover\:bg-cyan-500\/55:hover{
  background-color:rgb(6 182 212 / 0.55) !important
}

.hover\:bg-cyan-500\/60:hover{
  background-color:rgb(6 182 212 / 0.6) !important
}

.hover\:bg-cyan-500\/65:hover{
  background-color:rgb(6 182 212 / 0.65) !important
}

.hover\:bg-cyan-500\/70:hover{
  background-color:rgb(6 182 212 / 0.7) !important
}

.hover\:bg-cyan-500\/75:hover{
  background-color:rgb(6 182 212 / 0.75) !important
}

.hover\:bg-cyan-500\/80:hover{
  background-color:rgb(6 182 212 / 0.8) !important
}

.hover\:bg-cyan-500\/85:hover{
  background-color:rgb(6 182 212 / 0.85) !important
}

.hover\:bg-cyan-500\/90:hover{
  background-color:rgb(6 182 212 / 0.9) !important
}

.hover\:bg-cyan-500\/95:hover{
  background-color:rgb(6 182 212 / 0.95) !important
}

.hover\:bg-cyan-700:hover{
  --tw-bg-opacity:1 !important;
  background-color:rgb(14 116 144 / 1) !important;
  background-color:rgb(14 116 144 / var(--tw-bg-opacity, 1)) !important
}

.hover\:bg-cyan-700\/0:hover{
  background-color:rgb(14 116 144 / 0) !important
}

.hover\:bg-cyan-700\/10:hover{
  background-color:rgb(14 116 144 / 0.1) !important
}

.hover\:bg-cyan-700\/100:hover{
  background-color:rgb(14 116 144 / 1) !important
}

.hover\:bg-cyan-700\/15:hover{
  background-color:rgb(14 116 144 / 0.15) !important
}

.hover\:bg-cyan-700\/20:hover{
  background-color:rgb(14 116 144 / 0.2) !important
}

.hover\:bg-cyan-700\/25:hover{
  background-color:rgb(14 116 144 / 0.25) !important
}

.hover\:bg-cyan-700\/30:hover{
  background-color:rgb(14 116 144 / 0.3) !important
}

.hover\:bg-cyan-700\/35:hover{
  background-color:rgb(14 116 144 / 0.35) !important
}

.hover\:bg-cyan-700\/40:hover{
  background-color:rgb(14 116 144 / 0.4) !important
}

.hover\:bg-cyan-700\/45:hover{
  background-color:rgb(14 116 144 / 0.45) !important
}

.hover\:bg-cyan-700\/5:hover{
  background-color:rgb(14 116 144 / 0.05) !important
}

.hover\:bg-cyan-700\/50:hover{
  background-color:rgb(14 116 144 / 0.5) !important
}

.hover\:bg-cyan-700\/55:hover{
  background-color:rgb(14 116 144 / 0.55) !important
}

.hover\:bg-cyan-700\/60:hover{
  background-color:rgb(14 116 144 / 0.6) !important
}

.hover\:bg-cyan-700\/65:hover{
  background-color:rgb(14 116 144 / 0.65) !important
}

.hover\:bg-cyan-700\/70:hover{
  background-color:rgb(14 116 144 / 0.7) !important
}

.hover\:bg-cyan-700\/75:hover{
  background-color:rgb(14 116 144 / 0.75) !important
}

.hover\:bg-cyan-700\/80:hover{
  background-color:rgb(14 116 144 / 0.8) !important
}

.hover\:bg-cyan-700\/85:hover{
  background-color:rgb(14 116 144 / 0.85) !important
}

.hover\:bg-cyan-700\/90:hover{
  background-color:rgb(14 116 144 / 0.9) !important
}

.hover\:bg-cyan-700\/95:hover{
  background-color:rgb(14 116 144 / 0.95) !important
}

.hover\:bg-cyan-900:hover{
  --tw-bg-opacity:1 !important;
  background-color:rgb(0 149 138 / 1) !important;
  background-color:rgb(0 149 138 / var(--tw-bg-opacity, 1)) !important
}

.hover\:bg-cyan-900\/0:hover{
  background-color:rgb(0 149 138 / 0) !important
}

.hover\:bg-cyan-900\/10:hover{
  background-color:rgb(0 149 138 / 0.1) !important
}

.hover\:bg-cyan-900\/100:hover{
  background-color:rgb(0 149 138 / 1) !important
}

.hover\:bg-cyan-900\/15:hover{
  background-color:rgb(0 149 138 / 0.15) !important
}

.hover\:bg-cyan-900\/20:hover{
  background-color:rgb(0 149 138 / 0.2) !important
}

.hover\:bg-cyan-900\/25:hover{
  background-color:rgb(0 149 138 / 0.25) !important
}

.hover\:bg-cyan-900\/30:hover{
  background-color:rgb(0 149 138 / 0.3) !important
}

.hover\:bg-cyan-900\/35:hover{
  background-color:rgb(0 149 138 / 0.35) !important
}

.hover\:bg-cyan-900\/40:hover{
  background-color:rgb(0 149 138 / 0.4) !important
}

.hover\:bg-cyan-900\/45:hover{
  background-color:rgb(0 149 138 / 0.45) !important
}

.hover\:bg-cyan-900\/5:hover{
  background-color:rgb(0 149 138 / 0.05) !important
}

.hover\:bg-cyan-900\/50:hover{
  background-color:rgb(0 149 138 / 0.5) !important
}

.hover\:bg-cyan-900\/55:hover{
  background-color:rgb(0 149 138 / 0.55) !important
}

.hover\:bg-cyan-900\/60:hover{
  background-color:rgb(0 149 138 / 0.6) !important
}

.hover\:bg-cyan-900\/65:hover{
  background-color:rgb(0 149 138 / 0.65) !important
}

.hover\:bg-cyan-900\/70:hover{
  background-color:rgb(0 149 138 / 0.7) !important
}

.hover\:bg-cyan-900\/75:hover{
  background-color:rgb(0 149 138 / 0.75) !important
}

.hover\:bg-cyan-900\/80:hover{
  background-color:rgb(0 149 138 / 0.8) !important
}

.hover\:bg-cyan-900\/85:hover{
  background-color:rgb(0 149 138 / 0.85) !important
}

.hover\:bg-cyan-900\/90:hover{
  background-color:rgb(0 149 138 / 0.9) !important
}

.hover\:bg-cyan-900\/95:hover{
  background-color:rgb(0 149 138 / 0.95) !important
}

.hover\:bg-gray-100:hover{
  --tw-bg-opacity:1 !important;
  background-color:rgb(241 245 249 / 1) !important;
  background-color:rgb(241 245 249 / var(--tw-bg-opacity, 1)) !important
}

.hover\:bg-gray-100\/0:hover{
  background-color:rgb(241 245 249 / 0) !important
}

.hover\:bg-gray-100\/10:hover{
  background-color:rgb(241 245 249 / 0.1) !important
}

.hover\:bg-gray-100\/100:hover{
  background-color:rgb(241 245 249 / 1) !important
}

.hover\:bg-gray-100\/15:hover{
  background-color:rgb(241 245 249 / 0.15) !important
}

.hover\:bg-gray-100\/20:hover{
  background-color:rgb(241 245 249 / 0.2) !important
}

.hover\:bg-gray-100\/25:hover{
  background-color:rgb(241 245 249 / 0.25) !important
}

.hover\:bg-gray-100\/30:hover{
  background-color:rgb(241 245 249 / 0.3) !important
}

.hover\:bg-gray-100\/35:hover{
  background-color:rgb(241 245 249 / 0.35) !important
}

.hover\:bg-gray-100\/40:hover{
  background-color:rgb(241 245 249 / 0.4) !important
}

.hover\:bg-gray-100\/45:hover{
  background-color:rgb(241 245 249 / 0.45) !important
}

.hover\:bg-gray-100\/5:hover{
  background-color:rgb(241 245 249 / 0.05) !important
}

.hover\:bg-gray-100\/50:hover{
  background-color:rgb(241 245 249 / 0.5) !important
}

.hover\:bg-gray-100\/55:hover{
  background-color:rgb(241 245 249 / 0.55) !important
}

.hover\:bg-gray-100\/60:hover{
  background-color:rgb(241 245 249 / 0.6) !important
}

.hover\:bg-gray-100\/65:hover{
  background-color:rgb(241 245 249 / 0.65) !important
}

.hover\:bg-gray-100\/70:hover{
  background-color:rgb(241 245 249 / 0.7) !important
}

.hover\:bg-gray-100\/75:hover{
  background-color:rgb(241 245 249 / 0.75) !important
}

.hover\:bg-gray-100\/80:hover{
  background-color:rgb(241 245 249 / 0.8) !important
}

.hover\:bg-gray-100\/85:hover{
  background-color:rgb(241 245 249 / 0.85) !important
}

.hover\:bg-gray-100\/90:hover{
  background-color:rgb(241 245 249 / 0.9) !important
}

.hover\:bg-gray-100\/95:hover{
  background-color:rgb(241 245 249 / 0.95) !important
}

.hover\:bg-gray-200:hover{
  --tw-bg-opacity:1 !important;
  background-color:rgb(217 228 236 / 1) !important;
  background-color:rgb(217 228 236 / var(--tw-bg-opacity, 1)) !important
}

.hover\:bg-gray-200\/0:hover{
  background-color:rgb(217 228 236 / 0) !important
}

.hover\:bg-gray-200\/10:hover{
  background-color:rgb(217 228 236 / 0.1) !important
}

.hover\:bg-gray-200\/100:hover{
  background-color:rgb(217 228 236 / 1) !important
}

.hover\:bg-gray-200\/15:hover{
  background-color:rgb(217 228 236 / 0.15) !important
}

.hover\:bg-gray-200\/20:hover{
  background-color:rgb(217 228 236 / 0.2) !important
}

.hover\:bg-gray-200\/25:hover{
  background-color:rgb(217 228 236 / 0.25) !important
}

.hover\:bg-gray-200\/30:hover{
  background-color:rgb(217 228 236 / 0.3) !important
}

.hover\:bg-gray-200\/35:hover{
  background-color:rgb(217 228 236 / 0.35) !important
}

.hover\:bg-gray-200\/40:hover{
  background-color:rgb(217 228 236 / 0.4) !important
}

.hover\:bg-gray-200\/45:hover{
  background-color:rgb(217 228 236 / 0.45) !important
}

.hover\:bg-gray-200\/5:hover{
  background-color:rgb(217 228 236 / 0.05) !important
}

.hover\:bg-gray-200\/50:hover{
  background-color:rgb(217 228 236 / 0.5) !important
}

.hover\:bg-gray-200\/55:hover{
  background-color:rgb(217 228 236 / 0.55) !important
}

.hover\:bg-gray-200\/60:hover{
  background-color:rgb(217 228 236 / 0.6) !important
}

.hover\:bg-gray-200\/65:hover{
  background-color:rgb(217 228 236 / 0.65) !important
}

.hover\:bg-gray-200\/70:hover{
  background-color:rgb(217 228 236 / 0.7) !important
}

.hover\:bg-gray-200\/75:hover{
  background-color:rgb(217 228 236 / 0.75) !important
}

.hover\:bg-gray-200\/80:hover{
  background-color:rgb(217 228 236 / 0.8) !important
}

.hover\:bg-gray-200\/85:hover{
  background-color:rgb(217 228 236 / 0.85) !important
}

.hover\:bg-gray-200\/90:hover{
  background-color:rgb(217 228 236 / 0.9) !important
}

.hover\:bg-gray-200\/95:hover{
  background-color:rgb(217 228 236 / 0.95) !important
}

.hover\:bg-gray-300:hover{
  --tw-bg-opacity:1 !important;
  background-color:rgb(203 213 225 / 1) !important;
  background-color:rgb(203 213 225 / var(--tw-bg-opacity, 1)) !important
}

.hover\:bg-gray-300\/0:hover{
  background-color:rgb(203 213 225 / 0) !important
}

.hover\:bg-gray-300\/10:hover{
  background-color:rgb(203 213 225 / 0.1) !important
}

.hover\:bg-gray-300\/100:hover{
  background-color:rgb(203 213 225 / 1) !important
}

.hover\:bg-gray-300\/15:hover{
  background-color:rgb(203 213 225 / 0.15) !important
}

.hover\:bg-gray-300\/20:hover{
  background-color:rgb(203 213 225 / 0.2) !important
}

.hover\:bg-gray-300\/25:hover{
  background-color:rgb(203 213 225 / 0.25) !important
}

.hover\:bg-gray-300\/30:hover{
  background-color:rgb(203 213 225 / 0.3) !important
}

.hover\:bg-gray-300\/35:hover{
  background-color:rgb(203 213 225 / 0.35) !important
}

.hover\:bg-gray-300\/40:hover{
  background-color:rgb(203 213 225 / 0.4) !important
}

.hover\:bg-gray-300\/45:hover{
  background-color:rgb(203 213 225 / 0.45) !important
}

.hover\:bg-gray-300\/5:hover{
  background-color:rgb(203 213 225 / 0.05) !important
}

.hover\:bg-gray-300\/50:hover{
  background-color:rgb(203 213 225 / 0.5) !important
}

.hover\:bg-gray-300\/55:hover{
  background-color:rgb(203 213 225 / 0.55) !important
}

.hover\:bg-gray-300\/60:hover{
  background-color:rgb(203 213 225 / 0.6) !important
}

.hover\:bg-gray-300\/65:hover{
  background-color:rgb(203 213 225 / 0.65) !important
}

.hover\:bg-gray-300\/70:hover{
  background-color:rgb(203 213 225 / 0.7) !important
}

.hover\:bg-gray-300\/75:hover{
  background-color:rgb(203 213 225 / 0.75) !important
}

.hover\:bg-gray-300\/80:hover{
  background-color:rgb(203 213 225 / 0.8) !important
}

.hover\:bg-gray-300\/85:hover{
  background-color:rgb(203 213 225 / 0.85) !important
}

.hover\:bg-gray-300\/90:hover{
  background-color:rgb(203 213 225 / 0.9) !important
}

.hover\:bg-gray-300\/95:hover{
  background-color:rgb(203 213 225 / 0.95) !important
}

.hover\:bg-gray-50:hover{
  --tw-bg-opacity:1 !important;
  background-color:rgb(248 250 252 / 1) !important;
  background-color:rgb(248 250 252 / var(--tw-bg-opacity, 1)) !important
}

.hover\:bg-gray-500:hover{
  --tw-bg-opacity:1 !important;
  background-color:rgb(100 116 139 / 1) !important;
  background-color:rgb(100 116 139 / var(--tw-bg-opacity, 1)) !important
}

.hover\:bg-gray-500\/0:hover{
  background-color:rgb(100 116 139 / 0) !important
}

.hover\:bg-gray-500\/10:hover{
  background-color:rgb(100 116 139 / 0.1) !important
}

.hover\:bg-gray-500\/100:hover{
  background-color:rgb(100 116 139 / 1) !important
}

.hover\:bg-gray-500\/15:hover{
  background-color:rgb(100 116 139 / 0.15) !important
}

.hover\:bg-gray-500\/20:hover{
  background-color:rgb(100 116 139 / 0.2) !important
}

.hover\:bg-gray-500\/25:hover{
  background-color:rgb(100 116 139 / 0.25) !important
}

.hover\:bg-gray-500\/30:hover{
  background-color:rgb(100 116 139 / 0.3) !important
}

.hover\:bg-gray-500\/35:hover{
  background-color:rgb(100 116 139 / 0.35) !important
}

.hover\:bg-gray-500\/40:hover{
  background-color:rgb(100 116 139 / 0.4) !important
}

.hover\:bg-gray-500\/45:hover{
  background-color:rgb(100 116 139 / 0.45) !important
}

.hover\:bg-gray-500\/5:hover{
  background-color:rgb(100 116 139 / 0.05) !important
}

.hover\:bg-gray-500\/50:hover{
  background-color:rgb(100 116 139 / 0.5) !important
}

.hover\:bg-gray-500\/55:hover{
  background-color:rgb(100 116 139 / 0.55) !important
}

.hover\:bg-gray-500\/60:hover{
  background-color:rgb(100 116 139 / 0.6) !important
}

.hover\:bg-gray-500\/65:hover{
  background-color:rgb(100 116 139 / 0.65) !important
}

.hover\:bg-gray-500\/70:hover{
  background-color:rgb(100 116 139 / 0.7) !important
}

.hover\:bg-gray-500\/75:hover{
  background-color:rgb(100 116 139 / 0.75) !important
}

.hover\:bg-gray-500\/80:hover{
  background-color:rgb(100 116 139 / 0.8) !important
}

.hover\:bg-gray-500\/85:hover{
  background-color:rgb(100 116 139 / 0.85) !important
}

.hover\:bg-gray-500\/90:hover{
  background-color:rgb(100 116 139 / 0.9) !important
}

.hover\:bg-gray-500\/95:hover{
  background-color:rgb(100 116 139 / 0.95) !important
}

.hover\:bg-gray-600:hover{
  --tw-bg-opacity:1 !important;
  background-color:rgb(71 85 105 / 1) !important;
  background-color:rgb(71 85 105 / var(--tw-bg-opacity, 1)) !important
}

.hover\:bg-gray-700:hover{
  --tw-bg-opacity:1 !important;
  background-color:rgb(51 65 85 / 1) !important;
  background-color:rgb(51 65 85 / var(--tw-bg-opacity, 1)) !important
}

.hover\:bg-gray-700\/0:hover{
  background-color:rgb(51 65 85 / 0) !important
}

.hover\:bg-gray-700\/10:hover{
  background-color:rgb(51 65 85 / 0.1) !important
}

.hover\:bg-gray-700\/100:hover{
  background-color:rgb(51 65 85 / 1) !important
}

.hover\:bg-gray-700\/15:hover{
  background-color:rgb(51 65 85 / 0.15) !important
}

.hover\:bg-gray-700\/20:hover{
  background-color:rgb(51 65 85 / 0.2) !important
}

.hover\:bg-gray-700\/25:hover{
  background-color:rgb(51 65 85 / 0.25) !important
}

.hover\:bg-gray-700\/30:hover{
  background-color:rgb(51 65 85 / 0.3) !important
}

.hover\:bg-gray-700\/35:hover{
  background-color:rgb(51 65 85 / 0.35) !important
}

.hover\:bg-gray-700\/40:hover{
  background-color:rgb(51 65 85 / 0.4) !important
}

.hover\:bg-gray-700\/45:hover{
  background-color:rgb(51 65 85 / 0.45) !important
}

.hover\:bg-gray-700\/5:hover{
  background-color:rgb(51 65 85 / 0.05) !important
}

.hover\:bg-gray-700\/50:hover{
  background-color:rgb(51 65 85 / 0.5) !important
}

.hover\:bg-gray-700\/55:hover{
  background-color:rgb(51 65 85 / 0.55) !important
}

.hover\:bg-gray-700\/60:hover{
  background-color:rgb(51 65 85 / 0.6) !important
}

.hover\:bg-gray-700\/65:hover{
  background-color:rgb(51 65 85 / 0.65) !important
}

.hover\:bg-gray-700\/70:hover{
  background-color:rgb(51 65 85 / 0.7) !important
}

.hover\:bg-gray-700\/75:hover{
  background-color:rgb(51 65 85 / 0.75) !important
}

.hover\:bg-gray-700\/80:hover{
  background-color:rgb(51 65 85 / 0.8) !important
}

.hover\:bg-gray-700\/85:hover{
  background-color:rgb(51 65 85 / 0.85) !important
}

.hover\:bg-gray-700\/90:hover{
  background-color:rgb(51 65 85 / 0.9) !important
}

.hover\:bg-gray-700\/95:hover{
  background-color:rgb(51 65 85 / 0.95) !important
}

.hover\:bg-gray-900:hover{
  --tw-bg-opacity:1 !important;
  background-color:rgb(23 46 68 / 1) !important;
  background-color:rgb(23 46 68 / var(--tw-bg-opacity, 1)) !important
}

.hover\:bg-gray-900\/0:hover{
  background-color:rgb(23 46 68 / 0) !important
}

.hover\:bg-gray-900\/10:hover{
  background-color:rgb(23 46 68 / 0.1) !important
}

.hover\:bg-gray-900\/100:hover{
  background-color:rgb(23 46 68 / 1) !important
}

.hover\:bg-gray-900\/15:hover{
  background-color:rgb(23 46 68 / 0.15) !important
}

.hover\:bg-gray-900\/20:hover{
  background-color:rgb(23 46 68 / 0.2) !important
}

.hover\:bg-gray-900\/25:hover{
  background-color:rgb(23 46 68 / 0.25) !important
}

.hover\:bg-gray-900\/30:hover{
  background-color:rgb(23 46 68 / 0.3) !important
}

.hover\:bg-gray-900\/35:hover{
  background-color:rgb(23 46 68 / 0.35) !important
}

.hover\:bg-gray-900\/40:hover{
  background-color:rgb(23 46 68 / 0.4) !important
}

.hover\:bg-gray-900\/45:hover{
  background-color:rgb(23 46 68 / 0.45) !important
}

.hover\:bg-gray-900\/5:hover{
  background-color:rgb(23 46 68 / 0.05) !important
}

.hover\:bg-gray-900\/50:hover{
  background-color:rgb(23 46 68 / 0.5) !important
}

.hover\:bg-gray-900\/55:hover{
  background-color:rgb(23 46 68 / 0.55) !important
}

.hover\:bg-gray-900\/60:hover{
  background-color:rgb(23 46 68 / 0.6) !important
}

.hover\:bg-gray-900\/65:hover{
  background-color:rgb(23 46 68 / 0.65) !important
}

.hover\:bg-gray-900\/70:hover{
  background-color:rgb(23 46 68 / 0.7) !important
}

.hover\:bg-gray-900\/75:hover{
  background-color:rgb(23 46 68 / 0.75) !important
}

.hover\:bg-gray-900\/80:hover{
  background-color:rgb(23 46 68 / 0.8) !important
}

.hover\:bg-gray-900\/85:hover{
  background-color:rgb(23 46 68 / 0.85) !important
}

.hover\:bg-gray-900\/90:hover{
  background-color:rgb(23 46 68 / 0.9) !important
}

.hover\:bg-gray-900\/95:hover{
  background-color:rgb(23 46 68 / 0.95) !important
}

.hover\:bg-green-100:hover{
  --tw-bg-opacity:1 !important;
  background-color:rgb(209 250 229 / 1) !important;
  background-color:rgb(209 250 229 / var(--tw-bg-opacity, 1)) !important
}

.hover\:bg-green-100\/0:hover{
  background-color:rgb(209 250 229 / 0) !important
}

.hover\:bg-green-100\/10:hover{
  background-color:rgb(209 250 229 / 0.1) !important
}

.hover\:bg-green-100\/100:hover{
  background-color:rgb(209 250 229 / 1) !important
}

.hover\:bg-green-100\/15:hover{
  background-color:rgb(209 250 229 / 0.15) !important
}

.hover\:bg-green-100\/20:hover{
  background-color:rgb(209 250 229 / 0.2) !important
}

.hover\:bg-green-100\/25:hover{
  background-color:rgb(209 250 229 / 0.25) !important
}

.hover\:bg-green-100\/30:hover{
  background-color:rgb(209 250 229 / 0.3) !important
}

.hover\:bg-green-100\/35:hover{
  background-color:rgb(209 250 229 / 0.35) !important
}

.hover\:bg-green-100\/40:hover{
  background-color:rgb(209 250 229 / 0.4) !important
}

.hover\:bg-green-100\/45:hover{
  background-color:rgb(209 250 229 / 0.45) !important
}

.hover\:bg-green-100\/5:hover{
  background-color:rgb(209 250 229 / 0.05) !important
}

.hover\:bg-green-100\/50:hover{
  background-color:rgb(209 250 229 / 0.5) !important
}

.hover\:bg-green-100\/55:hover{
  background-color:rgb(209 250 229 / 0.55) !important
}

.hover\:bg-green-100\/60:hover{
  background-color:rgb(209 250 229 / 0.6) !important
}

.hover\:bg-green-100\/65:hover{
  background-color:rgb(209 250 229 / 0.65) !important
}

.hover\:bg-green-100\/70:hover{
  background-color:rgb(209 250 229 / 0.7) !important
}

.hover\:bg-green-100\/75:hover{
  background-color:rgb(209 250 229 / 0.75) !important
}

.hover\:bg-green-100\/80:hover{
  background-color:rgb(209 250 229 / 0.8) !important
}

.hover\:bg-green-100\/85:hover{
  background-color:rgb(209 250 229 / 0.85) !important
}

.hover\:bg-green-100\/90:hover{
  background-color:rgb(209 250 229 / 0.9) !important
}

.hover\:bg-green-100\/95:hover{
  background-color:rgb(209 250 229 / 0.95) !important
}

.hover\:bg-green-200:hover{
  --tw-bg-opacity:1 !important;
  background-color:rgb(167 243 208 / 1) !important;
  background-color:rgb(167 243 208 / var(--tw-bg-opacity, 1)) !important
}

.hover\:bg-green-200\/0:hover{
  background-color:rgb(167 243 208 / 0) !important
}

.hover\:bg-green-200\/10:hover{
  background-color:rgb(167 243 208 / 0.1) !important
}

.hover\:bg-green-200\/100:hover{
  background-color:rgb(167 243 208 / 1) !important
}

.hover\:bg-green-200\/15:hover{
  background-color:rgb(167 243 208 / 0.15) !important
}

.hover\:bg-green-200\/20:hover{
  background-color:rgb(167 243 208 / 0.2) !important
}

.hover\:bg-green-200\/25:hover{
  background-color:rgb(167 243 208 / 0.25) !important
}

.hover\:bg-green-200\/30:hover{
  background-color:rgb(167 243 208 / 0.3) !important
}

.hover\:bg-green-200\/35:hover{
  background-color:rgb(167 243 208 / 0.35) !important
}

.hover\:bg-green-200\/40:hover{
  background-color:rgb(167 243 208 / 0.4) !important
}

.hover\:bg-green-200\/45:hover{
  background-color:rgb(167 243 208 / 0.45) !important
}

.hover\:bg-green-200\/5:hover{
  background-color:rgb(167 243 208 / 0.05) !important
}

.hover\:bg-green-200\/50:hover{
  background-color:rgb(167 243 208 / 0.5) !important
}

.hover\:bg-green-200\/55:hover{
  background-color:rgb(167 243 208 / 0.55) !important
}

.hover\:bg-green-200\/60:hover{
  background-color:rgb(167 243 208 / 0.6) !important
}

.hover\:bg-green-200\/65:hover{
  background-color:rgb(167 243 208 / 0.65) !important
}

.hover\:bg-green-200\/70:hover{
  background-color:rgb(167 243 208 / 0.7) !important
}

.hover\:bg-green-200\/75:hover{
  background-color:rgb(167 243 208 / 0.75) !important
}

.hover\:bg-green-200\/80:hover{
  background-color:rgb(167 243 208 / 0.8) !important
}

.hover\:bg-green-200\/85:hover{
  background-color:rgb(167 243 208 / 0.85) !important
}

.hover\:bg-green-200\/90:hover{
  background-color:rgb(167 243 208 / 0.9) !important
}

.hover\:bg-green-200\/95:hover{
  background-color:rgb(167 243 208 / 0.95) !important
}

.hover\:bg-green-300:hover{
  --tw-bg-opacity:1 !important;
  background-color:rgb(110 231 183 / 1) !important;
  background-color:rgb(110 231 183 / var(--tw-bg-opacity, 1)) !important
}

.hover\:bg-green-300\/0:hover{
  background-color:rgb(110 231 183 / 0) !important
}

.hover\:bg-green-300\/10:hover{
  background-color:rgb(110 231 183 / 0.1) !important
}

.hover\:bg-green-300\/100:hover{
  background-color:rgb(110 231 183 / 1) !important
}

.hover\:bg-green-300\/15:hover{
  background-color:rgb(110 231 183 / 0.15) !important
}

.hover\:bg-green-300\/20:hover{
  background-color:rgb(110 231 183 / 0.2) !important
}

.hover\:bg-green-300\/25:hover{
  background-color:rgb(110 231 183 / 0.25) !important
}

.hover\:bg-green-300\/30:hover{
  background-color:rgb(110 231 183 / 0.3) !important
}

.hover\:bg-green-300\/35:hover{
  background-color:rgb(110 231 183 / 0.35) !important
}

.hover\:bg-green-300\/40:hover{
  background-color:rgb(110 231 183 / 0.4) !important
}

.hover\:bg-green-300\/45:hover{
  background-color:rgb(110 231 183 / 0.45) !important
}

.hover\:bg-green-300\/5:hover{
  background-color:rgb(110 231 183 / 0.05) !important
}

.hover\:bg-green-300\/50:hover{
  background-color:rgb(110 231 183 / 0.5) !important
}

.hover\:bg-green-300\/55:hover{
  background-color:rgb(110 231 183 / 0.55) !important
}

.hover\:bg-green-300\/60:hover{
  background-color:rgb(110 231 183 / 0.6) !important
}

.hover\:bg-green-300\/65:hover{
  background-color:rgb(110 231 183 / 0.65) !important
}

.hover\:bg-green-300\/70:hover{
  background-color:rgb(110 231 183 / 0.7) !important
}

.hover\:bg-green-300\/75:hover{
  background-color:rgb(110 231 183 / 0.75) !important
}

.hover\:bg-green-300\/80:hover{
  background-color:rgb(110 231 183 / 0.8) !important
}

.hover\:bg-green-300\/85:hover{
  background-color:rgb(110 231 183 / 0.85) !important
}

.hover\:bg-green-300\/90:hover{
  background-color:rgb(110 231 183 / 0.9) !important
}

.hover\:bg-green-300\/95:hover{
  background-color:rgb(110 231 183 / 0.95) !important
}

.hover\:bg-green-500:hover{
  --tw-bg-opacity:1 !important;
  background-color:rgb(16 185 129 / 1) !important;
  background-color:rgb(16 185 129 / var(--tw-bg-opacity, 1)) !important
}

.hover\:bg-green-500\/0:hover{
  background-color:rgb(16 185 129 / 0) !important
}

.hover\:bg-green-500\/10:hover{
  background-color:rgb(16 185 129 / 0.1) !important
}

.hover\:bg-green-500\/100:hover{
  background-color:rgb(16 185 129 / 1) !important
}

.hover\:bg-green-500\/15:hover{
  background-color:rgb(16 185 129 / 0.15) !important
}

.hover\:bg-green-500\/20:hover{
  background-color:rgb(16 185 129 / 0.2) !important
}

.hover\:bg-green-500\/25:hover{
  background-color:rgb(16 185 129 / 0.25) !important
}

.hover\:bg-green-500\/30:hover{
  background-color:rgb(16 185 129 / 0.3) !important
}

.hover\:bg-green-500\/35:hover{
  background-color:rgb(16 185 129 / 0.35) !important
}

.hover\:bg-green-500\/40:hover{
  background-color:rgb(16 185 129 / 0.4) !important
}

.hover\:bg-green-500\/45:hover{
  background-color:rgb(16 185 129 / 0.45) !important
}

.hover\:bg-green-500\/5:hover{
  background-color:rgb(16 185 129 / 0.05) !important
}

.hover\:bg-green-500\/50:hover{
  background-color:rgb(16 185 129 / 0.5) !important
}

.hover\:bg-green-500\/55:hover{
  background-color:rgb(16 185 129 / 0.55) !important
}

.hover\:bg-green-500\/60:hover{
  background-color:rgb(16 185 129 / 0.6) !important
}

.hover\:bg-green-500\/65:hover{
  background-color:rgb(16 185 129 / 0.65) !important
}

.hover\:bg-green-500\/70:hover{
  background-color:rgb(16 185 129 / 0.7) !important
}

.hover\:bg-green-500\/75:hover{
  background-color:rgb(16 185 129 / 0.75) !important
}

.hover\:bg-green-500\/80:hover{
  background-color:rgb(16 185 129 / 0.8) !important
}

.hover\:bg-green-500\/85:hover{
  background-color:rgb(16 185 129 / 0.85) !important
}

.hover\:bg-green-500\/90:hover{
  background-color:rgb(16 185 129 / 0.9) !important
}

.hover\:bg-green-500\/95:hover{
  background-color:rgb(16 185 129 / 0.95) !important
}

.hover\:bg-green-700:hover{
  --tw-bg-opacity:1 !important;
  background-color:rgb(4 120 87 / 1) !important;
  background-color:rgb(4 120 87 / var(--tw-bg-opacity, 1)) !important
}

.hover\:bg-green-700\/0:hover{
  background-color:rgb(4 120 87 / 0) !important
}

.hover\:bg-green-700\/10:hover{
  background-color:rgb(4 120 87 / 0.1) !important
}

.hover\:bg-green-700\/100:hover{
  background-color:rgb(4 120 87 / 1) !important
}

.hover\:bg-green-700\/15:hover{
  background-color:rgb(4 120 87 / 0.15) !important
}

.hover\:bg-green-700\/20:hover{
  background-color:rgb(4 120 87 / 0.2) !important
}

.hover\:bg-green-700\/25:hover{
  background-color:rgb(4 120 87 / 0.25) !important
}

.hover\:bg-green-700\/30:hover{
  background-color:rgb(4 120 87 / 0.3) !important
}

.hover\:bg-green-700\/35:hover{
  background-color:rgb(4 120 87 / 0.35) !important
}

.hover\:bg-green-700\/40:hover{
  background-color:rgb(4 120 87 / 0.4) !important
}

.hover\:bg-green-700\/45:hover{
  background-color:rgb(4 120 87 / 0.45) !important
}

.hover\:bg-green-700\/5:hover{
  background-color:rgb(4 120 87 / 0.05) !important
}

.hover\:bg-green-700\/50:hover{
  background-color:rgb(4 120 87 / 0.5) !important
}

.hover\:bg-green-700\/55:hover{
  background-color:rgb(4 120 87 / 0.55) !important
}

.hover\:bg-green-700\/60:hover{
  background-color:rgb(4 120 87 / 0.6) !important
}

.hover\:bg-green-700\/65:hover{
  background-color:rgb(4 120 87 / 0.65) !important
}

.hover\:bg-green-700\/70:hover{
  background-color:rgb(4 120 87 / 0.7) !important
}

.hover\:bg-green-700\/75:hover{
  background-color:rgb(4 120 87 / 0.75) !important
}

.hover\:bg-green-700\/80:hover{
  background-color:rgb(4 120 87 / 0.8) !important
}

.hover\:bg-green-700\/85:hover{
  background-color:rgb(4 120 87 / 0.85) !important
}

.hover\:bg-green-700\/90:hover{
  background-color:rgb(4 120 87 / 0.9) !important
}

.hover\:bg-green-700\/95:hover{
  background-color:rgb(4 120 87 / 0.95) !important
}

.hover\:bg-green-900:hover{
  --tw-bg-opacity:1 !important;
  background-color:rgb(6 78 59 / 1) !important;
  background-color:rgb(6 78 59 / var(--tw-bg-opacity, 1)) !important
}

.hover\:bg-green-900\/0:hover{
  background-color:rgb(6 78 59 / 0) !important
}

.hover\:bg-green-900\/10:hover{
  background-color:rgb(6 78 59 / 0.1) !important
}

.hover\:bg-green-900\/100:hover{
  background-color:rgb(6 78 59 / 1) !important
}

.hover\:bg-green-900\/15:hover{
  background-color:rgb(6 78 59 / 0.15) !important
}

.hover\:bg-green-900\/20:hover{
  background-color:rgb(6 78 59 / 0.2) !important
}

.hover\:bg-green-900\/25:hover{
  background-color:rgb(6 78 59 / 0.25) !important
}

.hover\:bg-green-900\/30:hover{
  background-color:rgb(6 78 59 / 0.3) !important
}

.hover\:bg-green-900\/35:hover{
  background-color:rgb(6 78 59 / 0.35) !important
}

.hover\:bg-green-900\/40:hover{
  background-color:rgb(6 78 59 / 0.4) !important
}

.hover\:bg-green-900\/45:hover{
  background-color:rgb(6 78 59 / 0.45) !important
}

.hover\:bg-green-900\/5:hover{
  background-color:rgb(6 78 59 / 0.05) !important
}

.hover\:bg-green-900\/50:hover{
  background-color:rgb(6 78 59 / 0.5) !important
}

.hover\:bg-green-900\/55:hover{
  background-color:rgb(6 78 59 / 0.55) !important
}

.hover\:bg-green-900\/60:hover{
  background-color:rgb(6 78 59 / 0.6) !important
}

.hover\:bg-green-900\/65:hover{
  background-color:rgb(6 78 59 / 0.65) !important
}

.hover\:bg-green-900\/70:hover{
  background-color:rgb(6 78 59 / 0.7) !important
}

.hover\:bg-green-900\/75:hover{
  background-color:rgb(6 78 59 / 0.75) !important
}

.hover\:bg-green-900\/80:hover{
  background-color:rgb(6 78 59 / 0.8) !important
}

.hover\:bg-green-900\/85:hover{
  background-color:rgb(6 78 59 / 0.85) !important
}

.hover\:bg-green-900\/90:hover{
  background-color:rgb(6 78 59 / 0.9) !important
}

.hover\:bg-green-900\/95:hover{
  background-color:rgb(6 78 59 / 0.95) !important
}

.hover\:bg-orange-100:hover{
  --tw-bg-opacity:1 !important;
  background-color:rgb(255 221 209 / 1) !important;
  background-color:rgb(255 221 209 / var(--tw-bg-opacity, 1)) !important
}

.hover\:bg-orange-100\/0:hover{
  background-color:rgb(255 221 209 / 0) !important
}

.hover\:bg-orange-100\/10:hover{
  background-color:rgb(255 221 209 / 0.1) !important
}

.hover\:bg-orange-100\/100:hover{
  background-color:rgb(255 221 209 / 1) !important
}

.hover\:bg-orange-100\/15:hover{
  background-color:rgb(255 221 209 / 0.15) !important
}

.hover\:bg-orange-100\/20:hover{
  background-color:rgb(255 221 209 / 0.2) !important
}

.hover\:bg-orange-100\/25:hover{
  background-color:rgb(255 221 209 / 0.25) !important
}

.hover\:bg-orange-100\/30:hover{
  background-color:rgb(255 221 209 / 0.3) !important
}

.hover\:bg-orange-100\/35:hover{
  background-color:rgb(255 221 209 / 0.35) !important
}

.hover\:bg-orange-100\/40:hover{
  background-color:rgb(255 221 209 / 0.4) !important
}

.hover\:bg-orange-100\/45:hover{
  background-color:rgb(255 221 209 / 0.45) !important
}

.hover\:bg-orange-100\/5:hover{
  background-color:rgb(255 221 209 / 0.05) !important
}

.hover\:bg-orange-100\/50:hover{
  background-color:rgb(255 221 209 / 0.5) !important
}

.hover\:bg-orange-100\/55:hover{
  background-color:rgb(255 221 209 / 0.55) !important
}

.hover\:bg-orange-100\/60:hover{
  background-color:rgb(255 221 209 / 0.6) !important
}

.hover\:bg-orange-100\/65:hover{
  background-color:rgb(255 221 209 / 0.65) !important
}

.hover\:bg-orange-100\/70:hover{
  background-color:rgb(255 221 209 / 0.7) !important
}

.hover\:bg-orange-100\/75:hover{
  background-color:rgb(255 221 209 / 0.75) !important
}

.hover\:bg-orange-100\/80:hover{
  background-color:rgb(255 221 209 / 0.8) !important
}

.hover\:bg-orange-100\/85:hover{
  background-color:rgb(255 221 209 / 0.85) !important
}

.hover\:bg-orange-100\/90:hover{
  background-color:rgb(255 221 209 / 0.9) !important
}

.hover\:bg-orange-100\/95:hover{
  background-color:rgb(255 221 209 / 0.95) !important
}

.hover\:bg-orange-200:hover{
  --tw-bg-opacity:1 !important;
  background-color:rgb(254 215 170 / 1) !important;
  background-color:rgb(254 215 170 / var(--tw-bg-opacity, 1)) !important
}

.hover\:bg-orange-200\/0:hover{
  background-color:rgb(254 215 170 / 0) !important
}

.hover\:bg-orange-200\/10:hover{
  background-color:rgb(254 215 170 / 0.1) !important
}

.hover\:bg-orange-200\/100:hover{
  background-color:rgb(254 215 170 / 1) !important
}

.hover\:bg-orange-200\/15:hover{
  background-color:rgb(254 215 170 / 0.15) !important
}

.hover\:bg-orange-200\/20:hover{
  background-color:rgb(254 215 170 / 0.2) !important
}

.hover\:bg-orange-200\/25:hover{
  background-color:rgb(254 215 170 / 0.25) !important
}

.hover\:bg-orange-200\/30:hover{
  background-color:rgb(254 215 170 / 0.3) !important
}

.hover\:bg-orange-200\/35:hover{
  background-color:rgb(254 215 170 / 0.35) !important
}

.hover\:bg-orange-200\/40:hover{
  background-color:rgb(254 215 170 / 0.4) !important
}

.hover\:bg-orange-200\/45:hover{
  background-color:rgb(254 215 170 / 0.45) !important
}

.hover\:bg-orange-200\/5:hover{
  background-color:rgb(254 215 170 / 0.05) !important
}

.hover\:bg-orange-200\/50:hover{
  background-color:rgb(254 215 170 / 0.5) !important
}

.hover\:bg-orange-200\/55:hover{
  background-color:rgb(254 215 170 / 0.55) !important
}

.hover\:bg-orange-200\/60:hover{
  background-color:rgb(254 215 170 / 0.6) !important
}

.hover\:bg-orange-200\/65:hover{
  background-color:rgb(254 215 170 / 0.65) !important
}

.hover\:bg-orange-200\/70:hover{
  background-color:rgb(254 215 170 / 0.7) !important
}

.hover\:bg-orange-200\/75:hover{
  background-color:rgb(254 215 170 / 0.75) !important
}

.hover\:bg-orange-200\/80:hover{
  background-color:rgb(254 215 170 / 0.8) !important
}

.hover\:bg-orange-200\/85:hover{
  background-color:rgb(254 215 170 / 0.85) !important
}

.hover\:bg-orange-200\/90:hover{
  background-color:rgb(254 215 170 / 0.9) !important
}

.hover\:bg-orange-200\/95:hover{
  background-color:rgb(254 215 170 / 0.95) !important
}

.hover\:bg-orange-300:hover{
  --tw-bg-opacity:1 !important;
  background-color:rgb(255 187 162 / 1) !important;
  background-color:rgb(255 187 162 / var(--tw-bg-opacity, 1)) !important
}

.hover\:bg-orange-300\/0:hover{
  background-color:rgb(255 187 162 / 0) !important
}

.hover\:bg-orange-300\/10:hover{
  background-color:rgb(255 187 162 / 0.1) !important
}

.hover\:bg-orange-300\/100:hover{
  background-color:rgb(255 187 162 / 1) !important
}

.hover\:bg-orange-300\/15:hover{
  background-color:rgb(255 187 162 / 0.15) !important
}

.hover\:bg-orange-300\/20:hover{
  background-color:rgb(255 187 162 / 0.2) !important
}

.hover\:bg-orange-300\/25:hover{
  background-color:rgb(255 187 162 / 0.25) !important
}

.hover\:bg-orange-300\/30:hover{
  background-color:rgb(255 187 162 / 0.3) !important
}

.hover\:bg-orange-300\/35:hover{
  background-color:rgb(255 187 162 / 0.35) !important
}

.hover\:bg-orange-300\/40:hover{
  background-color:rgb(255 187 162 / 0.4) !important
}

.hover\:bg-orange-300\/45:hover{
  background-color:rgb(255 187 162 / 0.45) !important
}

.hover\:bg-orange-300\/5:hover{
  background-color:rgb(255 187 162 / 0.05) !important
}

.hover\:bg-orange-300\/50:hover{
  background-color:rgb(255 187 162 / 0.5) !important
}

.hover\:bg-orange-300\/55:hover{
  background-color:rgb(255 187 162 / 0.55) !important
}

.hover\:bg-orange-300\/60:hover{
  background-color:rgb(255 187 162 / 0.6) !important
}

.hover\:bg-orange-300\/65:hover{
  background-color:rgb(255 187 162 / 0.65) !important
}

.hover\:bg-orange-300\/70:hover{
  background-color:rgb(255 187 162 / 0.7) !important
}

.hover\:bg-orange-300\/75:hover{
  background-color:rgb(255 187 162 / 0.75) !important
}

.hover\:bg-orange-300\/80:hover{
  background-color:rgb(255 187 162 / 0.8) !important
}

.hover\:bg-orange-300\/85:hover{
  background-color:rgb(255 187 162 / 0.85) !important
}

.hover\:bg-orange-300\/90:hover{
  background-color:rgb(255 187 162 / 0.9) !important
}

.hover\:bg-orange-300\/95:hover{
  background-color:rgb(255 187 162 / 0.95) !important
}

.hover\:bg-orange-500:hover{
  --tw-bg-opacity:1 !important;
  background-color:rgb(255 153 116 / 1) !important;
  background-color:rgb(255 153 116 / var(--tw-bg-opacity, 1)) !important
}

.hover\:bg-orange-500\/0:hover{
  background-color:rgb(255 153 116 / 0) !important
}

.hover\:bg-orange-500\/10:hover{
  background-color:rgb(255 153 116 / 0.1) !important
}

.hover\:bg-orange-500\/100:hover{
  background-color:rgb(255 153 116 / 1) !important
}

.hover\:bg-orange-500\/15:hover{
  background-color:rgb(255 153 116 / 0.15) !important
}

.hover\:bg-orange-500\/20:hover{
  background-color:rgb(255 153 116 / 0.2) !important
}

.hover\:bg-orange-500\/25:hover{
  background-color:rgb(255 153 116 / 0.25) !important
}

.hover\:bg-orange-500\/30:hover{
  background-color:rgb(255 153 116 / 0.3) !important
}

.hover\:bg-orange-500\/35:hover{
  background-color:rgb(255 153 116 / 0.35) !important
}

.hover\:bg-orange-500\/40:hover{
  background-color:rgb(255 153 116 / 0.4) !important
}

.hover\:bg-orange-500\/45:hover{
  background-color:rgb(255 153 116 / 0.45) !important
}

.hover\:bg-orange-500\/5:hover{
  background-color:rgb(255 153 116 / 0.05) !important
}

.hover\:bg-orange-500\/50:hover{
  background-color:rgb(255 153 116 / 0.5) !important
}

.hover\:bg-orange-500\/55:hover{
  background-color:rgb(255 153 116 / 0.55) !important
}

.hover\:bg-orange-500\/60:hover{
  background-color:rgb(255 153 116 / 0.6) !important
}

.hover\:bg-orange-500\/65:hover{
  background-color:rgb(255 153 116 / 0.65) !important
}

.hover\:bg-orange-500\/70:hover{
  background-color:rgb(255 153 116 / 0.7) !important
}

.hover\:bg-orange-500\/75:hover{
  background-color:rgb(255 153 116 / 0.75) !important
}

.hover\:bg-orange-500\/80:hover{
  background-color:rgb(255 153 116 / 0.8) !important
}

.hover\:bg-orange-500\/85:hover{
  background-color:rgb(255 153 116 / 0.85) !important
}

.hover\:bg-orange-500\/90:hover{
  background-color:rgb(255 153 116 / 0.9) !important
}

.hover\:bg-orange-500\/95:hover{
  background-color:rgb(255 153 116 / 0.95) !important
}

.hover\:bg-orange-700:hover{
  --tw-bg-opacity:1 !important;
  background-color:rgb(255 119 69 / 1) !important;
  background-color:rgb(255 119 69 / var(--tw-bg-opacity, 1)) !important
}

.hover\:bg-orange-700\/0:hover{
  background-color:rgb(255 119 69 / 0) !important
}

.hover\:bg-orange-700\/10:hover{
  background-color:rgb(255 119 69 / 0.1) !important
}

.hover\:bg-orange-700\/100:hover{
  background-color:rgb(255 119 69 / 1) !important
}

.hover\:bg-orange-700\/15:hover{
  background-color:rgb(255 119 69 / 0.15) !important
}

.hover\:bg-orange-700\/20:hover{
  background-color:rgb(255 119 69 / 0.2) !important
}

.hover\:bg-orange-700\/25:hover{
  background-color:rgb(255 119 69 / 0.25) !important
}

.hover\:bg-orange-700\/30:hover{
  background-color:rgb(255 119 69 / 0.3) !important
}

.hover\:bg-orange-700\/35:hover{
  background-color:rgb(255 119 69 / 0.35) !important
}

.hover\:bg-orange-700\/40:hover{
  background-color:rgb(255 119 69 / 0.4) !important
}

.hover\:bg-orange-700\/45:hover{
  background-color:rgb(255 119 69 / 0.45) !important
}

.hover\:bg-orange-700\/5:hover{
  background-color:rgb(255 119 69 / 0.05) !important
}

.hover\:bg-orange-700\/50:hover{
  background-color:rgb(255 119 69 / 0.5) !important
}

.hover\:bg-orange-700\/55:hover{
  background-color:rgb(255 119 69 / 0.55) !important
}

.hover\:bg-orange-700\/60:hover{
  background-color:rgb(255 119 69 / 0.6) !important
}

.hover\:bg-orange-700\/65:hover{
  background-color:rgb(255 119 69 / 0.65) !important
}

.hover\:bg-orange-700\/70:hover{
  background-color:rgb(255 119 69 / 0.7) !important
}

.hover\:bg-orange-700\/75:hover{
  background-color:rgb(255 119 69 / 0.75) !important
}

.hover\:bg-orange-700\/80:hover{
  background-color:rgb(255 119 69 / 0.8) !important
}

.hover\:bg-orange-700\/85:hover{
  background-color:rgb(255 119 69 / 0.85) !important
}

.hover\:bg-orange-700\/90:hover{
  background-color:rgb(255 119 69 / 0.9) !important
}

.hover\:bg-orange-700\/95:hover{
  background-color:rgb(255 119 69 / 0.95) !important
}

.hover\:bg-orange-900:hover{
  --tw-bg-opacity:1 !important;
  background-color:rgb(255 85 23 / 1) !important;
  background-color:rgb(255 85 23 / var(--tw-bg-opacity, 1)) !important
}

.hover\:bg-orange-900\/0:hover{
  background-color:rgb(255 85 23 / 0) !important
}

.hover\:bg-orange-900\/10:hover{
  background-color:rgb(255 85 23 / 0.1) !important
}

.hover\:bg-orange-900\/100:hover{
  background-color:rgb(255 85 23 / 1) !important
}

.hover\:bg-orange-900\/15:hover{
  background-color:rgb(255 85 23 / 0.15) !important
}

.hover\:bg-orange-900\/20:hover{
  background-color:rgb(255 85 23 / 0.2) !important
}

.hover\:bg-orange-900\/25:hover{
  background-color:rgb(255 85 23 / 0.25) !important
}

.hover\:bg-orange-900\/30:hover{
  background-color:rgb(255 85 23 / 0.3) !important
}

.hover\:bg-orange-900\/35:hover{
  background-color:rgb(255 85 23 / 0.35) !important
}

.hover\:bg-orange-900\/40:hover{
  background-color:rgb(255 85 23 / 0.4) !important
}

.hover\:bg-orange-900\/45:hover{
  background-color:rgb(255 85 23 / 0.45) !important
}

.hover\:bg-orange-900\/5:hover{
  background-color:rgb(255 85 23 / 0.05) !important
}

.hover\:bg-orange-900\/50:hover{
  background-color:rgb(255 85 23 / 0.5) !important
}

.hover\:bg-orange-900\/55:hover{
  background-color:rgb(255 85 23 / 0.55) !important
}

.hover\:bg-orange-900\/60:hover{
  background-color:rgb(255 85 23 / 0.6) !important
}

.hover\:bg-orange-900\/65:hover{
  background-color:rgb(255 85 23 / 0.65) !important
}

.hover\:bg-orange-900\/70:hover{
  background-color:rgb(255 85 23 / 0.7) !important
}

.hover\:bg-orange-900\/75:hover{
  background-color:rgb(255 85 23 / 0.75) !important
}

.hover\:bg-orange-900\/80:hover{
  background-color:rgb(255 85 23 / 0.8) !important
}

.hover\:bg-orange-900\/85:hover{
  background-color:rgb(255 85 23 / 0.85) !important
}

.hover\:bg-orange-900\/90:hover{
  background-color:rgb(255 85 23 / 0.9) !important
}

.hover\:bg-orange-900\/95:hover{
  background-color:rgb(255 85 23 / 0.95) !important
}

.hover\:bg-red-100:hover{
  --tw-bg-opacity:1 !important;
  background-color:rgb(255 213 215 / 1) !important;
  background-color:rgb(255 213 215 / var(--tw-bg-opacity, 1)) !important
}

.hover\:bg-red-100\/0:hover{
  background-color:rgb(255 213 215 / 0) !important
}

.hover\:bg-red-100\/10:hover{
  background-color:rgb(255 213 215 / 0.1) !important
}

.hover\:bg-red-100\/100:hover{
  background-color:rgb(255 213 215 / 1) !important
}

.hover\:bg-red-100\/15:hover{
  background-color:rgb(255 213 215 / 0.15) !important
}

.hover\:bg-red-100\/20:hover{
  background-color:rgb(255 213 215 / 0.2) !important
}

.hover\:bg-red-100\/25:hover{
  background-color:rgb(255 213 215 / 0.25) !important
}

.hover\:bg-red-100\/30:hover{
  background-color:rgb(255 213 215 / 0.3) !important
}

.hover\:bg-red-100\/35:hover{
  background-color:rgb(255 213 215 / 0.35) !important
}

.hover\:bg-red-100\/40:hover{
  background-color:rgb(255 213 215 / 0.4) !important
}

.hover\:bg-red-100\/45:hover{
  background-color:rgb(255 213 215 / 0.45) !important
}

.hover\:bg-red-100\/5:hover{
  background-color:rgb(255 213 215 / 0.05) !important
}

.hover\:bg-red-100\/50:hover{
  background-color:rgb(255 213 215 / 0.5) !important
}

.hover\:bg-red-100\/55:hover{
  background-color:rgb(255 213 215 / 0.55) !important
}

.hover\:bg-red-100\/60:hover{
  background-color:rgb(255 213 215 / 0.6) !important
}

.hover\:bg-red-100\/65:hover{
  background-color:rgb(255 213 215 / 0.65) !important
}

.hover\:bg-red-100\/70:hover{
  background-color:rgb(255 213 215 / 0.7) !important
}

.hover\:bg-red-100\/75:hover{
  background-color:rgb(255 213 215 / 0.75) !important
}

.hover\:bg-red-100\/80:hover{
  background-color:rgb(255 213 215 / 0.8) !important
}

.hover\:bg-red-100\/85:hover{
  background-color:rgb(255 213 215 / 0.85) !important
}

.hover\:bg-red-100\/90:hover{
  background-color:rgb(255 213 215 / 0.9) !important
}

.hover\:bg-red-100\/95:hover{
  background-color:rgb(255 213 215 / 0.95) !important
}

.hover\:bg-red-200:hover{
  --tw-bg-opacity:1 !important;
  background-color:rgb(255 172 174 / 1) !important;
  background-color:rgb(255 172 174 / var(--tw-bg-opacity, 1)) !important
}

.hover\:bg-red-200\/0:hover{
  background-color:rgb(255 172 174 / 0) !important
}

.hover\:bg-red-200\/10:hover{
  background-color:rgb(255 172 174 / 0.1) !important
}

.hover\:bg-red-200\/100:hover{
  background-color:rgb(255 172 174 / 1) !important
}

.hover\:bg-red-200\/15:hover{
  background-color:rgb(255 172 174 / 0.15) !important
}

.hover\:bg-red-200\/20:hover{
  background-color:rgb(255 172 174 / 0.2) !important
}

.hover\:bg-red-200\/25:hover{
  background-color:rgb(255 172 174 / 0.25) !important
}

.hover\:bg-red-200\/30:hover{
  background-color:rgb(255 172 174 / 0.3) !important
}

.hover\:bg-red-200\/35:hover{
  background-color:rgb(255 172 174 / 0.35) !important
}

.hover\:bg-red-200\/40:hover{
  background-color:rgb(255 172 174 / 0.4) !important
}

.hover\:bg-red-200\/45:hover{
  background-color:rgb(255 172 174 / 0.45) !important
}

.hover\:bg-red-200\/5:hover{
  background-color:rgb(255 172 174 / 0.05) !important
}

.hover\:bg-red-200\/50:hover{
  background-color:rgb(255 172 174 / 0.5) !important
}

.hover\:bg-red-200\/55:hover{
  background-color:rgb(255 172 174 / 0.55) !important
}

.hover\:bg-red-200\/60:hover{
  background-color:rgb(255 172 174 / 0.6) !important
}

.hover\:bg-red-200\/65:hover{
  background-color:rgb(255 172 174 / 0.65) !important
}

.hover\:bg-red-200\/70:hover{
  background-color:rgb(255 172 174 / 0.7) !important
}

.hover\:bg-red-200\/75:hover{
  background-color:rgb(255 172 174 / 0.75) !important
}

.hover\:bg-red-200\/80:hover{
  background-color:rgb(255 172 174 / 0.8) !important
}

.hover\:bg-red-200\/85:hover{
  background-color:rgb(255 172 174 / 0.85) !important
}

.hover\:bg-red-200\/90:hover{
  background-color:rgb(255 172 174 / 0.9) !important
}

.hover\:bg-red-200\/95:hover{
  background-color:rgb(255 172 174 / 0.95) !important
}

.hover\:bg-red-300:hover{
  --tw-bg-opacity:1 !important;
  background-color:rgb(255 130 134 / 1) !important;
  background-color:rgb(255 130 134 / var(--tw-bg-opacity, 1)) !important
}

.hover\:bg-red-300\/0:hover{
  background-color:rgb(255 130 134 / 0) !important
}

.hover\:bg-red-300\/10:hover{
  background-color:rgb(255 130 134 / 0.1) !important
}

.hover\:bg-red-300\/100:hover{
  background-color:rgb(255 130 134 / 1) !important
}

.hover\:bg-red-300\/15:hover{
  background-color:rgb(255 130 134 / 0.15) !important
}

.hover\:bg-red-300\/20:hover{
  background-color:rgb(255 130 134 / 0.2) !important
}

.hover\:bg-red-300\/25:hover{
  background-color:rgb(255 130 134 / 0.25) !important
}

.hover\:bg-red-300\/30:hover{
  background-color:rgb(255 130 134 / 0.3) !important
}

.hover\:bg-red-300\/35:hover{
  background-color:rgb(255 130 134 / 0.35) !important
}

.hover\:bg-red-300\/40:hover{
  background-color:rgb(255 130 134 / 0.4) !important
}

.hover\:bg-red-300\/45:hover{
  background-color:rgb(255 130 134 / 0.45) !important
}

.hover\:bg-red-300\/5:hover{
  background-color:rgb(255 130 134 / 0.05) !important
}

.hover\:bg-red-300\/50:hover{
  background-color:rgb(255 130 134 / 0.5) !important
}

.hover\:bg-red-300\/55:hover{
  background-color:rgb(255 130 134 / 0.55) !important
}

.hover\:bg-red-300\/60:hover{
  background-color:rgb(255 130 134 / 0.6) !important
}

.hover\:bg-red-300\/65:hover{
  background-color:rgb(255 130 134 / 0.65) !important
}

.hover\:bg-red-300\/70:hover{
  background-color:rgb(255 130 134 / 0.7) !important
}

.hover\:bg-red-300\/75:hover{
  background-color:rgb(255 130 134 / 0.75) !important
}

.hover\:bg-red-300\/80:hover{
  background-color:rgb(255 130 134 / 0.8) !important
}

.hover\:bg-red-300\/85:hover{
  background-color:rgb(255 130 134 / 0.85) !important
}

.hover\:bg-red-300\/90:hover{
  background-color:rgb(255 130 134 / 0.9) !important
}

.hover\:bg-red-300\/95:hover{
  background-color:rgb(255 130 134 / 0.95) !important
}

.hover\:bg-red-500:hover{
  --tw-bg-opacity:1 !important;
  background-color:rgb(255 47 53 / 1) !important;
  background-color:rgb(255 47 53 / var(--tw-bg-opacity, 1)) !important
}

.hover\:bg-red-500\/0:hover{
  background-color:rgb(255 47 53 / 0) !important
}

.hover\:bg-red-500\/10:hover{
  background-color:rgb(255 47 53 / 0.1) !important
}

.hover\:bg-red-500\/100:hover{
  background-color:rgb(255 47 53 / 1) !important
}

.hover\:bg-red-500\/15:hover{
  background-color:rgb(255 47 53 / 0.15) !important
}

.hover\:bg-red-500\/20:hover{
  background-color:rgb(255 47 53 / 0.2) !important
}

.hover\:bg-red-500\/25:hover{
  background-color:rgb(255 47 53 / 0.25) !important
}

.hover\:bg-red-500\/30:hover{
  background-color:rgb(255 47 53 / 0.3) !important
}

.hover\:bg-red-500\/35:hover{
  background-color:rgb(255 47 53 / 0.35) !important
}

.hover\:bg-red-500\/40:hover{
  background-color:rgb(255 47 53 / 0.4) !important
}

.hover\:bg-red-500\/45:hover{
  background-color:rgb(255 47 53 / 0.45) !important
}

.hover\:bg-red-500\/5:hover{
  background-color:rgb(255 47 53 / 0.05) !important
}

.hover\:bg-red-500\/50:hover{
  background-color:rgb(255 47 53 / 0.5) !important
}

.hover\:bg-red-500\/55:hover{
  background-color:rgb(255 47 53 / 0.55) !important
}

.hover\:bg-red-500\/60:hover{
  background-color:rgb(255 47 53 / 0.6) !important
}

.hover\:bg-red-500\/65:hover{
  background-color:rgb(255 47 53 / 0.65) !important
}

.hover\:bg-red-500\/70:hover{
  background-color:rgb(255 47 53 / 0.7) !important
}

.hover\:bg-red-500\/75:hover{
  background-color:rgb(255 47 53 / 0.75) !important
}

.hover\:bg-red-500\/80:hover{
  background-color:rgb(255 47 53 / 0.8) !important
}

.hover\:bg-red-500\/85:hover{
  background-color:rgb(255 47 53 / 0.85) !important
}

.hover\:bg-red-500\/90:hover{
  background-color:rgb(255 47 53 / 0.9) !important
}

.hover\:bg-red-500\/95:hover{
  background-color:rgb(255 47 53 / 0.95) !important
}

.hover\:bg-red-700:hover{
  --tw-bg-opacity:1 !important;
  background-color:rgb(185 28 28 / 1) !important;
  background-color:rgb(185 28 28 / var(--tw-bg-opacity, 1)) !important
}

.hover\:bg-red-700\/0:hover{
  background-color:rgb(185 28 28 / 0) !important
}

.hover\:bg-red-700\/10:hover{
  background-color:rgb(185 28 28 / 0.1) !important
}

.hover\:bg-red-700\/100:hover{
  background-color:rgb(185 28 28 / 1) !important
}

.hover\:bg-red-700\/15:hover{
  background-color:rgb(185 28 28 / 0.15) !important
}

.hover\:bg-red-700\/20:hover{
  background-color:rgb(185 28 28 / 0.2) !important
}

.hover\:bg-red-700\/25:hover{
  background-color:rgb(185 28 28 / 0.25) !important
}

.hover\:bg-red-700\/30:hover{
  background-color:rgb(185 28 28 / 0.3) !important
}

.hover\:bg-red-700\/35:hover{
  background-color:rgb(185 28 28 / 0.35) !important
}

.hover\:bg-red-700\/40:hover{
  background-color:rgb(185 28 28 / 0.4) !important
}

.hover\:bg-red-700\/45:hover{
  background-color:rgb(185 28 28 / 0.45) !important
}

.hover\:bg-red-700\/5:hover{
  background-color:rgb(185 28 28 / 0.05) !important
}

.hover\:bg-red-700\/50:hover{
  background-color:rgb(185 28 28 / 0.5) !important
}

.hover\:bg-red-700\/55:hover{
  background-color:rgb(185 28 28 / 0.55) !important
}

.hover\:bg-red-700\/60:hover{
  background-color:rgb(185 28 28 / 0.6) !important
}

.hover\:bg-red-700\/65:hover{
  background-color:rgb(185 28 28 / 0.65) !important
}

.hover\:bg-red-700\/70:hover{
  background-color:rgb(185 28 28 / 0.7) !important
}

.hover\:bg-red-700\/75:hover{
  background-color:rgb(185 28 28 / 0.75) !important
}

.hover\:bg-red-700\/80:hover{
  background-color:rgb(185 28 28 / 0.8) !important
}

.hover\:bg-red-700\/85:hover{
  background-color:rgb(185 28 28 / 0.85) !important
}

.hover\:bg-red-700\/90:hover{
  background-color:rgb(185 28 28 / 0.9) !important
}

.hover\:bg-red-700\/95:hover{
  background-color:rgb(185 28 28 / 0.95) !important
}

.hover\:bg-red-900:hover{
  --tw-bg-opacity:1 !important;
  background-color:rgb(127 29 29 / 1) !important;
  background-color:rgb(127 29 29 / var(--tw-bg-opacity, 1)) !important
}

.hover\:bg-red-900\/0:hover{
  background-color:rgb(127 29 29 / 0) !important
}

.hover\:bg-red-900\/10:hover{
  background-color:rgb(127 29 29 / 0.1) !important
}

.hover\:bg-red-900\/100:hover{
  background-color:rgb(127 29 29 / 1) !important
}

.hover\:bg-red-900\/15:hover{
  background-color:rgb(127 29 29 / 0.15) !important
}

.hover\:bg-red-900\/20:hover{
  background-color:rgb(127 29 29 / 0.2) !important
}

.hover\:bg-red-900\/25:hover{
  background-color:rgb(127 29 29 / 0.25) !important
}

.hover\:bg-red-900\/30:hover{
  background-color:rgb(127 29 29 / 0.3) !important
}

.hover\:bg-red-900\/35:hover{
  background-color:rgb(127 29 29 / 0.35) !important
}

.hover\:bg-red-900\/40:hover{
  background-color:rgb(127 29 29 / 0.4) !important
}

.hover\:bg-red-900\/45:hover{
  background-color:rgb(127 29 29 / 0.45) !important
}

.hover\:bg-red-900\/5:hover{
  background-color:rgb(127 29 29 / 0.05) !important
}

.hover\:bg-red-900\/50:hover{
  background-color:rgb(127 29 29 / 0.5) !important
}

.hover\:bg-red-900\/55:hover{
  background-color:rgb(127 29 29 / 0.55) !important
}

.hover\:bg-red-900\/60:hover{
  background-color:rgb(127 29 29 / 0.6) !important
}

.hover\:bg-red-900\/65:hover{
  background-color:rgb(127 29 29 / 0.65) !important
}

.hover\:bg-red-900\/70:hover{
  background-color:rgb(127 29 29 / 0.7) !important
}

.hover\:bg-red-900\/75:hover{
  background-color:rgb(127 29 29 / 0.75) !important
}

.hover\:bg-red-900\/80:hover{
  background-color:rgb(127 29 29 / 0.8) !important
}

.hover\:bg-red-900\/85:hover{
  background-color:rgb(127 29 29 / 0.85) !important
}

.hover\:bg-red-900\/90:hover{
  background-color:rgb(127 29 29 / 0.9) !important
}

.hover\:bg-red-900\/95:hover{
  background-color:rgb(127 29 29 / 0.95) !important
}

.hover\:text-cyan-100:hover{
  --tw-text-opacity:1 !important;
  color:rgb(207 250 254 / 1) !important;
  color:rgb(207 250 254 / var(--tw-text-opacity, 1)) !important
}

.hover\:text-cyan-100\/0:hover{
  color:rgb(207 250 254 / 0) !important
}

.hover\:text-cyan-100\/10:hover{
  color:rgb(207 250 254 / 0.1) !important
}

.hover\:text-cyan-100\/100:hover{
  color:rgb(207 250 254 / 1) !important
}

.hover\:text-cyan-100\/15:hover{
  color:rgb(207 250 254 / 0.15) !important
}

.hover\:text-cyan-100\/20:hover{
  color:rgb(207 250 254 / 0.2) !important
}

.hover\:text-cyan-100\/25:hover{
  color:rgb(207 250 254 / 0.25) !important
}

.hover\:text-cyan-100\/30:hover{
  color:rgb(207 250 254 / 0.3) !important
}

.hover\:text-cyan-100\/35:hover{
  color:rgb(207 250 254 / 0.35) !important
}

.hover\:text-cyan-100\/40:hover{
  color:rgb(207 250 254 / 0.4) !important
}

.hover\:text-cyan-100\/45:hover{
  color:rgb(207 250 254 / 0.45) !important
}

.hover\:text-cyan-100\/5:hover{
  color:rgb(207 250 254 / 0.05) !important
}

.hover\:text-cyan-100\/50:hover{
  color:rgb(207 250 254 / 0.5) !important
}

.hover\:text-cyan-100\/55:hover{
  color:rgb(207 250 254 / 0.55) !important
}

.hover\:text-cyan-100\/60:hover{
  color:rgb(207 250 254 / 0.6) !important
}

.hover\:text-cyan-100\/65:hover{
  color:rgb(207 250 254 / 0.65) !important
}

.hover\:text-cyan-100\/70:hover{
  color:rgb(207 250 254 / 0.7) !important
}

.hover\:text-cyan-100\/75:hover{
  color:rgb(207 250 254 / 0.75) !important
}

.hover\:text-cyan-100\/80:hover{
  color:rgb(207 250 254 / 0.8) !important
}

.hover\:text-cyan-100\/85:hover{
  color:rgb(207 250 254 / 0.85) !important
}

.hover\:text-cyan-100\/90:hover{
  color:rgb(207 250 254 / 0.9) !important
}

.hover\:text-cyan-100\/95:hover{
  color:rgb(207 250 254 / 0.95) !important
}

.hover\:text-cyan-200:hover{
  --tw-text-opacity:1 !important;
  color:rgb(165 243 252 / 1) !important;
  color:rgb(165 243 252 / var(--tw-text-opacity, 1)) !important
}

.hover\:text-cyan-200\/0:hover{
  color:rgb(165 243 252 / 0) !important
}

.hover\:text-cyan-200\/10:hover{
  color:rgb(165 243 252 / 0.1) !important
}

.hover\:text-cyan-200\/100:hover{
  color:rgb(165 243 252 / 1) !important
}

.hover\:text-cyan-200\/15:hover{
  color:rgb(165 243 252 / 0.15) !important
}

.hover\:text-cyan-200\/20:hover{
  color:rgb(165 243 252 / 0.2) !important
}

.hover\:text-cyan-200\/25:hover{
  color:rgb(165 243 252 / 0.25) !important
}

.hover\:text-cyan-200\/30:hover{
  color:rgb(165 243 252 / 0.3) !important
}

.hover\:text-cyan-200\/35:hover{
  color:rgb(165 243 252 / 0.35) !important
}

.hover\:text-cyan-200\/40:hover{
  color:rgb(165 243 252 / 0.4) !important
}

.hover\:text-cyan-200\/45:hover{
  color:rgb(165 243 252 / 0.45) !important
}

.hover\:text-cyan-200\/5:hover{
  color:rgb(165 243 252 / 0.05) !important
}

.hover\:text-cyan-200\/50:hover{
  color:rgb(165 243 252 / 0.5) !important
}

.hover\:text-cyan-200\/55:hover{
  color:rgb(165 243 252 / 0.55) !important
}

.hover\:text-cyan-200\/60:hover{
  color:rgb(165 243 252 / 0.6) !important
}

.hover\:text-cyan-200\/65:hover{
  color:rgb(165 243 252 / 0.65) !important
}

.hover\:text-cyan-200\/70:hover{
  color:rgb(165 243 252 / 0.7) !important
}

.hover\:text-cyan-200\/75:hover{
  color:rgb(165 243 252 / 0.75) !important
}

.hover\:text-cyan-200\/80:hover{
  color:rgb(165 243 252 / 0.8) !important
}

.hover\:text-cyan-200\/85:hover{
  color:rgb(165 243 252 / 0.85) !important
}

.hover\:text-cyan-200\/90:hover{
  color:rgb(165 243 252 / 0.9) !important
}

.hover\:text-cyan-200\/95:hover{
  color:rgb(165 243 252 / 0.95) !important
}

.hover\:text-cyan-300:hover{
  --tw-text-opacity:1 !important;
  color:rgb(68 224 213 / 1) !important;
  color:rgb(68 224 213 / var(--tw-text-opacity, 1)) !important
}

.hover\:text-cyan-300\/0:hover{
  color:rgb(68 224 213 / 0) !important
}

.hover\:text-cyan-300\/10:hover{
  color:rgb(68 224 213 / 0.1) !important
}

.hover\:text-cyan-300\/100:hover{
  color:rgb(68 224 213 / 1) !important
}

.hover\:text-cyan-300\/15:hover{
  color:rgb(68 224 213 / 0.15) !important
}

.hover\:text-cyan-300\/20:hover{
  color:rgb(68 224 213 / 0.2) !important
}

.hover\:text-cyan-300\/25:hover{
  color:rgb(68 224 213 / 0.25) !important
}

.hover\:text-cyan-300\/30:hover{
  color:rgb(68 224 213 / 0.3) !important
}

.hover\:text-cyan-300\/35:hover{
  color:rgb(68 224 213 / 0.35) !important
}

.hover\:text-cyan-300\/40:hover{
  color:rgb(68 224 213 / 0.4) !important
}

.hover\:text-cyan-300\/45:hover{
  color:rgb(68 224 213 / 0.45) !important
}

.hover\:text-cyan-300\/5:hover{
  color:rgb(68 224 213 / 0.05) !important
}

.hover\:text-cyan-300\/50:hover{
  color:rgb(68 224 213 / 0.5) !important
}

.hover\:text-cyan-300\/55:hover{
  color:rgb(68 224 213 / 0.55) !important
}

.hover\:text-cyan-300\/60:hover{
  color:rgb(68 224 213 / 0.6) !important
}

.hover\:text-cyan-300\/65:hover{
  color:rgb(68 224 213 / 0.65) !important
}

.hover\:text-cyan-300\/70:hover{
  color:rgb(68 224 213 / 0.7) !important
}

.hover\:text-cyan-300\/75:hover{
  color:rgb(68 224 213 / 0.75) !important
}

.hover\:text-cyan-300\/80:hover{
  color:rgb(68 224 213 / 0.8) !important
}

.hover\:text-cyan-300\/85:hover{
  color:rgb(68 224 213 / 0.85) !important
}

.hover\:text-cyan-300\/90:hover{
  color:rgb(68 224 213 / 0.9) !important
}

.hover\:text-cyan-300\/95:hover{
  color:rgb(68 224 213 / 0.95) !important
}

.hover\:text-cyan-500:hover{
  --tw-text-opacity:1 !important;
  color:rgb(6 182 212 / 1) !important;
  color:rgb(6 182 212 / var(--tw-text-opacity, 1)) !important
}

.hover\:text-cyan-500\/0:hover{
  color:rgb(6 182 212 / 0) !important
}

.hover\:text-cyan-500\/10:hover{
  color:rgb(6 182 212 / 0.1) !important
}

.hover\:text-cyan-500\/100:hover{
  color:rgb(6 182 212 / 1) !important
}

.hover\:text-cyan-500\/15:hover{
  color:rgb(6 182 212 / 0.15) !important
}

.hover\:text-cyan-500\/20:hover{
  color:rgb(6 182 212 / 0.2) !important
}

.hover\:text-cyan-500\/25:hover{
  color:rgb(6 182 212 / 0.25) !important
}

.hover\:text-cyan-500\/30:hover{
  color:rgb(6 182 212 / 0.3) !important
}

.hover\:text-cyan-500\/35:hover{
  color:rgb(6 182 212 / 0.35) !important
}

.hover\:text-cyan-500\/40:hover{
  color:rgb(6 182 212 / 0.4) !important
}

.hover\:text-cyan-500\/45:hover{
  color:rgb(6 182 212 / 0.45) !important
}

.hover\:text-cyan-500\/5:hover{
  color:rgb(6 182 212 / 0.05) !important
}

.hover\:text-cyan-500\/50:hover{
  color:rgb(6 182 212 / 0.5) !important
}

.hover\:text-cyan-500\/55:hover{
  color:rgb(6 182 212 / 0.55) !important
}

.hover\:text-cyan-500\/60:hover{
  color:rgb(6 182 212 / 0.6) !important
}

.hover\:text-cyan-500\/65:hover{
  color:rgb(6 182 212 / 0.65) !important
}

.hover\:text-cyan-500\/70:hover{
  color:rgb(6 182 212 / 0.7) !important
}

.hover\:text-cyan-500\/75:hover{
  color:rgb(6 182 212 / 0.75) !important
}

.hover\:text-cyan-500\/80:hover{
  color:rgb(6 182 212 / 0.8) !important
}

.hover\:text-cyan-500\/85:hover{
  color:rgb(6 182 212 / 0.85) !important
}

.hover\:text-cyan-500\/90:hover{
  color:rgb(6 182 212 / 0.9) !important
}

.hover\:text-cyan-500\/95:hover{
  color:rgb(6 182 212 / 0.95) !important
}

.hover\:text-cyan-700:hover{
  --tw-text-opacity:1 !important;
  color:rgb(14 116 144 / 1) !important;
  color:rgb(14 116 144 / var(--tw-text-opacity, 1)) !important
}

.hover\:text-cyan-700\/0:hover{
  color:rgb(14 116 144 / 0) !important
}

.hover\:text-cyan-700\/10:hover{
  color:rgb(14 116 144 / 0.1) !important
}

.hover\:text-cyan-700\/100:hover{
  color:rgb(14 116 144 / 1) !important
}

.hover\:text-cyan-700\/15:hover{
  color:rgb(14 116 144 / 0.15) !important
}

.hover\:text-cyan-700\/20:hover{
  color:rgb(14 116 144 / 0.2) !important
}

.hover\:text-cyan-700\/25:hover{
  color:rgb(14 116 144 / 0.25) !important
}

.hover\:text-cyan-700\/30:hover{
  color:rgb(14 116 144 / 0.3) !important
}

.hover\:text-cyan-700\/35:hover{
  color:rgb(14 116 144 / 0.35) !important
}

.hover\:text-cyan-700\/40:hover{
  color:rgb(14 116 144 / 0.4) !important
}

.hover\:text-cyan-700\/45:hover{
  color:rgb(14 116 144 / 0.45) !important
}

.hover\:text-cyan-700\/5:hover{
  color:rgb(14 116 144 / 0.05) !important
}

.hover\:text-cyan-700\/50:hover{
  color:rgb(14 116 144 / 0.5) !important
}

.hover\:text-cyan-700\/55:hover{
  color:rgb(14 116 144 / 0.55) !important
}

.hover\:text-cyan-700\/60:hover{
  color:rgb(14 116 144 / 0.6) !important
}

.hover\:text-cyan-700\/65:hover{
  color:rgb(14 116 144 / 0.65) !important
}

.hover\:text-cyan-700\/70:hover{
  color:rgb(14 116 144 / 0.7) !important
}

.hover\:text-cyan-700\/75:hover{
  color:rgb(14 116 144 / 0.75) !important
}

.hover\:text-cyan-700\/80:hover{
  color:rgb(14 116 144 / 0.8) !important
}

.hover\:text-cyan-700\/85:hover{
  color:rgb(14 116 144 / 0.85) !important
}

.hover\:text-cyan-700\/90:hover{
  color:rgb(14 116 144 / 0.9) !important
}

.hover\:text-cyan-700\/95:hover{
  color:rgb(14 116 144 / 0.95) !important
}

.hover\:text-cyan-900:hover{
  --tw-text-opacity:1 !important;
  color:rgb(0 149 138 / 1) !important;
  color:rgb(0 149 138 / var(--tw-text-opacity, 1)) !important
}

.hover\:text-cyan-900\/0:hover{
  color:rgb(0 149 138 / 0) !important
}

.hover\:text-cyan-900\/10:hover{
  color:rgb(0 149 138 / 0.1) !important
}

.hover\:text-cyan-900\/100:hover{
  color:rgb(0 149 138 / 1) !important
}

.hover\:text-cyan-900\/15:hover{
  color:rgb(0 149 138 / 0.15) !important
}

.hover\:text-cyan-900\/20:hover{
  color:rgb(0 149 138 / 0.2) !important
}

.hover\:text-cyan-900\/25:hover{
  color:rgb(0 149 138 / 0.25) !important
}

.hover\:text-cyan-900\/30:hover{
  color:rgb(0 149 138 / 0.3) !important
}

.hover\:text-cyan-900\/35:hover{
  color:rgb(0 149 138 / 0.35) !important
}

.hover\:text-cyan-900\/40:hover{
  color:rgb(0 149 138 / 0.4) !important
}

.hover\:text-cyan-900\/45:hover{
  color:rgb(0 149 138 / 0.45) !important
}

.hover\:text-cyan-900\/5:hover{
  color:rgb(0 149 138 / 0.05) !important
}

.hover\:text-cyan-900\/50:hover{
  color:rgb(0 149 138 / 0.5) !important
}

.hover\:text-cyan-900\/55:hover{
  color:rgb(0 149 138 / 0.55) !important
}

.hover\:text-cyan-900\/60:hover{
  color:rgb(0 149 138 / 0.6) !important
}

.hover\:text-cyan-900\/65:hover{
  color:rgb(0 149 138 / 0.65) !important
}

.hover\:text-cyan-900\/70:hover{
  color:rgb(0 149 138 / 0.7) !important
}

.hover\:text-cyan-900\/75:hover{
  color:rgb(0 149 138 / 0.75) !important
}

.hover\:text-cyan-900\/80:hover{
  color:rgb(0 149 138 / 0.8) !important
}

.hover\:text-cyan-900\/85:hover{
  color:rgb(0 149 138 / 0.85) !important
}

.hover\:text-cyan-900\/90:hover{
  color:rgb(0 149 138 / 0.9) !important
}

.hover\:text-cyan-900\/95:hover{
  color:rgb(0 149 138 / 0.95) !important
}

.hover\:text-gray-100:hover{
  --tw-text-opacity:1 !important;
  color:rgb(241 245 249 / 1) !important;
  color:rgb(241 245 249 / var(--tw-text-opacity, 1)) !important
}

.hover\:text-gray-100\/0:hover{
  color:rgb(241 245 249 / 0) !important
}

.hover\:text-gray-100\/10:hover{
  color:rgb(241 245 249 / 0.1) !important
}

.hover\:text-gray-100\/100:hover{
  color:rgb(241 245 249 / 1) !important
}

.hover\:text-gray-100\/15:hover{
  color:rgb(241 245 249 / 0.15) !important
}

.hover\:text-gray-100\/20:hover{
  color:rgb(241 245 249 / 0.2) !important
}

.hover\:text-gray-100\/25:hover{
  color:rgb(241 245 249 / 0.25) !important
}

.hover\:text-gray-100\/30:hover{
  color:rgb(241 245 249 / 0.3) !important
}

.hover\:text-gray-100\/35:hover{
  color:rgb(241 245 249 / 0.35) !important
}

.hover\:text-gray-100\/40:hover{
  color:rgb(241 245 249 / 0.4) !important
}

.hover\:text-gray-100\/45:hover{
  color:rgb(241 245 249 / 0.45) !important
}

.hover\:text-gray-100\/5:hover{
  color:rgb(241 245 249 / 0.05) !important
}

.hover\:text-gray-100\/50:hover{
  color:rgb(241 245 249 / 0.5) !important
}

.hover\:text-gray-100\/55:hover{
  color:rgb(241 245 249 / 0.55) !important
}

.hover\:text-gray-100\/60:hover{
  color:rgb(241 245 249 / 0.6) !important
}

.hover\:text-gray-100\/65:hover{
  color:rgb(241 245 249 / 0.65) !important
}

.hover\:text-gray-100\/70:hover{
  color:rgb(241 245 249 / 0.7) !important
}

.hover\:text-gray-100\/75:hover{
  color:rgb(241 245 249 / 0.75) !important
}

.hover\:text-gray-100\/80:hover{
  color:rgb(241 245 249 / 0.8) !important
}

.hover\:text-gray-100\/85:hover{
  color:rgb(241 245 249 / 0.85) !important
}

.hover\:text-gray-100\/90:hover{
  color:rgb(241 245 249 / 0.9) !important
}

.hover\:text-gray-100\/95:hover{
  color:rgb(241 245 249 / 0.95) !important
}

.hover\:text-gray-200:hover{
  --tw-text-opacity:1 !important;
  color:rgb(217 228 236 / 1) !important;
  color:rgb(217 228 236 / var(--tw-text-opacity, 1)) !important
}

.hover\:text-gray-200\/0:hover{
  color:rgb(217 228 236 / 0) !important
}

.hover\:text-gray-200\/10:hover{
  color:rgb(217 228 236 / 0.1) !important
}

.hover\:text-gray-200\/100:hover{
  color:rgb(217 228 236 / 1) !important
}

.hover\:text-gray-200\/15:hover{
  color:rgb(217 228 236 / 0.15) !important
}

.hover\:text-gray-200\/20:hover{
  color:rgb(217 228 236 / 0.2) !important
}

.hover\:text-gray-200\/25:hover{
  color:rgb(217 228 236 / 0.25) !important
}

.hover\:text-gray-200\/30:hover{
  color:rgb(217 228 236 / 0.3) !important
}

.hover\:text-gray-200\/35:hover{
  color:rgb(217 228 236 / 0.35) !important
}

.hover\:text-gray-200\/40:hover{
  color:rgb(217 228 236 / 0.4) !important
}

.hover\:text-gray-200\/45:hover{
  color:rgb(217 228 236 / 0.45) !important
}

.hover\:text-gray-200\/5:hover{
  color:rgb(217 228 236 / 0.05) !important
}

.hover\:text-gray-200\/50:hover{
  color:rgb(217 228 236 / 0.5) !important
}

.hover\:text-gray-200\/55:hover{
  color:rgb(217 228 236 / 0.55) !important
}

.hover\:text-gray-200\/60:hover{
  color:rgb(217 228 236 / 0.6) !important
}

.hover\:text-gray-200\/65:hover{
  color:rgb(217 228 236 / 0.65) !important
}

.hover\:text-gray-200\/70:hover{
  color:rgb(217 228 236 / 0.7) !important
}

.hover\:text-gray-200\/75:hover{
  color:rgb(217 228 236 / 0.75) !important
}

.hover\:text-gray-200\/80:hover{
  color:rgb(217 228 236 / 0.8) !important
}

.hover\:text-gray-200\/85:hover{
  color:rgb(217 228 236 / 0.85) !important
}

.hover\:text-gray-200\/90:hover{
  color:rgb(217 228 236 / 0.9) !important
}

.hover\:text-gray-200\/95:hover{
  color:rgb(217 228 236 / 0.95) !important
}

.hover\:text-gray-300:hover{
  --tw-text-opacity:1 !important;
  color:rgb(203 213 225 / 1) !important;
  color:rgb(203 213 225 / var(--tw-text-opacity, 1)) !important
}

.hover\:text-gray-300\/0:hover{
  color:rgb(203 213 225 / 0) !important
}

.hover\:text-gray-300\/10:hover{
  color:rgb(203 213 225 / 0.1) !important
}

.hover\:text-gray-300\/100:hover{
  color:rgb(203 213 225 / 1) !important
}

.hover\:text-gray-300\/15:hover{
  color:rgb(203 213 225 / 0.15) !important
}

.hover\:text-gray-300\/20:hover{
  color:rgb(203 213 225 / 0.2) !important
}

.hover\:text-gray-300\/25:hover{
  color:rgb(203 213 225 / 0.25) !important
}

.hover\:text-gray-300\/30:hover{
  color:rgb(203 213 225 / 0.3) !important
}

.hover\:text-gray-300\/35:hover{
  color:rgb(203 213 225 / 0.35) !important
}

.hover\:text-gray-300\/40:hover{
  color:rgb(203 213 225 / 0.4) !important
}

.hover\:text-gray-300\/45:hover{
  color:rgb(203 213 225 / 0.45) !important
}

.hover\:text-gray-300\/5:hover{
  color:rgb(203 213 225 / 0.05) !important
}

.hover\:text-gray-300\/50:hover{
  color:rgb(203 213 225 / 0.5) !important
}

.hover\:text-gray-300\/55:hover{
  color:rgb(203 213 225 / 0.55) !important
}

.hover\:text-gray-300\/60:hover{
  color:rgb(203 213 225 / 0.6) !important
}

.hover\:text-gray-300\/65:hover{
  color:rgb(203 213 225 / 0.65) !important
}

.hover\:text-gray-300\/70:hover{
  color:rgb(203 213 225 / 0.7) !important
}

.hover\:text-gray-300\/75:hover{
  color:rgb(203 213 225 / 0.75) !important
}

.hover\:text-gray-300\/80:hover{
  color:rgb(203 213 225 / 0.8) !important
}

.hover\:text-gray-300\/85:hover{
  color:rgb(203 213 225 / 0.85) !important
}

.hover\:text-gray-300\/90:hover{
  color:rgb(203 213 225 / 0.9) !important
}

.hover\:text-gray-300\/95:hover{
  color:rgb(203 213 225 / 0.95) !important
}

.hover\:text-gray-500:hover{
  --tw-text-opacity:1 !important;
  color:rgb(100 116 139 / 1) !important;
  color:rgb(100 116 139 / var(--tw-text-opacity, 1)) !important
}

.hover\:text-gray-500\/0:hover{
  color:rgb(100 116 139 / 0) !important
}

.hover\:text-gray-500\/10:hover{
  color:rgb(100 116 139 / 0.1) !important
}

.hover\:text-gray-500\/100:hover{
  color:rgb(100 116 139 / 1) !important
}

.hover\:text-gray-500\/15:hover{
  color:rgb(100 116 139 / 0.15) !important
}

.hover\:text-gray-500\/20:hover{
  color:rgb(100 116 139 / 0.2) !important
}

.hover\:text-gray-500\/25:hover{
  color:rgb(100 116 139 / 0.25) !important
}

.hover\:text-gray-500\/30:hover{
  color:rgb(100 116 139 / 0.3) !important
}

.hover\:text-gray-500\/35:hover{
  color:rgb(100 116 139 / 0.35) !important
}

.hover\:text-gray-500\/40:hover{
  color:rgb(100 116 139 / 0.4) !important
}

.hover\:text-gray-500\/45:hover{
  color:rgb(100 116 139 / 0.45) !important
}

.hover\:text-gray-500\/5:hover{
  color:rgb(100 116 139 / 0.05) !important
}

.hover\:text-gray-500\/50:hover{
  color:rgb(100 116 139 / 0.5) !important
}

.hover\:text-gray-500\/55:hover{
  color:rgb(100 116 139 / 0.55) !important
}

.hover\:text-gray-500\/60:hover{
  color:rgb(100 116 139 / 0.6) !important
}

.hover\:text-gray-500\/65:hover{
  color:rgb(100 116 139 / 0.65) !important
}

.hover\:text-gray-500\/70:hover{
  color:rgb(100 116 139 / 0.7) !important
}

.hover\:text-gray-500\/75:hover{
  color:rgb(100 116 139 / 0.75) !important
}

.hover\:text-gray-500\/80:hover{
  color:rgb(100 116 139 / 0.8) !important
}

.hover\:text-gray-500\/85:hover{
  color:rgb(100 116 139 / 0.85) !important
}

.hover\:text-gray-500\/90:hover{
  color:rgb(100 116 139 / 0.9) !important
}

.hover\:text-gray-500\/95:hover{
  color:rgb(100 116 139 / 0.95) !important
}

.hover\:text-gray-600:hover{
  --tw-text-opacity:1 !important;
  color:rgb(71 85 105 / 1) !important;
  color:rgb(71 85 105 / var(--tw-text-opacity, 1)) !important
}

.hover\:text-gray-700:hover{
  --tw-text-opacity:1 !important;
  color:rgb(51 65 85 / 1) !important;
  color:rgb(51 65 85 / var(--tw-text-opacity, 1)) !important
}

.hover\:text-gray-700\/0:hover{
  color:rgb(51 65 85 / 0) !important
}

.hover\:text-gray-700\/10:hover{
  color:rgb(51 65 85 / 0.1) !important
}

.hover\:text-gray-700\/100:hover{
  color:rgb(51 65 85 / 1) !important
}

.hover\:text-gray-700\/15:hover{
  color:rgb(51 65 85 / 0.15) !important
}

.hover\:text-gray-700\/20:hover{
  color:rgb(51 65 85 / 0.2) !important
}

.hover\:text-gray-700\/25:hover{
  color:rgb(51 65 85 / 0.25) !important
}

.hover\:text-gray-700\/30:hover{
  color:rgb(51 65 85 / 0.3) !important
}

.hover\:text-gray-700\/35:hover{
  color:rgb(51 65 85 / 0.35) !important
}

.hover\:text-gray-700\/40:hover{
  color:rgb(51 65 85 / 0.4) !important
}

.hover\:text-gray-700\/45:hover{
  color:rgb(51 65 85 / 0.45) !important
}

.hover\:text-gray-700\/5:hover{
  color:rgb(51 65 85 / 0.05) !important
}

.hover\:text-gray-700\/50:hover{
  color:rgb(51 65 85 / 0.5) !important
}

.hover\:text-gray-700\/55:hover{
  color:rgb(51 65 85 / 0.55) !important
}

.hover\:text-gray-700\/60:hover{
  color:rgb(51 65 85 / 0.6) !important
}

.hover\:text-gray-700\/65:hover{
  color:rgb(51 65 85 / 0.65) !important
}

.hover\:text-gray-700\/70:hover{
  color:rgb(51 65 85 / 0.7) !important
}

.hover\:text-gray-700\/75:hover{
  color:rgb(51 65 85 / 0.75) !important
}

.hover\:text-gray-700\/80:hover{
  color:rgb(51 65 85 / 0.8) !important
}

.hover\:text-gray-700\/85:hover{
  color:rgb(51 65 85 / 0.85) !important
}

.hover\:text-gray-700\/90:hover{
  color:rgb(51 65 85 / 0.9) !important
}

.hover\:text-gray-700\/95:hover{
  color:rgb(51 65 85 / 0.95) !important
}

.hover\:text-gray-900:hover{
  --tw-text-opacity:1 !important;
  color:rgb(23 46 68 / 1) !important;
  color:rgb(23 46 68 / var(--tw-text-opacity, 1)) !important
}

.hover\:text-gray-900\/0:hover{
  color:rgb(23 46 68 / 0) !important
}

.hover\:text-gray-900\/10:hover{
  color:rgb(23 46 68 / 0.1) !important
}

.hover\:text-gray-900\/100:hover{
  color:rgb(23 46 68 / 1) !important
}

.hover\:text-gray-900\/15:hover{
  color:rgb(23 46 68 / 0.15) !important
}

.hover\:text-gray-900\/20:hover{
  color:rgb(23 46 68 / 0.2) !important
}

.hover\:text-gray-900\/25:hover{
  color:rgb(23 46 68 / 0.25) !important
}

.hover\:text-gray-900\/30:hover{
  color:rgb(23 46 68 / 0.3) !important
}

.hover\:text-gray-900\/35:hover{
  color:rgb(23 46 68 / 0.35) !important
}

.hover\:text-gray-900\/40:hover{
  color:rgb(23 46 68 / 0.4) !important
}

.hover\:text-gray-900\/45:hover{
  color:rgb(23 46 68 / 0.45) !important
}

.hover\:text-gray-900\/5:hover{
  color:rgb(23 46 68 / 0.05) !important
}

.hover\:text-gray-900\/50:hover{
  color:rgb(23 46 68 / 0.5) !important
}

.hover\:text-gray-900\/55:hover{
  color:rgb(23 46 68 / 0.55) !important
}

.hover\:text-gray-900\/60:hover{
  color:rgb(23 46 68 / 0.6) !important
}

.hover\:text-gray-900\/65:hover{
  color:rgb(23 46 68 / 0.65) !important
}

.hover\:text-gray-900\/70:hover{
  color:rgb(23 46 68 / 0.7) !important
}

.hover\:text-gray-900\/75:hover{
  color:rgb(23 46 68 / 0.75) !important
}

.hover\:text-gray-900\/80:hover{
  color:rgb(23 46 68 / 0.8) !important
}

.hover\:text-gray-900\/85:hover{
  color:rgb(23 46 68 / 0.85) !important
}

.hover\:text-gray-900\/90:hover{
  color:rgb(23 46 68 / 0.9) !important
}

.hover\:text-gray-900\/95:hover{
  color:rgb(23 46 68 / 0.95) !important
}

.hover\:text-green-100:hover{
  --tw-text-opacity:1 !important;
  color:rgb(209 250 229 / 1) !important;
  color:rgb(209 250 229 / var(--tw-text-opacity, 1)) !important
}

.hover\:text-green-100\/0:hover{
  color:rgb(209 250 229 / 0) !important
}

.hover\:text-green-100\/10:hover{
  color:rgb(209 250 229 / 0.1) !important
}

.hover\:text-green-100\/100:hover{
  color:rgb(209 250 229 / 1) !important
}

.hover\:text-green-100\/15:hover{
  color:rgb(209 250 229 / 0.15) !important
}

.hover\:text-green-100\/20:hover{
  color:rgb(209 250 229 / 0.2) !important
}

.hover\:text-green-100\/25:hover{
  color:rgb(209 250 229 / 0.25) !important
}

.hover\:text-green-100\/30:hover{
  color:rgb(209 250 229 / 0.3) !important
}

.hover\:text-green-100\/35:hover{
  color:rgb(209 250 229 / 0.35) !important
}

.hover\:text-green-100\/40:hover{
  color:rgb(209 250 229 / 0.4) !important
}

.hover\:text-green-100\/45:hover{
  color:rgb(209 250 229 / 0.45) !important
}

.hover\:text-green-100\/5:hover{
  color:rgb(209 250 229 / 0.05) !important
}

.hover\:text-green-100\/50:hover{
  color:rgb(209 250 229 / 0.5) !important
}

.hover\:text-green-100\/55:hover{
  color:rgb(209 250 229 / 0.55) !important
}

.hover\:text-green-100\/60:hover{
  color:rgb(209 250 229 / 0.6) !important
}

.hover\:text-green-100\/65:hover{
  color:rgb(209 250 229 / 0.65) !important
}

.hover\:text-green-100\/70:hover{
  color:rgb(209 250 229 / 0.7) !important
}

.hover\:text-green-100\/75:hover{
  color:rgb(209 250 229 / 0.75) !important
}

.hover\:text-green-100\/80:hover{
  color:rgb(209 250 229 / 0.8) !important
}

.hover\:text-green-100\/85:hover{
  color:rgb(209 250 229 / 0.85) !important
}

.hover\:text-green-100\/90:hover{
  color:rgb(209 250 229 / 0.9) !important
}

.hover\:text-green-100\/95:hover{
  color:rgb(209 250 229 / 0.95) !important
}

.hover\:text-green-200:hover{
  --tw-text-opacity:1 !important;
  color:rgb(167 243 208 / 1) !important;
  color:rgb(167 243 208 / var(--tw-text-opacity, 1)) !important
}

.hover\:text-green-200\/0:hover{
  color:rgb(167 243 208 / 0) !important
}

.hover\:text-green-200\/10:hover{
  color:rgb(167 243 208 / 0.1) !important
}

.hover\:text-green-200\/100:hover{
  color:rgb(167 243 208 / 1) !important
}

.hover\:text-green-200\/15:hover{
  color:rgb(167 243 208 / 0.15) !important
}

.hover\:text-green-200\/20:hover{
  color:rgb(167 243 208 / 0.2) !important
}

.hover\:text-green-200\/25:hover{
  color:rgb(167 243 208 / 0.25) !important
}

.hover\:text-green-200\/30:hover{
  color:rgb(167 243 208 / 0.3) !important
}

.hover\:text-green-200\/35:hover{
  color:rgb(167 243 208 / 0.35) !important
}

.hover\:text-green-200\/40:hover{
  color:rgb(167 243 208 / 0.4) !important
}

.hover\:text-green-200\/45:hover{
  color:rgb(167 243 208 / 0.45) !important
}

.hover\:text-green-200\/5:hover{
  color:rgb(167 243 208 / 0.05) !important
}

.hover\:text-green-200\/50:hover{
  color:rgb(167 243 208 / 0.5) !important
}

.hover\:text-green-200\/55:hover{
  color:rgb(167 243 208 / 0.55) !important
}

.hover\:text-green-200\/60:hover{
  color:rgb(167 243 208 / 0.6) !important
}

.hover\:text-green-200\/65:hover{
  color:rgb(167 243 208 / 0.65) !important
}

.hover\:text-green-200\/70:hover{
  color:rgb(167 243 208 / 0.7) !important
}

.hover\:text-green-200\/75:hover{
  color:rgb(167 243 208 / 0.75) !important
}

.hover\:text-green-200\/80:hover{
  color:rgb(167 243 208 / 0.8) !important
}

.hover\:text-green-200\/85:hover{
  color:rgb(167 243 208 / 0.85) !important
}

.hover\:text-green-200\/90:hover{
  color:rgb(167 243 208 / 0.9) !important
}

.hover\:text-green-200\/95:hover{
  color:rgb(167 243 208 / 0.95) !important
}

.hover\:text-green-300:hover{
  --tw-text-opacity:1 !important;
  color:rgb(110 231 183 / 1) !important;
  color:rgb(110 231 183 / var(--tw-text-opacity, 1)) !important
}

.hover\:text-green-300\/0:hover{
  color:rgb(110 231 183 / 0) !important
}

.hover\:text-green-300\/10:hover{
  color:rgb(110 231 183 / 0.1) !important
}

.hover\:text-green-300\/100:hover{
  color:rgb(110 231 183 / 1) !important
}

.hover\:text-green-300\/15:hover{
  color:rgb(110 231 183 / 0.15) !important
}

.hover\:text-green-300\/20:hover{
  color:rgb(110 231 183 / 0.2) !important
}

.hover\:text-green-300\/25:hover{
  color:rgb(110 231 183 / 0.25) !important
}

.hover\:text-green-300\/30:hover{
  color:rgb(110 231 183 / 0.3) !important
}

.hover\:text-green-300\/35:hover{
  color:rgb(110 231 183 / 0.35) !important
}

.hover\:text-green-300\/40:hover{
  color:rgb(110 231 183 / 0.4) !important
}

.hover\:text-green-300\/45:hover{
  color:rgb(110 231 183 / 0.45) !important
}

.hover\:text-green-300\/5:hover{
  color:rgb(110 231 183 / 0.05) !important
}

.hover\:text-green-300\/50:hover{
  color:rgb(110 231 183 / 0.5) !important
}

.hover\:text-green-300\/55:hover{
  color:rgb(110 231 183 / 0.55) !important
}

.hover\:text-green-300\/60:hover{
  color:rgb(110 231 183 / 0.6) !important
}

.hover\:text-green-300\/65:hover{
  color:rgb(110 231 183 / 0.65) !important
}

.hover\:text-green-300\/70:hover{
  color:rgb(110 231 183 / 0.7) !important
}

.hover\:text-green-300\/75:hover{
  color:rgb(110 231 183 / 0.75) !important
}

.hover\:text-green-300\/80:hover{
  color:rgb(110 231 183 / 0.8) !important
}

.hover\:text-green-300\/85:hover{
  color:rgb(110 231 183 / 0.85) !important
}

.hover\:text-green-300\/90:hover{
  color:rgb(110 231 183 / 0.9) !important
}

.hover\:text-green-300\/95:hover{
  color:rgb(110 231 183 / 0.95) !important
}

.hover\:text-green-500:hover{
  --tw-text-opacity:1 !important;
  color:rgb(16 185 129 / 1) !important;
  color:rgb(16 185 129 / var(--tw-text-opacity, 1)) !important
}

.hover\:text-green-500\/0:hover{
  color:rgb(16 185 129 / 0) !important
}

.hover\:text-green-500\/10:hover{
  color:rgb(16 185 129 / 0.1) !important
}

.hover\:text-green-500\/100:hover{
  color:rgb(16 185 129 / 1) !important
}

.hover\:text-green-500\/15:hover{
  color:rgb(16 185 129 / 0.15) !important
}

.hover\:text-green-500\/20:hover{
  color:rgb(16 185 129 / 0.2) !important
}

.hover\:text-green-500\/25:hover{
  color:rgb(16 185 129 / 0.25) !important
}

.hover\:text-green-500\/30:hover{
  color:rgb(16 185 129 / 0.3) !important
}

.hover\:text-green-500\/35:hover{
  color:rgb(16 185 129 / 0.35) !important
}

.hover\:text-green-500\/40:hover{
  color:rgb(16 185 129 / 0.4) !important
}

.hover\:text-green-500\/45:hover{
  color:rgb(16 185 129 / 0.45) !important
}

.hover\:text-green-500\/5:hover{
  color:rgb(16 185 129 / 0.05) !important
}

.hover\:text-green-500\/50:hover{
  color:rgb(16 185 129 / 0.5) !important
}

.hover\:text-green-500\/55:hover{
  color:rgb(16 185 129 / 0.55) !important
}

.hover\:text-green-500\/60:hover{
  color:rgb(16 185 129 / 0.6) !important
}

.hover\:text-green-500\/65:hover{
  color:rgb(16 185 129 / 0.65) !important
}

.hover\:text-green-500\/70:hover{
  color:rgb(16 185 129 / 0.7) !important
}

.hover\:text-green-500\/75:hover{
  color:rgb(16 185 129 / 0.75) !important
}

.hover\:text-green-500\/80:hover{
  color:rgb(16 185 129 / 0.8) !important
}

.hover\:text-green-500\/85:hover{
  color:rgb(16 185 129 / 0.85) !important
}

.hover\:text-green-500\/90:hover{
  color:rgb(16 185 129 / 0.9) !important
}

.hover\:text-green-500\/95:hover{
  color:rgb(16 185 129 / 0.95) !important
}

.hover\:text-green-700:hover{
  --tw-text-opacity:1 !important;
  color:rgb(4 120 87 / 1) !important;
  color:rgb(4 120 87 / var(--tw-text-opacity, 1)) !important
}

.hover\:text-green-700\/0:hover{
  color:rgb(4 120 87 / 0) !important
}

.hover\:text-green-700\/10:hover{
  color:rgb(4 120 87 / 0.1) !important
}

.hover\:text-green-700\/100:hover{
  color:rgb(4 120 87 / 1) !important
}

.hover\:text-green-700\/15:hover{
  color:rgb(4 120 87 / 0.15) !important
}

.hover\:text-green-700\/20:hover{
  color:rgb(4 120 87 / 0.2) !important
}

.hover\:text-green-700\/25:hover{
  color:rgb(4 120 87 / 0.25) !important
}

.hover\:text-green-700\/30:hover{
  color:rgb(4 120 87 / 0.3) !important
}

.hover\:text-green-700\/35:hover{
  color:rgb(4 120 87 / 0.35) !important
}

.hover\:text-green-700\/40:hover{
  color:rgb(4 120 87 / 0.4) !important
}

.hover\:text-green-700\/45:hover{
  color:rgb(4 120 87 / 0.45) !important
}

.hover\:text-green-700\/5:hover{
  color:rgb(4 120 87 / 0.05) !important
}

.hover\:text-green-700\/50:hover{
  color:rgb(4 120 87 / 0.5) !important
}

.hover\:text-green-700\/55:hover{
  color:rgb(4 120 87 / 0.55) !important
}

.hover\:text-green-700\/60:hover{
  color:rgb(4 120 87 / 0.6) !important
}

.hover\:text-green-700\/65:hover{
  color:rgb(4 120 87 / 0.65) !important
}

.hover\:text-green-700\/70:hover{
  color:rgb(4 120 87 / 0.7) !important
}

.hover\:text-green-700\/75:hover{
  color:rgb(4 120 87 / 0.75) !important
}

.hover\:text-green-700\/80:hover{
  color:rgb(4 120 87 / 0.8) !important
}

.hover\:text-green-700\/85:hover{
  color:rgb(4 120 87 / 0.85) !important
}

.hover\:text-green-700\/90:hover{
  color:rgb(4 120 87 / 0.9) !important
}

.hover\:text-green-700\/95:hover{
  color:rgb(4 120 87 / 0.95) !important
}

.hover\:text-green-900:hover{
  --tw-text-opacity:1 !important;
  color:rgb(6 78 59 / 1) !important;
  color:rgb(6 78 59 / var(--tw-text-opacity, 1)) !important
}

.hover\:text-green-900\/0:hover{
  color:rgb(6 78 59 / 0) !important
}

.hover\:text-green-900\/10:hover{
  color:rgb(6 78 59 / 0.1) !important
}

.hover\:text-green-900\/100:hover{
  color:rgb(6 78 59 / 1) !important
}

.hover\:text-green-900\/15:hover{
  color:rgb(6 78 59 / 0.15) !important
}

.hover\:text-green-900\/20:hover{
  color:rgb(6 78 59 / 0.2) !important
}

.hover\:text-green-900\/25:hover{
  color:rgb(6 78 59 / 0.25) !important
}

.hover\:text-green-900\/30:hover{
  color:rgb(6 78 59 / 0.3) !important
}

.hover\:text-green-900\/35:hover{
  color:rgb(6 78 59 / 0.35) !important
}

.hover\:text-green-900\/40:hover{
  color:rgb(6 78 59 / 0.4) !important
}

.hover\:text-green-900\/45:hover{
  color:rgb(6 78 59 / 0.45) !important
}

.hover\:text-green-900\/5:hover{
  color:rgb(6 78 59 / 0.05) !important
}

.hover\:text-green-900\/50:hover{
  color:rgb(6 78 59 / 0.5) !important
}

.hover\:text-green-900\/55:hover{
  color:rgb(6 78 59 / 0.55) !important
}

.hover\:text-green-900\/60:hover{
  color:rgb(6 78 59 / 0.6) !important
}

.hover\:text-green-900\/65:hover{
  color:rgb(6 78 59 / 0.65) !important
}

.hover\:text-green-900\/70:hover{
  color:rgb(6 78 59 / 0.7) !important
}

.hover\:text-green-900\/75:hover{
  color:rgb(6 78 59 / 0.75) !important
}

.hover\:text-green-900\/80:hover{
  color:rgb(6 78 59 / 0.8) !important
}

.hover\:text-green-900\/85:hover{
  color:rgb(6 78 59 / 0.85) !important
}

.hover\:text-green-900\/90:hover{
  color:rgb(6 78 59 / 0.9) !important
}

.hover\:text-green-900\/95:hover{
  color:rgb(6 78 59 / 0.95) !important
}

.hover\:text-orange-100:hover{
  --tw-text-opacity:1 !important;
  color:rgb(255 221 209 / 1) !important;
  color:rgb(255 221 209 / var(--tw-text-opacity, 1)) !important
}

.hover\:text-orange-100\/0:hover{
  color:rgb(255 221 209 / 0) !important
}

.hover\:text-orange-100\/10:hover{
  color:rgb(255 221 209 / 0.1) !important
}

.hover\:text-orange-100\/100:hover{
  color:rgb(255 221 209 / 1) !important
}

.hover\:text-orange-100\/15:hover{
  color:rgb(255 221 209 / 0.15) !important
}

.hover\:text-orange-100\/20:hover{
  color:rgb(255 221 209 / 0.2) !important
}

.hover\:text-orange-100\/25:hover{
  color:rgb(255 221 209 / 0.25) !important
}

.hover\:text-orange-100\/30:hover{
  color:rgb(255 221 209 / 0.3) !important
}

.hover\:text-orange-100\/35:hover{
  color:rgb(255 221 209 / 0.35) !important
}

.hover\:text-orange-100\/40:hover{
  color:rgb(255 221 209 / 0.4) !important
}

.hover\:text-orange-100\/45:hover{
  color:rgb(255 221 209 / 0.45) !important
}

.hover\:text-orange-100\/5:hover{
  color:rgb(255 221 209 / 0.05) !important
}

.hover\:text-orange-100\/50:hover{
  color:rgb(255 221 209 / 0.5) !important
}

.hover\:text-orange-100\/55:hover{
  color:rgb(255 221 209 / 0.55) !important
}

.hover\:text-orange-100\/60:hover{
  color:rgb(255 221 209 / 0.6) !important
}

.hover\:text-orange-100\/65:hover{
  color:rgb(255 221 209 / 0.65) !important
}

.hover\:text-orange-100\/70:hover{
  color:rgb(255 221 209 / 0.7) !important
}

.hover\:text-orange-100\/75:hover{
  color:rgb(255 221 209 / 0.75) !important
}

.hover\:text-orange-100\/80:hover{
  color:rgb(255 221 209 / 0.8) !important
}

.hover\:text-orange-100\/85:hover{
  color:rgb(255 221 209 / 0.85) !important
}

.hover\:text-orange-100\/90:hover{
  color:rgb(255 221 209 / 0.9) !important
}

.hover\:text-orange-100\/95:hover{
  color:rgb(255 221 209 / 0.95) !important
}

.hover\:text-orange-200:hover{
  --tw-text-opacity:1 !important;
  color:rgb(254 215 170 / 1) !important;
  color:rgb(254 215 170 / var(--tw-text-opacity, 1)) !important
}

.hover\:text-orange-200\/0:hover{
  color:rgb(254 215 170 / 0) !important
}

.hover\:text-orange-200\/10:hover{
  color:rgb(254 215 170 / 0.1) !important
}

.hover\:text-orange-200\/100:hover{
  color:rgb(254 215 170 / 1) !important
}

.hover\:text-orange-200\/15:hover{
  color:rgb(254 215 170 / 0.15) !important
}

.hover\:text-orange-200\/20:hover{
  color:rgb(254 215 170 / 0.2) !important
}

.hover\:text-orange-200\/25:hover{
  color:rgb(254 215 170 / 0.25) !important
}

.hover\:text-orange-200\/30:hover{
  color:rgb(254 215 170 / 0.3) !important
}

.hover\:text-orange-200\/35:hover{
  color:rgb(254 215 170 / 0.35) !important
}

.hover\:text-orange-200\/40:hover{
  color:rgb(254 215 170 / 0.4) !important
}

.hover\:text-orange-200\/45:hover{
  color:rgb(254 215 170 / 0.45) !important
}

.hover\:text-orange-200\/5:hover{
  color:rgb(254 215 170 / 0.05) !important
}

.hover\:text-orange-200\/50:hover{
  color:rgb(254 215 170 / 0.5) !important
}

.hover\:text-orange-200\/55:hover{
  color:rgb(254 215 170 / 0.55) !important
}

.hover\:text-orange-200\/60:hover{
  color:rgb(254 215 170 / 0.6) !important
}

.hover\:text-orange-200\/65:hover{
  color:rgb(254 215 170 / 0.65) !important
}

.hover\:text-orange-200\/70:hover{
  color:rgb(254 215 170 / 0.7) !important
}

.hover\:text-orange-200\/75:hover{
  color:rgb(254 215 170 / 0.75) !important
}

.hover\:text-orange-200\/80:hover{
  color:rgb(254 215 170 / 0.8) !important
}

.hover\:text-orange-200\/85:hover{
  color:rgb(254 215 170 / 0.85) !important
}

.hover\:text-orange-200\/90:hover{
  color:rgb(254 215 170 / 0.9) !important
}

.hover\:text-orange-200\/95:hover{
  color:rgb(254 215 170 / 0.95) !important
}

.hover\:text-orange-300:hover{
  --tw-text-opacity:1 !important;
  color:rgb(255 187 162 / 1) !important;
  color:rgb(255 187 162 / var(--tw-text-opacity, 1)) !important
}

.hover\:text-orange-300\/0:hover{
  color:rgb(255 187 162 / 0) !important
}

.hover\:text-orange-300\/10:hover{
  color:rgb(255 187 162 / 0.1) !important
}

.hover\:text-orange-300\/100:hover{
  color:rgb(255 187 162 / 1) !important
}

.hover\:text-orange-300\/15:hover{
  color:rgb(255 187 162 / 0.15) !important
}

.hover\:text-orange-300\/20:hover{
  color:rgb(255 187 162 / 0.2) !important
}

.hover\:text-orange-300\/25:hover{
  color:rgb(255 187 162 / 0.25) !important
}

.hover\:text-orange-300\/30:hover{
  color:rgb(255 187 162 / 0.3) !important
}

.hover\:text-orange-300\/35:hover{
  color:rgb(255 187 162 / 0.35) !important
}

.hover\:text-orange-300\/40:hover{
  color:rgb(255 187 162 / 0.4) !important
}

.hover\:text-orange-300\/45:hover{
  color:rgb(255 187 162 / 0.45) !important
}

.hover\:text-orange-300\/5:hover{
  color:rgb(255 187 162 / 0.05) !important
}

.hover\:text-orange-300\/50:hover{
  color:rgb(255 187 162 / 0.5) !important
}

.hover\:text-orange-300\/55:hover{
  color:rgb(255 187 162 / 0.55) !important
}

.hover\:text-orange-300\/60:hover{
  color:rgb(255 187 162 / 0.6) !important
}

.hover\:text-orange-300\/65:hover{
  color:rgb(255 187 162 / 0.65) !important
}

.hover\:text-orange-300\/70:hover{
  color:rgb(255 187 162 / 0.7) !important
}

.hover\:text-orange-300\/75:hover{
  color:rgb(255 187 162 / 0.75) !important
}

.hover\:text-orange-300\/80:hover{
  color:rgb(255 187 162 / 0.8) !important
}

.hover\:text-orange-300\/85:hover{
  color:rgb(255 187 162 / 0.85) !important
}

.hover\:text-orange-300\/90:hover{
  color:rgb(255 187 162 / 0.9) !important
}

.hover\:text-orange-300\/95:hover{
  color:rgb(255 187 162 / 0.95) !important
}

.hover\:text-orange-500:hover{
  --tw-text-opacity:1 !important;
  color:rgb(255 153 116 / 1) !important;
  color:rgb(255 153 116 / var(--tw-text-opacity, 1)) !important
}

.hover\:text-orange-500\/0:hover{
  color:rgb(255 153 116 / 0) !important
}

.hover\:text-orange-500\/10:hover{
  color:rgb(255 153 116 / 0.1) !important
}

.hover\:text-orange-500\/100:hover{
  color:rgb(255 153 116 / 1) !important
}

.hover\:text-orange-500\/15:hover{
  color:rgb(255 153 116 / 0.15) !important
}

.hover\:text-orange-500\/20:hover{
  color:rgb(255 153 116 / 0.2) !important
}

.hover\:text-orange-500\/25:hover{
  color:rgb(255 153 116 / 0.25) !important
}

.hover\:text-orange-500\/30:hover{
  color:rgb(255 153 116 / 0.3) !important
}

.hover\:text-orange-500\/35:hover{
  color:rgb(255 153 116 / 0.35) !important
}

.hover\:text-orange-500\/40:hover{
  color:rgb(255 153 116 / 0.4) !important
}

.hover\:text-orange-500\/45:hover{
  color:rgb(255 153 116 / 0.45) !important
}

.hover\:text-orange-500\/5:hover{
  color:rgb(255 153 116 / 0.05) !important
}

.hover\:text-orange-500\/50:hover{
  color:rgb(255 153 116 / 0.5) !important
}

.hover\:text-orange-500\/55:hover{
  color:rgb(255 153 116 / 0.55) !important
}

.hover\:text-orange-500\/60:hover{
  color:rgb(255 153 116 / 0.6) !important
}

.hover\:text-orange-500\/65:hover{
  color:rgb(255 153 116 / 0.65) !important
}

.hover\:text-orange-500\/70:hover{
  color:rgb(255 153 116 / 0.7) !important
}

.hover\:text-orange-500\/75:hover{
  color:rgb(255 153 116 / 0.75) !important
}

.hover\:text-orange-500\/80:hover{
  color:rgb(255 153 116 / 0.8) !important
}

.hover\:text-orange-500\/85:hover{
  color:rgb(255 153 116 / 0.85) !important
}

.hover\:text-orange-500\/90:hover{
  color:rgb(255 153 116 / 0.9) !important
}

.hover\:text-orange-500\/95:hover{
  color:rgb(255 153 116 / 0.95) !important
}

.hover\:text-orange-700:hover{
  --tw-text-opacity:1 !important;
  color:rgb(255 119 69 / 1) !important;
  color:rgb(255 119 69 / var(--tw-text-opacity, 1)) !important
}

.hover\:text-orange-700\/0:hover{
  color:rgb(255 119 69 / 0) !important
}

.hover\:text-orange-700\/10:hover{
  color:rgb(255 119 69 / 0.1) !important
}

.hover\:text-orange-700\/100:hover{
  color:rgb(255 119 69 / 1) !important
}

.hover\:text-orange-700\/15:hover{
  color:rgb(255 119 69 / 0.15) !important
}

.hover\:text-orange-700\/20:hover{
  color:rgb(255 119 69 / 0.2) !important
}

.hover\:text-orange-700\/25:hover{
  color:rgb(255 119 69 / 0.25) !important
}

.hover\:text-orange-700\/30:hover{
  color:rgb(255 119 69 / 0.3) !important
}

.hover\:text-orange-700\/35:hover{
  color:rgb(255 119 69 / 0.35) !important
}

.hover\:text-orange-700\/40:hover{
  color:rgb(255 119 69 / 0.4) !important
}

.hover\:text-orange-700\/45:hover{
  color:rgb(255 119 69 / 0.45) !important
}

.hover\:text-orange-700\/5:hover{
  color:rgb(255 119 69 / 0.05) !important
}

.hover\:text-orange-700\/50:hover{
  color:rgb(255 119 69 / 0.5) !important
}

.hover\:text-orange-700\/55:hover{
  color:rgb(255 119 69 / 0.55) !important
}

.hover\:text-orange-700\/60:hover{
  color:rgb(255 119 69 / 0.6) !important
}

.hover\:text-orange-700\/65:hover{
  color:rgb(255 119 69 / 0.65) !important
}

.hover\:text-orange-700\/70:hover{
  color:rgb(255 119 69 / 0.7) !important
}

.hover\:text-orange-700\/75:hover{
  color:rgb(255 119 69 / 0.75) !important
}

.hover\:text-orange-700\/80:hover{
  color:rgb(255 119 69 / 0.8) !important
}

.hover\:text-orange-700\/85:hover{
  color:rgb(255 119 69 / 0.85) !important
}

.hover\:text-orange-700\/90:hover{
  color:rgb(255 119 69 / 0.9) !important
}

.hover\:text-orange-700\/95:hover{
  color:rgb(255 119 69 / 0.95) !important
}

.hover\:text-orange-900:hover{
  --tw-text-opacity:1 !important;
  color:rgb(255 85 23 / 1) !important;
  color:rgb(255 85 23 / var(--tw-text-opacity, 1)) !important
}

.hover\:text-orange-900\/0:hover{
  color:rgb(255 85 23 / 0) !important
}

.hover\:text-orange-900\/10:hover{
  color:rgb(255 85 23 / 0.1) !important
}

.hover\:text-orange-900\/100:hover{
  color:rgb(255 85 23 / 1) !important
}

.hover\:text-orange-900\/15:hover{
  color:rgb(255 85 23 / 0.15) !important
}

.hover\:text-orange-900\/20:hover{
  color:rgb(255 85 23 / 0.2) !important
}

.hover\:text-orange-900\/25:hover{
  color:rgb(255 85 23 / 0.25) !important
}

.hover\:text-orange-900\/30:hover{
  color:rgb(255 85 23 / 0.3) !important
}

.hover\:text-orange-900\/35:hover{
  color:rgb(255 85 23 / 0.35) !important
}

.hover\:text-orange-900\/40:hover{
  color:rgb(255 85 23 / 0.4) !important
}

.hover\:text-orange-900\/45:hover{
  color:rgb(255 85 23 / 0.45) !important
}

.hover\:text-orange-900\/5:hover{
  color:rgb(255 85 23 / 0.05) !important
}

.hover\:text-orange-900\/50:hover{
  color:rgb(255 85 23 / 0.5) !important
}

.hover\:text-orange-900\/55:hover{
  color:rgb(255 85 23 / 0.55) !important
}

.hover\:text-orange-900\/60:hover{
  color:rgb(255 85 23 / 0.6) !important
}

.hover\:text-orange-900\/65:hover{
  color:rgb(255 85 23 / 0.65) !important
}

.hover\:text-orange-900\/70:hover{
  color:rgb(255 85 23 / 0.7) !important
}

.hover\:text-orange-900\/75:hover{
  color:rgb(255 85 23 / 0.75) !important
}

.hover\:text-orange-900\/80:hover{
  color:rgb(255 85 23 / 0.8) !important
}

.hover\:text-orange-900\/85:hover{
  color:rgb(255 85 23 / 0.85) !important
}

.hover\:text-orange-900\/90:hover{
  color:rgb(255 85 23 / 0.9) !important
}

.hover\:text-orange-900\/95:hover{
  color:rgb(255 85 23 / 0.95) !important
}

.hover\:text-red-100:hover{
  --tw-text-opacity:1 !important;
  color:rgb(255 213 215 / 1) !important;
  color:rgb(255 213 215 / var(--tw-text-opacity, 1)) !important
}

.hover\:text-red-100\/0:hover{
  color:rgb(255 213 215 / 0) !important
}

.hover\:text-red-100\/10:hover{
  color:rgb(255 213 215 / 0.1) !important
}

.hover\:text-red-100\/100:hover{
  color:rgb(255 213 215 / 1) !important
}

.hover\:text-red-100\/15:hover{
  color:rgb(255 213 215 / 0.15) !important
}

.hover\:text-red-100\/20:hover{
  color:rgb(255 213 215 / 0.2) !important
}

.hover\:text-red-100\/25:hover{
  color:rgb(255 213 215 / 0.25) !important
}

.hover\:text-red-100\/30:hover{
  color:rgb(255 213 215 / 0.3) !important
}

.hover\:text-red-100\/35:hover{
  color:rgb(255 213 215 / 0.35) !important
}

.hover\:text-red-100\/40:hover{
  color:rgb(255 213 215 / 0.4) !important
}

.hover\:text-red-100\/45:hover{
  color:rgb(255 213 215 / 0.45) !important
}

.hover\:text-red-100\/5:hover{
  color:rgb(255 213 215 / 0.05) !important
}

.hover\:text-red-100\/50:hover{
  color:rgb(255 213 215 / 0.5) !important
}

.hover\:text-red-100\/55:hover{
  color:rgb(255 213 215 / 0.55) !important
}

.hover\:text-red-100\/60:hover{
  color:rgb(255 213 215 / 0.6) !important
}

.hover\:text-red-100\/65:hover{
  color:rgb(255 213 215 / 0.65) !important
}

.hover\:text-red-100\/70:hover{
  color:rgb(255 213 215 / 0.7) !important
}

.hover\:text-red-100\/75:hover{
  color:rgb(255 213 215 / 0.75) !important
}

.hover\:text-red-100\/80:hover{
  color:rgb(255 213 215 / 0.8) !important
}

.hover\:text-red-100\/85:hover{
  color:rgb(255 213 215 / 0.85) !important
}

.hover\:text-red-100\/90:hover{
  color:rgb(255 213 215 / 0.9) !important
}

.hover\:text-red-100\/95:hover{
  color:rgb(255 213 215 / 0.95) !important
}

.hover\:text-red-200:hover{
  --tw-text-opacity:1 !important;
  color:rgb(255 172 174 / 1) !important;
  color:rgb(255 172 174 / var(--tw-text-opacity, 1)) !important
}

.hover\:text-red-200\/0:hover{
  color:rgb(255 172 174 / 0) !important
}

.hover\:text-red-200\/10:hover{
  color:rgb(255 172 174 / 0.1) !important
}

.hover\:text-red-200\/100:hover{
  color:rgb(255 172 174 / 1) !important
}

.hover\:text-red-200\/15:hover{
  color:rgb(255 172 174 / 0.15) !important
}

.hover\:text-red-200\/20:hover{
  color:rgb(255 172 174 / 0.2) !important
}

.hover\:text-red-200\/25:hover{
  color:rgb(255 172 174 / 0.25) !important
}

.hover\:text-red-200\/30:hover{
  color:rgb(255 172 174 / 0.3) !important
}

.hover\:text-red-200\/35:hover{
  color:rgb(255 172 174 / 0.35) !important
}

.hover\:text-red-200\/40:hover{
  color:rgb(255 172 174 / 0.4) !important
}

.hover\:text-red-200\/45:hover{
  color:rgb(255 172 174 / 0.45) !important
}

.hover\:text-red-200\/5:hover{
  color:rgb(255 172 174 / 0.05) !important
}

.hover\:text-red-200\/50:hover{
  color:rgb(255 172 174 / 0.5) !important
}

.hover\:text-red-200\/55:hover{
  color:rgb(255 172 174 / 0.55) !important
}

.hover\:text-red-200\/60:hover{
  color:rgb(255 172 174 / 0.6) !important
}

.hover\:text-red-200\/65:hover{
  color:rgb(255 172 174 / 0.65) !important
}

.hover\:text-red-200\/70:hover{
  color:rgb(255 172 174 / 0.7) !important
}

.hover\:text-red-200\/75:hover{
  color:rgb(255 172 174 / 0.75) !important
}

.hover\:text-red-200\/80:hover{
  color:rgb(255 172 174 / 0.8) !important
}

.hover\:text-red-200\/85:hover{
  color:rgb(255 172 174 / 0.85) !important
}

.hover\:text-red-200\/90:hover{
  color:rgb(255 172 174 / 0.9) !important
}

.hover\:text-red-200\/95:hover{
  color:rgb(255 172 174 / 0.95) !important
}

.hover\:text-red-300:hover{
  --tw-text-opacity:1 !important;
  color:rgb(255 130 134 / 1) !important;
  color:rgb(255 130 134 / var(--tw-text-opacity, 1)) !important
}

.hover\:text-red-300\/0:hover{
  color:rgb(255 130 134 / 0) !important
}

.hover\:text-red-300\/10:hover{
  color:rgb(255 130 134 / 0.1) !important
}

.hover\:text-red-300\/100:hover{
  color:rgb(255 130 134 / 1) !important
}

.hover\:text-red-300\/15:hover{
  color:rgb(255 130 134 / 0.15) !important
}

.hover\:text-red-300\/20:hover{
  color:rgb(255 130 134 / 0.2) !important
}

.hover\:text-red-300\/25:hover{
  color:rgb(255 130 134 / 0.25) !important
}

.hover\:text-red-300\/30:hover{
  color:rgb(255 130 134 / 0.3) !important
}

.hover\:text-red-300\/35:hover{
  color:rgb(255 130 134 / 0.35) !important
}

.hover\:text-red-300\/40:hover{
  color:rgb(255 130 134 / 0.4) !important
}

.hover\:text-red-300\/45:hover{
  color:rgb(255 130 134 / 0.45) !important
}

.hover\:text-red-300\/5:hover{
  color:rgb(255 130 134 / 0.05) !important
}

.hover\:text-red-300\/50:hover{
  color:rgb(255 130 134 / 0.5) !important
}

.hover\:text-red-300\/55:hover{
  color:rgb(255 130 134 / 0.55) !important
}

.hover\:text-red-300\/60:hover{
  color:rgb(255 130 134 / 0.6) !important
}

.hover\:text-red-300\/65:hover{
  color:rgb(255 130 134 / 0.65) !important
}

.hover\:text-red-300\/70:hover{
  color:rgb(255 130 134 / 0.7) !important
}

.hover\:text-red-300\/75:hover{
  color:rgb(255 130 134 / 0.75) !important
}

.hover\:text-red-300\/80:hover{
  color:rgb(255 130 134 / 0.8) !important
}

.hover\:text-red-300\/85:hover{
  color:rgb(255 130 134 / 0.85) !important
}

.hover\:text-red-300\/90:hover{
  color:rgb(255 130 134 / 0.9) !important
}

.hover\:text-red-300\/95:hover{
  color:rgb(255 130 134 / 0.95) !important
}

.hover\:text-red-500:hover{
  --tw-text-opacity:1 !important;
  color:rgb(255 47 53 / 1) !important;
  color:rgb(255 47 53 / var(--tw-text-opacity, 1)) !important
}

.hover\:text-red-500\/0:hover{
  color:rgb(255 47 53 / 0) !important
}

.hover\:text-red-500\/10:hover{
  color:rgb(255 47 53 / 0.1) !important
}

.hover\:text-red-500\/100:hover{
  color:rgb(255 47 53 / 1) !important
}

.hover\:text-red-500\/15:hover{
  color:rgb(255 47 53 / 0.15) !important
}

.hover\:text-red-500\/20:hover{
  color:rgb(255 47 53 / 0.2) !important
}

.hover\:text-red-500\/25:hover{
  color:rgb(255 47 53 / 0.25) !important
}

.hover\:text-red-500\/30:hover{
  color:rgb(255 47 53 / 0.3) !important
}

.hover\:text-red-500\/35:hover{
  color:rgb(255 47 53 / 0.35) !important
}

.hover\:text-red-500\/40:hover{
  color:rgb(255 47 53 / 0.4) !important
}

.hover\:text-red-500\/45:hover{
  color:rgb(255 47 53 / 0.45) !important
}

.hover\:text-red-500\/5:hover{
  color:rgb(255 47 53 / 0.05) !important
}

.hover\:text-red-500\/50:hover{
  color:rgb(255 47 53 / 0.5) !important
}

.hover\:text-red-500\/55:hover{
  color:rgb(255 47 53 / 0.55) !important
}

.hover\:text-red-500\/60:hover{
  color:rgb(255 47 53 / 0.6) !important
}

.hover\:text-red-500\/65:hover{
  color:rgb(255 47 53 / 0.65) !important
}

.hover\:text-red-500\/70:hover{
  color:rgb(255 47 53 / 0.7) !important
}

.hover\:text-red-500\/75:hover{
  color:rgb(255 47 53 / 0.75) !important
}

.hover\:text-red-500\/80:hover{
  color:rgb(255 47 53 / 0.8) !important
}

.hover\:text-red-500\/85:hover{
  color:rgb(255 47 53 / 0.85) !important
}

.hover\:text-red-500\/90:hover{
  color:rgb(255 47 53 / 0.9) !important
}

.hover\:text-red-500\/95:hover{
  color:rgb(255 47 53 / 0.95) !important
}

.hover\:text-red-700:hover{
  --tw-text-opacity:1 !important;
  color:rgb(185 28 28 / 1) !important;
  color:rgb(185 28 28 / var(--tw-text-opacity, 1)) !important
}

.hover\:text-red-700\/0:hover{
  color:rgb(185 28 28 / 0) !important
}

.hover\:text-red-700\/10:hover{
  color:rgb(185 28 28 / 0.1) !important
}

.hover\:text-red-700\/100:hover{
  color:rgb(185 28 28 / 1) !important
}

.hover\:text-red-700\/15:hover{
  color:rgb(185 28 28 / 0.15) !important
}

.hover\:text-red-700\/20:hover{
  color:rgb(185 28 28 / 0.2) !important
}

.hover\:text-red-700\/25:hover{
  color:rgb(185 28 28 / 0.25) !important
}

.hover\:text-red-700\/30:hover{
  color:rgb(185 28 28 / 0.3) !important
}

.hover\:text-red-700\/35:hover{
  color:rgb(185 28 28 / 0.35) !important
}

.hover\:text-red-700\/40:hover{
  color:rgb(185 28 28 / 0.4) !important
}

.hover\:text-red-700\/45:hover{
  color:rgb(185 28 28 / 0.45) !important
}

.hover\:text-red-700\/5:hover{
  color:rgb(185 28 28 / 0.05) !important
}

.hover\:text-red-700\/50:hover{
  color:rgb(185 28 28 / 0.5) !important
}

.hover\:text-red-700\/55:hover{
  color:rgb(185 28 28 / 0.55) !important
}

.hover\:text-red-700\/60:hover{
  color:rgb(185 28 28 / 0.6) !important
}

.hover\:text-red-700\/65:hover{
  color:rgb(185 28 28 / 0.65) !important
}

.hover\:text-red-700\/70:hover{
  color:rgb(185 28 28 / 0.7) !important
}

.hover\:text-red-700\/75:hover{
  color:rgb(185 28 28 / 0.75) !important
}

.hover\:text-red-700\/80:hover{
  color:rgb(185 28 28 / 0.8) !important
}

.hover\:text-red-700\/85:hover{
  color:rgb(185 28 28 / 0.85) !important
}

.hover\:text-red-700\/90:hover{
  color:rgb(185 28 28 / 0.9) !important
}

.hover\:text-red-700\/95:hover{
  color:rgb(185 28 28 / 0.95) !important
}

.hover\:text-red-900:hover{
  --tw-text-opacity:1 !important;
  color:rgb(127 29 29 / 1) !important;
  color:rgb(127 29 29 / var(--tw-text-opacity, 1)) !important
}

.hover\:text-red-900\/0:hover{
  color:rgb(127 29 29 / 0) !important
}

.hover\:text-red-900\/10:hover{
  color:rgb(127 29 29 / 0.1) !important
}

.hover\:text-red-900\/100:hover{
  color:rgb(127 29 29 / 1) !important
}

.hover\:text-red-900\/15:hover{
  color:rgb(127 29 29 / 0.15) !important
}

.hover\:text-red-900\/20:hover{
  color:rgb(127 29 29 / 0.2) !important
}

.hover\:text-red-900\/25:hover{
  color:rgb(127 29 29 / 0.25) !important
}

.hover\:text-red-900\/30:hover{
  color:rgb(127 29 29 / 0.3) !important
}

.hover\:text-red-900\/35:hover{
  color:rgb(127 29 29 / 0.35) !important
}

.hover\:text-red-900\/40:hover{
  color:rgb(127 29 29 / 0.4) !important
}

.hover\:text-red-900\/45:hover{
  color:rgb(127 29 29 / 0.45) !important
}

.hover\:text-red-900\/5:hover{
  color:rgb(127 29 29 / 0.05) !important
}

.hover\:text-red-900\/50:hover{
  color:rgb(127 29 29 / 0.5) !important
}

.hover\:text-red-900\/55:hover{
  color:rgb(127 29 29 / 0.55) !important
}

.hover\:text-red-900\/60:hover{
  color:rgb(127 29 29 / 0.6) !important
}

.hover\:text-red-900\/65:hover{
  color:rgb(127 29 29 / 0.65) !important
}

.hover\:text-red-900\/70:hover{
  color:rgb(127 29 29 / 0.7) !important
}

.hover\:text-red-900\/75:hover{
  color:rgb(127 29 29 / 0.75) !important
}

.hover\:text-red-900\/80:hover{
  color:rgb(127 29 29 / 0.8) !important
}

.hover\:text-red-900\/85:hover{
  color:rgb(127 29 29 / 0.85) !important
}

.hover\:text-red-900\/90:hover{
  color:rgb(127 29 29 / 0.9) !important
}

.hover\:text-red-900\/95:hover{
  color:rgb(127 29 29 / 0.95) !important
}

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

.hover\:underline:hover{
  -webkit-text-decoration-line:underline !important;
          text-decoration-line:underline !important
}

.hover\:ring-cyan-100:hover{
  --tw-ring-opacity:1 !important;
  --tw-ring-color:rgb(207 250 254 / var(--tw-ring-opacity, 1)) !important
}

.hover\:ring-cyan-100\/0:hover{
  --tw-ring-color:rgb(207 250 254 / 0) !important
}

.hover\:ring-cyan-100\/10:hover{
  --tw-ring-color:rgb(207 250 254 / 0.1) !important
}

.hover\:ring-cyan-100\/100:hover{
  --tw-ring-color:rgb(207 250 254 / 1) !important
}

.hover\:ring-cyan-100\/15:hover{
  --tw-ring-color:rgb(207 250 254 / 0.15) !important
}

.hover\:ring-cyan-100\/20:hover{
  --tw-ring-color:rgb(207 250 254 / 0.2) !important
}

.hover\:ring-cyan-100\/25:hover{
  --tw-ring-color:rgb(207 250 254 / 0.25) !important
}

.hover\:ring-cyan-100\/30:hover{
  --tw-ring-color:rgb(207 250 254 / 0.3) !important
}

.hover\:ring-cyan-100\/35:hover{
  --tw-ring-color:rgb(207 250 254 / 0.35) !important
}

.hover\:ring-cyan-100\/40:hover{
  --tw-ring-color:rgb(207 250 254 / 0.4) !important
}

.hover\:ring-cyan-100\/45:hover{
  --tw-ring-color:rgb(207 250 254 / 0.45) !important
}

.hover\:ring-cyan-100\/5:hover{
  --tw-ring-color:rgb(207 250 254 / 0.05) !important
}

.hover\:ring-cyan-100\/50:hover{
  --tw-ring-color:rgb(207 250 254 / 0.5) !important
}

.hover\:ring-cyan-100\/55:hover{
  --tw-ring-color:rgb(207 250 254 / 0.55) !important
}

.hover\:ring-cyan-100\/60:hover{
  --tw-ring-color:rgb(207 250 254 / 0.6) !important
}

.hover\:ring-cyan-100\/65:hover{
  --tw-ring-color:rgb(207 250 254 / 0.65) !important
}

.hover\:ring-cyan-100\/70:hover{
  --tw-ring-color:rgb(207 250 254 / 0.7) !important
}

.hover\:ring-cyan-100\/75:hover{
  --tw-ring-color:rgb(207 250 254 / 0.75) !important
}

.hover\:ring-cyan-100\/80:hover{
  --tw-ring-color:rgb(207 250 254 / 0.8) !important
}

.hover\:ring-cyan-100\/85:hover{
  --tw-ring-color:rgb(207 250 254 / 0.85) !important
}

.hover\:ring-cyan-100\/90:hover{
  --tw-ring-color:rgb(207 250 254 / 0.9) !important
}

.hover\:ring-cyan-100\/95:hover{
  --tw-ring-color:rgb(207 250 254 / 0.95) !important
}

.hover\:ring-cyan-200:hover{
  --tw-ring-opacity:1 !important;
  --tw-ring-color:rgb(165 243 252 / var(--tw-ring-opacity, 1)) !important
}

.hover\:ring-cyan-200\/0:hover{
  --tw-ring-color:rgb(165 243 252 / 0) !important
}

.hover\:ring-cyan-200\/10:hover{
  --tw-ring-color:rgb(165 243 252 / 0.1) !important
}

.hover\:ring-cyan-200\/100:hover{
  --tw-ring-color:rgb(165 243 252 / 1) !important
}

.hover\:ring-cyan-200\/15:hover{
  --tw-ring-color:rgb(165 243 252 / 0.15) !important
}

.hover\:ring-cyan-200\/20:hover{
  --tw-ring-color:rgb(165 243 252 / 0.2) !important
}

.hover\:ring-cyan-200\/25:hover{
  --tw-ring-color:rgb(165 243 252 / 0.25) !important
}

.hover\:ring-cyan-200\/30:hover{
  --tw-ring-color:rgb(165 243 252 / 0.3) !important
}

.hover\:ring-cyan-200\/35:hover{
  --tw-ring-color:rgb(165 243 252 / 0.35) !important
}

.hover\:ring-cyan-200\/40:hover{
  --tw-ring-color:rgb(165 243 252 / 0.4) !important
}

.hover\:ring-cyan-200\/45:hover{
  --tw-ring-color:rgb(165 243 252 / 0.45) !important
}

.hover\:ring-cyan-200\/5:hover{
  --tw-ring-color:rgb(165 243 252 / 0.05) !important
}

.hover\:ring-cyan-200\/50:hover{
  --tw-ring-color:rgb(165 243 252 / 0.5) !important
}

.hover\:ring-cyan-200\/55:hover{
  --tw-ring-color:rgb(165 243 252 / 0.55) !important
}

.hover\:ring-cyan-200\/60:hover{
  --tw-ring-color:rgb(165 243 252 / 0.6) !important
}

.hover\:ring-cyan-200\/65:hover{
  --tw-ring-color:rgb(165 243 252 / 0.65) !important
}

.hover\:ring-cyan-200\/70:hover{
  --tw-ring-color:rgb(165 243 252 / 0.7) !important
}

.hover\:ring-cyan-200\/75:hover{
  --tw-ring-color:rgb(165 243 252 / 0.75) !important
}

.hover\:ring-cyan-200\/80:hover{
  --tw-ring-color:rgb(165 243 252 / 0.8) !important
}

.hover\:ring-cyan-200\/85:hover{
  --tw-ring-color:rgb(165 243 252 / 0.85) !important
}

.hover\:ring-cyan-200\/90:hover{
  --tw-ring-color:rgb(165 243 252 / 0.9) !important
}

.hover\:ring-cyan-200\/95:hover{
  --tw-ring-color:rgb(165 243 252 / 0.95) !important
}

.hover\:ring-cyan-300:hover{
  --tw-ring-opacity:1 !important;
  --tw-ring-color:rgb(68 224 213 / var(--tw-ring-opacity, 1)) !important
}

.hover\:ring-cyan-300\/0:hover{
  --tw-ring-color:rgb(68 224 213 / 0) !important
}

.hover\:ring-cyan-300\/10:hover{
  --tw-ring-color:rgb(68 224 213 / 0.1) !important
}

.hover\:ring-cyan-300\/100:hover{
  --tw-ring-color:rgb(68 224 213 / 1) !important
}

.hover\:ring-cyan-300\/15:hover{
  --tw-ring-color:rgb(68 224 213 / 0.15) !important
}

.hover\:ring-cyan-300\/20:hover{
  --tw-ring-color:rgb(68 224 213 / 0.2) !important
}

.hover\:ring-cyan-300\/25:hover{
  --tw-ring-color:rgb(68 224 213 / 0.25) !important
}

.hover\:ring-cyan-300\/30:hover{
  --tw-ring-color:rgb(68 224 213 / 0.3) !important
}

.hover\:ring-cyan-300\/35:hover{
  --tw-ring-color:rgb(68 224 213 / 0.35) !important
}

.hover\:ring-cyan-300\/40:hover{
  --tw-ring-color:rgb(68 224 213 / 0.4) !important
}

.hover\:ring-cyan-300\/45:hover{
  --tw-ring-color:rgb(68 224 213 / 0.45) !important
}

.hover\:ring-cyan-300\/5:hover{
  --tw-ring-color:rgb(68 224 213 / 0.05) !important
}

.hover\:ring-cyan-300\/50:hover{
  --tw-ring-color:rgb(68 224 213 / 0.5) !important
}

.hover\:ring-cyan-300\/55:hover{
  --tw-ring-color:rgb(68 224 213 / 0.55) !important
}

.hover\:ring-cyan-300\/60:hover{
  --tw-ring-color:rgb(68 224 213 / 0.6) !important
}

.hover\:ring-cyan-300\/65:hover{
  --tw-ring-color:rgb(68 224 213 / 0.65) !important
}

.hover\:ring-cyan-300\/70:hover{
  --tw-ring-color:rgb(68 224 213 / 0.7) !important
}

.hover\:ring-cyan-300\/75:hover{
  --tw-ring-color:rgb(68 224 213 / 0.75) !important
}

.hover\:ring-cyan-300\/80:hover{
  --tw-ring-color:rgb(68 224 213 / 0.8) !important
}

.hover\:ring-cyan-300\/85:hover{
  --tw-ring-color:rgb(68 224 213 / 0.85) !important
}

.hover\:ring-cyan-300\/90:hover{
  --tw-ring-color:rgb(68 224 213 / 0.9) !important
}

.hover\:ring-cyan-300\/95:hover{
  --tw-ring-color:rgb(68 224 213 / 0.95) !important
}

.hover\:ring-cyan-500:hover{
  --tw-ring-opacity:1 !important;
  --tw-ring-color:rgb(6 182 212 / var(--tw-ring-opacity, 1)) !important
}

.hover\:ring-cyan-500\/0:hover{
  --tw-ring-color:rgb(6 182 212 / 0) !important
}

.hover\:ring-cyan-500\/10:hover{
  --tw-ring-color:rgb(6 182 212 / 0.1) !important
}

.hover\:ring-cyan-500\/100:hover{
  --tw-ring-color:rgb(6 182 212 / 1) !important
}

.hover\:ring-cyan-500\/15:hover{
  --tw-ring-color:rgb(6 182 212 / 0.15) !important
}

.hover\:ring-cyan-500\/20:hover{
  --tw-ring-color:rgb(6 182 212 / 0.2) !important
}

.hover\:ring-cyan-500\/25:hover{
  --tw-ring-color:rgb(6 182 212 / 0.25) !important
}

.hover\:ring-cyan-500\/30:hover{
  --tw-ring-color:rgb(6 182 212 / 0.3) !important
}

.hover\:ring-cyan-500\/35:hover{
  --tw-ring-color:rgb(6 182 212 / 0.35) !important
}

.hover\:ring-cyan-500\/40:hover{
  --tw-ring-color:rgb(6 182 212 / 0.4) !important
}

.hover\:ring-cyan-500\/45:hover{
  --tw-ring-color:rgb(6 182 212 / 0.45) !important
}

.hover\:ring-cyan-500\/5:hover{
  --tw-ring-color:rgb(6 182 212 / 0.05) !important
}

.hover\:ring-cyan-500\/50:hover{
  --tw-ring-color:rgb(6 182 212 / 0.5) !important
}

.hover\:ring-cyan-500\/55:hover{
  --tw-ring-color:rgb(6 182 212 / 0.55) !important
}

.hover\:ring-cyan-500\/60:hover{
  --tw-ring-color:rgb(6 182 212 / 0.6) !important
}

.hover\:ring-cyan-500\/65:hover{
  --tw-ring-color:rgb(6 182 212 / 0.65) !important
}

.hover\:ring-cyan-500\/70:hover{
  --tw-ring-color:rgb(6 182 212 / 0.7) !important
}

.hover\:ring-cyan-500\/75:hover{
  --tw-ring-color:rgb(6 182 212 / 0.75) !important
}

.hover\:ring-cyan-500\/80:hover{
  --tw-ring-color:rgb(6 182 212 / 0.8) !important
}

.hover\:ring-cyan-500\/85:hover{
  --tw-ring-color:rgb(6 182 212 / 0.85) !important
}

.hover\:ring-cyan-500\/90:hover{
  --tw-ring-color:rgb(6 182 212 / 0.9) !important
}

.hover\:ring-cyan-500\/95:hover{
  --tw-ring-color:rgb(6 182 212 / 0.95) !important
}

.hover\:ring-cyan-700:hover{
  --tw-ring-opacity:1 !important;
  --tw-ring-color:rgb(14 116 144 / var(--tw-ring-opacity, 1)) !important
}

.hover\:ring-cyan-700\/0:hover{
  --tw-ring-color:rgb(14 116 144 / 0) !important
}

.hover\:ring-cyan-700\/10:hover{
  --tw-ring-color:rgb(14 116 144 / 0.1) !important
}

.hover\:ring-cyan-700\/100:hover{
  --tw-ring-color:rgb(14 116 144 / 1) !important
}

.hover\:ring-cyan-700\/15:hover{
  --tw-ring-color:rgb(14 116 144 / 0.15) !important
}

.hover\:ring-cyan-700\/20:hover{
  --tw-ring-color:rgb(14 116 144 / 0.2) !important
}

.hover\:ring-cyan-700\/25:hover{
  --tw-ring-color:rgb(14 116 144 / 0.25) !important
}

.hover\:ring-cyan-700\/30:hover{
  --tw-ring-color:rgb(14 116 144 / 0.3) !important
}

.hover\:ring-cyan-700\/35:hover{
  --tw-ring-color:rgb(14 116 144 / 0.35) !important
}

.hover\:ring-cyan-700\/40:hover{
  --tw-ring-color:rgb(14 116 144 / 0.4) !important
}

.hover\:ring-cyan-700\/45:hover{
  --tw-ring-color:rgb(14 116 144 / 0.45) !important
}

.hover\:ring-cyan-700\/5:hover{
  --tw-ring-color:rgb(14 116 144 / 0.05) !important
}

.hover\:ring-cyan-700\/50:hover{
  --tw-ring-color:rgb(14 116 144 / 0.5) !important
}

.hover\:ring-cyan-700\/55:hover{
  --tw-ring-color:rgb(14 116 144 / 0.55) !important
}

.hover\:ring-cyan-700\/60:hover{
  --tw-ring-color:rgb(14 116 144 / 0.6) !important
}

.hover\:ring-cyan-700\/65:hover{
  --tw-ring-color:rgb(14 116 144 / 0.65) !important
}

.hover\:ring-cyan-700\/70:hover{
  --tw-ring-color:rgb(14 116 144 / 0.7) !important
}

.hover\:ring-cyan-700\/75:hover{
  --tw-ring-color:rgb(14 116 144 / 0.75) !important
}

.hover\:ring-cyan-700\/80:hover{
  --tw-ring-color:rgb(14 116 144 / 0.8) !important
}

.hover\:ring-cyan-700\/85:hover{
  --tw-ring-color:rgb(14 116 144 / 0.85) !important
}

.hover\:ring-cyan-700\/90:hover{
  --tw-ring-color:rgb(14 116 144 / 0.9) !important
}

.hover\:ring-cyan-700\/95:hover{
  --tw-ring-color:rgb(14 116 144 / 0.95) !important
}

.hover\:ring-cyan-900:hover{
  --tw-ring-opacity:1 !important;
  --tw-ring-color:rgb(0 149 138 / var(--tw-ring-opacity, 1)) !important
}

.hover\:ring-cyan-900\/0:hover{
  --tw-ring-color:rgb(0 149 138 / 0) !important
}

.hover\:ring-cyan-900\/10:hover{
  --tw-ring-color:rgb(0 149 138 / 0.1) !important
}

.hover\:ring-cyan-900\/100:hover{
  --tw-ring-color:rgb(0 149 138 / 1) !important
}

.hover\:ring-cyan-900\/15:hover{
  --tw-ring-color:rgb(0 149 138 / 0.15) !important
}

.hover\:ring-cyan-900\/20:hover{
  --tw-ring-color:rgb(0 149 138 / 0.2) !important
}

.hover\:ring-cyan-900\/25:hover{
  --tw-ring-color:rgb(0 149 138 / 0.25) !important
}

.hover\:ring-cyan-900\/30:hover{
  --tw-ring-color:rgb(0 149 138 / 0.3) !important
}

.hover\:ring-cyan-900\/35:hover{
  --tw-ring-color:rgb(0 149 138 / 0.35) !important
}

.hover\:ring-cyan-900\/40:hover{
  --tw-ring-color:rgb(0 149 138 / 0.4) !important
}

.hover\:ring-cyan-900\/45:hover{
  --tw-ring-color:rgb(0 149 138 / 0.45) !important
}

.hover\:ring-cyan-900\/5:hover{
  --tw-ring-color:rgb(0 149 138 / 0.05) !important
}

.hover\:ring-cyan-900\/50:hover{
  --tw-ring-color:rgb(0 149 138 / 0.5) !important
}

.hover\:ring-cyan-900\/55:hover{
  --tw-ring-color:rgb(0 149 138 / 0.55) !important
}

.hover\:ring-cyan-900\/60:hover{
  --tw-ring-color:rgb(0 149 138 / 0.6) !important
}

.hover\:ring-cyan-900\/65:hover{
  --tw-ring-color:rgb(0 149 138 / 0.65) !important
}

.hover\:ring-cyan-900\/70:hover{
  --tw-ring-color:rgb(0 149 138 / 0.7) !important
}

.hover\:ring-cyan-900\/75:hover{
  --tw-ring-color:rgb(0 149 138 / 0.75) !important
}

.hover\:ring-cyan-900\/80:hover{
  --tw-ring-color:rgb(0 149 138 / 0.8) !important
}

.hover\:ring-cyan-900\/85:hover{
  --tw-ring-color:rgb(0 149 138 / 0.85) !important
}

.hover\:ring-cyan-900\/90:hover{
  --tw-ring-color:rgb(0 149 138 / 0.9) !important
}

.hover\:ring-cyan-900\/95:hover{
  --tw-ring-color:rgb(0 149 138 / 0.95) !important
}

.hover\:ring-gray-100:hover{
  --tw-ring-opacity:1 !important;
  --tw-ring-color:rgb(241 245 249 / var(--tw-ring-opacity, 1)) !important
}

.hover\:ring-gray-100\/0:hover{
  --tw-ring-color:rgb(241 245 249 / 0) !important
}

.hover\:ring-gray-100\/10:hover{
  --tw-ring-color:rgb(241 245 249 / 0.1) !important
}

.hover\:ring-gray-100\/100:hover{
  --tw-ring-color:rgb(241 245 249 / 1) !important
}

.hover\:ring-gray-100\/15:hover{
  --tw-ring-color:rgb(241 245 249 / 0.15) !important
}

.hover\:ring-gray-100\/20:hover{
  --tw-ring-color:rgb(241 245 249 / 0.2) !important
}

.hover\:ring-gray-100\/25:hover{
  --tw-ring-color:rgb(241 245 249 / 0.25) !important
}

.hover\:ring-gray-100\/30:hover{
  --tw-ring-color:rgb(241 245 249 / 0.3) !important
}

.hover\:ring-gray-100\/35:hover{
  --tw-ring-color:rgb(241 245 249 / 0.35) !important
}

.hover\:ring-gray-100\/40:hover{
  --tw-ring-color:rgb(241 245 249 / 0.4) !important
}

.hover\:ring-gray-100\/45:hover{
  --tw-ring-color:rgb(241 245 249 / 0.45) !important
}

.hover\:ring-gray-100\/5:hover{
  --tw-ring-color:rgb(241 245 249 / 0.05) !important
}

.hover\:ring-gray-100\/50:hover{
  --tw-ring-color:rgb(241 245 249 / 0.5) !important
}

.hover\:ring-gray-100\/55:hover{
  --tw-ring-color:rgb(241 245 249 / 0.55) !important
}

.hover\:ring-gray-100\/60:hover{
  --tw-ring-color:rgb(241 245 249 / 0.6) !important
}

.hover\:ring-gray-100\/65:hover{
  --tw-ring-color:rgb(241 245 249 / 0.65) !important
}

.hover\:ring-gray-100\/70:hover{
  --tw-ring-color:rgb(241 245 249 / 0.7) !important
}

.hover\:ring-gray-100\/75:hover{
  --tw-ring-color:rgb(241 245 249 / 0.75) !important
}

.hover\:ring-gray-100\/80:hover{
  --tw-ring-color:rgb(241 245 249 / 0.8) !important
}

.hover\:ring-gray-100\/85:hover{
  --tw-ring-color:rgb(241 245 249 / 0.85) !important
}

.hover\:ring-gray-100\/90:hover{
  --tw-ring-color:rgb(241 245 249 / 0.9) !important
}

.hover\:ring-gray-100\/95:hover{
  --tw-ring-color:rgb(241 245 249 / 0.95) !important
}

.hover\:ring-gray-200:hover{
  --tw-ring-opacity:1 !important;
  --tw-ring-color:rgb(217 228 236 / var(--tw-ring-opacity, 1)) !important
}

.hover\:ring-gray-200\/0:hover{
  --tw-ring-color:rgb(217 228 236 / 0) !important
}

.hover\:ring-gray-200\/10:hover{
  --tw-ring-color:rgb(217 228 236 / 0.1) !important
}

.hover\:ring-gray-200\/100:hover{
  --tw-ring-color:rgb(217 228 236 / 1) !important
}

.hover\:ring-gray-200\/15:hover{
  --tw-ring-color:rgb(217 228 236 / 0.15) !important
}

.hover\:ring-gray-200\/20:hover{
  --tw-ring-color:rgb(217 228 236 / 0.2) !important
}

.hover\:ring-gray-200\/25:hover{
  --tw-ring-color:rgb(217 228 236 / 0.25) !important
}

.hover\:ring-gray-200\/30:hover{
  --tw-ring-color:rgb(217 228 236 / 0.3) !important
}

.hover\:ring-gray-200\/35:hover{
  --tw-ring-color:rgb(217 228 236 / 0.35) !important
}

.hover\:ring-gray-200\/40:hover{
  --tw-ring-color:rgb(217 228 236 / 0.4) !important
}

.hover\:ring-gray-200\/45:hover{
  --tw-ring-color:rgb(217 228 236 / 0.45) !important
}

.hover\:ring-gray-200\/5:hover{
  --tw-ring-color:rgb(217 228 236 / 0.05) !important
}

.hover\:ring-gray-200\/50:hover{
  --tw-ring-color:rgb(217 228 236 / 0.5) !important
}

.hover\:ring-gray-200\/55:hover{
  --tw-ring-color:rgb(217 228 236 / 0.55) !important
}

.hover\:ring-gray-200\/60:hover{
  --tw-ring-color:rgb(217 228 236 / 0.6) !important
}

.hover\:ring-gray-200\/65:hover{
  --tw-ring-color:rgb(217 228 236 / 0.65) !important
}

.hover\:ring-gray-200\/70:hover{
  --tw-ring-color:rgb(217 228 236 / 0.7) !important
}

.hover\:ring-gray-200\/75:hover{
  --tw-ring-color:rgb(217 228 236 / 0.75) !important
}

.hover\:ring-gray-200\/80:hover{
  --tw-ring-color:rgb(217 228 236 / 0.8) !important
}

.hover\:ring-gray-200\/85:hover{
  --tw-ring-color:rgb(217 228 236 / 0.85) !important
}

.hover\:ring-gray-200\/90:hover{
  --tw-ring-color:rgb(217 228 236 / 0.9) !important
}

.hover\:ring-gray-200\/95:hover{
  --tw-ring-color:rgb(217 228 236 / 0.95) !important
}

.hover\:ring-gray-300:hover{
  --tw-ring-opacity:1 !important;
  --tw-ring-color:rgb(203 213 225 / var(--tw-ring-opacity, 1)) !important
}

.hover\:ring-gray-300\/0:hover{
  --tw-ring-color:rgb(203 213 225 / 0) !important
}

.hover\:ring-gray-300\/10:hover{
  --tw-ring-color:rgb(203 213 225 / 0.1) !important
}

.hover\:ring-gray-300\/100:hover{
  --tw-ring-color:rgb(203 213 225 / 1) !important
}

.hover\:ring-gray-300\/15:hover{
  --tw-ring-color:rgb(203 213 225 / 0.15) !important
}

.hover\:ring-gray-300\/20:hover{
  --tw-ring-color:rgb(203 213 225 / 0.2) !important
}

.hover\:ring-gray-300\/25:hover{
  --tw-ring-color:rgb(203 213 225 / 0.25) !important
}

.hover\:ring-gray-300\/30:hover{
  --tw-ring-color:rgb(203 213 225 / 0.3) !important
}

.hover\:ring-gray-300\/35:hover{
  --tw-ring-color:rgb(203 213 225 / 0.35) !important
}

.hover\:ring-gray-300\/40:hover{
  --tw-ring-color:rgb(203 213 225 / 0.4) !important
}

.hover\:ring-gray-300\/45:hover{
  --tw-ring-color:rgb(203 213 225 / 0.45) !important
}

.hover\:ring-gray-300\/5:hover{
  --tw-ring-color:rgb(203 213 225 / 0.05) !important
}

.hover\:ring-gray-300\/50:hover{
  --tw-ring-color:rgb(203 213 225 / 0.5) !important
}

.hover\:ring-gray-300\/55:hover{
  --tw-ring-color:rgb(203 213 225 / 0.55) !important
}

.hover\:ring-gray-300\/60:hover{
  --tw-ring-color:rgb(203 213 225 / 0.6) !important
}

.hover\:ring-gray-300\/65:hover{
  --tw-ring-color:rgb(203 213 225 / 0.65) !important
}

.hover\:ring-gray-300\/70:hover{
  --tw-ring-color:rgb(203 213 225 / 0.7) !important
}

.hover\:ring-gray-300\/75:hover{
  --tw-ring-color:rgb(203 213 225 / 0.75) !important
}

.hover\:ring-gray-300\/80:hover{
  --tw-ring-color:rgb(203 213 225 / 0.8) !important
}

.hover\:ring-gray-300\/85:hover{
  --tw-ring-color:rgb(203 213 225 / 0.85) !important
}

.hover\:ring-gray-300\/90:hover{
  --tw-ring-color:rgb(203 213 225 / 0.9) !important
}

.hover\:ring-gray-300\/95:hover{
  --tw-ring-color:rgb(203 213 225 / 0.95) !important
}

.hover\:ring-gray-500:hover{
  --tw-ring-opacity:1 !important;
  --tw-ring-color:rgb(100 116 139 / var(--tw-ring-opacity, 1)) !important
}

.hover\:ring-gray-500\/0:hover{
  --tw-ring-color:rgb(100 116 139 / 0) !important
}

.hover\:ring-gray-500\/10:hover{
  --tw-ring-color:rgb(100 116 139 / 0.1) !important
}

.hover\:ring-gray-500\/100:hover{
  --tw-ring-color:rgb(100 116 139 / 1) !important
}

.hover\:ring-gray-500\/15:hover{
  --tw-ring-color:rgb(100 116 139 / 0.15) !important
}

.hover\:ring-gray-500\/20:hover{
  --tw-ring-color:rgb(100 116 139 / 0.2) !important
}

.hover\:ring-gray-500\/25:hover{
  --tw-ring-color:rgb(100 116 139 / 0.25) !important
}

.hover\:ring-gray-500\/30:hover{
  --tw-ring-color:rgb(100 116 139 / 0.3) !important
}

.hover\:ring-gray-500\/35:hover{
  --tw-ring-color:rgb(100 116 139 / 0.35) !important
}

.hover\:ring-gray-500\/40:hover{
  --tw-ring-color:rgb(100 116 139 / 0.4) !important
}

.hover\:ring-gray-500\/45:hover{
  --tw-ring-color:rgb(100 116 139 / 0.45) !important
}

.hover\:ring-gray-500\/5:hover{
  --tw-ring-color:rgb(100 116 139 / 0.05) !important
}

.hover\:ring-gray-500\/50:hover{
  --tw-ring-color:rgb(100 116 139 / 0.5) !important
}

.hover\:ring-gray-500\/55:hover{
  --tw-ring-color:rgb(100 116 139 / 0.55) !important
}

.hover\:ring-gray-500\/60:hover{
  --tw-ring-color:rgb(100 116 139 / 0.6) !important
}

.hover\:ring-gray-500\/65:hover{
  --tw-ring-color:rgb(100 116 139 / 0.65) !important
}

.hover\:ring-gray-500\/70:hover{
  --tw-ring-color:rgb(100 116 139 / 0.7) !important
}

.hover\:ring-gray-500\/75:hover{
  --tw-ring-color:rgb(100 116 139 / 0.75) !important
}

.hover\:ring-gray-500\/80:hover{
  --tw-ring-color:rgb(100 116 139 / 0.8) !important
}

.hover\:ring-gray-500\/85:hover{
  --tw-ring-color:rgb(100 116 139 / 0.85) !important
}

.hover\:ring-gray-500\/90:hover{
  --tw-ring-color:rgb(100 116 139 / 0.9) !important
}

.hover\:ring-gray-500\/95:hover{
  --tw-ring-color:rgb(100 116 139 / 0.95) !important
}

.hover\:ring-gray-700:hover{
  --tw-ring-opacity:1 !important;
  --tw-ring-color:rgb(51 65 85 / var(--tw-ring-opacity, 1)) !important
}

.hover\:ring-gray-700\/0:hover{
  --tw-ring-color:rgb(51 65 85 / 0) !important
}

.hover\:ring-gray-700\/10:hover{
  --tw-ring-color:rgb(51 65 85 / 0.1) !important
}

.hover\:ring-gray-700\/100:hover{
  --tw-ring-color:rgb(51 65 85 / 1) !important
}

.hover\:ring-gray-700\/15:hover{
  --tw-ring-color:rgb(51 65 85 / 0.15) !important
}

.hover\:ring-gray-700\/20:hover{
  --tw-ring-color:rgb(51 65 85 / 0.2) !important
}

.hover\:ring-gray-700\/25:hover{
  --tw-ring-color:rgb(51 65 85 / 0.25) !important
}

.hover\:ring-gray-700\/30:hover{
  --tw-ring-color:rgb(51 65 85 / 0.3) !important
}

.hover\:ring-gray-700\/35:hover{
  --tw-ring-color:rgb(51 65 85 / 0.35) !important
}

.hover\:ring-gray-700\/40:hover{
  --tw-ring-color:rgb(51 65 85 / 0.4) !important
}

.hover\:ring-gray-700\/45:hover{
  --tw-ring-color:rgb(51 65 85 / 0.45) !important
}

.hover\:ring-gray-700\/5:hover{
  --tw-ring-color:rgb(51 65 85 / 0.05) !important
}

.hover\:ring-gray-700\/50:hover{
  --tw-ring-color:rgb(51 65 85 / 0.5) !important
}

.hover\:ring-gray-700\/55:hover{
  --tw-ring-color:rgb(51 65 85 / 0.55) !important
}

.hover\:ring-gray-700\/60:hover{
  --tw-ring-color:rgb(51 65 85 / 0.6) !important
}

.hover\:ring-gray-700\/65:hover{
  --tw-ring-color:rgb(51 65 85 / 0.65) !important
}

.hover\:ring-gray-700\/70:hover{
  --tw-ring-color:rgb(51 65 85 / 0.7) !important
}

.hover\:ring-gray-700\/75:hover{
  --tw-ring-color:rgb(51 65 85 / 0.75) !important
}

.hover\:ring-gray-700\/80:hover{
  --tw-ring-color:rgb(51 65 85 / 0.8) !important
}

.hover\:ring-gray-700\/85:hover{
  --tw-ring-color:rgb(51 65 85 / 0.85) !important
}

.hover\:ring-gray-700\/90:hover{
  --tw-ring-color:rgb(51 65 85 / 0.9) !important
}

.hover\:ring-gray-700\/95:hover{
  --tw-ring-color:rgb(51 65 85 / 0.95) !important
}

.hover\:ring-gray-900:hover{
  --tw-ring-opacity:1 !important;
  --tw-ring-color:rgb(23 46 68 / var(--tw-ring-opacity, 1)) !important
}

.hover\:ring-gray-900\/0:hover{
  --tw-ring-color:rgb(23 46 68 / 0) !important
}

.hover\:ring-gray-900\/10:hover{
  --tw-ring-color:rgb(23 46 68 / 0.1) !important
}

.hover\:ring-gray-900\/100:hover{
  --tw-ring-color:rgb(23 46 68 / 1) !important
}

.hover\:ring-gray-900\/15:hover{
  --tw-ring-color:rgb(23 46 68 / 0.15) !important
}

.hover\:ring-gray-900\/20:hover{
  --tw-ring-color:rgb(23 46 68 / 0.2) !important
}

.hover\:ring-gray-900\/25:hover{
  --tw-ring-color:rgb(23 46 68 / 0.25) !important
}

.hover\:ring-gray-900\/30:hover{
  --tw-ring-color:rgb(23 46 68 / 0.3) !important
}

.hover\:ring-gray-900\/35:hover{
  --tw-ring-color:rgb(23 46 68 / 0.35) !important
}

.hover\:ring-gray-900\/40:hover{
  --tw-ring-color:rgb(23 46 68 / 0.4) !important
}

.hover\:ring-gray-900\/45:hover{
  --tw-ring-color:rgb(23 46 68 / 0.45) !important
}

.hover\:ring-gray-900\/5:hover{
  --tw-ring-color:rgb(23 46 68 / 0.05) !important
}

.hover\:ring-gray-900\/50:hover{
  --tw-ring-color:rgb(23 46 68 / 0.5) !important
}

.hover\:ring-gray-900\/55:hover{
  --tw-ring-color:rgb(23 46 68 / 0.55) !important
}

.hover\:ring-gray-900\/60:hover{
  --tw-ring-color:rgb(23 46 68 / 0.6) !important
}

.hover\:ring-gray-900\/65:hover{
  --tw-ring-color:rgb(23 46 68 / 0.65) !important
}

.hover\:ring-gray-900\/70:hover{
  --tw-ring-color:rgb(23 46 68 / 0.7) !important
}

.hover\:ring-gray-900\/75:hover{
  --tw-ring-color:rgb(23 46 68 / 0.75) !important
}

.hover\:ring-gray-900\/80:hover{
  --tw-ring-color:rgb(23 46 68 / 0.8) !important
}

.hover\:ring-gray-900\/85:hover{
  --tw-ring-color:rgb(23 46 68 / 0.85) !important
}

.hover\:ring-gray-900\/90:hover{
  --tw-ring-color:rgb(23 46 68 / 0.9) !important
}

.hover\:ring-gray-900\/95:hover{
  --tw-ring-color:rgb(23 46 68 / 0.95) !important
}

.hover\:ring-green-100:hover{
  --tw-ring-opacity:1 !important;
  --tw-ring-color:rgb(209 250 229 / var(--tw-ring-opacity, 1)) !important
}

.hover\:ring-green-100\/0:hover{
  --tw-ring-color:rgb(209 250 229 / 0) !important
}

.hover\:ring-green-100\/10:hover{
  --tw-ring-color:rgb(209 250 229 / 0.1) !important
}

.hover\:ring-green-100\/100:hover{
  --tw-ring-color:rgb(209 250 229 / 1) !important
}

.hover\:ring-green-100\/15:hover{
  --tw-ring-color:rgb(209 250 229 / 0.15) !important
}

.hover\:ring-green-100\/20:hover{
  --tw-ring-color:rgb(209 250 229 / 0.2) !important
}

.hover\:ring-green-100\/25:hover{
  --tw-ring-color:rgb(209 250 229 / 0.25) !important
}

.hover\:ring-green-100\/30:hover{
  --tw-ring-color:rgb(209 250 229 / 0.3) !important
}

.hover\:ring-green-100\/35:hover{
  --tw-ring-color:rgb(209 250 229 / 0.35) !important
}

.hover\:ring-green-100\/40:hover{
  --tw-ring-color:rgb(209 250 229 / 0.4) !important
}

.hover\:ring-green-100\/45:hover{
  --tw-ring-color:rgb(209 250 229 / 0.45) !important
}

.hover\:ring-green-100\/5:hover{
  --tw-ring-color:rgb(209 250 229 / 0.05) !important
}

.hover\:ring-green-100\/50:hover{
  --tw-ring-color:rgb(209 250 229 / 0.5) !important
}

.hover\:ring-green-100\/55:hover{
  --tw-ring-color:rgb(209 250 229 / 0.55) !important
}

.hover\:ring-green-100\/60:hover{
  --tw-ring-color:rgb(209 250 229 / 0.6) !important
}

.hover\:ring-green-100\/65:hover{
  --tw-ring-color:rgb(209 250 229 / 0.65) !important
}

.hover\:ring-green-100\/70:hover{
  --tw-ring-color:rgb(209 250 229 / 0.7) !important
}

.hover\:ring-green-100\/75:hover{
  --tw-ring-color:rgb(209 250 229 / 0.75) !important
}

.hover\:ring-green-100\/80:hover{
  --tw-ring-color:rgb(209 250 229 / 0.8) !important
}

.hover\:ring-green-100\/85:hover{
  --tw-ring-color:rgb(209 250 229 / 0.85) !important
}

.hover\:ring-green-100\/90:hover{
  --tw-ring-color:rgb(209 250 229 / 0.9) !important
}

.hover\:ring-green-100\/95:hover{
  --tw-ring-color:rgb(209 250 229 / 0.95) !important
}

.hover\:ring-green-200:hover{
  --tw-ring-opacity:1 !important;
  --tw-ring-color:rgb(167 243 208 / var(--tw-ring-opacity, 1)) !important
}

.hover\:ring-green-200\/0:hover{
  --tw-ring-color:rgb(167 243 208 / 0) !important
}

.hover\:ring-green-200\/10:hover{
  --tw-ring-color:rgb(167 243 208 / 0.1) !important
}

.hover\:ring-green-200\/100:hover{
  --tw-ring-color:rgb(167 243 208 / 1) !important
}

.hover\:ring-green-200\/15:hover{
  --tw-ring-color:rgb(167 243 208 / 0.15) !important
}

.hover\:ring-green-200\/20:hover{
  --tw-ring-color:rgb(167 243 208 / 0.2) !important
}

.hover\:ring-green-200\/25:hover{
  --tw-ring-color:rgb(167 243 208 / 0.25) !important
}

.hover\:ring-green-200\/30:hover{
  --tw-ring-color:rgb(167 243 208 / 0.3) !important
}

.hover\:ring-green-200\/35:hover{
  --tw-ring-color:rgb(167 243 208 / 0.35) !important
}

.hover\:ring-green-200\/40:hover{
  --tw-ring-color:rgb(167 243 208 / 0.4) !important
}

.hover\:ring-green-200\/45:hover{
  --tw-ring-color:rgb(167 243 208 / 0.45) !important
}

.hover\:ring-green-200\/5:hover{
  --tw-ring-color:rgb(167 243 208 / 0.05) !important
}

.hover\:ring-green-200\/50:hover{
  --tw-ring-color:rgb(167 243 208 / 0.5) !important
}

.hover\:ring-green-200\/55:hover{
  --tw-ring-color:rgb(167 243 208 / 0.55) !important
}

.hover\:ring-green-200\/60:hover{
  --tw-ring-color:rgb(167 243 208 / 0.6) !important
}

.hover\:ring-green-200\/65:hover{
  --tw-ring-color:rgb(167 243 208 / 0.65) !important
}

.hover\:ring-green-200\/70:hover{
  --tw-ring-color:rgb(167 243 208 / 0.7) !important
}

.hover\:ring-green-200\/75:hover{
  --tw-ring-color:rgb(167 243 208 / 0.75) !important
}

.hover\:ring-green-200\/80:hover{
  --tw-ring-color:rgb(167 243 208 / 0.8) !important
}

.hover\:ring-green-200\/85:hover{
  --tw-ring-color:rgb(167 243 208 / 0.85) !important
}

.hover\:ring-green-200\/90:hover{
  --tw-ring-color:rgb(167 243 208 / 0.9) !important
}

.hover\:ring-green-200\/95:hover{
  --tw-ring-color:rgb(167 243 208 / 0.95) !important
}

.hover\:ring-green-300:hover{
  --tw-ring-opacity:1 !important;
  --tw-ring-color:rgb(110 231 183 / var(--tw-ring-opacity, 1)) !important
}

.hover\:ring-green-300\/0:hover{
  --tw-ring-color:rgb(110 231 183 / 0) !important
}

.hover\:ring-green-300\/10:hover{
  --tw-ring-color:rgb(110 231 183 / 0.1) !important
}

.hover\:ring-green-300\/100:hover{
  --tw-ring-color:rgb(110 231 183 / 1) !important
}

.hover\:ring-green-300\/15:hover{
  --tw-ring-color:rgb(110 231 183 / 0.15) !important
}

.hover\:ring-green-300\/20:hover{
  --tw-ring-color:rgb(110 231 183 / 0.2) !important
}

.hover\:ring-green-300\/25:hover{
  --tw-ring-color:rgb(110 231 183 / 0.25) !important
}

.hover\:ring-green-300\/30:hover{
  --tw-ring-color:rgb(110 231 183 / 0.3) !important
}

.hover\:ring-green-300\/35:hover{
  --tw-ring-color:rgb(110 231 183 / 0.35) !important
}

.hover\:ring-green-300\/40:hover{
  --tw-ring-color:rgb(110 231 183 / 0.4) !important
}

.hover\:ring-green-300\/45:hover{
  --tw-ring-color:rgb(110 231 183 / 0.45) !important
}

.hover\:ring-green-300\/5:hover{
  --tw-ring-color:rgb(110 231 183 / 0.05) !important
}

.hover\:ring-green-300\/50:hover{
  --tw-ring-color:rgb(110 231 183 / 0.5) !important
}

.hover\:ring-green-300\/55:hover{
  --tw-ring-color:rgb(110 231 183 / 0.55) !important
}

.hover\:ring-green-300\/60:hover{
  --tw-ring-color:rgb(110 231 183 / 0.6) !important
}

.hover\:ring-green-300\/65:hover{
  --tw-ring-color:rgb(110 231 183 / 0.65) !important
}

.hover\:ring-green-300\/70:hover{
  --tw-ring-color:rgb(110 231 183 / 0.7) !important
}

.hover\:ring-green-300\/75:hover{
  --tw-ring-color:rgb(110 231 183 / 0.75) !important
}

.hover\:ring-green-300\/80:hover{
  --tw-ring-color:rgb(110 231 183 / 0.8) !important
}

.hover\:ring-green-300\/85:hover{
  --tw-ring-color:rgb(110 231 183 / 0.85) !important
}

.hover\:ring-green-300\/90:hover{
  --tw-ring-color:rgb(110 231 183 / 0.9) !important
}

.hover\:ring-green-300\/95:hover{
  --tw-ring-color:rgb(110 231 183 / 0.95) !important
}

.hover\:ring-green-500:hover{
  --tw-ring-opacity:1 !important;
  --tw-ring-color:rgb(16 185 129 / var(--tw-ring-opacity, 1)) !important
}

.hover\:ring-green-500\/0:hover{
  --tw-ring-color:rgb(16 185 129 / 0) !important
}

.hover\:ring-green-500\/10:hover{
  --tw-ring-color:rgb(16 185 129 / 0.1) !important
}

.hover\:ring-green-500\/100:hover{
  --tw-ring-color:rgb(16 185 129 / 1) !important
}

.hover\:ring-green-500\/15:hover{
  --tw-ring-color:rgb(16 185 129 / 0.15) !important
}

.hover\:ring-green-500\/20:hover{
  --tw-ring-color:rgb(16 185 129 / 0.2) !important
}

.hover\:ring-green-500\/25:hover{
  --tw-ring-color:rgb(16 185 129 / 0.25) !important
}

.hover\:ring-green-500\/30:hover{
  --tw-ring-color:rgb(16 185 129 / 0.3) !important
}

.hover\:ring-green-500\/35:hover{
  --tw-ring-color:rgb(16 185 129 / 0.35) !important
}

.hover\:ring-green-500\/40:hover{
  --tw-ring-color:rgb(16 185 129 / 0.4) !important
}

.hover\:ring-green-500\/45:hover{
  --tw-ring-color:rgb(16 185 129 / 0.45) !important
}

.hover\:ring-green-500\/5:hover{
  --tw-ring-color:rgb(16 185 129 / 0.05) !important
}

.hover\:ring-green-500\/50:hover{
  --tw-ring-color:rgb(16 185 129 / 0.5) !important
}

.hover\:ring-green-500\/55:hover{
  --tw-ring-color:rgb(16 185 129 / 0.55) !important
}

.hover\:ring-green-500\/60:hover{
  --tw-ring-color:rgb(16 185 129 / 0.6) !important
}

.hover\:ring-green-500\/65:hover{
  --tw-ring-color:rgb(16 185 129 / 0.65) !important
}

.hover\:ring-green-500\/70:hover{
  --tw-ring-color:rgb(16 185 129 / 0.7) !important
}

.hover\:ring-green-500\/75:hover{
  --tw-ring-color:rgb(16 185 129 / 0.75) !important
}

.hover\:ring-green-500\/80:hover{
  --tw-ring-color:rgb(16 185 129 / 0.8) !important
}

.hover\:ring-green-500\/85:hover{
  --tw-ring-color:rgb(16 185 129 / 0.85) !important
}

.hover\:ring-green-500\/90:hover{
  --tw-ring-color:rgb(16 185 129 / 0.9) !important
}

.hover\:ring-green-500\/95:hover{
  --tw-ring-color:rgb(16 185 129 / 0.95) !important
}

.hover\:ring-green-700:hover{
  --tw-ring-opacity:1 !important;
  --tw-ring-color:rgb(4 120 87 / var(--tw-ring-opacity, 1)) !important
}

.hover\:ring-green-700\/0:hover{
  --tw-ring-color:rgb(4 120 87 / 0) !important
}

.hover\:ring-green-700\/10:hover{
  --tw-ring-color:rgb(4 120 87 / 0.1) !important
}

.hover\:ring-green-700\/100:hover{
  --tw-ring-color:rgb(4 120 87 / 1) !important
}

.hover\:ring-green-700\/15:hover{
  --tw-ring-color:rgb(4 120 87 / 0.15) !important
}

.hover\:ring-green-700\/20:hover{
  --tw-ring-color:rgb(4 120 87 / 0.2) !important
}

.hover\:ring-green-700\/25:hover{
  --tw-ring-color:rgb(4 120 87 / 0.25) !important
}

.hover\:ring-green-700\/30:hover{
  --tw-ring-color:rgb(4 120 87 / 0.3) !important
}

.hover\:ring-green-700\/35:hover{
  --tw-ring-color:rgb(4 120 87 / 0.35) !important
}

.hover\:ring-green-700\/40:hover{
  --tw-ring-color:rgb(4 120 87 / 0.4) !important
}

.hover\:ring-green-700\/45:hover{
  --tw-ring-color:rgb(4 120 87 / 0.45) !important
}

.hover\:ring-green-700\/5:hover{
  --tw-ring-color:rgb(4 120 87 / 0.05) !important
}

.hover\:ring-green-700\/50:hover{
  --tw-ring-color:rgb(4 120 87 / 0.5) !important
}

.hover\:ring-green-700\/55:hover{
  --tw-ring-color:rgb(4 120 87 / 0.55) !important
}

.hover\:ring-green-700\/60:hover{
  --tw-ring-color:rgb(4 120 87 / 0.6) !important
}

.hover\:ring-green-700\/65:hover{
  --tw-ring-color:rgb(4 120 87 / 0.65) !important
}

.hover\:ring-green-700\/70:hover{
  --tw-ring-color:rgb(4 120 87 / 0.7) !important
}

.hover\:ring-green-700\/75:hover{
  --tw-ring-color:rgb(4 120 87 / 0.75) !important
}

.hover\:ring-green-700\/80:hover{
  --tw-ring-color:rgb(4 120 87 / 0.8) !important
}

.hover\:ring-green-700\/85:hover{
  --tw-ring-color:rgb(4 120 87 / 0.85) !important
}

.hover\:ring-green-700\/90:hover{
  --tw-ring-color:rgb(4 120 87 / 0.9) !important
}

.hover\:ring-green-700\/95:hover{
  --tw-ring-color:rgb(4 120 87 / 0.95) !important
}

.hover\:ring-green-900:hover{
  --tw-ring-opacity:1 !important;
  --tw-ring-color:rgb(6 78 59 / var(--tw-ring-opacity, 1)) !important
}

.hover\:ring-green-900\/0:hover{
  --tw-ring-color:rgb(6 78 59 / 0) !important
}

.hover\:ring-green-900\/10:hover{
  --tw-ring-color:rgb(6 78 59 / 0.1) !important
}

.hover\:ring-green-900\/100:hover{
  --tw-ring-color:rgb(6 78 59 / 1) !important
}

.hover\:ring-green-900\/15:hover{
  --tw-ring-color:rgb(6 78 59 / 0.15) !important
}

.hover\:ring-green-900\/20:hover{
  --tw-ring-color:rgb(6 78 59 / 0.2) !important
}

.hover\:ring-green-900\/25:hover{
  --tw-ring-color:rgb(6 78 59 / 0.25) !important
}

.hover\:ring-green-900\/30:hover{
  --tw-ring-color:rgb(6 78 59 / 0.3) !important
}

.hover\:ring-green-900\/35:hover{
  --tw-ring-color:rgb(6 78 59 / 0.35) !important
}

.hover\:ring-green-900\/40:hover{
  --tw-ring-color:rgb(6 78 59 / 0.4) !important
}

.hover\:ring-green-900\/45:hover{
  --tw-ring-color:rgb(6 78 59 / 0.45) !important
}

.hover\:ring-green-900\/5:hover{
  --tw-ring-color:rgb(6 78 59 / 0.05) !important
}

.hover\:ring-green-900\/50:hover{
  --tw-ring-color:rgb(6 78 59 / 0.5) !important
}

.hover\:ring-green-900\/55:hover{
  --tw-ring-color:rgb(6 78 59 / 0.55) !important
}

.hover\:ring-green-900\/60:hover{
  --tw-ring-color:rgb(6 78 59 / 0.6) !important
}

.hover\:ring-green-900\/65:hover{
  --tw-ring-color:rgb(6 78 59 / 0.65) !important
}

.hover\:ring-green-900\/70:hover{
  --tw-ring-color:rgb(6 78 59 / 0.7) !important
}

.hover\:ring-green-900\/75:hover{
  --tw-ring-color:rgb(6 78 59 / 0.75) !important
}

.hover\:ring-green-900\/80:hover{
  --tw-ring-color:rgb(6 78 59 / 0.8) !important
}

.hover\:ring-green-900\/85:hover{
  --tw-ring-color:rgb(6 78 59 / 0.85) !important
}

.hover\:ring-green-900\/90:hover{
  --tw-ring-color:rgb(6 78 59 / 0.9) !important
}

.hover\:ring-green-900\/95:hover{
  --tw-ring-color:rgb(6 78 59 / 0.95) !important
}

.hover\:ring-orange-100:hover{
  --tw-ring-opacity:1 !important;
  --tw-ring-color:rgb(255 221 209 / var(--tw-ring-opacity, 1)) !important
}

.hover\:ring-orange-100\/0:hover{
  --tw-ring-color:rgb(255 221 209 / 0) !important
}

.hover\:ring-orange-100\/10:hover{
  --tw-ring-color:rgb(255 221 209 / 0.1) !important
}

.hover\:ring-orange-100\/100:hover{
  --tw-ring-color:rgb(255 221 209 / 1) !important
}

.hover\:ring-orange-100\/15:hover{
  --tw-ring-color:rgb(255 221 209 / 0.15) !important
}

.hover\:ring-orange-100\/20:hover{
  --tw-ring-color:rgb(255 221 209 / 0.2) !important
}

.hover\:ring-orange-100\/25:hover{
  --tw-ring-color:rgb(255 221 209 / 0.25) !important
}

.hover\:ring-orange-100\/30:hover{
  --tw-ring-color:rgb(255 221 209 / 0.3) !important
}

.hover\:ring-orange-100\/35:hover{
  --tw-ring-color:rgb(255 221 209 / 0.35) !important
}

.hover\:ring-orange-100\/40:hover{
  --tw-ring-color:rgb(255 221 209 / 0.4) !important
}

.hover\:ring-orange-100\/45:hover{
  --tw-ring-color:rgb(255 221 209 / 0.45) !important
}

.hover\:ring-orange-100\/5:hover{
  --tw-ring-color:rgb(255 221 209 / 0.05) !important
}

.hover\:ring-orange-100\/50:hover{
  --tw-ring-color:rgb(255 221 209 / 0.5) !important
}

.hover\:ring-orange-100\/55:hover{
  --tw-ring-color:rgb(255 221 209 / 0.55) !important
}

.hover\:ring-orange-100\/60:hover{
  --tw-ring-color:rgb(255 221 209 / 0.6) !important
}

.hover\:ring-orange-100\/65:hover{
  --tw-ring-color:rgb(255 221 209 / 0.65) !important
}

.hover\:ring-orange-100\/70:hover{
  --tw-ring-color:rgb(255 221 209 / 0.7) !important
}

.hover\:ring-orange-100\/75:hover{
  --tw-ring-color:rgb(255 221 209 / 0.75) !important
}

.hover\:ring-orange-100\/80:hover{
  --tw-ring-color:rgb(255 221 209 / 0.8) !important
}

.hover\:ring-orange-100\/85:hover{
  --tw-ring-color:rgb(255 221 209 / 0.85) !important
}

.hover\:ring-orange-100\/90:hover{
  --tw-ring-color:rgb(255 221 209 / 0.9) !important
}

.hover\:ring-orange-100\/95:hover{
  --tw-ring-color:rgb(255 221 209 / 0.95) !important
}

.hover\:ring-orange-200:hover{
  --tw-ring-opacity:1 !important;
  --tw-ring-color:rgb(254 215 170 / var(--tw-ring-opacity, 1)) !important
}

.hover\:ring-orange-200\/0:hover{
  --tw-ring-color:rgb(254 215 170 / 0) !important
}

.hover\:ring-orange-200\/10:hover{
  --tw-ring-color:rgb(254 215 170 / 0.1) !important
}

.hover\:ring-orange-200\/100:hover{
  --tw-ring-color:rgb(254 215 170 / 1) !important
}

.hover\:ring-orange-200\/15:hover{
  --tw-ring-color:rgb(254 215 170 / 0.15) !important
}

.hover\:ring-orange-200\/20:hover{
  --tw-ring-color:rgb(254 215 170 / 0.2) !important
}

.hover\:ring-orange-200\/25:hover{
  --tw-ring-color:rgb(254 215 170 / 0.25) !important
}

.hover\:ring-orange-200\/30:hover{
  --tw-ring-color:rgb(254 215 170 / 0.3) !important
}

.hover\:ring-orange-200\/35:hover{
  --tw-ring-color:rgb(254 215 170 / 0.35) !important
}

.hover\:ring-orange-200\/40:hover{
  --tw-ring-color:rgb(254 215 170 / 0.4) !important
}

.hover\:ring-orange-200\/45:hover{
  --tw-ring-color:rgb(254 215 170 / 0.45) !important
}

.hover\:ring-orange-200\/5:hover{
  --tw-ring-color:rgb(254 215 170 / 0.05) !important
}

.hover\:ring-orange-200\/50:hover{
  --tw-ring-color:rgb(254 215 170 / 0.5) !important
}

.hover\:ring-orange-200\/55:hover{
  --tw-ring-color:rgb(254 215 170 / 0.55) !important
}

.hover\:ring-orange-200\/60:hover{
  --tw-ring-color:rgb(254 215 170 / 0.6) !important
}

.hover\:ring-orange-200\/65:hover{
  --tw-ring-color:rgb(254 215 170 / 0.65) !important
}

.hover\:ring-orange-200\/70:hover{
  --tw-ring-color:rgb(254 215 170 / 0.7) !important
}

.hover\:ring-orange-200\/75:hover{
  --tw-ring-color:rgb(254 215 170 / 0.75) !important
}

.hover\:ring-orange-200\/80:hover{
  --tw-ring-color:rgb(254 215 170 / 0.8) !important
}

.hover\:ring-orange-200\/85:hover{
  --tw-ring-color:rgb(254 215 170 / 0.85) !important
}

.hover\:ring-orange-200\/90:hover{
  --tw-ring-color:rgb(254 215 170 / 0.9) !important
}

.hover\:ring-orange-200\/95:hover{
  --tw-ring-color:rgb(254 215 170 / 0.95) !important
}

.hover\:ring-orange-300:hover{
  --tw-ring-opacity:1 !important;
  --tw-ring-color:rgb(255 187 162 / var(--tw-ring-opacity, 1)) !important
}

.hover\:ring-orange-300\/0:hover{
  --tw-ring-color:rgb(255 187 162 / 0) !important
}

.hover\:ring-orange-300\/10:hover{
  --tw-ring-color:rgb(255 187 162 / 0.1) !important
}

.hover\:ring-orange-300\/100:hover{
  --tw-ring-color:rgb(255 187 162 / 1) !important
}

.hover\:ring-orange-300\/15:hover{
  --tw-ring-color:rgb(255 187 162 / 0.15) !important
}

.hover\:ring-orange-300\/20:hover{
  --tw-ring-color:rgb(255 187 162 / 0.2) !important
}

.hover\:ring-orange-300\/25:hover{
  --tw-ring-color:rgb(255 187 162 / 0.25) !important
}

.hover\:ring-orange-300\/30:hover{
  --tw-ring-color:rgb(255 187 162 / 0.3) !important
}

.hover\:ring-orange-300\/35:hover{
  --tw-ring-color:rgb(255 187 162 / 0.35) !important
}

.hover\:ring-orange-300\/40:hover{
  --tw-ring-color:rgb(255 187 162 / 0.4) !important
}

.hover\:ring-orange-300\/45:hover{
  --tw-ring-color:rgb(255 187 162 / 0.45) !important
}

.hover\:ring-orange-300\/5:hover{
  --tw-ring-color:rgb(255 187 162 / 0.05) !important
}

.hover\:ring-orange-300\/50:hover{
  --tw-ring-color:rgb(255 187 162 / 0.5) !important
}

.hover\:ring-orange-300\/55:hover{
  --tw-ring-color:rgb(255 187 162 / 0.55) !important
}

.hover\:ring-orange-300\/60:hover{
  --tw-ring-color:rgb(255 187 162 / 0.6) !important
}

.hover\:ring-orange-300\/65:hover{
  --tw-ring-color:rgb(255 187 162 / 0.65) !important
}

.hover\:ring-orange-300\/70:hover{
  --tw-ring-color:rgb(255 187 162 / 0.7) !important
}

.hover\:ring-orange-300\/75:hover{
  --tw-ring-color:rgb(255 187 162 / 0.75) !important
}

.hover\:ring-orange-300\/80:hover{
  --tw-ring-color:rgb(255 187 162 / 0.8) !important
}

.hover\:ring-orange-300\/85:hover{
  --tw-ring-color:rgb(255 187 162 / 0.85) !important
}

.hover\:ring-orange-300\/90:hover{
  --tw-ring-color:rgb(255 187 162 / 0.9) !important
}

.hover\:ring-orange-300\/95:hover{
  --tw-ring-color:rgb(255 187 162 / 0.95) !important
}

.hover\:ring-orange-500:hover{
  --tw-ring-opacity:1 !important;
  --tw-ring-color:rgb(255 153 116 / var(--tw-ring-opacity, 1)) !important
}

.hover\:ring-orange-500\/0:hover{
  --tw-ring-color:rgb(255 153 116 / 0) !important
}

.hover\:ring-orange-500\/10:hover{
  --tw-ring-color:rgb(255 153 116 / 0.1) !important
}

.hover\:ring-orange-500\/100:hover{
  --tw-ring-color:rgb(255 153 116 / 1) !important
}

.hover\:ring-orange-500\/15:hover{
  --tw-ring-color:rgb(255 153 116 / 0.15) !important
}

.hover\:ring-orange-500\/20:hover{
  --tw-ring-color:rgb(255 153 116 / 0.2) !important
}

.hover\:ring-orange-500\/25:hover{
  --tw-ring-color:rgb(255 153 116 / 0.25) !important
}

.hover\:ring-orange-500\/30:hover{
  --tw-ring-color:rgb(255 153 116 / 0.3) !important
}

.hover\:ring-orange-500\/35:hover{
  --tw-ring-color:rgb(255 153 116 / 0.35) !important
}

.hover\:ring-orange-500\/40:hover{
  --tw-ring-color:rgb(255 153 116 / 0.4) !important
}

.hover\:ring-orange-500\/45:hover{
  --tw-ring-color:rgb(255 153 116 / 0.45) !important
}

.hover\:ring-orange-500\/5:hover{
  --tw-ring-color:rgb(255 153 116 / 0.05) !important
}

.hover\:ring-orange-500\/50:hover{
  --tw-ring-color:rgb(255 153 116 / 0.5) !important
}

.hover\:ring-orange-500\/55:hover{
  --tw-ring-color:rgb(255 153 116 / 0.55) !important
}

.hover\:ring-orange-500\/60:hover{
  --tw-ring-color:rgb(255 153 116 / 0.6) !important
}

.hover\:ring-orange-500\/65:hover{
  --tw-ring-color:rgb(255 153 116 / 0.65) !important
}

.hover\:ring-orange-500\/70:hover{
  --tw-ring-color:rgb(255 153 116 / 0.7) !important
}

.hover\:ring-orange-500\/75:hover{
  --tw-ring-color:rgb(255 153 116 / 0.75) !important
}

.hover\:ring-orange-500\/80:hover{
  --tw-ring-color:rgb(255 153 116 / 0.8) !important
}

.hover\:ring-orange-500\/85:hover{
  --tw-ring-color:rgb(255 153 116 / 0.85) !important
}

.hover\:ring-orange-500\/90:hover{
  --tw-ring-color:rgb(255 153 116 / 0.9) !important
}

.hover\:ring-orange-500\/95:hover{
  --tw-ring-color:rgb(255 153 116 / 0.95) !important
}

.hover\:ring-orange-700:hover{
  --tw-ring-opacity:1 !important;
  --tw-ring-color:rgb(255 119 69 / var(--tw-ring-opacity, 1)) !important
}

.hover\:ring-orange-700\/0:hover{
  --tw-ring-color:rgb(255 119 69 / 0) !important
}

.hover\:ring-orange-700\/10:hover{
  --tw-ring-color:rgb(255 119 69 / 0.1) !important
}

.hover\:ring-orange-700\/100:hover{
  --tw-ring-color:rgb(255 119 69 / 1) !important
}

.hover\:ring-orange-700\/15:hover{
  --tw-ring-color:rgb(255 119 69 / 0.15) !important
}

.hover\:ring-orange-700\/20:hover{
  --tw-ring-color:rgb(255 119 69 / 0.2) !important
}

.hover\:ring-orange-700\/25:hover{
  --tw-ring-color:rgb(255 119 69 / 0.25) !important
}

.hover\:ring-orange-700\/30:hover{
  --tw-ring-color:rgb(255 119 69 / 0.3) !important
}

.hover\:ring-orange-700\/35:hover{
  --tw-ring-color:rgb(255 119 69 / 0.35) !important
}

.hover\:ring-orange-700\/40:hover{
  --tw-ring-color:rgb(255 119 69 / 0.4) !important
}

.hover\:ring-orange-700\/45:hover{
  --tw-ring-color:rgb(255 119 69 / 0.45) !important
}

.hover\:ring-orange-700\/5:hover{
  --tw-ring-color:rgb(255 119 69 / 0.05) !important
}

.hover\:ring-orange-700\/50:hover{
  --tw-ring-color:rgb(255 119 69 / 0.5) !important
}

.hover\:ring-orange-700\/55:hover{
  --tw-ring-color:rgb(255 119 69 / 0.55) !important
}

.hover\:ring-orange-700\/60:hover{
  --tw-ring-color:rgb(255 119 69 / 0.6) !important
}

.hover\:ring-orange-700\/65:hover{
  --tw-ring-color:rgb(255 119 69 / 0.65) !important
}

.hover\:ring-orange-700\/70:hover{
  --tw-ring-color:rgb(255 119 69 / 0.7) !important
}

.hover\:ring-orange-700\/75:hover{
  --tw-ring-color:rgb(255 119 69 / 0.75) !important
}

.hover\:ring-orange-700\/80:hover{
  --tw-ring-color:rgb(255 119 69 / 0.8) !important
}

.hover\:ring-orange-700\/85:hover{
  --tw-ring-color:rgb(255 119 69 / 0.85) !important
}

.hover\:ring-orange-700\/90:hover{
  --tw-ring-color:rgb(255 119 69 / 0.9) !important
}

.hover\:ring-orange-700\/95:hover{
  --tw-ring-color:rgb(255 119 69 / 0.95) !important
}

.hover\:ring-orange-900:hover{
  --tw-ring-opacity:1 !important;
  --tw-ring-color:rgb(255 85 23 / var(--tw-ring-opacity, 1)) !important
}

.hover\:ring-orange-900\/0:hover{
  --tw-ring-color:rgb(255 85 23 / 0) !important
}

.hover\:ring-orange-900\/10:hover{
  --tw-ring-color:rgb(255 85 23 / 0.1) !important
}

.hover\:ring-orange-900\/100:hover{
  --tw-ring-color:rgb(255 85 23 / 1) !important
}

.hover\:ring-orange-900\/15:hover{
  --tw-ring-color:rgb(255 85 23 / 0.15) !important
}

.hover\:ring-orange-900\/20:hover{
  --tw-ring-color:rgb(255 85 23 / 0.2) !important
}

.hover\:ring-orange-900\/25:hover{
  --tw-ring-color:rgb(255 85 23 / 0.25) !important
}

.hover\:ring-orange-900\/30:hover{
  --tw-ring-color:rgb(255 85 23 / 0.3) !important
}

.hover\:ring-orange-900\/35:hover{
  --tw-ring-color:rgb(255 85 23 / 0.35) !important
}

.hover\:ring-orange-900\/40:hover{
  --tw-ring-color:rgb(255 85 23 / 0.4) !important
}

.hover\:ring-orange-900\/45:hover{
  --tw-ring-color:rgb(255 85 23 / 0.45) !important
}

.hover\:ring-orange-900\/5:hover{
  --tw-ring-color:rgb(255 85 23 / 0.05) !important
}

.hover\:ring-orange-900\/50:hover{
  --tw-ring-color:rgb(255 85 23 / 0.5) !important
}

.hover\:ring-orange-900\/55:hover{
  --tw-ring-color:rgb(255 85 23 / 0.55) !important
}

.hover\:ring-orange-900\/60:hover{
  --tw-ring-color:rgb(255 85 23 / 0.6) !important
}

.hover\:ring-orange-900\/65:hover{
  --tw-ring-color:rgb(255 85 23 / 0.65) !important
}

.hover\:ring-orange-900\/70:hover{
  --tw-ring-color:rgb(255 85 23 / 0.7) !important
}

.hover\:ring-orange-900\/75:hover{
  --tw-ring-color:rgb(255 85 23 / 0.75) !important
}

.hover\:ring-orange-900\/80:hover{
  --tw-ring-color:rgb(255 85 23 / 0.8) !important
}

.hover\:ring-orange-900\/85:hover{
  --tw-ring-color:rgb(255 85 23 / 0.85) !important
}

.hover\:ring-orange-900\/90:hover{
  --tw-ring-color:rgb(255 85 23 / 0.9) !important
}

.hover\:ring-orange-900\/95:hover{
  --tw-ring-color:rgb(255 85 23 / 0.95) !important
}

.hover\:ring-red-100:hover{
  --tw-ring-opacity:1 !important;
  --tw-ring-color:rgb(255 213 215 / var(--tw-ring-opacity, 1)) !important
}

.hover\:ring-red-100\/0:hover{
  --tw-ring-color:rgb(255 213 215 / 0) !important
}

.hover\:ring-red-100\/10:hover{
  --tw-ring-color:rgb(255 213 215 / 0.1) !important
}

.hover\:ring-red-100\/100:hover{
  --tw-ring-color:rgb(255 213 215 / 1) !important
}

.hover\:ring-red-100\/15:hover{
  --tw-ring-color:rgb(255 213 215 / 0.15) !important
}

.hover\:ring-red-100\/20:hover{
  --tw-ring-color:rgb(255 213 215 / 0.2) !important
}

.hover\:ring-red-100\/25:hover{
  --tw-ring-color:rgb(255 213 215 / 0.25) !important
}

.hover\:ring-red-100\/30:hover{
  --tw-ring-color:rgb(255 213 215 / 0.3) !important
}

.hover\:ring-red-100\/35:hover{
  --tw-ring-color:rgb(255 213 215 / 0.35) !important
}

.hover\:ring-red-100\/40:hover{
  --tw-ring-color:rgb(255 213 215 / 0.4) !important
}

.hover\:ring-red-100\/45:hover{
  --tw-ring-color:rgb(255 213 215 / 0.45) !important
}

.hover\:ring-red-100\/5:hover{
  --tw-ring-color:rgb(255 213 215 / 0.05) !important
}

.hover\:ring-red-100\/50:hover{
  --tw-ring-color:rgb(255 213 215 / 0.5) !important
}

.hover\:ring-red-100\/55:hover{
  --tw-ring-color:rgb(255 213 215 / 0.55) !important
}

.hover\:ring-red-100\/60:hover{
  --tw-ring-color:rgb(255 213 215 / 0.6) !important
}

.hover\:ring-red-100\/65:hover{
  --tw-ring-color:rgb(255 213 215 / 0.65) !important
}

.hover\:ring-red-100\/70:hover{
  --tw-ring-color:rgb(255 213 215 / 0.7) !important
}

.hover\:ring-red-100\/75:hover{
  --tw-ring-color:rgb(255 213 215 / 0.75) !important
}

.hover\:ring-red-100\/80:hover{
  --tw-ring-color:rgb(255 213 215 / 0.8) !important
}

.hover\:ring-red-100\/85:hover{
  --tw-ring-color:rgb(255 213 215 / 0.85) !important
}

.hover\:ring-red-100\/90:hover{
  --tw-ring-color:rgb(255 213 215 / 0.9) !important
}

.hover\:ring-red-100\/95:hover{
  --tw-ring-color:rgb(255 213 215 / 0.95) !important
}

.hover\:ring-red-200:hover{
  --tw-ring-opacity:1 !important;
  --tw-ring-color:rgb(255 172 174 / var(--tw-ring-opacity, 1)) !important
}

.hover\:ring-red-200\/0:hover{
  --tw-ring-color:rgb(255 172 174 / 0) !important
}

.hover\:ring-red-200\/10:hover{
  --tw-ring-color:rgb(255 172 174 / 0.1) !important
}

.hover\:ring-red-200\/100:hover{
  --tw-ring-color:rgb(255 172 174 / 1) !important
}

.hover\:ring-red-200\/15:hover{
  --tw-ring-color:rgb(255 172 174 / 0.15) !important
}

.hover\:ring-red-200\/20:hover{
  --tw-ring-color:rgb(255 172 174 / 0.2) !important
}

.hover\:ring-red-200\/25:hover{
  --tw-ring-color:rgb(255 172 174 / 0.25) !important
}

.hover\:ring-red-200\/30:hover{
  --tw-ring-color:rgb(255 172 174 / 0.3) !important
}

.hover\:ring-red-200\/35:hover{
  --tw-ring-color:rgb(255 172 174 / 0.35) !important
}

.hover\:ring-red-200\/40:hover{
  --tw-ring-color:rgb(255 172 174 / 0.4) !important
}

.hover\:ring-red-200\/45:hover{
  --tw-ring-color:rgb(255 172 174 / 0.45) !important
}

.hover\:ring-red-200\/5:hover{
  --tw-ring-color:rgb(255 172 174 / 0.05) !important
}

.hover\:ring-red-200\/50:hover{
  --tw-ring-color:rgb(255 172 174 / 0.5) !important
}

.hover\:ring-red-200\/55:hover{
  --tw-ring-color:rgb(255 172 174 / 0.55) !important
}

.hover\:ring-red-200\/60:hover{
  --tw-ring-color:rgb(255 172 174 / 0.6) !important
}

.hover\:ring-red-200\/65:hover{
  --tw-ring-color:rgb(255 172 174 / 0.65) !important
}

.hover\:ring-red-200\/70:hover{
  --tw-ring-color:rgb(255 172 174 / 0.7) !important
}

.hover\:ring-red-200\/75:hover{
  --tw-ring-color:rgb(255 172 174 / 0.75) !important
}

.hover\:ring-red-200\/80:hover{
  --tw-ring-color:rgb(255 172 174 / 0.8) !important
}

.hover\:ring-red-200\/85:hover{
  --tw-ring-color:rgb(255 172 174 / 0.85) !important
}

.hover\:ring-red-200\/90:hover{
  --tw-ring-color:rgb(255 172 174 / 0.9) !important
}

.hover\:ring-red-200\/95:hover{
  --tw-ring-color:rgb(255 172 174 / 0.95) !important
}

.hover\:ring-red-300:hover{
  --tw-ring-opacity:1 !important;
  --tw-ring-color:rgb(255 130 134 / var(--tw-ring-opacity, 1)) !important
}

.hover\:ring-red-300\/0:hover{
  --tw-ring-color:rgb(255 130 134 / 0) !important
}

.hover\:ring-red-300\/10:hover{
  --tw-ring-color:rgb(255 130 134 / 0.1) !important
}

.hover\:ring-red-300\/100:hover{
  --tw-ring-color:rgb(255 130 134 / 1) !important
}

.hover\:ring-red-300\/15:hover{
  --tw-ring-color:rgb(255 130 134 / 0.15) !important
}

.hover\:ring-red-300\/20:hover{
  --tw-ring-color:rgb(255 130 134 / 0.2) !important
}

.hover\:ring-red-300\/25:hover{
  --tw-ring-color:rgb(255 130 134 / 0.25) !important
}

.hover\:ring-red-300\/30:hover{
  --tw-ring-color:rgb(255 130 134 / 0.3) !important
}

.hover\:ring-red-300\/35:hover{
  --tw-ring-color:rgb(255 130 134 / 0.35) !important
}

.hover\:ring-red-300\/40:hover{
  --tw-ring-color:rgb(255 130 134 / 0.4) !important
}

.hover\:ring-red-300\/45:hover{
  --tw-ring-color:rgb(255 130 134 / 0.45) !important
}

.hover\:ring-red-300\/5:hover{
  --tw-ring-color:rgb(255 130 134 / 0.05) !important
}

.hover\:ring-red-300\/50:hover{
  --tw-ring-color:rgb(255 130 134 / 0.5) !important
}

.hover\:ring-red-300\/55:hover{
  --tw-ring-color:rgb(255 130 134 / 0.55) !important
}

.hover\:ring-red-300\/60:hover{
  --tw-ring-color:rgb(255 130 134 / 0.6) !important
}

.hover\:ring-red-300\/65:hover{
  --tw-ring-color:rgb(255 130 134 / 0.65) !important
}

.hover\:ring-red-300\/70:hover{
  --tw-ring-color:rgb(255 130 134 / 0.7) !important
}

.hover\:ring-red-300\/75:hover{
  --tw-ring-color:rgb(255 130 134 / 0.75) !important
}

.hover\:ring-red-300\/80:hover{
  --tw-ring-color:rgb(255 130 134 / 0.8) !important
}

.hover\:ring-red-300\/85:hover{
  --tw-ring-color:rgb(255 130 134 / 0.85) !important
}

.hover\:ring-red-300\/90:hover{
  --tw-ring-color:rgb(255 130 134 / 0.9) !important
}

.hover\:ring-red-300\/95:hover{
  --tw-ring-color:rgb(255 130 134 / 0.95) !important
}

.hover\:ring-red-500:hover{
  --tw-ring-opacity:1 !important;
  --tw-ring-color:rgb(255 47 53 / var(--tw-ring-opacity, 1)) !important
}

.hover\:ring-red-500\/0:hover{
  --tw-ring-color:rgb(255 47 53 / 0) !important
}

.hover\:ring-red-500\/10:hover{
  --tw-ring-color:rgb(255 47 53 / 0.1) !important
}

.hover\:ring-red-500\/100:hover{
  --tw-ring-color:rgb(255 47 53 / 1) !important
}

.hover\:ring-red-500\/15:hover{
  --tw-ring-color:rgb(255 47 53 / 0.15) !important
}

.hover\:ring-red-500\/20:hover{
  --tw-ring-color:rgb(255 47 53 / 0.2) !important
}

.hover\:ring-red-500\/25:hover{
  --tw-ring-color:rgb(255 47 53 / 0.25) !important
}

.hover\:ring-red-500\/30:hover{
  --tw-ring-color:rgb(255 47 53 / 0.3) !important
}

.hover\:ring-red-500\/35:hover{
  --tw-ring-color:rgb(255 47 53 / 0.35) !important
}

.hover\:ring-red-500\/40:hover{
  --tw-ring-color:rgb(255 47 53 / 0.4) !important
}

.hover\:ring-red-500\/45:hover{
  --tw-ring-color:rgb(255 47 53 / 0.45) !important
}

.hover\:ring-red-500\/5:hover{
  --tw-ring-color:rgb(255 47 53 / 0.05) !important
}

.hover\:ring-red-500\/50:hover{
  --tw-ring-color:rgb(255 47 53 / 0.5) !important
}

.hover\:ring-red-500\/55:hover{
  --tw-ring-color:rgb(255 47 53 / 0.55) !important
}

.hover\:ring-red-500\/60:hover{
  --tw-ring-color:rgb(255 47 53 / 0.6) !important
}

.hover\:ring-red-500\/65:hover{
  --tw-ring-color:rgb(255 47 53 / 0.65) !important
}

.hover\:ring-red-500\/70:hover{
  --tw-ring-color:rgb(255 47 53 / 0.7) !important
}

.hover\:ring-red-500\/75:hover{
  --tw-ring-color:rgb(255 47 53 / 0.75) !important
}

.hover\:ring-red-500\/80:hover{
  --tw-ring-color:rgb(255 47 53 / 0.8) !important
}

.hover\:ring-red-500\/85:hover{
  --tw-ring-color:rgb(255 47 53 / 0.85) !important
}

.hover\:ring-red-500\/90:hover{
  --tw-ring-color:rgb(255 47 53 / 0.9) !important
}

.hover\:ring-red-500\/95:hover{
  --tw-ring-color:rgb(255 47 53 / 0.95) !important
}

.hover\:ring-red-700:hover{
  --tw-ring-opacity:1 !important;
  --tw-ring-color:rgb(185 28 28 / var(--tw-ring-opacity, 1)) !important
}

.hover\:ring-red-700\/0:hover{
  --tw-ring-color:rgb(185 28 28 / 0) !important
}

.hover\:ring-red-700\/10:hover{
  --tw-ring-color:rgb(185 28 28 / 0.1) !important
}

.hover\:ring-red-700\/100:hover{
  --tw-ring-color:rgb(185 28 28 / 1) !important
}

.hover\:ring-red-700\/15:hover{
  --tw-ring-color:rgb(185 28 28 / 0.15) !important
}

.hover\:ring-red-700\/20:hover{
  --tw-ring-color:rgb(185 28 28 / 0.2) !important
}

.hover\:ring-red-700\/25:hover{
  --tw-ring-color:rgb(185 28 28 / 0.25) !important
}

.hover\:ring-red-700\/30:hover{
  --tw-ring-color:rgb(185 28 28 / 0.3) !important
}

.hover\:ring-red-700\/35:hover{
  --tw-ring-color:rgb(185 28 28 / 0.35) !important
}

.hover\:ring-red-700\/40:hover{
  --tw-ring-color:rgb(185 28 28 / 0.4) !important
}

.hover\:ring-red-700\/45:hover{
  --tw-ring-color:rgb(185 28 28 / 0.45) !important
}

.hover\:ring-red-700\/5:hover{
  --tw-ring-color:rgb(185 28 28 / 0.05) !important
}

.hover\:ring-red-700\/50:hover{
  --tw-ring-color:rgb(185 28 28 / 0.5) !important
}

.hover\:ring-red-700\/55:hover{
  --tw-ring-color:rgb(185 28 28 / 0.55) !important
}

.hover\:ring-red-700\/60:hover{
  --tw-ring-color:rgb(185 28 28 / 0.6) !important
}

.hover\:ring-red-700\/65:hover{
  --tw-ring-color:rgb(185 28 28 / 0.65) !important
}

.hover\:ring-red-700\/70:hover{
  --tw-ring-color:rgb(185 28 28 / 0.7) !important
}

.hover\:ring-red-700\/75:hover{
  --tw-ring-color:rgb(185 28 28 / 0.75) !important
}

.hover\:ring-red-700\/80:hover{
  --tw-ring-color:rgb(185 28 28 / 0.8) !important
}

.hover\:ring-red-700\/85:hover{
  --tw-ring-color:rgb(185 28 28 / 0.85) !important
}

.hover\:ring-red-700\/90:hover{
  --tw-ring-color:rgb(185 28 28 / 0.9) !important
}

.hover\:ring-red-700\/95:hover{
  --tw-ring-color:rgb(185 28 28 / 0.95) !important
}

.hover\:ring-red-900:hover{
  --tw-ring-opacity:1 !important;
  --tw-ring-color:rgb(127 29 29 / var(--tw-ring-opacity, 1)) !important
}

.hover\:ring-red-900\/0:hover{
  --tw-ring-color:rgb(127 29 29 / 0) !important
}

.hover\:ring-red-900\/10:hover{
  --tw-ring-color:rgb(127 29 29 / 0.1) !important
}

.hover\:ring-red-900\/100:hover{
  --tw-ring-color:rgb(127 29 29 / 1) !important
}

.hover\:ring-red-900\/15:hover{
  --tw-ring-color:rgb(127 29 29 / 0.15) !important
}

.hover\:ring-red-900\/20:hover{
  --tw-ring-color:rgb(127 29 29 / 0.2) !important
}

.hover\:ring-red-900\/25:hover{
  --tw-ring-color:rgb(127 29 29 / 0.25) !important
}

.hover\:ring-red-900\/30:hover{
  --tw-ring-color:rgb(127 29 29 / 0.3) !important
}

.hover\:ring-red-900\/35:hover{
  --tw-ring-color:rgb(127 29 29 / 0.35) !important
}

.hover\:ring-red-900\/40:hover{
  --tw-ring-color:rgb(127 29 29 / 0.4) !important
}

.hover\:ring-red-900\/45:hover{
  --tw-ring-color:rgb(127 29 29 / 0.45) !important
}

.hover\:ring-red-900\/5:hover{
  --tw-ring-color:rgb(127 29 29 / 0.05) !important
}

.hover\:ring-red-900\/50:hover{
  --tw-ring-color:rgb(127 29 29 / 0.5) !important
}

.hover\:ring-red-900\/55:hover{
  --tw-ring-color:rgb(127 29 29 / 0.55) !important
}

.hover\:ring-red-900\/60:hover{
  --tw-ring-color:rgb(127 29 29 / 0.6) !important
}

.hover\:ring-red-900\/65:hover{
  --tw-ring-color:rgb(127 29 29 / 0.65) !important
}

.hover\:ring-red-900\/70:hover{
  --tw-ring-color:rgb(127 29 29 / 0.7) !important
}

.hover\:ring-red-900\/75:hover{
  --tw-ring-color:rgb(127 29 29 / 0.75) !important
}

.hover\:ring-red-900\/80:hover{
  --tw-ring-color:rgb(127 29 29 / 0.8) !important
}

.hover\:ring-red-900\/85:hover{
  --tw-ring-color:rgb(127 29 29 / 0.85) !important
}

.hover\:ring-red-900\/90:hover{
  --tw-ring-color:rgb(127 29 29 / 0.9) !important
}

.hover\:ring-red-900\/95:hover{
  --tw-ring-color:rgb(127 29 29 / 0.95) !important
}

.focus\:z-10:focus{
  z-index:10 !important
}

.focus\:border-blue-300:focus{
  --tw-border-opacity:1 !important;
  border-color:rgb(125 211 252 / 1) !important;
  border-color:rgb(125 211 252 / var(--tw-border-opacity, 1)) !important
}

.focus\:border-cyan-100:focus{
  --tw-border-opacity:1 !important;
  border-color:rgb(207 250 254 / 1) !important;
  border-color:rgb(207 250 254 / var(--tw-border-opacity, 1)) !important
}

.focus\:border-cyan-100\/0:focus{
  border-color:rgb(207 250 254 / 0) !important
}

.focus\:border-cyan-100\/10:focus{
  border-color:rgb(207 250 254 / 0.1) !important
}

.focus\:border-cyan-100\/100:focus{
  border-color:rgb(207 250 254 / 1) !important
}

.focus\:border-cyan-100\/15:focus{
  border-color:rgb(207 250 254 / 0.15) !important
}

.focus\:border-cyan-100\/20:focus{
  border-color:rgb(207 250 254 / 0.2) !important
}

.focus\:border-cyan-100\/25:focus{
  border-color:rgb(207 250 254 / 0.25) !important
}

.focus\:border-cyan-100\/30:focus{
  border-color:rgb(207 250 254 / 0.3) !important
}

.focus\:border-cyan-100\/35:focus{
  border-color:rgb(207 250 254 / 0.35) !important
}

.focus\:border-cyan-100\/40:focus{
  border-color:rgb(207 250 254 / 0.4) !important
}

.focus\:border-cyan-100\/45:focus{
  border-color:rgb(207 250 254 / 0.45) !important
}

.focus\:border-cyan-100\/5:focus{
  border-color:rgb(207 250 254 / 0.05) !important
}

.focus\:border-cyan-100\/50:focus{
  border-color:rgb(207 250 254 / 0.5) !important
}

.focus\:border-cyan-100\/55:focus{
  border-color:rgb(207 250 254 / 0.55) !important
}

.focus\:border-cyan-100\/60:focus{
  border-color:rgb(207 250 254 / 0.6) !important
}

.focus\:border-cyan-100\/65:focus{
  border-color:rgb(207 250 254 / 0.65) !important
}

.focus\:border-cyan-100\/70:focus{
  border-color:rgb(207 250 254 / 0.7) !important
}

.focus\:border-cyan-100\/75:focus{
  border-color:rgb(207 250 254 / 0.75) !important
}

.focus\:border-cyan-100\/80:focus{
  border-color:rgb(207 250 254 / 0.8) !important
}

.focus\:border-cyan-100\/85:focus{
  border-color:rgb(207 250 254 / 0.85) !important
}

.focus\:border-cyan-100\/90:focus{
  border-color:rgb(207 250 254 / 0.9) !important
}

.focus\:border-cyan-100\/95:focus{
  border-color:rgb(207 250 254 / 0.95) !important
}

.focus\:border-cyan-200:focus{
  --tw-border-opacity:1 !important;
  border-color:rgb(165 243 252 / 1) !important;
  border-color:rgb(165 243 252 / var(--tw-border-opacity, 1)) !important
}

.focus\:border-cyan-200\/0:focus{
  border-color:rgb(165 243 252 / 0) !important
}

.focus\:border-cyan-200\/10:focus{
  border-color:rgb(165 243 252 / 0.1) !important
}

.focus\:border-cyan-200\/100:focus{
  border-color:rgb(165 243 252 / 1) !important
}

.focus\:border-cyan-200\/15:focus{
  border-color:rgb(165 243 252 / 0.15) !important
}

.focus\:border-cyan-200\/20:focus{
  border-color:rgb(165 243 252 / 0.2) !important
}

.focus\:border-cyan-200\/25:focus{
  border-color:rgb(165 243 252 / 0.25) !important
}

.focus\:border-cyan-200\/30:focus{
  border-color:rgb(165 243 252 / 0.3) !important
}

.focus\:border-cyan-200\/35:focus{
  border-color:rgb(165 243 252 / 0.35) !important
}

.focus\:border-cyan-200\/40:focus{
  border-color:rgb(165 243 252 / 0.4) !important
}

.focus\:border-cyan-200\/45:focus{
  border-color:rgb(165 243 252 / 0.45) !important
}

.focus\:border-cyan-200\/5:focus{
  border-color:rgb(165 243 252 / 0.05) !important
}

.focus\:border-cyan-200\/50:focus{
  border-color:rgb(165 243 252 / 0.5) !important
}

.focus\:border-cyan-200\/55:focus{
  border-color:rgb(165 243 252 / 0.55) !important
}

.focus\:border-cyan-200\/60:focus{
  border-color:rgb(165 243 252 / 0.6) !important
}

.focus\:border-cyan-200\/65:focus{
  border-color:rgb(165 243 252 / 0.65) !important
}

.focus\:border-cyan-200\/70:focus{
  border-color:rgb(165 243 252 / 0.7) !important
}

.focus\:border-cyan-200\/75:focus{
  border-color:rgb(165 243 252 / 0.75) !important
}

.focus\:border-cyan-200\/80:focus{
  border-color:rgb(165 243 252 / 0.8) !important
}

.focus\:border-cyan-200\/85:focus{
  border-color:rgb(165 243 252 / 0.85) !important
}

.focus\:border-cyan-200\/90:focus{
  border-color:rgb(165 243 252 / 0.9) !important
}

.focus\:border-cyan-200\/95:focus{
  border-color:rgb(165 243 252 / 0.95) !important
}

.focus\:border-cyan-300:focus{
  --tw-border-opacity:1 !important;
  border-color:rgb(68 224 213 / 1) !important;
  border-color:rgb(68 224 213 / var(--tw-border-opacity, 1)) !important
}

.focus\:border-cyan-300\/0:focus{
  border-color:rgb(68 224 213 / 0) !important
}

.focus\:border-cyan-300\/10:focus{
  border-color:rgb(68 224 213 / 0.1) !important
}

.focus\:border-cyan-300\/100:focus{
  border-color:rgb(68 224 213 / 1) !important
}

.focus\:border-cyan-300\/15:focus{
  border-color:rgb(68 224 213 / 0.15) !important
}

.focus\:border-cyan-300\/20:focus{
  border-color:rgb(68 224 213 / 0.2) !important
}

.focus\:border-cyan-300\/25:focus{
  border-color:rgb(68 224 213 / 0.25) !important
}

.focus\:border-cyan-300\/30:focus{
  border-color:rgb(68 224 213 / 0.3) !important
}

.focus\:border-cyan-300\/35:focus{
  border-color:rgb(68 224 213 / 0.35) !important
}

.focus\:border-cyan-300\/40:focus{
  border-color:rgb(68 224 213 / 0.4) !important
}

.focus\:border-cyan-300\/45:focus{
  border-color:rgb(68 224 213 / 0.45) !important
}

.focus\:border-cyan-300\/5:focus{
  border-color:rgb(68 224 213 / 0.05) !important
}

.focus\:border-cyan-300\/50:focus{
  border-color:rgb(68 224 213 / 0.5) !important
}

.focus\:border-cyan-300\/55:focus{
  border-color:rgb(68 224 213 / 0.55) !important
}

.focus\:border-cyan-300\/60:focus{
  border-color:rgb(68 224 213 / 0.6) !important
}

.focus\:border-cyan-300\/65:focus{
  border-color:rgb(68 224 213 / 0.65) !important
}

.focus\:border-cyan-300\/70:focus{
  border-color:rgb(68 224 213 / 0.7) !important
}

.focus\:border-cyan-300\/75:focus{
  border-color:rgb(68 224 213 / 0.75) !important
}

.focus\:border-cyan-300\/80:focus{
  border-color:rgb(68 224 213 / 0.8) !important
}

.focus\:border-cyan-300\/85:focus{
  border-color:rgb(68 224 213 / 0.85) !important
}

.focus\:border-cyan-300\/90:focus{
  border-color:rgb(68 224 213 / 0.9) !important
}

.focus\:border-cyan-300\/95:focus{
  border-color:rgb(68 224 213 / 0.95) !important
}

.focus\:border-cyan-500:focus{
  --tw-border-opacity:1 !important;
  border-color:rgb(6 182 212 / 1) !important;
  border-color:rgb(6 182 212 / var(--tw-border-opacity, 1)) !important
}

.focus\:border-cyan-500\/0:focus{
  border-color:rgb(6 182 212 / 0) !important
}

.focus\:border-cyan-500\/10:focus{
  border-color:rgb(6 182 212 / 0.1) !important
}

.focus\:border-cyan-500\/100:focus{
  border-color:rgb(6 182 212 / 1) !important
}

.focus\:border-cyan-500\/15:focus{
  border-color:rgb(6 182 212 / 0.15) !important
}

.focus\:border-cyan-500\/20:focus{
  border-color:rgb(6 182 212 / 0.2) !important
}

.focus\:border-cyan-500\/25:focus{
  border-color:rgb(6 182 212 / 0.25) !important
}

.focus\:border-cyan-500\/30:focus{
  border-color:rgb(6 182 212 / 0.3) !important
}

.focus\:border-cyan-500\/35:focus{
  border-color:rgb(6 182 212 / 0.35) !important
}

.focus\:border-cyan-500\/40:focus{
  border-color:rgb(6 182 212 / 0.4) !important
}

.focus\:border-cyan-500\/45:focus{
  border-color:rgb(6 182 212 / 0.45) !important
}

.focus\:border-cyan-500\/5:focus{
  border-color:rgb(6 182 212 / 0.05) !important
}

.focus\:border-cyan-500\/50:focus{
  border-color:rgb(6 182 212 / 0.5) !important
}

.focus\:border-cyan-500\/55:focus{
  border-color:rgb(6 182 212 / 0.55) !important
}

.focus\:border-cyan-500\/60:focus{
  border-color:rgb(6 182 212 / 0.6) !important
}

.focus\:border-cyan-500\/65:focus{
  border-color:rgb(6 182 212 / 0.65) !important
}

.focus\:border-cyan-500\/70:focus{
  border-color:rgb(6 182 212 / 0.7) !important
}

.focus\:border-cyan-500\/75:focus{
  border-color:rgb(6 182 212 / 0.75) !important
}

.focus\:border-cyan-500\/80:focus{
  border-color:rgb(6 182 212 / 0.8) !important
}

.focus\:border-cyan-500\/85:focus{
  border-color:rgb(6 182 212 / 0.85) !important
}

.focus\:border-cyan-500\/90:focus{
  border-color:rgb(6 182 212 / 0.9) !important
}

.focus\:border-cyan-500\/95:focus{
  border-color:rgb(6 182 212 / 0.95) !important
}

.focus\:border-cyan-700:focus{
  --tw-border-opacity:1 !important;
  border-color:rgb(14 116 144 / 1) !important;
  border-color:rgb(14 116 144 / var(--tw-border-opacity, 1)) !important
}

.focus\:border-cyan-700\/0:focus{
  border-color:rgb(14 116 144 / 0) !important
}

.focus\:border-cyan-700\/10:focus{
  border-color:rgb(14 116 144 / 0.1) !important
}

.focus\:border-cyan-700\/100:focus{
  border-color:rgb(14 116 144 / 1) !important
}

.focus\:border-cyan-700\/15:focus{
  border-color:rgb(14 116 144 / 0.15) !important
}

.focus\:border-cyan-700\/20:focus{
  border-color:rgb(14 116 144 / 0.2) !important
}

.focus\:border-cyan-700\/25:focus{
  border-color:rgb(14 116 144 / 0.25) !important
}

.focus\:border-cyan-700\/30:focus{
  border-color:rgb(14 116 144 / 0.3) !important
}

.focus\:border-cyan-700\/35:focus{
  border-color:rgb(14 116 144 / 0.35) !important
}

.focus\:border-cyan-700\/40:focus{
  border-color:rgb(14 116 144 / 0.4) !important
}

.focus\:border-cyan-700\/45:focus{
  border-color:rgb(14 116 144 / 0.45) !important
}

.focus\:border-cyan-700\/5:focus{
  border-color:rgb(14 116 144 / 0.05) !important
}

.focus\:border-cyan-700\/50:focus{
  border-color:rgb(14 116 144 / 0.5) !important
}

.focus\:border-cyan-700\/55:focus{
  border-color:rgb(14 116 144 / 0.55) !important
}

.focus\:border-cyan-700\/60:focus{
  border-color:rgb(14 116 144 / 0.6) !important
}

.focus\:border-cyan-700\/65:focus{
  border-color:rgb(14 116 144 / 0.65) !important
}

.focus\:border-cyan-700\/70:focus{
  border-color:rgb(14 116 144 / 0.7) !important
}

.focus\:border-cyan-700\/75:focus{
  border-color:rgb(14 116 144 / 0.75) !important
}

.focus\:border-cyan-700\/80:focus{
  border-color:rgb(14 116 144 / 0.8) !important
}

.focus\:border-cyan-700\/85:focus{
  border-color:rgb(14 116 144 / 0.85) !important
}

.focus\:border-cyan-700\/90:focus{
  border-color:rgb(14 116 144 / 0.9) !important
}

.focus\:border-cyan-700\/95:focus{
  border-color:rgb(14 116 144 / 0.95) !important
}

.focus\:border-cyan-900:focus{
  --tw-border-opacity:1 !important;
  border-color:rgb(0 149 138 / 1) !important;
  border-color:rgb(0 149 138 / var(--tw-border-opacity, 1)) !important
}

.focus\:border-cyan-900\/0:focus{
  border-color:rgb(0 149 138 / 0) !important
}

.focus\:border-cyan-900\/10:focus{
  border-color:rgb(0 149 138 / 0.1) !important
}

.focus\:border-cyan-900\/100:focus{
  border-color:rgb(0 149 138 / 1) !important
}

.focus\:border-cyan-900\/15:focus{
  border-color:rgb(0 149 138 / 0.15) !important
}

.focus\:border-cyan-900\/20:focus{
  border-color:rgb(0 149 138 / 0.2) !important
}

.focus\:border-cyan-900\/25:focus{
  border-color:rgb(0 149 138 / 0.25) !important
}

.focus\:border-cyan-900\/30:focus{
  border-color:rgb(0 149 138 / 0.3) !important
}

.focus\:border-cyan-900\/35:focus{
  border-color:rgb(0 149 138 / 0.35) !important
}

.focus\:border-cyan-900\/40:focus{
  border-color:rgb(0 149 138 / 0.4) !important
}

.focus\:border-cyan-900\/45:focus{
  border-color:rgb(0 149 138 / 0.45) !important
}

.focus\:border-cyan-900\/5:focus{
  border-color:rgb(0 149 138 / 0.05) !important
}

.focus\:border-cyan-900\/50:focus{
  border-color:rgb(0 149 138 / 0.5) !important
}

.focus\:border-cyan-900\/55:focus{
  border-color:rgb(0 149 138 / 0.55) !important
}

.focus\:border-cyan-900\/60:focus{
  border-color:rgb(0 149 138 / 0.6) !important
}

.focus\:border-cyan-900\/65:focus{
  border-color:rgb(0 149 138 / 0.65) !important
}

.focus\:border-cyan-900\/70:focus{
  border-color:rgb(0 149 138 / 0.7) !important
}

.focus\:border-cyan-900\/75:focus{
  border-color:rgb(0 149 138 / 0.75) !important
}

.focus\:border-cyan-900\/80:focus{
  border-color:rgb(0 149 138 / 0.8) !important
}

.focus\:border-cyan-900\/85:focus{
  border-color:rgb(0 149 138 / 0.85) !important
}

.focus\:border-cyan-900\/90:focus{
  border-color:rgb(0 149 138 / 0.9) !important
}

.focus\:border-cyan-900\/95:focus{
  border-color:rgb(0 149 138 / 0.95) !important
}

.focus\:border-gray-100:focus{
  --tw-border-opacity:1 !important;
  border-color:rgb(241 245 249 / 1) !important;
  border-color:rgb(241 245 249 / var(--tw-border-opacity, 1)) !important
}

.focus\:border-gray-100\/0:focus{
  border-color:rgb(241 245 249 / 0) !important
}

.focus\:border-gray-100\/10:focus{
  border-color:rgb(241 245 249 / 0.1) !important
}

.focus\:border-gray-100\/100:focus{
  border-color:rgb(241 245 249 / 1) !important
}

.focus\:border-gray-100\/15:focus{
  border-color:rgb(241 245 249 / 0.15) !important
}

.focus\:border-gray-100\/20:focus{
  border-color:rgb(241 245 249 / 0.2) !important
}

.focus\:border-gray-100\/25:focus{
  border-color:rgb(241 245 249 / 0.25) !important
}

.focus\:border-gray-100\/30:focus{
  border-color:rgb(241 245 249 / 0.3) !important
}

.focus\:border-gray-100\/35:focus{
  border-color:rgb(241 245 249 / 0.35) !important
}

.focus\:border-gray-100\/40:focus{
  border-color:rgb(241 245 249 / 0.4) !important
}

.focus\:border-gray-100\/45:focus{
  border-color:rgb(241 245 249 / 0.45) !important
}

.focus\:border-gray-100\/5:focus{
  border-color:rgb(241 245 249 / 0.05) !important
}

.focus\:border-gray-100\/50:focus{
  border-color:rgb(241 245 249 / 0.5) !important
}

.focus\:border-gray-100\/55:focus{
  border-color:rgb(241 245 249 / 0.55) !important
}

.focus\:border-gray-100\/60:focus{
  border-color:rgb(241 245 249 / 0.6) !important
}

.focus\:border-gray-100\/65:focus{
  border-color:rgb(241 245 249 / 0.65) !important
}

.focus\:border-gray-100\/70:focus{
  border-color:rgb(241 245 249 / 0.7) !important
}

.focus\:border-gray-100\/75:focus{
  border-color:rgb(241 245 249 / 0.75) !important
}

.focus\:border-gray-100\/80:focus{
  border-color:rgb(241 245 249 / 0.8) !important
}

.focus\:border-gray-100\/85:focus{
  border-color:rgb(241 245 249 / 0.85) !important
}

.focus\:border-gray-100\/90:focus{
  border-color:rgb(241 245 249 / 0.9) !important
}

.focus\:border-gray-100\/95:focus{
  border-color:rgb(241 245 249 / 0.95) !important
}

.focus\:border-gray-200:focus{
  --tw-border-opacity:1 !important;
  border-color:rgb(217 228 236 / 1) !important;
  border-color:rgb(217 228 236 / var(--tw-border-opacity, 1)) !important
}

.focus\:border-gray-200\/0:focus{
  border-color:rgb(217 228 236 / 0) !important
}

.focus\:border-gray-200\/10:focus{
  border-color:rgb(217 228 236 / 0.1) !important
}

.focus\:border-gray-200\/100:focus{
  border-color:rgb(217 228 236 / 1) !important
}

.focus\:border-gray-200\/15:focus{
  border-color:rgb(217 228 236 / 0.15) !important
}

.focus\:border-gray-200\/20:focus{
  border-color:rgb(217 228 236 / 0.2) !important
}

.focus\:border-gray-200\/25:focus{
  border-color:rgb(217 228 236 / 0.25) !important
}

.focus\:border-gray-200\/30:focus{
  border-color:rgb(217 228 236 / 0.3) !important
}

.focus\:border-gray-200\/35:focus{
  border-color:rgb(217 228 236 / 0.35) !important
}

.focus\:border-gray-200\/40:focus{
  border-color:rgb(217 228 236 / 0.4) !important
}

.focus\:border-gray-200\/45:focus{
  border-color:rgb(217 228 236 / 0.45) !important
}

.focus\:border-gray-200\/5:focus{
  border-color:rgb(217 228 236 / 0.05) !important
}

.focus\:border-gray-200\/50:focus{
  border-color:rgb(217 228 236 / 0.5) !important
}

.focus\:border-gray-200\/55:focus{
  border-color:rgb(217 228 236 / 0.55) !important
}

.focus\:border-gray-200\/60:focus{
  border-color:rgb(217 228 236 / 0.6) !important
}

.focus\:border-gray-200\/65:focus{
  border-color:rgb(217 228 236 / 0.65) !important
}

.focus\:border-gray-200\/70:focus{
  border-color:rgb(217 228 236 / 0.7) !important
}

.focus\:border-gray-200\/75:focus{
  border-color:rgb(217 228 236 / 0.75) !important
}

.focus\:border-gray-200\/80:focus{
  border-color:rgb(217 228 236 / 0.8) !important
}

.focus\:border-gray-200\/85:focus{
  border-color:rgb(217 228 236 / 0.85) !important
}

.focus\:border-gray-200\/90:focus{
  border-color:rgb(217 228 236 / 0.9) !important
}

.focus\:border-gray-200\/95:focus{
  border-color:rgb(217 228 236 / 0.95) !important
}

.focus\:border-gray-300:focus{
  --tw-border-opacity:1 !important;
  border-color:rgb(203 213 225 / 1) !important;
  border-color:rgb(203 213 225 / var(--tw-border-opacity, 1)) !important
}

.focus\:border-gray-300\/0:focus{
  border-color:rgb(203 213 225 / 0) !important
}

.focus\:border-gray-300\/10:focus{
  border-color:rgb(203 213 225 / 0.1) !important
}

.focus\:border-gray-300\/100:focus{
  border-color:rgb(203 213 225 / 1) !important
}

.focus\:border-gray-300\/15:focus{
  border-color:rgb(203 213 225 / 0.15) !important
}

.focus\:border-gray-300\/20:focus{
  border-color:rgb(203 213 225 / 0.2) !important
}

.focus\:border-gray-300\/25:focus{
  border-color:rgb(203 213 225 / 0.25) !important
}

.focus\:border-gray-300\/30:focus{
  border-color:rgb(203 213 225 / 0.3) !important
}

.focus\:border-gray-300\/35:focus{
  border-color:rgb(203 213 225 / 0.35) !important
}

.focus\:border-gray-300\/40:focus{
  border-color:rgb(203 213 225 / 0.4) !important
}

.focus\:border-gray-300\/45:focus{
  border-color:rgb(203 213 225 / 0.45) !important
}

.focus\:border-gray-300\/5:focus{
  border-color:rgb(203 213 225 / 0.05) !important
}

.focus\:border-gray-300\/50:focus{
  border-color:rgb(203 213 225 / 0.5) !important
}

.focus\:border-gray-300\/55:focus{
  border-color:rgb(203 213 225 / 0.55) !important
}

.focus\:border-gray-300\/60:focus{
  border-color:rgb(203 213 225 / 0.6) !important
}

.focus\:border-gray-300\/65:focus{
  border-color:rgb(203 213 225 / 0.65) !important
}

.focus\:border-gray-300\/70:focus{
  border-color:rgb(203 213 225 / 0.7) !important
}

.focus\:border-gray-300\/75:focus{
  border-color:rgb(203 213 225 / 0.75) !important
}

.focus\:border-gray-300\/80:focus{
  border-color:rgb(203 213 225 / 0.8) !important
}

.focus\:border-gray-300\/85:focus{
  border-color:rgb(203 213 225 / 0.85) !important
}

.focus\:border-gray-300\/90:focus{
  border-color:rgb(203 213 225 / 0.9) !important
}

.focus\:border-gray-300\/95:focus{
  border-color:rgb(203 213 225 / 0.95) !important
}

.focus\:border-gray-500:focus{
  --tw-border-opacity:1 !important;
  border-color:rgb(100 116 139 / 1) !important;
  border-color:rgb(100 116 139 / var(--tw-border-opacity, 1)) !important
}

.focus\:border-gray-500\/0:focus{
  border-color:rgb(100 116 139 / 0) !important
}

.focus\:border-gray-500\/10:focus{
  border-color:rgb(100 116 139 / 0.1) !important
}

.focus\:border-gray-500\/100:focus{
  border-color:rgb(100 116 139 / 1) !important
}

.focus\:border-gray-500\/15:focus{
  border-color:rgb(100 116 139 / 0.15) !important
}

.focus\:border-gray-500\/20:focus{
  border-color:rgb(100 116 139 / 0.2) !important
}

.focus\:border-gray-500\/25:focus{
  border-color:rgb(100 116 139 / 0.25) !important
}

.focus\:border-gray-500\/30:focus{
  border-color:rgb(100 116 139 / 0.3) !important
}

.focus\:border-gray-500\/35:focus{
  border-color:rgb(100 116 139 / 0.35) !important
}

.focus\:border-gray-500\/40:focus{
  border-color:rgb(100 116 139 / 0.4) !important
}

.focus\:border-gray-500\/45:focus{
  border-color:rgb(100 116 139 / 0.45) !important
}

.focus\:border-gray-500\/5:focus{
  border-color:rgb(100 116 139 / 0.05) !important
}

.focus\:border-gray-500\/50:focus{
  border-color:rgb(100 116 139 / 0.5) !important
}

.focus\:border-gray-500\/55:focus{
  border-color:rgb(100 116 139 / 0.55) !important
}

.focus\:border-gray-500\/60:focus{
  border-color:rgb(100 116 139 / 0.6) !important
}

.focus\:border-gray-500\/65:focus{
  border-color:rgb(100 116 139 / 0.65) !important
}

.focus\:border-gray-500\/70:focus{
  border-color:rgb(100 116 139 / 0.7) !important
}

.focus\:border-gray-500\/75:focus{
  border-color:rgb(100 116 139 / 0.75) !important
}

.focus\:border-gray-500\/80:focus{
  border-color:rgb(100 116 139 / 0.8) !important
}

.focus\:border-gray-500\/85:focus{
  border-color:rgb(100 116 139 / 0.85) !important
}

.focus\:border-gray-500\/90:focus{
  border-color:rgb(100 116 139 / 0.9) !important
}

.focus\:border-gray-500\/95:focus{
  border-color:rgb(100 116 139 / 0.95) !important
}

.focus\:border-gray-700:focus{
  --tw-border-opacity:1 !important;
  border-color:rgb(51 65 85 / 1) !important;
  border-color:rgb(51 65 85 / var(--tw-border-opacity, 1)) !important
}

.focus\:border-gray-700\/0:focus{
  border-color:rgb(51 65 85 / 0) !important
}

.focus\:border-gray-700\/10:focus{
  border-color:rgb(51 65 85 / 0.1) !important
}

.focus\:border-gray-700\/100:focus{
  border-color:rgb(51 65 85 / 1) !important
}

.focus\:border-gray-700\/15:focus{
  border-color:rgb(51 65 85 / 0.15) !important
}

.focus\:border-gray-700\/20:focus{
  border-color:rgb(51 65 85 / 0.2) !important
}

.focus\:border-gray-700\/25:focus{
  border-color:rgb(51 65 85 / 0.25) !important
}

.focus\:border-gray-700\/30:focus{
  border-color:rgb(51 65 85 / 0.3) !important
}

.focus\:border-gray-700\/35:focus{
  border-color:rgb(51 65 85 / 0.35) !important
}

.focus\:border-gray-700\/40:focus{
  border-color:rgb(51 65 85 / 0.4) !important
}

.focus\:border-gray-700\/45:focus{
  border-color:rgb(51 65 85 / 0.45) !important
}

.focus\:border-gray-700\/5:focus{
  border-color:rgb(51 65 85 / 0.05) !important
}

.focus\:border-gray-700\/50:focus{
  border-color:rgb(51 65 85 / 0.5) !important
}

.focus\:border-gray-700\/55:focus{
  border-color:rgb(51 65 85 / 0.55) !important
}

.focus\:border-gray-700\/60:focus{
  border-color:rgb(51 65 85 / 0.6) !important
}

.focus\:border-gray-700\/65:focus{
  border-color:rgb(51 65 85 / 0.65) !important
}

.focus\:border-gray-700\/70:focus{
  border-color:rgb(51 65 85 / 0.7) !important
}

.focus\:border-gray-700\/75:focus{
  border-color:rgb(51 65 85 / 0.75) !important
}

.focus\:border-gray-700\/80:focus{
  border-color:rgb(51 65 85 / 0.8) !important
}

.focus\:border-gray-700\/85:focus{
  border-color:rgb(51 65 85 / 0.85) !important
}

.focus\:border-gray-700\/90:focus{
  border-color:rgb(51 65 85 / 0.9) !important
}

.focus\:border-gray-700\/95:focus{
  border-color:rgb(51 65 85 / 0.95) !important
}

.focus\:border-gray-900:focus{
  --tw-border-opacity:1 !important;
  border-color:rgb(23 46 68 / 1) !important;
  border-color:rgb(23 46 68 / var(--tw-border-opacity, 1)) !important
}

.focus\:border-gray-900\/0:focus{
  border-color:rgb(23 46 68 / 0) !important
}

.focus\:border-gray-900\/10:focus{
  border-color:rgb(23 46 68 / 0.1) !important
}

.focus\:border-gray-900\/100:focus{
  border-color:rgb(23 46 68 / 1) !important
}

.focus\:border-gray-900\/15:focus{
  border-color:rgb(23 46 68 / 0.15) !important
}

.focus\:border-gray-900\/20:focus{
  border-color:rgb(23 46 68 / 0.2) !important
}

.focus\:border-gray-900\/25:focus{
  border-color:rgb(23 46 68 / 0.25) !important
}

.focus\:border-gray-900\/30:focus{
  border-color:rgb(23 46 68 / 0.3) !important
}

.focus\:border-gray-900\/35:focus{
  border-color:rgb(23 46 68 / 0.35) !important
}

.focus\:border-gray-900\/40:focus{
  border-color:rgb(23 46 68 / 0.4) !important
}

.focus\:border-gray-900\/45:focus{
  border-color:rgb(23 46 68 / 0.45) !important
}

.focus\:border-gray-900\/5:focus{
  border-color:rgb(23 46 68 / 0.05) !important
}

.focus\:border-gray-900\/50:focus{
  border-color:rgb(23 46 68 / 0.5) !important
}

.focus\:border-gray-900\/55:focus{
  border-color:rgb(23 46 68 / 0.55) !important
}

.focus\:border-gray-900\/60:focus{
  border-color:rgb(23 46 68 / 0.6) !important
}

.focus\:border-gray-900\/65:focus{
  border-color:rgb(23 46 68 / 0.65) !important
}

.focus\:border-gray-900\/70:focus{
  border-color:rgb(23 46 68 / 0.7) !important
}

.focus\:border-gray-900\/75:focus{
  border-color:rgb(23 46 68 / 0.75) !important
}

.focus\:border-gray-900\/80:focus{
  border-color:rgb(23 46 68 / 0.8) !important
}

.focus\:border-gray-900\/85:focus{
  border-color:rgb(23 46 68 / 0.85) !important
}

.focus\:border-gray-900\/90:focus{
  border-color:rgb(23 46 68 / 0.9) !important
}

.focus\:border-gray-900\/95:focus{
  border-color:rgb(23 46 68 / 0.95) !important
}

.focus\:border-green-100:focus{
  --tw-border-opacity:1 !important;
  border-color:rgb(209 250 229 / 1) !important;
  border-color:rgb(209 250 229 / var(--tw-border-opacity, 1)) !important
}

.focus\:border-green-100\/0:focus{
  border-color:rgb(209 250 229 / 0) !important
}

.focus\:border-green-100\/10:focus{
  border-color:rgb(209 250 229 / 0.1) !important
}

.focus\:border-green-100\/100:focus{
  border-color:rgb(209 250 229 / 1) !important
}

.focus\:border-green-100\/15:focus{
  border-color:rgb(209 250 229 / 0.15) !important
}

.focus\:border-green-100\/20:focus{
  border-color:rgb(209 250 229 / 0.2) !important
}

.focus\:border-green-100\/25:focus{
  border-color:rgb(209 250 229 / 0.25) !important
}

.focus\:border-green-100\/30:focus{
  border-color:rgb(209 250 229 / 0.3) !important
}

.focus\:border-green-100\/35:focus{
  border-color:rgb(209 250 229 / 0.35) !important
}

.focus\:border-green-100\/40:focus{
  border-color:rgb(209 250 229 / 0.4) !important
}

.focus\:border-green-100\/45:focus{
  border-color:rgb(209 250 229 / 0.45) !important
}

.focus\:border-green-100\/5:focus{
  border-color:rgb(209 250 229 / 0.05) !important
}

.focus\:border-green-100\/50:focus{
  border-color:rgb(209 250 229 / 0.5) !important
}

.focus\:border-green-100\/55:focus{
  border-color:rgb(209 250 229 / 0.55) !important
}

.focus\:border-green-100\/60:focus{
  border-color:rgb(209 250 229 / 0.6) !important
}

.focus\:border-green-100\/65:focus{
  border-color:rgb(209 250 229 / 0.65) !important
}

.focus\:border-green-100\/70:focus{
  border-color:rgb(209 250 229 / 0.7) !important
}

.focus\:border-green-100\/75:focus{
  border-color:rgb(209 250 229 / 0.75) !important
}

.focus\:border-green-100\/80:focus{
  border-color:rgb(209 250 229 / 0.8) !important
}

.focus\:border-green-100\/85:focus{
  border-color:rgb(209 250 229 / 0.85) !important
}

.focus\:border-green-100\/90:focus{
  border-color:rgb(209 250 229 / 0.9) !important
}

.focus\:border-green-100\/95:focus{
  border-color:rgb(209 250 229 / 0.95) !important
}

.focus\:border-green-200:focus{
  --tw-border-opacity:1 !important;
  border-color:rgb(167 243 208 / 1) !important;
  border-color:rgb(167 243 208 / var(--tw-border-opacity, 1)) !important
}

.focus\:border-green-200\/0:focus{
  border-color:rgb(167 243 208 / 0) !important
}

.focus\:border-green-200\/10:focus{
  border-color:rgb(167 243 208 / 0.1) !important
}

.focus\:border-green-200\/100:focus{
  border-color:rgb(167 243 208 / 1) !important
}

.focus\:border-green-200\/15:focus{
  border-color:rgb(167 243 208 / 0.15) !important
}

.focus\:border-green-200\/20:focus{
  border-color:rgb(167 243 208 / 0.2) !important
}

.focus\:border-green-200\/25:focus{
  border-color:rgb(167 243 208 / 0.25) !important
}

.focus\:border-green-200\/30:focus{
  border-color:rgb(167 243 208 / 0.3) !important
}

.focus\:border-green-200\/35:focus{
  border-color:rgb(167 243 208 / 0.35) !important
}

.focus\:border-green-200\/40:focus{
  border-color:rgb(167 243 208 / 0.4) !important
}

.focus\:border-green-200\/45:focus{
  border-color:rgb(167 243 208 / 0.45) !important
}

.focus\:border-green-200\/5:focus{
  border-color:rgb(167 243 208 / 0.05) !important
}

.focus\:border-green-200\/50:focus{
  border-color:rgb(167 243 208 / 0.5) !important
}

.focus\:border-green-200\/55:focus{
  border-color:rgb(167 243 208 / 0.55) !important
}

.focus\:border-green-200\/60:focus{
  border-color:rgb(167 243 208 / 0.6) !important
}

.focus\:border-green-200\/65:focus{
  border-color:rgb(167 243 208 / 0.65) !important
}

.focus\:border-green-200\/70:focus{
  border-color:rgb(167 243 208 / 0.7) !important
}

.focus\:border-green-200\/75:focus{
  border-color:rgb(167 243 208 / 0.75) !important
}

.focus\:border-green-200\/80:focus{
  border-color:rgb(167 243 208 / 0.8) !important
}

.focus\:border-green-200\/85:focus{
  border-color:rgb(167 243 208 / 0.85) !important
}

.focus\:border-green-200\/90:focus{
  border-color:rgb(167 243 208 / 0.9) !important
}

.focus\:border-green-200\/95:focus{
  border-color:rgb(167 243 208 / 0.95) !important
}

.focus\:border-green-300:focus{
  --tw-border-opacity:1 !important;
  border-color:rgb(110 231 183 / 1) !important;
  border-color:rgb(110 231 183 / var(--tw-border-opacity, 1)) !important
}

.focus\:border-green-300\/0:focus{
  border-color:rgb(110 231 183 / 0) !important
}

.focus\:border-green-300\/10:focus{
  border-color:rgb(110 231 183 / 0.1) !important
}

.focus\:border-green-300\/100:focus{
  border-color:rgb(110 231 183 / 1) !important
}

.focus\:border-green-300\/15:focus{
  border-color:rgb(110 231 183 / 0.15) !important
}

.focus\:border-green-300\/20:focus{
  border-color:rgb(110 231 183 / 0.2) !important
}

.focus\:border-green-300\/25:focus{
  border-color:rgb(110 231 183 / 0.25) !important
}

.focus\:border-green-300\/30:focus{
  border-color:rgb(110 231 183 / 0.3) !important
}

.focus\:border-green-300\/35:focus{
  border-color:rgb(110 231 183 / 0.35) !important
}

.focus\:border-green-300\/40:focus{
  border-color:rgb(110 231 183 / 0.4) !important
}

.focus\:border-green-300\/45:focus{
  border-color:rgb(110 231 183 / 0.45) !important
}

.focus\:border-green-300\/5:focus{
  border-color:rgb(110 231 183 / 0.05) !important
}

.focus\:border-green-300\/50:focus{
  border-color:rgb(110 231 183 / 0.5) !important
}

.focus\:border-green-300\/55:focus{
  border-color:rgb(110 231 183 / 0.55) !important
}

.focus\:border-green-300\/60:focus{
  border-color:rgb(110 231 183 / 0.6) !important
}

.focus\:border-green-300\/65:focus{
  border-color:rgb(110 231 183 / 0.65) !important
}

.focus\:border-green-300\/70:focus{
  border-color:rgb(110 231 183 / 0.7) !important
}

.focus\:border-green-300\/75:focus{
  border-color:rgb(110 231 183 / 0.75) !important
}

.focus\:border-green-300\/80:focus{
  border-color:rgb(110 231 183 / 0.8) !important
}

.focus\:border-green-300\/85:focus{
  border-color:rgb(110 231 183 / 0.85) !important
}

.focus\:border-green-300\/90:focus{
  border-color:rgb(110 231 183 / 0.9) !important
}

.focus\:border-green-300\/95:focus{
  border-color:rgb(110 231 183 / 0.95) !important
}

.focus\:border-green-500:focus{
  --tw-border-opacity:1 !important;
  border-color:rgb(16 185 129 / 1) !important;
  border-color:rgb(16 185 129 / var(--tw-border-opacity, 1)) !important
}

.focus\:border-green-500\/0:focus{
  border-color:rgb(16 185 129 / 0) !important
}

.focus\:border-green-500\/10:focus{
  border-color:rgb(16 185 129 / 0.1) !important
}

.focus\:border-green-500\/100:focus{
  border-color:rgb(16 185 129 / 1) !important
}

.focus\:border-green-500\/15:focus{
  border-color:rgb(16 185 129 / 0.15) !important
}

.focus\:border-green-500\/20:focus{
  border-color:rgb(16 185 129 / 0.2) !important
}

.focus\:border-green-500\/25:focus{
  border-color:rgb(16 185 129 / 0.25) !important
}

.focus\:border-green-500\/30:focus{
  border-color:rgb(16 185 129 / 0.3) !important
}

.focus\:border-green-500\/35:focus{
  border-color:rgb(16 185 129 / 0.35) !important
}

.focus\:border-green-500\/40:focus{
  border-color:rgb(16 185 129 / 0.4) !important
}

.focus\:border-green-500\/45:focus{
  border-color:rgb(16 185 129 / 0.45) !important
}

.focus\:border-green-500\/5:focus{
  border-color:rgb(16 185 129 / 0.05) !important
}

.focus\:border-green-500\/50:focus{
  border-color:rgb(16 185 129 / 0.5) !important
}

.focus\:border-green-500\/55:focus{
  border-color:rgb(16 185 129 / 0.55) !important
}

.focus\:border-green-500\/60:focus{
  border-color:rgb(16 185 129 / 0.6) !important
}

.focus\:border-green-500\/65:focus{
  border-color:rgb(16 185 129 / 0.65) !important
}

.focus\:border-green-500\/70:focus{
  border-color:rgb(16 185 129 / 0.7) !important
}

.focus\:border-green-500\/75:focus{
  border-color:rgb(16 185 129 / 0.75) !important
}

.focus\:border-green-500\/80:focus{
  border-color:rgb(16 185 129 / 0.8) !important
}

.focus\:border-green-500\/85:focus{
  border-color:rgb(16 185 129 / 0.85) !important
}

.focus\:border-green-500\/90:focus{
  border-color:rgb(16 185 129 / 0.9) !important
}

.focus\:border-green-500\/95:focus{
  border-color:rgb(16 185 129 / 0.95) !important
}

.focus\:border-green-700:focus{
  --tw-border-opacity:1 !important;
  border-color:rgb(4 120 87 / 1) !important;
  border-color:rgb(4 120 87 / var(--tw-border-opacity, 1)) !important
}

.focus\:border-green-700\/0:focus{
  border-color:rgb(4 120 87 / 0) !important
}

.focus\:border-green-700\/10:focus{
  border-color:rgb(4 120 87 / 0.1) !important
}

.focus\:border-green-700\/100:focus{
  border-color:rgb(4 120 87 / 1) !important
}

.focus\:border-green-700\/15:focus{
  border-color:rgb(4 120 87 / 0.15) !important
}

.focus\:border-green-700\/20:focus{
  border-color:rgb(4 120 87 / 0.2) !important
}

.focus\:border-green-700\/25:focus{
  border-color:rgb(4 120 87 / 0.25) !important
}

.focus\:border-green-700\/30:focus{
  border-color:rgb(4 120 87 / 0.3) !important
}

.focus\:border-green-700\/35:focus{
  border-color:rgb(4 120 87 / 0.35) !important
}

.focus\:border-green-700\/40:focus{
  border-color:rgb(4 120 87 / 0.4) !important
}

.focus\:border-green-700\/45:focus{
  border-color:rgb(4 120 87 / 0.45) !important
}

.focus\:border-green-700\/5:focus{
  border-color:rgb(4 120 87 / 0.05) !important
}

.focus\:border-green-700\/50:focus{
  border-color:rgb(4 120 87 / 0.5) !important
}

.focus\:border-green-700\/55:focus{
  border-color:rgb(4 120 87 / 0.55) !important
}

.focus\:border-green-700\/60:focus{
  border-color:rgb(4 120 87 / 0.6) !important
}

.focus\:border-green-700\/65:focus{
  border-color:rgb(4 120 87 / 0.65) !important
}

.focus\:border-green-700\/70:focus{
  border-color:rgb(4 120 87 / 0.7) !important
}

.focus\:border-green-700\/75:focus{
  border-color:rgb(4 120 87 / 0.75) !important
}

.focus\:border-green-700\/80:focus{
  border-color:rgb(4 120 87 / 0.8) !important
}

.focus\:border-green-700\/85:focus{
  border-color:rgb(4 120 87 / 0.85) !important
}

.focus\:border-green-700\/90:focus{
  border-color:rgb(4 120 87 / 0.9) !important
}

.focus\:border-green-700\/95:focus{
  border-color:rgb(4 120 87 / 0.95) !important
}

.focus\:border-green-900:focus{
  --tw-border-opacity:1 !important;
  border-color:rgb(6 78 59 / 1) !important;
  border-color:rgb(6 78 59 / var(--tw-border-opacity, 1)) !important
}

.focus\:border-green-900\/0:focus{
  border-color:rgb(6 78 59 / 0) !important
}

.focus\:border-green-900\/10:focus{
  border-color:rgb(6 78 59 / 0.1) !important
}

.focus\:border-green-900\/100:focus{
  border-color:rgb(6 78 59 / 1) !important
}

.focus\:border-green-900\/15:focus{
  border-color:rgb(6 78 59 / 0.15) !important
}

.focus\:border-green-900\/20:focus{
  border-color:rgb(6 78 59 / 0.2) !important
}

.focus\:border-green-900\/25:focus{
  border-color:rgb(6 78 59 / 0.25) !important
}

.focus\:border-green-900\/30:focus{
  border-color:rgb(6 78 59 / 0.3) !important
}

.focus\:border-green-900\/35:focus{
  border-color:rgb(6 78 59 / 0.35) !important
}

.focus\:border-green-900\/40:focus{
  border-color:rgb(6 78 59 / 0.4) !important
}

.focus\:border-green-900\/45:focus{
  border-color:rgb(6 78 59 / 0.45) !important
}

.focus\:border-green-900\/5:focus{
  border-color:rgb(6 78 59 / 0.05) !important
}

.focus\:border-green-900\/50:focus{
  border-color:rgb(6 78 59 / 0.5) !important
}

.focus\:border-green-900\/55:focus{
  border-color:rgb(6 78 59 / 0.55) !important
}

.focus\:border-green-900\/60:focus{
  border-color:rgb(6 78 59 / 0.6) !important
}

.focus\:border-green-900\/65:focus{
  border-color:rgb(6 78 59 / 0.65) !important
}

.focus\:border-green-900\/70:focus{
  border-color:rgb(6 78 59 / 0.7) !important
}

.focus\:border-green-900\/75:focus{
  border-color:rgb(6 78 59 / 0.75) !important
}

.focus\:border-green-900\/80:focus{
  border-color:rgb(6 78 59 / 0.8) !important
}

.focus\:border-green-900\/85:focus{
  border-color:rgb(6 78 59 / 0.85) !important
}

.focus\:border-green-900\/90:focus{
  border-color:rgb(6 78 59 / 0.9) !important
}

.focus\:border-green-900\/95:focus{
  border-color:rgb(6 78 59 / 0.95) !important
}

.focus\:border-orange-100:focus{
  --tw-border-opacity:1 !important;
  border-color:rgb(255 221 209 / 1) !important;
  border-color:rgb(255 221 209 / var(--tw-border-opacity, 1)) !important
}

.focus\:border-orange-100\/0:focus{
  border-color:rgb(255 221 209 / 0) !important
}

.focus\:border-orange-100\/10:focus{
  border-color:rgb(255 221 209 / 0.1) !important
}

.focus\:border-orange-100\/100:focus{
  border-color:rgb(255 221 209 / 1) !important
}

.focus\:border-orange-100\/15:focus{
  border-color:rgb(255 221 209 / 0.15) !important
}

.focus\:border-orange-100\/20:focus{
  border-color:rgb(255 221 209 / 0.2) !important
}

.focus\:border-orange-100\/25:focus{
  border-color:rgb(255 221 209 / 0.25) !important
}

.focus\:border-orange-100\/30:focus{
  border-color:rgb(255 221 209 / 0.3) !important
}

.focus\:border-orange-100\/35:focus{
  border-color:rgb(255 221 209 / 0.35) !important
}

.focus\:border-orange-100\/40:focus{
  border-color:rgb(255 221 209 / 0.4) !important
}

.focus\:border-orange-100\/45:focus{
  border-color:rgb(255 221 209 / 0.45) !important
}

.focus\:border-orange-100\/5:focus{
  border-color:rgb(255 221 209 / 0.05) !important
}

.focus\:border-orange-100\/50:focus{
  border-color:rgb(255 221 209 / 0.5) !important
}

.focus\:border-orange-100\/55:focus{
  border-color:rgb(255 221 209 / 0.55) !important
}

.focus\:border-orange-100\/60:focus{
  border-color:rgb(255 221 209 / 0.6) !important
}

.focus\:border-orange-100\/65:focus{
  border-color:rgb(255 221 209 / 0.65) !important
}

.focus\:border-orange-100\/70:focus{
  border-color:rgb(255 221 209 / 0.7) !important
}

.focus\:border-orange-100\/75:focus{
  border-color:rgb(255 221 209 / 0.75) !important
}

.focus\:border-orange-100\/80:focus{
  border-color:rgb(255 221 209 / 0.8) !important
}

.focus\:border-orange-100\/85:focus{
  border-color:rgb(255 221 209 / 0.85) !important
}

.focus\:border-orange-100\/90:focus{
  border-color:rgb(255 221 209 / 0.9) !important
}

.focus\:border-orange-100\/95:focus{
  border-color:rgb(255 221 209 / 0.95) !important
}

.focus\:border-orange-200:focus{
  --tw-border-opacity:1 !important;
  border-color:rgb(254 215 170 / 1) !important;
  border-color:rgb(254 215 170 / var(--tw-border-opacity, 1)) !important
}

.focus\:border-orange-200\/0:focus{
  border-color:rgb(254 215 170 / 0) !important
}

.focus\:border-orange-200\/10:focus{
  border-color:rgb(254 215 170 / 0.1) !important
}

.focus\:border-orange-200\/100:focus{
  border-color:rgb(254 215 170 / 1) !important
}

.focus\:border-orange-200\/15:focus{
  border-color:rgb(254 215 170 / 0.15) !important
}

.focus\:border-orange-200\/20:focus{
  border-color:rgb(254 215 170 / 0.2) !important
}

.focus\:border-orange-200\/25:focus{
  border-color:rgb(254 215 170 / 0.25) !important
}

.focus\:border-orange-200\/30:focus{
  border-color:rgb(254 215 170 / 0.3) !important
}

.focus\:border-orange-200\/35:focus{
  border-color:rgb(254 215 170 / 0.35) !important
}

.focus\:border-orange-200\/40:focus{
  border-color:rgb(254 215 170 / 0.4) !important
}

.focus\:border-orange-200\/45:focus{
  border-color:rgb(254 215 170 / 0.45) !important
}

.focus\:border-orange-200\/5:focus{
  border-color:rgb(254 215 170 / 0.05) !important
}

.focus\:border-orange-200\/50:focus{
  border-color:rgb(254 215 170 / 0.5) !important
}

.focus\:border-orange-200\/55:focus{
  border-color:rgb(254 215 170 / 0.55) !important
}

.focus\:border-orange-200\/60:focus{
  border-color:rgb(254 215 170 / 0.6) !important
}

.focus\:border-orange-200\/65:focus{
  border-color:rgb(254 215 170 / 0.65) !important
}

.focus\:border-orange-200\/70:focus{
  border-color:rgb(254 215 170 / 0.7) !important
}

.focus\:border-orange-200\/75:focus{
  border-color:rgb(254 215 170 / 0.75) !important
}

.focus\:border-orange-200\/80:focus{
  border-color:rgb(254 215 170 / 0.8) !important
}

.focus\:border-orange-200\/85:focus{
  border-color:rgb(254 215 170 / 0.85) !important
}

.focus\:border-orange-200\/90:focus{
  border-color:rgb(254 215 170 / 0.9) !important
}

.focus\:border-orange-200\/95:focus{
  border-color:rgb(254 215 170 / 0.95) !important
}

.focus\:border-orange-300:focus{
  --tw-border-opacity:1 !important;
  border-color:rgb(255 187 162 / 1) !important;
  border-color:rgb(255 187 162 / var(--tw-border-opacity, 1)) !important
}

.focus\:border-orange-300\/0:focus{
  border-color:rgb(255 187 162 / 0) !important
}

.focus\:border-orange-300\/10:focus{
  border-color:rgb(255 187 162 / 0.1) !important
}

.focus\:border-orange-300\/100:focus{
  border-color:rgb(255 187 162 / 1) !important
}

.focus\:border-orange-300\/15:focus{
  border-color:rgb(255 187 162 / 0.15) !important
}

.focus\:border-orange-300\/20:focus{
  border-color:rgb(255 187 162 / 0.2) !important
}

.focus\:border-orange-300\/25:focus{
  border-color:rgb(255 187 162 / 0.25) !important
}

.focus\:border-orange-300\/30:focus{
  border-color:rgb(255 187 162 / 0.3) !important
}

.focus\:border-orange-300\/35:focus{
  border-color:rgb(255 187 162 / 0.35) !important
}

.focus\:border-orange-300\/40:focus{
  border-color:rgb(255 187 162 / 0.4) !important
}

.focus\:border-orange-300\/45:focus{
  border-color:rgb(255 187 162 / 0.45) !important
}

.focus\:border-orange-300\/5:focus{
  border-color:rgb(255 187 162 / 0.05) !important
}

.focus\:border-orange-300\/50:focus{
  border-color:rgb(255 187 162 / 0.5) !important
}

.focus\:border-orange-300\/55:focus{
  border-color:rgb(255 187 162 / 0.55) !important
}

.focus\:border-orange-300\/60:focus{
  border-color:rgb(255 187 162 / 0.6) !important
}

.focus\:border-orange-300\/65:focus{
  border-color:rgb(255 187 162 / 0.65) !important
}

.focus\:border-orange-300\/70:focus{
  border-color:rgb(255 187 162 / 0.7) !important
}

.focus\:border-orange-300\/75:focus{
  border-color:rgb(255 187 162 / 0.75) !important
}

.focus\:border-orange-300\/80:focus{
  border-color:rgb(255 187 162 / 0.8) !important
}

.focus\:border-orange-300\/85:focus{
  border-color:rgb(255 187 162 / 0.85) !important
}

.focus\:border-orange-300\/90:focus{
  border-color:rgb(255 187 162 / 0.9) !important
}

.focus\:border-orange-300\/95:focus{
  border-color:rgb(255 187 162 / 0.95) !important
}

.focus\:border-orange-500:focus{
  --tw-border-opacity:1 !important;
  border-color:rgb(255 153 116 / 1) !important;
  border-color:rgb(255 153 116 / var(--tw-border-opacity, 1)) !important
}

.focus\:border-orange-500\/0:focus{
  border-color:rgb(255 153 116 / 0) !important
}

.focus\:border-orange-500\/10:focus{
  border-color:rgb(255 153 116 / 0.1) !important
}

.focus\:border-orange-500\/100:focus{
  border-color:rgb(255 153 116 / 1) !important
}

.focus\:border-orange-500\/15:focus{
  border-color:rgb(255 153 116 / 0.15) !important
}

.focus\:border-orange-500\/20:focus{
  border-color:rgb(255 153 116 / 0.2) !important
}

.focus\:border-orange-500\/25:focus{
  border-color:rgb(255 153 116 / 0.25) !important
}

.focus\:border-orange-500\/30:focus{
  border-color:rgb(255 153 116 / 0.3) !important
}

.focus\:border-orange-500\/35:focus{
  border-color:rgb(255 153 116 / 0.35) !important
}

.focus\:border-orange-500\/40:focus{
  border-color:rgb(255 153 116 / 0.4) !important
}

.focus\:border-orange-500\/45:focus{
  border-color:rgb(255 153 116 / 0.45) !important
}

.focus\:border-orange-500\/5:focus{
  border-color:rgb(255 153 116 / 0.05) !important
}

.focus\:border-orange-500\/50:focus{
  border-color:rgb(255 153 116 / 0.5) !important
}

.focus\:border-orange-500\/55:focus{
  border-color:rgb(255 153 116 / 0.55) !important
}

.focus\:border-orange-500\/60:focus{
  border-color:rgb(255 153 116 / 0.6) !important
}

.focus\:border-orange-500\/65:focus{
  border-color:rgb(255 153 116 / 0.65) !important
}

.focus\:border-orange-500\/70:focus{
  border-color:rgb(255 153 116 / 0.7) !important
}

.focus\:border-orange-500\/75:focus{
  border-color:rgb(255 153 116 / 0.75) !important
}

.focus\:border-orange-500\/80:focus{
  border-color:rgb(255 153 116 / 0.8) !important
}

.focus\:border-orange-500\/85:focus{
  border-color:rgb(255 153 116 / 0.85) !important
}

.focus\:border-orange-500\/90:focus{
  border-color:rgb(255 153 116 / 0.9) !important
}

.focus\:border-orange-500\/95:focus{
  border-color:rgb(255 153 116 / 0.95) !important
}

.focus\:border-orange-700:focus{
  --tw-border-opacity:1 !important;
  border-color:rgb(255 119 69 / 1) !important;
  border-color:rgb(255 119 69 / var(--tw-border-opacity, 1)) !important
}

.focus\:border-orange-700\/0:focus{
  border-color:rgb(255 119 69 / 0) !important
}

.focus\:border-orange-700\/10:focus{
  border-color:rgb(255 119 69 / 0.1) !important
}

.focus\:border-orange-700\/100:focus{
  border-color:rgb(255 119 69 / 1) !important
}

.focus\:border-orange-700\/15:focus{
  border-color:rgb(255 119 69 / 0.15) !important
}

.focus\:border-orange-700\/20:focus{
  border-color:rgb(255 119 69 / 0.2) !important
}

.focus\:border-orange-700\/25:focus{
  border-color:rgb(255 119 69 / 0.25) !important
}

.focus\:border-orange-700\/30:focus{
  border-color:rgb(255 119 69 / 0.3) !important
}

.focus\:border-orange-700\/35:focus{
  border-color:rgb(255 119 69 / 0.35) !important
}

.focus\:border-orange-700\/40:focus{
  border-color:rgb(255 119 69 / 0.4) !important
}

.focus\:border-orange-700\/45:focus{
  border-color:rgb(255 119 69 / 0.45) !important
}

.focus\:border-orange-700\/5:focus{
  border-color:rgb(255 119 69 / 0.05) !important
}

.focus\:border-orange-700\/50:focus{
  border-color:rgb(255 119 69 / 0.5) !important
}

.focus\:border-orange-700\/55:focus{
  border-color:rgb(255 119 69 / 0.55) !important
}

.focus\:border-orange-700\/60:focus{
  border-color:rgb(255 119 69 / 0.6) !important
}

.focus\:border-orange-700\/65:focus{
  border-color:rgb(255 119 69 / 0.65) !important
}

.focus\:border-orange-700\/70:focus{
  border-color:rgb(255 119 69 / 0.7) !important
}

.focus\:border-orange-700\/75:focus{
  border-color:rgb(255 119 69 / 0.75) !important
}

.focus\:border-orange-700\/80:focus{
  border-color:rgb(255 119 69 / 0.8) !important
}

.focus\:border-orange-700\/85:focus{
  border-color:rgb(255 119 69 / 0.85) !important
}

.focus\:border-orange-700\/90:focus{
  border-color:rgb(255 119 69 / 0.9) !important
}

.focus\:border-orange-700\/95:focus{
  border-color:rgb(255 119 69 / 0.95) !important
}

.focus\:border-orange-900:focus{
  --tw-border-opacity:1 !important;
  border-color:rgb(255 85 23 / 1) !important;
  border-color:rgb(255 85 23 / var(--tw-border-opacity, 1)) !important
}

.focus\:border-orange-900\/0:focus{
  border-color:rgb(255 85 23 / 0) !important
}

.focus\:border-orange-900\/10:focus{
  border-color:rgb(255 85 23 / 0.1) !important
}

.focus\:border-orange-900\/100:focus{
  border-color:rgb(255 85 23 / 1) !important
}

.focus\:border-orange-900\/15:focus{
  border-color:rgb(255 85 23 / 0.15) !important
}

.focus\:border-orange-900\/20:focus{
  border-color:rgb(255 85 23 / 0.2) !important
}

.focus\:border-orange-900\/25:focus{
  border-color:rgb(255 85 23 / 0.25) !important
}

.focus\:border-orange-900\/30:focus{
  border-color:rgb(255 85 23 / 0.3) !important
}

.focus\:border-orange-900\/35:focus{
  border-color:rgb(255 85 23 / 0.35) !important
}

.focus\:border-orange-900\/40:focus{
  border-color:rgb(255 85 23 / 0.4) !important
}

.focus\:border-orange-900\/45:focus{
  border-color:rgb(255 85 23 / 0.45) !important
}

.focus\:border-orange-900\/5:focus{
  border-color:rgb(255 85 23 / 0.05) !important
}

.focus\:border-orange-900\/50:focus{
  border-color:rgb(255 85 23 / 0.5) !important
}

.focus\:border-orange-900\/55:focus{
  border-color:rgb(255 85 23 / 0.55) !important
}

.focus\:border-orange-900\/60:focus{
  border-color:rgb(255 85 23 / 0.6) !important
}

.focus\:border-orange-900\/65:focus{
  border-color:rgb(255 85 23 / 0.65) !important
}

.focus\:border-orange-900\/70:focus{
  border-color:rgb(255 85 23 / 0.7) !important
}

.focus\:border-orange-900\/75:focus{
  border-color:rgb(255 85 23 / 0.75) !important
}

.focus\:border-orange-900\/80:focus{
  border-color:rgb(255 85 23 / 0.8) !important
}

.focus\:border-orange-900\/85:focus{
  border-color:rgb(255 85 23 / 0.85) !important
}

.focus\:border-orange-900\/90:focus{
  border-color:rgb(255 85 23 / 0.9) !important
}

.focus\:border-orange-900\/95:focus{
  border-color:rgb(255 85 23 / 0.95) !important
}

.focus\:border-red-100:focus{
  --tw-border-opacity:1 !important;
  border-color:rgb(255 213 215 / 1) !important;
  border-color:rgb(255 213 215 / var(--tw-border-opacity, 1)) !important
}

.focus\:border-red-100\/0:focus{
  border-color:rgb(255 213 215 / 0) !important
}

.focus\:border-red-100\/10:focus{
  border-color:rgb(255 213 215 / 0.1) !important
}

.focus\:border-red-100\/100:focus{
  border-color:rgb(255 213 215 / 1) !important
}

.focus\:border-red-100\/15:focus{
  border-color:rgb(255 213 215 / 0.15) !important
}

.focus\:border-red-100\/20:focus{
  border-color:rgb(255 213 215 / 0.2) !important
}

.focus\:border-red-100\/25:focus{
  border-color:rgb(255 213 215 / 0.25) !important
}

.focus\:border-red-100\/30:focus{
  border-color:rgb(255 213 215 / 0.3) !important
}

.focus\:border-red-100\/35:focus{
  border-color:rgb(255 213 215 / 0.35) !important
}

.focus\:border-red-100\/40:focus{
  border-color:rgb(255 213 215 / 0.4) !important
}

.focus\:border-red-100\/45:focus{
  border-color:rgb(255 213 215 / 0.45) !important
}

.focus\:border-red-100\/5:focus{
  border-color:rgb(255 213 215 / 0.05) !important
}

.focus\:border-red-100\/50:focus{
  border-color:rgb(255 213 215 / 0.5) !important
}

.focus\:border-red-100\/55:focus{
  border-color:rgb(255 213 215 / 0.55) !important
}

.focus\:border-red-100\/60:focus{
  border-color:rgb(255 213 215 / 0.6) !important
}

.focus\:border-red-100\/65:focus{
  border-color:rgb(255 213 215 / 0.65) !important
}

.focus\:border-red-100\/70:focus{
  border-color:rgb(255 213 215 / 0.7) !important
}

.focus\:border-red-100\/75:focus{
  border-color:rgb(255 213 215 / 0.75) !important
}

.focus\:border-red-100\/80:focus{
  border-color:rgb(255 213 215 / 0.8) !important
}

.focus\:border-red-100\/85:focus{
  border-color:rgb(255 213 215 / 0.85) !important
}

.focus\:border-red-100\/90:focus{
  border-color:rgb(255 213 215 / 0.9) !important
}

.focus\:border-red-100\/95:focus{
  border-color:rgb(255 213 215 / 0.95) !important
}

.focus\:border-red-200:focus{
  --tw-border-opacity:1 !important;
  border-color:rgb(255 172 174 / 1) !important;
  border-color:rgb(255 172 174 / var(--tw-border-opacity, 1)) !important
}

.focus\:border-red-200\/0:focus{
  border-color:rgb(255 172 174 / 0) !important
}

.focus\:border-red-200\/10:focus{
  border-color:rgb(255 172 174 / 0.1) !important
}

.focus\:border-red-200\/100:focus{
  border-color:rgb(255 172 174 / 1) !important
}

.focus\:border-red-200\/15:focus{
  border-color:rgb(255 172 174 / 0.15) !important
}

.focus\:border-red-200\/20:focus{
  border-color:rgb(255 172 174 / 0.2) !important
}

.focus\:border-red-200\/25:focus{
  border-color:rgb(255 172 174 / 0.25) !important
}

.focus\:border-red-200\/30:focus{
  border-color:rgb(255 172 174 / 0.3) !important
}

.focus\:border-red-200\/35:focus{
  border-color:rgb(255 172 174 / 0.35) !important
}

.focus\:border-red-200\/40:focus{
  border-color:rgb(255 172 174 / 0.4) !important
}

.focus\:border-red-200\/45:focus{
  border-color:rgb(255 172 174 / 0.45) !important
}

.focus\:border-red-200\/5:focus{
  border-color:rgb(255 172 174 / 0.05) !important
}

.focus\:border-red-200\/50:focus{
  border-color:rgb(255 172 174 / 0.5) !important
}

.focus\:border-red-200\/55:focus{
  border-color:rgb(255 172 174 / 0.55) !important
}

.focus\:border-red-200\/60:focus{
  border-color:rgb(255 172 174 / 0.6) !important
}

.focus\:border-red-200\/65:focus{
  border-color:rgb(255 172 174 / 0.65) !important
}

.focus\:border-red-200\/70:focus{
  border-color:rgb(255 172 174 / 0.7) !important
}

.focus\:border-red-200\/75:focus{
  border-color:rgb(255 172 174 / 0.75) !important
}

.focus\:border-red-200\/80:focus{
  border-color:rgb(255 172 174 / 0.8) !important
}

.focus\:border-red-200\/85:focus{
  border-color:rgb(255 172 174 / 0.85) !important
}

.focus\:border-red-200\/90:focus{
  border-color:rgb(255 172 174 / 0.9) !important
}

.focus\:border-red-200\/95:focus{
  border-color:rgb(255 172 174 / 0.95) !important
}

.focus\:border-red-300:focus{
  --tw-border-opacity:1 !important;
  border-color:rgb(255 130 134 / 1) !important;
  border-color:rgb(255 130 134 / var(--tw-border-opacity, 1)) !important
}

.focus\:border-red-300\/0:focus{
  border-color:rgb(255 130 134 / 0) !important
}

.focus\:border-red-300\/10:focus{
  border-color:rgb(255 130 134 / 0.1) !important
}

.focus\:border-red-300\/100:focus{
  border-color:rgb(255 130 134 / 1) !important
}

.focus\:border-red-300\/15:focus{
  border-color:rgb(255 130 134 / 0.15) !important
}

.focus\:border-red-300\/20:focus{
  border-color:rgb(255 130 134 / 0.2) !important
}

.focus\:border-red-300\/25:focus{
  border-color:rgb(255 130 134 / 0.25) !important
}

.focus\:border-red-300\/30:focus{
  border-color:rgb(255 130 134 / 0.3) !important
}

.focus\:border-red-300\/35:focus{
  border-color:rgb(255 130 134 / 0.35) !important
}

.focus\:border-red-300\/40:focus{
  border-color:rgb(255 130 134 / 0.4) !important
}

.focus\:border-red-300\/45:focus{
  border-color:rgb(255 130 134 / 0.45) !important
}

.focus\:border-red-300\/5:focus{
  border-color:rgb(255 130 134 / 0.05) !important
}

.focus\:border-red-300\/50:focus{
  border-color:rgb(255 130 134 / 0.5) !important
}

.focus\:border-red-300\/55:focus{
  border-color:rgb(255 130 134 / 0.55) !important
}

.focus\:border-red-300\/60:focus{
  border-color:rgb(255 130 134 / 0.6) !important
}

.focus\:border-red-300\/65:focus{
  border-color:rgb(255 130 134 / 0.65) !important
}

.focus\:border-red-300\/70:focus{
  border-color:rgb(255 130 134 / 0.7) !important
}

.focus\:border-red-300\/75:focus{
  border-color:rgb(255 130 134 / 0.75) !important
}

.focus\:border-red-300\/80:focus{
  border-color:rgb(255 130 134 / 0.8) !important
}

.focus\:border-red-300\/85:focus{
  border-color:rgb(255 130 134 / 0.85) !important
}

.focus\:border-red-300\/90:focus{
  border-color:rgb(255 130 134 / 0.9) !important
}

.focus\:border-red-300\/95:focus{
  border-color:rgb(255 130 134 / 0.95) !important
}

.focus\:border-red-500:focus{
  --tw-border-opacity:1 !important;
  border-color:rgb(255 47 53 / 1) !important;
  border-color:rgb(255 47 53 / var(--tw-border-opacity, 1)) !important
}

.focus\:border-red-500\/0:focus{
  border-color:rgb(255 47 53 / 0) !important
}

.focus\:border-red-500\/10:focus{
  border-color:rgb(255 47 53 / 0.1) !important
}

.focus\:border-red-500\/100:focus{
  border-color:rgb(255 47 53 / 1) !important
}

.focus\:border-red-500\/15:focus{
  border-color:rgb(255 47 53 / 0.15) !important
}

.focus\:border-red-500\/20:focus{
  border-color:rgb(255 47 53 / 0.2) !important
}

.focus\:border-red-500\/25:focus{
  border-color:rgb(255 47 53 / 0.25) !important
}

.focus\:border-red-500\/30:focus{
  border-color:rgb(255 47 53 / 0.3) !important
}

.focus\:border-red-500\/35:focus{
  border-color:rgb(255 47 53 / 0.35) !important
}

.focus\:border-red-500\/40:focus{
  border-color:rgb(255 47 53 / 0.4) !important
}

.focus\:border-red-500\/45:focus{
  border-color:rgb(255 47 53 / 0.45) !important
}

.focus\:border-red-500\/5:focus{
  border-color:rgb(255 47 53 / 0.05) !important
}

.focus\:border-red-500\/50:focus{
  border-color:rgb(255 47 53 / 0.5) !important
}

.focus\:border-red-500\/55:focus{
  border-color:rgb(255 47 53 / 0.55) !important
}

.focus\:border-red-500\/60:focus{
  border-color:rgb(255 47 53 / 0.6) !important
}

.focus\:border-red-500\/65:focus{
  border-color:rgb(255 47 53 / 0.65) !important
}

.focus\:border-red-500\/70:focus{
  border-color:rgb(255 47 53 / 0.7) !important
}

.focus\:border-red-500\/75:focus{
  border-color:rgb(255 47 53 / 0.75) !important
}

.focus\:border-red-500\/80:focus{
  border-color:rgb(255 47 53 / 0.8) !important
}

.focus\:border-red-500\/85:focus{
  border-color:rgb(255 47 53 / 0.85) !important
}

.focus\:border-red-500\/90:focus{
  border-color:rgb(255 47 53 / 0.9) !important
}

.focus\:border-red-500\/95:focus{
  border-color:rgb(255 47 53 / 0.95) !important
}

.focus\:border-red-700:focus{
  --tw-border-opacity:1 !important;
  border-color:rgb(185 28 28 / 1) !important;
  border-color:rgb(185 28 28 / var(--tw-border-opacity, 1)) !important
}

.focus\:border-red-700\/0:focus{
  border-color:rgb(185 28 28 / 0) !important
}

.focus\:border-red-700\/10:focus{
  border-color:rgb(185 28 28 / 0.1) !important
}

.focus\:border-red-700\/100:focus{
  border-color:rgb(185 28 28 / 1) !important
}

.focus\:border-red-700\/15:focus{
  border-color:rgb(185 28 28 / 0.15) !important
}

.focus\:border-red-700\/20:focus{
  border-color:rgb(185 28 28 / 0.2) !important
}

.focus\:border-red-700\/25:focus{
  border-color:rgb(185 28 28 / 0.25) !important
}

.focus\:border-red-700\/30:focus{
  border-color:rgb(185 28 28 / 0.3) !important
}

.focus\:border-red-700\/35:focus{
  border-color:rgb(185 28 28 / 0.35) !important
}

.focus\:border-red-700\/40:focus{
  border-color:rgb(185 28 28 / 0.4) !important
}

.focus\:border-red-700\/45:focus{
  border-color:rgb(185 28 28 / 0.45) !important
}

.focus\:border-red-700\/5:focus{
  border-color:rgb(185 28 28 / 0.05) !important
}

.focus\:border-red-700\/50:focus{
  border-color:rgb(185 28 28 / 0.5) !important
}

.focus\:border-red-700\/55:focus{
  border-color:rgb(185 28 28 / 0.55) !important
}

.focus\:border-red-700\/60:focus{
  border-color:rgb(185 28 28 / 0.6) !important
}

.focus\:border-red-700\/65:focus{
  border-color:rgb(185 28 28 / 0.65) !important
}

.focus\:border-red-700\/70:focus{
  border-color:rgb(185 28 28 / 0.7) !important
}

.focus\:border-red-700\/75:focus{
  border-color:rgb(185 28 28 / 0.75) !important
}

.focus\:border-red-700\/80:focus{
  border-color:rgb(185 28 28 / 0.8) !important
}

.focus\:border-red-700\/85:focus{
  border-color:rgb(185 28 28 / 0.85) !important
}

.focus\:border-red-700\/90:focus{
  border-color:rgb(185 28 28 / 0.9) !important
}

.focus\:border-red-700\/95:focus{
  border-color:rgb(185 28 28 / 0.95) !important
}

.focus\:border-red-900:focus{
  --tw-border-opacity:1 !important;
  border-color:rgb(127 29 29 / 1) !important;
  border-color:rgb(127 29 29 / var(--tw-border-opacity, 1)) !important
}

.focus\:border-red-900\/0:focus{
  border-color:rgb(127 29 29 / 0) !important
}

.focus\:border-red-900\/10:focus{
  border-color:rgb(127 29 29 / 0.1) !important
}

.focus\:border-red-900\/100:focus{
  border-color:rgb(127 29 29 / 1) !important
}

.focus\:border-red-900\/15:focus{
  border-color:rgb(127 29 29 / 0.15) !important
}

.focus\:border-red-900\/20:focus{
  border-color:rgb(127 29 29 / 0.2) !important
}

.focus\:border-red-900\/25:focus{
  border-color:rgb(127 29 29 / 0.25) !important
}

.focus\:border-red-900\/30:focus{
  border-color:rgb(127 29 29 / 0.3) !important
}

.focus\:border-red-900\/35:focus{
  border-color:rgb(127 29 29 / 0.35) !important
}

.focus\:border-red-900\/40:focus{
  border-color:rgb(127 29 29 / 0.4) !important
}

.focus\:border-red-900\/45:focus{
  border-color:rgb(127 29 29 / 0.45) !important
}

.focus\:border-red-900\/5:focus{
  border-color:rgb(127 29 29 / 0.05) !important
}

.focus\:border-red-900\/50:focus{
  border-color:rgb(127 29 29 / 0.5) !important
}

.focus\:border-red-900\/55:focus{
  border-color:rgb(127 29 29 / 0.55) !important
}

.focus\:border-red-900\/60:focus{
  border-color:rgb(127 29 29 / 0.6) !important
}

.focus\:border-red-900\/65:focus{
  border-color:rgb(127 29 29 / 0.65) !important
}

.focus\:border-red-900\/70:focus{
  border-color:rgb(127 29 29 / 0.7) !important
}

.focus\:border-red-900\/75:focus{
  border-color:rgb(127 29 29 / 0.75) !important
}

.focus\:border-red-900\/80:focus{
  border-color:rgb(127 29 29 / 0.8) !important
}

.focus\:border-red-900\/85:focus{
  border-color:rgb(127 29 29 / 0.85) !important
}

.focus\:border-red-900\/90:focus{
  border-color:rgb(127 29 29 / 0.9) !important
}

.focus\:border-red-900\/95:focus{
  border-color:rgb(127 29 29 / 0.95) !important
}

.focus\:bg-cyan-100:focus{
  --tw-bg-opacity:1 !important;
  background-color:rgb(207 250 254 / 1) !important;
  background-color:rgb(207 250 254 / var(--tw-bg-opacity, 1)) !important
}

.focus\:bg-cyan-100\/0:focus{
  background-color:rgb(207 250 254 / 0) !important
}

.focus\:bg-cyan-100\/10:focus{
  background-color:rgb(207 250 254 / 0.1) !important
}

.focus\:bg-cyan-100\/100:focus{
  background-color:rgb(207 250 254 / 1) !important
}

.focus\:bg-cyan-100\/15:focus{
  background-color:rgb(207 250 254 / 0.15) !important
}

.focus\:bg-cyan-100\/20:focus{
  background-color:rgb(207 250 254 / 0.2) !important
}

.focus\:bg-cyan-100\/25:focus{
  background-color:rgb(207 250 254 / 0.25) !important
}

.focus\:bg-cyan-100\/30:focus{
  background-color:rgb(207 250 254 / 0.3) !important
}

.focus\:bg-cyan-100\/35:focus{
  background-color:rgb(207 250 254 / 0.35) !important
}

.focus\:bg-cyan-100\/40:focus{
  background-color:rgb(207 250 254 / 0.4) !important
}

.focus\:bg-cyan-100\/45:focus{
  background-color:rgb(207 250 254 / 0.45) !important
}

.focus\:bg-cyan-100\/5:focus{
  background-color:rgb(207 250 254 / 0.05) !important
}

.focus\:bg-cyan-100\/50:focus{
  background-color:rgb(207 250 254 / 0.5) !important
}

.focus\:bg-cyan-100\/55:focus{
  background-color:rgb(207 250 254 / 0.55) !important
}

.focus\:bg-cyan-100\/60:focus{
  background-color:rgb(207 250 254 / 0.6) !important
}

.focus\:bg-cyan-100\/65:focus{
  background-color:rgb(207 250 254 / 0.65) !important
}

.focus\:bg-cyan-100\/70:focus{
  background-color:rgb(207 250 254 / 0.7) !important
}

.focus\:bg-cyan-100\/75:focus{
  background-color:rgb(207 250 254 / 0.75) !important
}

.focus\:bg-cyan-100\/80:focus{
  background-color:rgb(207 250 254 / 0.8) !important
}

.focus\:bg-cyan-100\/85:focus{
  background-color:rgb(207 250 254 / 0.85) !important
}

.focus\:bg-cyan-100\/90:focus{
  background-color:rgb(207 250 254 / 0.9) !important
}

.focus\:bg-cyan-100\/95:focus{
  background-color:rgb(207 250 254 / 0.95) !important
}

.focus\:bg-cyan-200:focus{
  --tw-bg-opacity:1 !important;
  background-color:rgb(165 243 252 / 1) !important;
  background-color:rgb(165 243 252 / var(--tw-bg-opacity, 1)) !important
}

.focus\:bg-cyan-200\/0:focus{
  background-color:rgb(165 243 252 / 0) !important
}

.focus\:bg-cyan-200\/10:focus{
  background-color:rgb(165 243 252 / 0.1) !important
}

.focus\:bg-cyan-200\/100:focus{
  background-color:rgb(165 243 252 / 1) !important
}

.focus\:bg-cyan-200\/15:focus{
  background-color:rgb(165 243 252 / 0.15) !important
}

.focus\:bg-cyan-200\/20:focus{
  background-color:rgb(165 243 252 / 0.2) !important
}

.focus\:bg-cyan-200\/25:focus{
  background-color:rgb(165 243 252 / 0.25) !important
}

.focus\:bg-cyan-200\/30:focus{
  background-color:rgb(165 243 252 / 0.3) !important
}

.focus\:bg-cyan-200\/35:focus{
  background-color:rgb(165 243 252 / 0.35) !important
}

.focus\:bg-cyan-200\/40:focus{
  background-color:rgb(165 243 252 / 0.4) !important
}

.focus\:bg-cyan-200\/45:focus{
  background-color:rgb(165 243 252 / 0.45) !important
}

.focus\:bg-cyan-200\/5:focus{
  background-color:rgb(165 243 252 / 0.05) !important
}

.focus\:bg-cyan-200\/50:focus{
  background-color:rgb(165 243 252 / 0.5) !important
}

.focus\:bg-cyan-200\/55:focus{
  background-color:rgb(165 243 252 / 0.55) !important
}

.focus\:bg-cyan-200\/60:focus{
  background-color:rgb(165 243 252 / 0.6) !important
}

.focus\:bg-cyan-200\/65:focus{
  background-color:rgb(165 243 252 / 0.65) !important
}

.focus\:bg-cyan-200\/70:focus{
  background-color:rgb(165 243 252 / 0.7) !important
}

.focus\:bg-cyan-200\/75:focus{
  background-color:rgb(165 243 252 / 0.75) !important
}

.focus\:bg-cyan-200\/80:focus{
  background-color:rgb(165 243 252 / 0.8) !important
}

.focus\:bg-cyan-200\/85:focus{
  background-color:rgb(165 243 252 / 0.85) !important
}

.focus\:bg-cyan-200\/90:focus{
  background-color:rgb(165 243 252 / 0.9) !important
}

.focus\:bg-cyan-200\/95:focus{
  background-color:rgb(165 243 252 / 0.95) !important
}

.focus\:bg-cyan-300:focus{
  --tw-bg-opacity:1 !important;
  background-color:rgb(68 224 213 / 1) !important;
  background-color:rgb(68 224 213 / var(--tw-bg-opacity, 1)) !important
}

.focus\:bg-cyan-300\/0:focus{
  background-color:rgb(68 224 213 / 0) !important
}

.focus\:bg-cyan-300\/10:focus{
  background-color:rgb(68 224 213 / 0.1) !important
}

.focus\:bg-cyan-300\/100:focus{
  background-color:rgb(68 224 213 / 1) !important
}

.focus\:bg-cyan-300\/15:focus{
  background-color:rgb(68 224 213 / 0.15) !important
}

.focus\:bg-cyan-300\/20:focus{
  background-color:rgb(68 224 213 / 0.2) !important
}

.focus\:bg-cyan-300\/25:focus{
  background-color:rgb(68 224 213 / 0.25) !important
}

.focus\:bg-cyan-300\/30:focus{
  background-color:rgb(68 224 213 / 0.3) !important
}

.focus\:bg-cyan-300\/35:focus{
  background-color:rgb(68 224 213 / 0.35) !important
}

.focus\:bg-cyan-300\/40:focus{
  background-color:rgb(68 224 213 / 0.4) !important
}

.focus\:bg-cyan-300\/45:focus{
  background-color:rgb(68 224 213 / 0.45) !important
}

.focus\:bg-cyan-300\/5:focus{
  background-color:rgb(68 224 213 / 0.05) !important
}

.focus\:bg-cyan-300\/50:focus{
  background-color:rgb(68 224 213 / 0.5) !important
}

.focus\:bg-cyan-300\/55:focus{
  background-color:rgb(68 224 213 / 0.55) !important
}

.focus\:bg-cyan-300\/60:focus{
  background-color:rgb(68 224 213 / 0.6) !important
}

.focus\:bg-cyan-300\/65:focus{
  background-color:rgb(68 224 213 / 0.65) !important
}

.focus\:bg-cyan-300\/70:focus{
  background-color:rgb(68 224 213 / 0.7) !important
}

.focus\:bg-cyan-300\/75:focus{
  background-color:rgb(68 224 213 / 0.75) !important
}

.focus\:bg-cyan-300\/80:focus{
  background-color:rgb(68 224 213 / 0.8) !important
}

.focus\:bg-cyan-300\/85:focus{
  background-color:rgb(68 224 213 / 0.85) !important
}

.focus\:bg-cyan-300\/90:focus{
  background-color:rgb(68 224 213 / 0.9) !important
}

.focus\:bg-cyan-300\/95:focus{
  background-color:rgb(68 224 213 / 0.95) !important
}

.focus\:bg-cyan-500:focus{
  --tw-bg-opacity:1 !important;
  background-color:rgb(6 182 212 / 1) !important;
  background-color:rgb(6 182 212 / var(--tw-bg-opacity, 1)) !important
}

.focus\:bg-cyan-500\/0:focus{
  background-color:rgb(6 182 212 / 0) !important
}

.focus\:bg-cyan-500\/10:focus{
  background-color:rgb(6 182 212 / 0.1) !important
}

.focus\:bg-cyan-500\/100:focus{
  background-color:rgb(6 182 212 / 1) !important
}

.focus\:bg-cyan-500\/15:focus{
  background-color:rgb(6 182 212 / 0.15) !important
}

.focus\:bg-cyan-500\/20:focus{
  background-color:rgb(6 182 212 / 0.2) !important
}

.focus\:bg-cyan-500\/25:focus{
  background-color:rgb(6 182 212 / 0.25) !important
}

.focus\:bg-cyan-500\/30:focus{
  background-color:rgb(6 182 212 / 0.3) !important
}

.focus\:bg-cyan-500\/35:focus{
  background-color:rgb(6 182 212 / 0.35) !important
}

.focus\:bg-cyan-500\/40:focus{
  background-color:rgb(6 182 212 / 0.4) !important
}

.focus\:bg-cyan-500\/45:focus{
  background-color:rgb(6 182 212 / 0.45) !important
}

.focus\:bg-cyan-500\/5:focus{
  background-color:rgb(6 182 212 / 0.05) !important
}

.focus\:bg-cyan-500\/50:focus{
  background-color:rgb(6 182 212 / 0.5) !important
}

.focus\:bg-cyan-500\/55:focus{
  background-color:rgb(6 182 212 / 0.55) !important
}

.focus\:bg-cyan-500\/60:focus{
  background-color:rgb(6 182 212 / 0.6) !important
}

.focus\:bg-cyan-500\/65:focus{
  background-color:rgb(6 182 212 / 0.65) !important
}

.focus\:bg-cyan-500\/70:focus{
  background-color:rgb(6 182 212 / 0.7) !important
}

.focus\:bg-cyan-500\/75:focus{
  background-color:rgb(6 182 212 / 0.75) !important
}

.focus\:bg-cyan-500\/80:focus{
  background-color:rgb(6 182 212 / 0.8) !important
}

.focus\:bg-cyan-500\/85:focus{
  background-color:rgb(6 182 212 / 0.85) !important
}

.focus\:bg-cyan-500\/90:focus{
  background-color:rgb(6 182 212 / 0.9) !important
}

.focus\:bg-cyan-500\/95:focus{
  background-color:rgb(6 182 212 / 0.95) !important
}

.focus\:bg-cyan-700:focus{
  --tw-bg-opacity:1 !important;
  background-color:rgb(14 116 144 / 1) !important;
  background-color:rgb(14 116 144 / var(--tw-bg-opacity, 1)) !important
}

.focus\:bg-cyan-700\/0:focus{
  background-color:rgb(14 116 144 / 0) !important
}

.focus\:bg-cyan-700\/10:focus{
  background-color:rgb(14 116 144 / 0.1) !important
}

.focus\:bg-cyan-700\/100:focus{
  background-color:rgb(14 116 144 / 1) !important
}

.focus\:bg-cyan-700\/15:focus{
  background-color:rgb(14 116 144 / 0.15) !important
}

.focus\:bg-cyan-700\/20:focus{
  background-color:rgb(14 116 144 / 0.2) !important
}

.focus\:bg-cyan-700\/25:focus{
  background-color:rgb(14 116 144 / 0.25) !important
}

.focus\:bg-cyan-700\/30:focus{
  background-color:rgb(14 116 144 / 0.3) !important
}

.focus\:bg-cyan-700\/35:focus{
  background-color:rgb(14 116 144 / 0.35) !important
}

.focus\:bg-cyan-700\/40:focus{
  background-color:rgb(14 116 144 / 0.4) !important
}

.focus\:bg-cyan-700\/45:focus{
  background-color:rgb(14 116 144 / 0.45) !important
}

.focus\:bg-cyan-700\/5:focus{
  background-color:rgb(14 116 144 / 0.05) !important
}

.focus\:bg-cyan-700\/50:focus{
  background-color:rgb(14 116 144 / 0.5) !important
}

.focus\:bg-cyan-700\/55:focus{
  background-color:rgb(14 116 144 / 0.55) !important
}

.focus\:bg-cyan-700\/60:focus{
  background-color:rgb(14 116 144 / 0.6) !important
}

.focus\:bg-cyan-700\/65:focus{
  background-color:rgb(14 116 144 / 0.65) !important
}

.focus\:bg-cyan-700\/70:focus{
  background-color:rgb(14 116 144 / 0.7) !important
}

.focus\:bg-cyan-700\/75:focus{
  background-color:rgb(14 116 144 / 0.75) !important
}

.focus\:bg-cyan-700\/80:focus{
  background-color:rgb(14 116 144 / 0.8) !important
}

.focus\:bg-cyan-700\/85:focus{
  background-color:rgb(14 116 144 / 0.85) !important
}

.focus\:bg-cyan-700\/90:focus{
  background-color:rgb(14 116 144 / 0.9) !important
}

.focus\:bg-cyan-700\/95:focus{
  background-color:rgb(14 116 144 / 0.95) !important
}

.focus\:bg-cyan-900:focus{
  --tw-bg-opacity:1 !important;
  background-color:rgb(0 149 138 / 1) !important;
  background-color:rgb(0 149 138 / var(--tw-bg-opacity, 1)) !important
}

.focus\:bg-cyan-900\/0:focus{
  background-color:rgb(0 149 138 / 0) !important
}

.focus\:bg-cyan-900\/10:focus{
  background-color:rgb(0 149 138 / 0.1) !important
}

.focus\:bg-cyan-900\/100:focus{
  background-color:rgb(0 149 138 / 1) !important
}

.focus\:bg-cyan-900\/15:focus{
  background-color:rgb(0 149 138 / 0.15) !important
}

.focus\:bg-cyan-900\/20:focus{
  background-color:rgb(0 149 138 / 0.2) !important
}

.focus\:bg-cyan-900\/25:focus{
  background-color:rgb(0 149 138 / 0.25) !important
}

.focus\:bg-cyan-900\/30:focus{
  background-color:rgb(0 149 138 / 0.3) !important
}

.focus\:bg-cyan-900\/35:focus{
  background-color:rgb(0 149 138 / 0.35) !important
}

.focus\:bg-cyan-900\/40:focus{
  background-color:rgb(0 149 138 / 0.4) !important
}

.focus\:bg-cyan-900\/45:focus{
  background-color:rgb(0 149 138 / 0.45) !important
}

.focus\:bg-cyan-900\/5:focus{
  background-color:rgb(0 149 138 / 0.05) !important
}

.focus\:bg-cyan-900\/50:focus{
  background-color:rgb(0 149 138 / 0.5) !important
}

.focus\:bg-cyan-900\/55:focus{
  background-color:rgb(0 149 138 / 0.55) !important
}

.focus\:bg-cyan-900\/60:focus{
  background-color:rgb(0 149 138 / 0.6) !important
}

.focus\:bg-cyan-900\/65:focus{
  background-color:rgb(0 149 138 / 0.65) !important
}

.focus\:bg-cyan-900\/70:focus{
  background-color:rgb(0 149 138 / 0.7) !important
}

.focus\:bg-cyan-900\/75:focus{
  background-color:rgb(0 149 138 / 0.75) !important
}

.focus\:bg-cyan-900\/80:focus{
  background-color:rgb(0 149 138 / 0.8) !important
}

.focus\:bg-cyan-900\/85:focus{
  background-color:rgb(0 149 138 / 0.85) !important
}

.focus\:bg-cyan-900\/90:focus{
  background-color:rgb(0 149 138 / 0.9) !important
}

.focus\:bg-cyan-900\/95:focus{
  background-color:rgb(0 149 138 / 0.95) !important
}

.focus\:bg-gray-100:focus{
  --tw-bg-opacity:1 !important;
  background-color:rgb(241 245 249 / 1) !important;
  background-color:rgb(241 245 249 / var(--tw-bg-opacity, 1)) !important
}

.focus\:bg-gray-100\/0:focus{
  background-color:rgb(241 245 249 / 0) !important
}

.focus\:bg-gray-100\/10:focus{
  background-color:rgb(241 245 249 / 0.1) !important
}

.focus\:bg-gray-100\/100:focus{
  background-color:rgb(241 245 249 / 1) !important
}

.focus\:bg-gray-100\/15:focus{
  background-color:rgb(241 245 249 / 0.15) !important
}

.focus\:bg-gray-100\/20:focus{
  background-color:rgb(241 245 249 / 0.2) !important
}

.focus\:bg-gray-100\/25:focus{
  background-color:rgb(241 245 249 / 0.25) !important
}

.focus\:bg-gray-100\/30:focus{
  background-color:rgb(241 245 249 / 0.3) !important
}

.focus\:bg-gray-100\/35:focus{
  background-color:rgb(241 245 249 / 0.35) !important
}

.focus\:bg-gray-100\/40:focus{
  background-color:rgb(241 245 249 / 0.4) !important
}

.focus\:bg-gray-100\/45:focus{
  background-color:rgb(241 245 249 / 0.45) !important
}

.focus\:bg-gray-100\/5:focus{
  background-color:rgb(241 245 249 / 0.05) !important
}

.focus\:bg-gray-100\/50:focus{
  background-color:rgb(241 245 249 / 0.5) !important
}

.focus\:bg-gray-100\/55:focus{
  background-color:rgb(241 245 249 / 0.55) !important
}

.focus\:bg-gray-100\/60:focus{
  background-color:rgb(241 245 249 / 0.6) !important
}

.focus\:bg-gray-100\/65:focus{
  background-color:rgb(241 245 249 / 0.65) !important
}

.focus\:bg-gray-100\/70:focus{
  background-color:rgb(241 245 249 / 0.7) !important
}

.focus\:bg-gray-100\/75:focus{
  background-color:rgb(241 245 249 / 0.75) !important
}

.focus\:bg-gray-100\/80:focus{
  background-color:rgb(241 245 249 / 0.8) !important
}

.focus\:bg-gray-100\/85:focus{
  background-color:rgb(241 245 249 / 0.85) !important
}

.focus\:bg-gray-100\/90:focus{
  background-color:rgb(241 245 249 / 0.9) !important
}

.focus\:bg-gray-100\/95:focus{
  background-color:rgb(241 245 249 / 0.95) !important
}

.focus\:bg-gray-200:focus{
  --tw-bg-opacity:1 !important;
  background-color:rgb(217 228 236 / 1) !important;
  background-color:rgb(217 228 236 / var(--tw-bg-opacity, 1)) !important
}

.focus\:bg-gray-200\/0:focus{
  background-color:rgb(217 228 236 / 0) !important
}

.focus\:bg-gray-200\/10:focus{
  background-color:rgb(217 228 236 / 0.1) !important
}

.focus\:bg-gray-200\/100:focus{
  background-color:rgb(217 228 236 / 1) !important
}

.focus\:bg-gray-200\/15:focus{
  background-color:rgb(217 228 236 / 0.15) !important
}

.focus\:bg-gray-200\/20:focus{
  background-color:rgb(217 228 236 / 0.2) !important
}

.focus\:bg-gray-200\/25:focus{
  background-color:rgb(217 228 236 / 0.25) !important
}

.focus\:bg-gray-200\/30:focus{
  background-color:rgb(217 228 236 / 0.3) !important
}

.focus\:bg-gray-200\/35:focus{
  background-color:rgb(217 228 236 / 0.35) !important
}

.focus\:bg-gray-200\/40:focus{
  background-color:rgb(217 228 236 / 0.4) !important
}

.focus\:bg-gray-200\/45:focus{
  background-color:rgb(217 228 236 / 0.45) !important
}

.focus\:bg-gray-200\/5:focus{
  background-color:rgb(217 228 236 / 0.05) !important
}

.focus\:bg-gray-200\/50:focus{
  background-color:rgb(217 228 236 / 0.5) !important
}

.focus\:bg-gray-200\/55:focus{
  background-color:rgb(217 228 236 / 0.55) !important
}

.focus\:bg-gray-200\/60:focus{
  background-color:rgb(217 228 236 / 0.6) !important
}

.focus\:bg-gray-200\/65:focus{
  background-color:rgb(217 228 236 / 0.65) !important
}

.focus\:bg-gray-200\/70:focus{
  background-color:rgb(217 228 236 / 0.7) !important
}

.focus\:bg-gray-200\/75:focus{
  background-color:rgb(217 228 236 / 0.75) !important
}

.focus\:bg-gray-200\/80:focus{
  background-color:rgb(217 228 236 / 0.8) !important
}

.focus\:bg-gray-200\/85:focus{
  background-color:rgb(217 228 236 / 0.85) !important
}

.focus\:bg-gray-200\/90:focus{
  background-color:rgb(217 228 236 / 0.9) !important
}

.focus\:bg-gray-200\/95:focus{
  background-color:rgb(217 228 236 / 0.95) !important
}

.focus\:bg-gray-300:focus{
  --tw-bg-opacity:1 !important;
  background-color:rgb(203 213 225 / 1) !important;
  background-color:rgb(203 213 225 / var(--tw-bg-opacity, 1)) !important
}

.focus\:bg-gray-300\/0:focus{
  background-color:rgb(203 213 225 / 0) !important
}

.focus\:bg-gray-300\/10:focus{
  background-color:rgb(203 213 225 / 0.1) !important
}

.focus\:bg-gray-300\/100:focus{
  background-color:rgb(203 213 225 / 1) !important
}

.focus\:bg-gray-300\/15:focus{
  background-color:rgb(203 213 225 / 0.15) !important
}

.focus\:bg-gray-300\/20:focus{
  background-color:rgb(203 213 225 / 0.2) !important
}

.focus\:bg-gray-300\/25:focus{
  background-color:rgb(203 213 225 / 0.25) !important
}

.focus\:bg-gray-300\/30:focus{
  background-color:rgb(203 213 225 / 0.3) !important
}

.focus\:bg-gray-300\/35:focus{
  background-color:rgb(203 213 225 / 0.35) !important
}

.focus\:bg-gray-300\/40:focus{
  background-color:rgb(203 213 225 / 0.4) !important
}

.focus\:bg-gray-300\/45:focus{
  background-color:rgb(203 213 225 / 0.45) !important
}

.focus\:bg-gray-300\/5:focus{
  background-color:rgb(203 213 225 / 0.05) !important
}

.focus\:bg-gray-300\/50:focus{
  background-color:rgb(203 213 225 / 0.5) !important
}

.focus\:bg-gray-300\/55:focus{
  background-color:rgb(203 213 225 / 0.55) !important
}

.focus\:bg-gray-300\/60:focus{
  background-color:rgb(203 213 225 / 0.6) !important
}

.focus\:bg-gray-300\/65:focus{
  background-color:rgb(203 213 225 / 0.65) !important
}

.focus\:bg-gray-300\/70:focus{
  background-color:rgb(203 213 225 / 0.7) !important
}

.focus\:bg-gray-300\/75:focus{
  background-color:rgb(203 213 225 / 0.75) !important
}

.focus\:bg-gray-300\/80:focus{
  background-color:rgb(203 213 225 / 0.8) !important
}

.focus\:bg-gray-300\/85:focus{
  background-color:rgb(203 213 225 / 0.85) !important
}

.focus\:bg-gray-300\/90:focus{
  background-color:rgb(203 213 225 / 0.9) !important
}

.focus\:bg-gray-300\/95:focus{
  background-color:rgb(203 213 225 / 0.95) !important
}

.focus\:bg-gray-500:focus{
  --tw-bg-opacity:1 !important;
  background-color:rgb(100 116 139 / 1) !important;
  background-color:rgb(100 116 139 / var(--tw-bg-opacity, 1)) !important
}

.focus\:bg-gray-500\/0:focus{
  background-color:rgb(100 116 139 / 0) !important
}

.focus\:bg-gray-500\/10:focus{
  background-color:rgb(100 116 139 / 0.1) !important
}

.focus\:bg-gray-500\/100:focus{
  background-color:rgb(100 116 139 / 1) !important
}

.focus\:bg-gray-500\/15:focus{
  background-color:rgb(100 116 139 / 0.15) !important
}

.focus\:bg-gray-500\/20:focus{
  background-color:rgb(100 116 139 / 0.2) !important
}

.focus\:bg-gray-500\/25:focus{
  background-color:rgb(100 116 139 / 0.25) !important
}

.focus\:bg-gray-500\/30:focus{
  background-color:rgb(100 116 139 / 0.3) !important
}

.focus\:bg-gray-500\/35:focus{
  background-color:rgb(100 116 139 / 0.35) !important
}

.focus\:bg-gray-500\/40:focus{
  background-color:rgb(100 116 139 / 0.4) !important
}

.focus\:bg-gray-500\/45:focus{
  background-color:rgb(100 116 139 / 0.45) !important
}

.focus\:bg-gray-500\/5:focus{
  background-color:rgb(100 116 139 / 0.05) !important
}

.focus\:bg-gray-500\/50:focus{
  background-color:rgb(100 116 139 / 0.5) !important
}

.focus\:bg-gray-500\/55:focus{
  background-color:rgb(100 116 139 / 0.55) !important
}

.focus\:bg-gray-500\/60:focus{
  background-color:rgb(100 116 139 / 0.6) !important
}

.focus\:bg-gray-500\/65:focus{
  background-color:rgb(100 116 139 / 0.65) !important
}

.focus\:bg-gray-500\/70:focus{
  background-color:rgb(100 116 139 / 0.7) !important
}

.focus\:bg-gray-500\/75:focus{
  background-color:rgb(100 116 139 / 0.75) !important
}

.focus\:bg-gray-500\/80:focus{
  background-color:rgb(100 116 139 / 0.8) !important
}

.focus\:bg-gray-500\/85:focus{
  background-color:rgb(100 116 139 / 0.85) !important
}

.focus\:bg-gray-500\/90:focus{
  background-color:rgb(100 116 139 / 0.9) !important
}

.focus\:bg-gray-500\/95:focus{
  background-color:rgb(100 116 139 / 0.95) !important
}

.focus\:bg-gray-700:focus{
  --tw-bg-opacity:1 !important;
  background-color:rgb(51 65 85 / 1) !important;
  background-color:rgb(51 65 85 / var(--tw-bg-opacity, 1)) !important
}

.focus\:bg-gray-700\/0:focus{
  background-color:rgb(51 65 85 / 0) !important
}

.focus\:bg-gray-700\/10:focus{
  background-color:rgb(51 65 85 / 0.1) !important
}

.focus\:bg-gray-700\/100:focus{
  background-color:rgb(51 65 85 / 1) !important
}

.focus\:bg-gray-700\/15:focus{
  background-color:rgb(51 65 85 / 0.15) !important
}

.focus\:bg-gray-700\/20:focus{
  background-color:rgb(51 65 85 / 0.2) !important
}

.focus\:bg-gray-700\/25:focus{
  background-color:rgb(51 65 85 / 0.25) !important
}

.focus\:bg-gray-700\/30:focus{
  background-color:rgb(51 65 85 / 0.3) !important
}

.focus\:bg-gray-700\/35:focus{
  background-color:rgb(51 65 85 / 0.35) !important
}

.focus\:bg-gray-700\/40:focus{
  background-color:rgb(51 65 85 / 0.4) !important
}

.focus\:bg-gray-700\/45:focus{
  background-color:rgb(51 65 85 / 0.45) !important
}

.focus\:bg-gray-700\/5:focus{
  background-color:rgb(51 65 85 / 0.05) !important
}

.focus\:bg-gray-700\/50:focus{
  background-color:rgb(51 65 85 / 0.5) !important
}

.focus\:bg-gray-700\/55:focus{
  background-color:rgb(51 65 85 / 0.55) !important
}

.focus\:bg-gray-700\/60:focus{
  background-color:rgb(51 65 85 / 0.6) !important
}

.focus\:bg-gray-700\/65:focus{
  background-color:rgb(51 65 85 / 0.65) !important
}

.focus\:bg-gray-700\/70:focus{
  background-color:rgb(51 65 85 / 0.7) !important
}

.focus\:bg-gray-700\/75:focus{
  background-color:rgb(51 65 85 / 0.75) !important
}

.focus\:bg-gray-700\/80:focus{
  background-color:rgb(51 65 85 / 0.8) !important
}

.focus\:bg-gray-700\/85:focus{
  background-color:rgb(51 65 85 / 0.85) !important
}

.focus\:bg-gray-700\/90:focus{
  background-color:rgb(51 65 85 / 0.9) !important
}

.focus\:bg-gray-700\/95:focus{
  background-color:rgb(51 65 85 / 0.95) !important
}

.focus\:bg-gray-900:focus{
  --tw-bg-opacity:1 !important;
  background-color:rgb(23 46 68 / 1) !important;
  background-color:rgb(23 46 68 / var(--tw-bg-opacity, 1)) !important
}

.focus\:bg-gray-900\/0:focus{
  background-color:rgb(23 46 68 / 0) !important
}

.focus\:bg-gray-900\/10:focus{
  background-color:rgb(23 46 68 / 0.1) !important
}

.focus\:bg-gray-900\/100:focus{
  background-color:rgb(23 46 68 / 1) !important
}

.focus\:bg-gray-900\/15:focus{
  background-color:rgb(23 46 68 / 0.15) !important
}

.focus\:bg-gray-900\/20:focus{
  background-color:rgb(23 46 68 / 0.2) !important
}

.focus\:bg-gray-900\/25:focus{
  background-color:rgb(23 46 68 / 0.25) !important
}

.focus\:bg-gray-900\/30:focus{
  background-color:rgb(23 46 68 / 0.3) !important
}

.focus\:bg-gray-900\/35:focus{
  background-color:rgb(23 46 68 / 0.35) !important
}

.focus\:bg-gray-900\/40:focus{
  background-color:rgb(23 46 68 / 0.4) !important
}

.focus\:bg-gray-900\/45:focus{
  background-color:rgb(23 46 68 / 0.45) !important
}

.focus\:bg-gray-900\/5:focus{
  background-color:rgb(23 46 68 / 0.05) !important
}

.focus\:bg-gray-900\/50:focus{
  background-color:rgb(23 46 68 / 0.5) !important
}

.focus\:bg-gray-900\/55:focus{
  background-color:rgb(23 46 68 / 0.55) !important
}

.focus\:bg-gray-900\/60:focus{
  background-color:rgb(23 46 68 / 0.6) !important
}

.focus\:bg-gray-900\/65:focus{
  background-color:rgb(23 46 68 / 0.65) !important
}

.focus\:bg-gray-900\/70:focus{
  background-color:rgb(23 46 68 / 0.7) !important
}

.focus\:bg-gray-900\/75:focus{
  background-color:rgb(23 46 68 / 0.75) !important
}

.focus\:bg-gray-900\/80:focus{
  background-color:rgb(23 46 68 / 0.8) !important
}

.focus\:bg-gray-900\/85:focus{
  background-color:rgb(23 46 68 / 0.85) !important
}

.focus\:bg-gray-900\/90:focus{
  background-color:rgb(23 46 68 / 0.9) !important
}

.focus\:bg-gray-900\/95:focus{
  background-color:rgb(23 46 68 / 0.95) !important
}

.focus\:bg-green-100:focus{
  --tw-bg-opacity:1 !important;
  background-color:rgb(209 250 229 / 1) !important;
  background-color:rgb(209 250 229 / var(--tw-bg-opacity, 1)) !important
}

.focus\:bg-green-100\/0:focus{
  background-color:rgb(209 250 229 / 0) !important
}

.focus\:bg-green-100\/10:focus{
  background-color:rgb(209 250 229 / 0.1) !important
}

.focus\:bg-green-100\/100:focus{
  background-color:rgb(209 250 229 / 1) !important
}

.focus\:bg-green-100\/15:focus{
  background-color:rgb(209 250 229 / 0.15) !important
}

.focus\:bg-green-100\/20:focus{
  background-color:rgb(209 250 229 / 0.2) !important
}

.focus\:bg-green-100\/25:focus{
  background-color:rgb(209 250 229 / 0.25) !important
}

.focus\:bg-green-100\/30:focus{
  background-color:rgb(209 250 229 / 0.3) !important
}

.focus\:bg-green-100\/35:focus{
  background-color:rgb(209 250 229 / 0.35) !important
}

.focus\:bg-green-100\/40:focus{
  background-color:rgb(209 250 229 / 0.4) !important
}

.focus\:bg-green-100\/45:focus{
  background-color:rgb(209 250 229 / 0.45) !important
}

.focus\:bg-green-100\/5:focus{
  background-color:rgb(209 250 229 / 0.05) !important
}

.focus\:bg-green-100\/50:focus{
  background-color:rgb(209 250 229 / 0.5) !important
}

.focus\:bg-green-100\/55:focus{
  background-color:rgb(209 250 229 / 0.55) !important
}

.focus\:bg-green-100\/60:focus{
  background-color:rgb(209 250 229 / 0.6) !important
}

.focus\:bg-green-100\/65:focus{
  background-color:rgb(209 250 229 / 0.65) !important
}

.focus\:bg-green-100\/70:focus{
  background-color:rgb(209 250 229 / 0.7) !important
}

.focus\:bg-green-100\/75:focus{
  background-color:rgb(209 250 229 / 0.75) !important
}

.focus\:bg-green-100\/80:focus{
  background-color:rgb(209 250 229 / 0.8) !important
}

.focus\:bg-green-100\/85:focus{
  background-color:rgb(209 250 229 / 0.85) !important
}

.focus\:bg-green-100\/90:focus{
  background-color:rgb(209 250 229 / 0.9) !important
}

.focus\:bg-green-100\/95:focus{
  background-color:rgb(209 250 229 / 0.95) !important
}

.focus\:bg-green-200:focus{
  --tw-bg-opacity:1 !important;
  background-color:rgb(167 243 208 / 1) !important;
  background-color:rgb(167 243 208 / var(--tw-bg-opacity, 1)) !important
}

.focus\:bg-green-200\/0:focus{
  background-color:rgb(167 243 208 / 0) !important
}

.focus\:bg-green-200\/10:focus{
  background-color:rgb(167 243 208 / 0.1) !important
}

.focus\:bg-green-200\/100:focus{
  background-color:rgb(167 243 208 / 1) !important
}

.focus\:bg-green-200\/15:focus{
  background-color:rgb(167 243 208 / 0.15) !important
}

.focus\:bg-green-200\/20:focus{
  background-color:rgb(167 243 208 / 0.2) !important
}

.focus\:bg-green-200\/25:focus{
  background-color:rgb(167 243 208 / 0.25) !important
}

.focus\:bg-green-200\/30:focus{
  background-color:rgb(167 243 208 / 0.3) !important
}

.focus\:bg-green-200\/35:focus{
  background-color:rgb(167 243 208 / 0.35) !important
}

.focus\:bg-green-200\/40:focus{
  background-color:rgb(167 243 208 / 0.4) !important
}

.focus\:bg-green-200\/45:focus{
  background-color:rgb(167 243 208 / 0.45) !important
}

.focus\:bg-green-200\/5:focus{
  background-color:rgb(167 243 208 / 0.05) !important
}

.focus\:bg-green-200\/50:focus{
  background-color:rgb(167 243 208 / 0.5) !important
}

.focus\:bg-green-200\/55:focus{
  background-color:rgb(167 243 208 / 0.55) !important
}

.focus\:bg-green-200\/60:focus{
  background-color:rgb(167 243 208 / 0.6) !important
}

.focus\:bg-green-200\/65:focus{
  background-color:rgb(167 243 208 / 0.65) !important
}

.focus\:bg-green-200\/70:focus{
  background-color:rgb(167 243 208 / 0.7) !important
}

.focus\:bg-green-200\/75:focus{
  background-color:rgb(167 243 208 / 0.75) !important
}

.focus\:bg-green-200\/80:focus{
  background-color:rgb(167 243 208 / 0.8) !important
}

.focus\:bg-green-200\/85:focus{
  background-color:rgb(167 243 208 / 0.85) !important
}

.focus\:bg-green-200\/90:focus{
  background-color:rgb(167 243 208 / 0.9) !important
}

.focus\:bg-green-200\/95:focus{
  background-color:rgb(167 243 208 / 0.95) !important
}

.focus\:bg-green-300:focus{
  --tw-bg-opacity:1 !important;
  background-color:rgb(110 231 183 / 1) !important;
  background-color:rgb(110 231 183 / var(--tw-bg-opacity, 1)) !important
}

.focus\:bg-green-300\/0:focus{
  background-color:rgb(110 231 183 / 0) !important
}

.focus\:bg-green-300\/10:focus{
  background-color:rgb(110 231 183 / 0.1) !important
}

.focus\:bg-green-300\/100:focus{
  background-color:rgb(110 231 183 / 1) !important
}

.focus\:bg-green-300\/15:focus{
  background-color:rgb(110 231 183 / 0.15) !important
}

.focus\:bg-green-300\/20:focus{
  background-color:rgb(110 231 183 / 0.2) !important
}

.focus\:bg-green-300\/25:focus{
  background-color:rgb(110 231 183 / 0.25) !important
}

.focus\:bg-green-300\/30:focus{
  background-color:rgb(110 231 183 / 0.3) !important
}

.focus\:bg-green-300\/35:focus{
  background-color:rgb(110 231 183 / 0.35) !important
}

.focus\:bg-green-300\/40:focus{
  background-color:rgb(110 231 183 / 0.4) !important
}

.focus\:bg-green-300\/45:focus{
  background-color:rgb(110 231 183 / 0.45) !important
}

.focus\:bg-green-300\/5:focus{
  background-color:rgb(110 231 183 / 0.05) !important
}

.focus\:bg-green-300\/50:focus{
  background-color:rgb(110 231 183 / 0.5) !important
}

.focus\:bg-green-300\/55:focus{
  background-color:rgb(110 231 183 / 0.55) !important
}

.focus\:bg-green-300\/60:focus{
  background-color:rgb(110 231 183 / 0.6) !important
}

.focus\:bg-green-300\/65:focus{
  background-color:rgb(110 231 183 / 0.65) !important
}

.focus\:bg-green-300\/70:focus{
  background-color:rgb(110 231 183 / 0.7) !important
}

.focus\:bg-green-300\/75:focus{
  background-color:rgb(110 231 183 / 0.75) !important
}

.focus\:bg-green-300\/80:focus{
  background-color:rgb(110 231 183 / 0.8) !important
}

.focus\:bg-green-300\/85:focus{
  background-color:rgb(110 231 183 / 0.85) !important
}

.focus\:bg-green-300\/90:focus{
  background-color:rgb(110 231 183 / 0.9) !important
}

.focus\:bg-green-300\/95:focus{
  background-color:rgb(110 231 183 / 0.95) !important
}

.focus\:bg-green-500:focus{
  --tw-bg-opacity:1 !important;
  background-color:rgb(16 185 129 / 1) !important;
  background-color:rgb(16 185 129 / var(--tw-bg-opacity, 1)) !important
}

.focus\:bg-green-500\/0:focus{
  background-color:rgb(16 185 129 / 0) !important
}

.focus\:bg-green-500\/10:focus{
  background-color:rgb(16 185 129 / 0.1) !important
}

.focus\:bg-green-500\/100:focus{
  background-color:rgb(16 185 129 / 1) !important
}

.focus\:bg-green-500\/15:focus{
  background-color:rgb(16 185 129 / 0.15) !important
}

.focus\:bg-green-500\/20:focus{
  background-color:rgb(16 185 129 / 0.2) !important
}

.focus\:bg-green-500\/25:focus{
  background-color:rgb(16 185 129 / 0.25) !important
}

.focus\:bg-green-500\/30:focus{
  background-color:rgb(16 185 129 / 0.3) !important
}

.focus\:bg-green-500\/35:focus{
  background-color:rgb(16 185 129 / 0.35) !important
}

.focus\:bg-green-500\/40:focus{
  background-color:rgb(16 185 129 / 0.4) !important
}

.focus\:bg-green-500\/45:focus{
  background-color:rgb(16 185 129 / 0.45) !important
}

.focus\:bg-green-500\/5:focus{
  background-color:rgb(16 185 129 / 0.05) !important
}

.focus\:bg-green-500\/50:focus{
  background-color:rgb(16 185 129 / 0.5) !important
}

.focus\:bg-green-500\/55:focus{
  background-color:rgb(16 185 129 / 0.55) !important
}

.focus\:bg-green-500\/60:focus{
  background-color:rgb(16 185 129 / 0.6) !important
}

.focus\:bg-green-500\/65:focus{
  background-color:rgb(16 185 129 / 0.65) !important
}

.focus\:bg-green-500\/70:focus{
  background-color:rgb(16 185 129 / 0.7) !important
}

.focus\:bg-green-500\/75:focus{
  background-color:rgb(16 185 129 / 0.75) !important
}

.focus\:bg-green-500\/80:focus{
  background-color:rgb(16 185 129 / 0.8) !important
}

.focus\:bg-green-500\/85:focus{
  background-color:rgb(16 185 129 / 0.85) !important
}

.focus\:bg-green-500\/90:focus{
  background-color:rgb(16 185 129 / 0.9) !important
}

.focus\:bg-green-500\/95:focus{
  background-color:rgb(16 185 129 / 0.95) !important
}

.focus\:bg-green-700:focus{
  --tw-bg-opacity:1 !important;
  background-color:rgb(4 120 87 / 1) !important;
  background-color:rgb(4 120 87 / var(--tw-bg-opacity, 1)) !important
}

.focus\:bg-green-700\/0:focus{
  background-color:rgb(4 120 87 / 0) !important
}

.focus\:bg-green-700\/10:focus{
  background-color:rgb(4 120 87 / 0.1) !important
}

.focus\:bg-green-700\/100:focus{
  background-color:rgb(4 120 87 / 1) !important
}

.focus\:bg-green-700\/15:focus{
  background-color:rgb(4 120 87 / 0.15) !important
}

.focus\:bg-green-700\/20:focus{
  background-color:rgb(4 120 87 / 0.2) !important
}

.focus\:bg-green-700\/25:focus{
  background-color:rgb(4 120 87 / 0.25) !important
}

.focus\:bg-green-700\/30:focus{
  background-color:rgb(4 120 87 / 0.3) !important
}

.focus\:bg-green-700\/35:focus{
  background-color:rgb(4 120 87 / 0.35) !important
}

.focus\:bg-green-700\/40:focus{
  background-color:rgb(4 120 87 / 0.4) !important
}

.focus\:bg-green-700\/45:focus{
  background-color:rgb(4 120 87 / 0.45) !important
}

.focus\:bg-green-700\/5:focus{
  background-color:rgb(4 120 87 / 0.05) !important
}

.focus\:bg-green-700\/50:focus{
  background-color:rgb(4 120 87 / 0.5) !important
}

.focus\:bg-green-700\/55:focus{
  background-color:rgb(4 120 87 / 0.55) !important
}

.focus\:bg-green-700\/60:focus{
  background-color:rgb(4 120 87 / 0.6) !important
}

.focus\:bg-green-700\/65:focus{
  background-color:rgb(4 120 87 / 0.65) !important
}

.focus\:bg-green-700\/70:focus{
  background-color:rgb(4 120 87 / 0.7) !important
}

.focus\:bg-green-700\/75:focus{
  background-color:rgb(4 120 87 / 0.75) !important
}

.focus\:bg-green-700\/80:focus{
  background-color:rgb(4 120 87 / 0.8) !important
}

.focus\:bg-green-700\/85:focus{
  background-color:rgb(4 120 87 / 0.85) !important
}

.focus\:bg-green-700\/90:focus{
  background-color:rgb(4 120 87 / 0.9) !important
}

.focus\:bg-green-700\/95:focus{
  background-color:rgb(4 120 87 / 0.95) !important
}

.focus\:bg-green-900:focus{
  --tw-bg-opacity:1 !important;
  background-color:rgb(6 78 59 / 1) !important;
  background-color:rgb(6 78 59 / var(--tw-bg-opacity, 1)) !important
}

.focus\:bg-green-900\/0:focus{
  background-color:rgb(6 78 59 / 0) !important
}

.focus\:bg-green-900\/10:focus{
  background-color:rgb(6 78 59 / 0.1) !important
}

.focus\:bg-green-900\/100:focus{
  background-color:rgb(6 78 59 / 1) !important
}

.focus\:bg-green-900\/15:focus{
  background-color:rgb(6 78 59 / 0.15) !important
}

.focus\:bg-green-900\/20:focus{
  background-color:rgb(6 78 59 / 0.2) !important
}

.focus\:bg-green-900\/25:focus{
  background-color:rgb(6 78 59 / 0.25) !important
}

.focus\:bg-green-900\/30:focus{
  background-color:rgb(6 78 59 / 0.3) !important
}

.focus\:bg-green-900\/35:focus{
  background-color:rgb(6 78 59 / 0.35) !important
}

.focus\:bg-green-900\/40:focus{
  background-color:rgb(6 78 59 / 0.4) !important
}

.focus\:bg-green-900\/45:focus{
  background-color:rgb(6 78 59 / 0.45) !important
}

.focus\:bg-green-900\/5:focus{
  background-color:rgb(6 78 59 / 0.05) !important
}

.focus\:bg-green-900\/50:focus{
  background-color:rgb(6 78 59 / 0.5) !important
}

.focus\:bg-green-900\/55:focus{
  background-color:rgb(6 78 59 / 0.55) !important
}

.focus\:bg-green-900\/60:focus{
  background-color:rgb(6 78 59 / 0.6) !important
}

.focus\:bg-green-900\/65:focus{
  background-color:rgb(6 78 59 / 0.65) !important
}

.focus\:bg-green-900\/70:focus{
  background-color:rgb(6 78 59 / 0.7) !important
}

.focus\:bg-green-900\/75:focus{
  background-color:rgb(6 78 59 / 0.75) !important
}

.focus\:bg-green-900\/80:focus{
  background-color:rgb(6 78 59 / 0.8) !important
}

.focus\:bg-green-900\/85:focus{
  background-color:rgb(6 78 59 / 0.85) !important
}

.focus\:bg-green-900\/90:focus{
  background-color:rgb(6 78 59 / 0.9) !important
}

.focus\:bg-green-900\/95:focus{
  background-color:rgb(6 78 59 / 0.95) !important
}

.focus\:bg-orange-100:focus{
  --tw-bg-opacity:1 !important;
  background-color:rgb(255 221 209 / 1) !important;
  background-color:rgb(255 221 209 / var(--tw-bg-opacity, 1)) !important
}

.focus\:bg-orange-100\/0:focus{
  background-color:rgb(255 221 209 / 0) !important
}

.focus\:bg-orange-100\/10:focus{
  background-color:rgb(255 221 209 / 0.1) !important
}

.focus\:bg-orange-100\/100:focus{
  background-color:rgb(255 221 209 / 1) !important
}

.focus\:bg-orange-100\/15:focus{
  background-color:rgb(255 221 209 / 0.15) !important
}

.focus\:bg-orange-100\/20:focus{
  background-color:rgb(255 221 209 / 0.2) !important
}

.focus\:bg-orange-100\/25:focus{
  background-color:rgb(255 221 209 / 0.25) !important
}

.focus\:bg-orange-100\/30:focus{
  background-color:rgb(255 221 209 / 0.3) !important
}

.focus\:bg-orange-100\/35:focus{
  background-color:rgb(255 221 209 / 0.35) !important
}

.focus\:bg-orange-100\/40:focus{
  background-color:rgb(255 221 209 / 0.4) !important
}

.focus\:bg-orange-100\/45:focus{
  background-color:rgb(255 221 209 / 0.45) !important
}

.focus\:bg-orange-100\/5:focus{
  background-color:rgb(255 221 209 / 0.05) !important
}

.focus\:bg-orange-100\/50:focus{
  background-color:rgb(255 221 209 / 0.5) !important
}

.focus\:bg-orange-100\/55:focus{
  background-color:rgb(255 221 209 / 0.55) !important
}

.focus\:bg-orange-100\/60:focus{
  background-color:rgb(255 221 209 / 0.6) !important
}

.focus\:bg-orange-100\/65:focus{
  background-color:rgb(255 221 209 / 0.65) !important
}

.focus\:bg-orange-100\/70:focus{
  background-color:rgb(255 221 209 / 0.7) !important
}

.focus\:bg-orange-100\/75:focus{
  background-color:rgb(255 221 209 / 0.75) !important
}

.focus\:bg-orange-100\/80:focus{
  background-color:rgb(255 221 209 / 0.8) !important
}

.focus\:bg-orange-100\/85:focus{
  background-color:rgb(255 221 209 / 0.85) !important
}

.focus\:bg-orange-100\/90:focus{
  background-color:rgb(255 221 209 / 0.9) !important
}

.focus\:bg-orange-100\/95:focus{
  background-color:rgb(255 221 209 / 0.95) !important
}

.focus\:bg-orange-200:focus{
  --tw-bg-opacity:1 !important;
  background-color:rgb(254 215 170 / 1) !important;
  background-color:rgb(254 215 170 / var(--tw-bg-opacity, 1)) !important
}

.focus\:bg-orange-200\/0:focus{
  background-color:rgb(254 215 170 / 0) !important
}

.focus\:bg-orange-200\/10:focus{
  background-color:rgb(254 215 170 / 0.1) !important
}

.focus\:bg-orange-200\/100:focus{
  background-color:rgb(254 215 170 / 1) !important
}

.focus\:bg-orange-200\/15:focus{
  background-color:rgb(254 215 170 / 0.15) !important
}

.focus\:bg-orange-200\/20:focus{
  background-color:rgb(254 215 170 / 0.2) !important
}

.focus\:bg-orange-200\/25:focus{
  background-color:rgb(254 215 170 / 0.25) !important
}

.focus\:bg-orange-200\/30:focus{
  background-color:rgb(254 215 170 / 0.3) !important
}

.focus\:bg-orange-200\/35:focus{
  background-color:rgb(254 215 170 / 0.35) !important
}

.focus\:bg-orange-200\/40:focus{
  background-color:rgb(254 215 170 / 0.4) !important
}

.focus\:bg-orange-200\/45:focus{
  background-color:rgb(254 215 170 / 0.45) !important
}

.focus\:bg-orange-200\/5:focus{
  background-color:rgb(254 215 170 / 0.05) !important
}

.focus\:bg-orange-200\/50:focus{
  background-color:rgb(254 215 170 / 0.5) !important
}

.focus\:bg-orange-200\/55:focus{
  background-color:rgb(254 215 170 / 0.55) !important
}

.focus\:bg-orange-200\/60:focus{
  background-color:rgb(254 215 170 / 0.6) !important
}

.focus\:bg-orange-200\/65:focus{
  background-color:rgb(254 215 170 / 0.65) !important
}

.focus\:bg-orange-200\/70:focus{
  background-color:rgb(254 215 170 / 0.7) !important
}

.focus\:bg-orange-200\/75:focus{
  background-color:rgb(254 215 170 / 0.75) !important
}

.focus\:bg-orange-200\/80:focus{
  background-color:rgb(254 215 170 / 0.8) !important
}

.focus\:bg-orange-200\/85:focus{
  background-color:rgb(254 215 170 / 0.85) !important
}

.focus\:bg-orange-200\/90:focus{
  background-color:rgb(254 215 170 / 0.9) !important
}

.focus\:bg-orange-200\/95:focus{
  background-color:rgb(254 215 170 / 0.95) !important
}

.focus\:bg-orange-300:focus{
  --tw-bg-opacity:1 !important;
  background-color:rgb(255 187 162 / 1) !important;
  background-color:rgb(255 187 162 / var(--tw-bg-opacity, 1)) !important
}

.focus\:bg-orange-300\/0:focus{
  background-color:rgb(255 187 162 / 0) !important
}

.focus\:bg-orange-300\/10:focus{
  background-color:rgb(255 187 162 / 0.1) !important
}

.focus\:bg-orange-300\/100:focus{
  background-color:rgb(255 187 162 / 1) !important
}

.focus\:bg-orange-300\/15:focus{
  background-color:rgb(255 187 162 / 0.15) !important
}

.focus\:bg-orange-300\/20:focus{
  background-color:rgb(255 187 162 / 0.2) !important
}

.focus\:bg-orange-300\/25:focus{
  background-color:rgb(255 187 162 / 0.25) !important
}

.focus\:bg-orange-300\/30:focus{
  background-color:rgb(255 187 162 / 0.3) !important
}

.focus\:bg-orange-300\/35:focus{
  background-color:rgb(255 187 162 / 0.35) !important
}

.focus\:bg-orange-300\/40:focus{
  background-color:rgb(255 187 162 / 0.4) !important
}

.focus\:bg-orange-300\/45:focus{
  background-color:rgb(255 187 162 / 0.45) !important
}

.focus\:bg-orange-300\/5:focus{
  background-color:rgb(255 187 162 / 0.05) !important
}

.focus\:bg-orange-300\/50:focus{
  background-color:rgb(255 187 162 / 0.5) !important
}

.focus\:bg-orange-300\/55:focus{
  background-color:rgb(255 187 162 / 0.55) !important
}

.focus\:bg-orange-300\/60:focus{
  background-color:rgb(255 187 162 / 0.6) !important
}

.focus\:bg-orange-300\/65:focus{
  background-color:rgb(255 187 162 / 0.65) !important
}

.focus\:bg-orange-300\/70:focus{
  background-color:rgb(255 187 162 / 0.7) !important
}

.focus\:bg-orange-300\/75:focus{
  background-color:rgb(255 187 162 / 0.75) !important
}

.focus\:bg-orange-300\/80:focus{
  background-color:rgb(255 187 162 / 0.8) !important
}

.focus\:bg-orange-300\/85:focus{
  background-color:rgb(255 187 162 / 0.85) !important
}

.focus\:bg-orange-300\/90:focus{
  background-color:rgb(255 187 162 / 0.9) !important
}

.focus\:bg-orange-300\/95:focus{
  background-color:rgb(255 187 162 / 0.95) !important
}

.focus\:bg-orange-500:focus{
  --tw-bg-opacity:1 !important;
  background-color:rgb(255 153 116 / 1) !important;
  background-color:rgb(255 153 116 / var(--tw-bg-opacity, 1)) !important
}

.focus\:bg-orange-500\/0:focus{
  background-color:rgb(255 153 116 / 0) !important
}

.focus\:bg-orange-500\/10:focus{
  background-color:rgb(255 153 116 / 0.1) !important
}

.focus\:bg-orange-500\/100:focus{
  background-color:rgb(255 153 116 / 1) !important
}

.focus\:bg-orange-500\/15:focus{
  background-color:rgb(255 153 116 / 0.15) !important
}

.focus\:bg-orange-500\/20:focus{
  background-color:rgb(255 153 116 / 0.2) !important
}

.focus\:bg-orange-500\/25:focus{
  background-color:rgb(255 153 116 / 0.25) !important
}

.focus\:bg-orange-500\/30:focus{
  background-color:rgb(255 153 116 / 0.3) !important
}

.focus\:bg-orange-500\/35:focus{
  background-color:rgb(255 153 116 / 0.35) !important
}

.focus\:bg-orange-500\/40:focus{
  background-color:rgb(255 153 116 / 0.4) !important
}

.focus\:bg-orange-500\/45:focus{
  background-color:rgb(255 153 116 / 0.45) !important
}

.focus\:bg-orange-500\/5:focus{
  background-color:rgb(255 153 116 / 0.05) !important
}

.focus\:bg-orange-500\/50:focus{
  background-color:rgb(255 153 116 / 0.5) !important
}

.focus\:bg-orange-500\/55:focus{
  background-color:rgb(255 153 116 / 0.55) !important
}

.focus\:bg-orange-500\/60:focus{
  background-color:rgb(255 153 116 / 0.6) !important
}

.focus\:bg-orange-500\/65:focus{
  background-color:rgb(255 153 116 / 0.65) !important
}

.focus\:bg-orange-500\/70:focus{
  background-color:rgb(255 153 116 / 0.7) !important
}

.focus\:bg-orange-500\/75:focus{
  background-color:rgb(255 153 116 / 0.75) !important
}

.focus\:bg-orange-500\/80:focus{
  background-color:rgb(255 153 116 / 0.8) !important
}

.focus\:bg-orange-500\/85:focus{
  background-color:rgb(255 153 116 / 0.85) !important
}

.focus\:bg-orange-500\/90:focus{
  background-color:rgb(255 153 116 / 0.9) !important
}

.focus\:bg-orange-500\/95:focus{
  background-color:rgb(255 153 116 / 0.95) !important
}

.focus\:bg-orange-700:focus{
  --tw-bg-opacity:1 !important;
  background-color:rgb(255 119 69 / 1) !important;
  background-color:rgb(255 119 69 / var(--tw-bg-opacity, 1)) !important
}

.focus\:bg-orange-700\/0:focus{
  background-color:rgb(255 119 69 / 0) !important
}

.focus\:bg-orange-700\/10:focus{
  background-color:rgb(255 119 69 / 0.1) !important
}

.focus\:bg-orange-700\/100:focus{
  background-color:rgb(255 119 69 / 1) !important
}

.focus\:bg-orange-700\/15:focus{
  background-color:rgb(255 119 69 / 0.15) !important
}

.focus\:bg-orange-700\/20:focus{
  background-color:rgb(255 119 69 / 0.2) !important
}

.focus\:bg-orange-700\/25:focus{
  background-color:rgb(255 119 69 / 0.25) !important
}

.focus\:bg-orange-700\/30:focus{
  background-color:rgb(255 119 69 / 0.3) !important
}

.focus\:bg-orange-700\/35:focus{
  background-color:rgb(255 119 69 / 0.35) !important
}

.focus\:bg-orange-700\/40:focus{
  background-color:rgb(255 119 69 / 0.4) !important
}

.focus\:bg-orange-700\/45:focus{
  background-color:rgb(255 119 69 / 0.45) !important
}

.focus\:bg-orange-700\/5:focus{
  background-color:rgb(255 119 69 / 0.05) !important
}

.focus\:bg-orange-700\/50:focus{
  background-color:rgb(255 119 69 / 0.5) !important
}

.focus\:bg-orange-700\/55:focus{
  background-color:rgb(255 119 69 / 0.55) !important
}

.focus\:bg-orange-700\/60:focus{
  background-color:rgb(255 119 69 / 0.6) !important
}

.focus\:bg-orange-700\/65:focus{
  background-color:rgb(255 119 69 / 0.65) !important
}

.focus\:bg-orange-700\/70:focus{
  background-color:rgb(255 119 69 / 0.7) !important
}

.focus\:bg-orange-700\/75:focus{
  background-color:rgb(255 119 69 / 0.75) !important
}

.focus\:bg-orange-700\/80:focus{
  background-color:rgb(255 119 69 / 0.8) !important
}

.focus\:bg-orange-700\/85:focus{
  background-color:rgb(255 119 69 / 0.85) !important
}

.focus\:bg-orange-700\/90:focus{
  background-color:rgb(255 119 69 / 0.9) !important
}

.focus\:bg-orange-700\/95:focus{
  background-color:rgb(255 119 69 / 0.95) !important
}

.focus\:bg-orange-900:focus{
  --tw-bg-opacity:1 !important;
  background-color:rgb(255 85 23 / 1) !important;
  background-color:rgb(255 85 23 / var(--tw-bg-opacity, 1)) !important
}

.focus\:bg-orange-900\/0:focus{
  background-color:rgb(255 85 23 / 0) !important
}

.focus\:bg-orange-900\/10:focus{
  background-color:rgb(255 85 23 / 0.1) !important
}

.focus\:bg-orange-900\/100:focus{
  background-color:rgb(255 85 23 / 1) !important
}

.focus\:bg-orange-900\/15:focus{
  background-color:rgb(255 85 23 / 0.15) !important
}

.focus\:bg-orange-900\/20:focus{
  background-color:rgb(255 85 23 / 0.2) !important
}

.focus\:bg-orange-900\/25:focus{
  background-color:rgb(255 85 23 / 0.25) !important
}

.focus\:bg-orange-900\/30:focus{
  background-color:rgb(255 85 23 / 0.3) !important
}

.focus\:bg-orange-900\/35:focus{
  background-color:rgb(255 85 23 / 0.35) !important
}

.focus\:bg-orange-900\/40:focus{
  background-color:rgb(255 85 23 / 0.4) !important
}

.focus\:bg-orange-900\/45:focus{
  background-color:rgb(255 85 23 / 0.45) !important
}

.focus\:bg-orange-900\/5:focus{
  background-color:rgb(255 85 23 / 0.05) !important
}

.focus\:bg-orange-900\/50:focus{
  background-color:rgb(255 85 23 / 0.5) !important
}

.focus\:bg-orange-900\/55:focus{
  background-color:rgb(255 85 23 / 0.55) !important
}

.focus\:bg-orange-900\/60:focus{
  background-color:rgb(255 85 23 / 0.6) !important
}

.focus\:bg-orange-900\/65:focus{
  background-color:rgb(255 85 23 / 0.65) !important
}

.focus\:bg-orange-900\/70:focus{
  background-color:rgb(255 85 23 / 0.7) !important
}

.focus\:bg-orange-900\/75:focus{
  background-color:rgb(255 85 23 / 0.75) !important
}

.focus\:bg-orange-900\/80:focus{
  background-color:rgb(255 85 23 / 0.8) !important
}

.focus\:bg-orange-900\/85:focus{
  background-color:rgb(255 85 23 / 0.85) !important
}

.focus\:bg-orange-900\/90:focus{
  background-color:rgb(255 85 23 / 0.9) !important
}

.focus\:bg-orange-900\/95:focus{
  background-color:rgb(255 85 23 / 0.95) !important
}

.focus\:bg-red-100:focus{
  --tw-bg-opacity:1 !important;
  background-color:rgb(255 213 215 / 1) !important;
  background-color:rgb(255 213 215 / var(--tw-bg-opacity, 1)) !important
}

.focus\:bg-red-100\/0:focus{
  background-color:rgb(255 213 215 / 0) !important
}

.focus\:bg-red-100\/10:focus{
  background-color:rgb(255 213 215 / 0.1) !important
}

.focus\:bg-red-100\/100:focus{
  background-color:rgb(255 213 215 / 1) !important
}

.focus\:bg-red-100\/15:focus{
  background-color:rgb(255 213 215 / 0.15) !important
}

.focus\:bg-red-100\/20:focus{
  background-color:rgb(255 213 215 / 0.2) !important
}

.focus\:bg-red-100\/25:focus{
  background-color:rgb(255 213 215 / 0.25) !important
}

.focus\:bg-red-100\/30:focus{
  background-color:rgb(255 213 215 / 0.3) !important
}

.focus\:bg-red-100\/35:focus{
  background-color:rgb(255 213 215 / 0.35) !important
}

.focus\:bg-red-100\/40:focus{
  background-color:rgb(255 213 215 / 0.4) !important
}

.focus\:bg-red-100\/45:focus{
  background-color:rgb(255 213 215 / 0.45) !important
}

.focus\:bg-red-100\/5:focus{
  background-color:rgb(255 213 215 / 0.05) !important
}

.focus\:bg-red-100\/50:focus{
  background-color:rgb(255 213 215 / 0.5) !important
}

.focus\:bg-red-100\/55:focus{
  background-color:rgb(255 213 215 / 0.55) !important
}

.focus\:bg-red-100\/60:focus{
  background-color:rgb(255 213 215 / 0.6) !important
}

.focus\:bg-red-100\/65:focus{
  background-color:rgb(255 213 215 / 0.65) !important
}

.focus\:bg-red-100\/70:focus{
  background-color:rgb(255 213 215 / 0.7) !important
}

.focus\:bg-red-100\/75:focus{
  background-color:rgb(255 213 215 / 0.75) !important
}

.focus\:bg-red-100\/80:focus{
  background-color:rgb(255 213 215 / 0.8) !important
}

.focus\:bg-red-100\/85:focus{
  background-color:rgb(255 213 215 / 0.85) !important
}

.focus\:bg-red-100\/90:focus{
  background-color:rgb(255 213 215 / 0.9) !important
}

.focus\:bg-red-100\/95:focus{
  background-color:rgb(255 213 215 / 0.95) !important
}

.focus\:bg-red-200:focus{
  --tw-bg-opacity:1 !important;
  background-color:rgb(255 172 174 / 1) !important;
  background-color:rgb(255 172 174 / var(--tw-bg-opacity, 1)) !important
}

.focus\:bg-red-200\/0:focus{
  background-color:rgb(255 172 174 / 0) !important
}

.focus\:bg-red-200\/10:focus{
  background-color:rgb(255 172 174 / 0.1) !important
}

.focus\:bg-red-200\/100:focus{
  background-color:rgb(255 172 174 / 1) !important
}

.focus\:bg-red-200\/15:focus{
  background-color:rgb(255 172 174 / 0.15) !important
}

.focus\:bg-red-200\/20:focus{
  background-color:rgb(255 172 174 / 0.2) !important
}

.focus\:bg-red-200\/25:focus{
  background-color:rgb(255 172 174 / 0.25) !important
}

.focus\:bg-red-200\/30:focus{
  background-color:rgb(255 172 174 / 0.3) !important
}

.focus\:bg-red-200\/35:focus{
  background-color:rgb(255 172 174 / 0.35) !important
}

.focus\:bg-red-200\/40:focus{
  background-color:rgb(255 172 174 / 0.4) !important
}

.focus\:bg-red-200\/45:focus{
  background-color:rgb(255 172 174 / 0.45) !important
}

.focus\:bg-red-200\/5:focus{
  background-color:rgb(255 172 174 / 0.05) !important
}

.focus\:bg-red-200\/50:focus{
  background-color:rgb(255 172 174 / 0.5) !important
}

.focus\:bg-red-200\/55:focus{
  background-color:rgb(255 172 174 / 0.55) !important
}

.focus\:bg-red-200\/60:focus{
  background-color:rgb(255 172 174 / 0.6) !important
}

.focus\:bg-red-200\/65:focus{
  background-color:rgb(255 172 174 / 0.65) !important
}

.focus\:bg-red-200\/70:focus{
  background-color:rgb(255 172 174 / 0.7) !important
}

.focus\:bg-red-200\/75:focus{
  background-color:rgb(255 172 174 / 0.75) !important
}

.focus\:bg-red-200\/80:focus{
  background-color:rgb(255 172 174 / 0.8) !important
}

.focus\:bg-red-200\/85:focus{
  background-color:rgb(255 172 174 / 0.85) !important
}

.focus\:bg-red-200\/90:focus{
  background-color:rgb(255 172 174 / 0.9) !important
}

.focus\:bg-red-200\/95:focus{
  background-color:rgb(255 172 174 / 0.95) !important
}

.focus\:bg-red-300:focus{
  --tw-bg-opacity:1 !important;
  background-color:rgb(255 130 134 / 1) !important;
  background-color:rgb(255 130 134 / var(--tw-bg-opacity, 1)) !important
}

.focus\:bg-red-300\/0:focus{
  background-color:rgb(255 130 134 / 0) !important
}

.focus\:bg-red-300\/10:focus{
  background-color:rgb(255 130 134 / 0.1) !important
}

.focus\:bg-red-300\/100:focus{
  background-color:rgb(255 130 134 / 1) !important
}

.focus\:bg-red-300\/15:focus{
  background-color:rgb(255 130 134 / 0.15) !important
}

.focus\:bg-red-300\/20:focus{
  background-color:rgb(255 130 134 / 0.2) !important
}

.focus\:bg-red-300\/25:focus{
  background-color:rgb(255 130 134 / 0.25) !important
}

.focus\:bg-red-300\/30:focus{
  background-color:rgb(255 130 134 / 0.3) !important
}

.focus\:bg-red-300\/35:focus{
  background-color:rgb(255 130 134 / 0.35) !important
}

.focus\:bg-red-300\/40:focus{
  background-color:rgb(255 130 134 / 0.4) !important
}

.focus\:bg-red-300\/45:focus{
  background-color:rgb(255 130 134 / 0.45) !important
}

.focus\:bg-red-300\/5:focus{
  background-color:rgb(255 130 134 / 0.05) !important
}

.focus\:bg-red-300\/50:focus{
  background-color:rgb(255 130 134 / 0.5) !important
}

.focus\:bg-red-300\/55:focus{
  background-color:rgb(255 130 134 / 0.55) !important
}

.focus\:bg-red-300\/60:focus{
  background-color:rgb(255 130 134 / 0.6) !important
}

.focus\:bg-red-300\/65:focus{
  background-color:rgb(255 130 134 / 0.65) !important
}

.focus\:bg-red-300\/70:focus{
  background-color:rgb(255 130 134 / 0.7) !important
}

.focus\:bg-red-300\/75:focus{
  background-color:rgb(255 130 134 / 0.75) !important
}

.focus\:bg-red-300\/80:focus{
  background-color:rgb(255 130 134 / 0.8) !important
}

.focus\:bg-red-300\/85:focus{
  background-color:rgb(255 130 134 / 0.85) !important
}

.focus\:bg-red-300\/90:focus{
  background-color:rgb(255 130 134 / 0.9) !important
}

.focus\:bg-red-300\/95:focus{
  background-color:rgb(255 130 134 / 0.95) !important
}

.focus\:bg-red-500:focus{
  --tw-bg-opacity:1 !important;
  background-color:rgb(255 47 53 / 1) !important;
  background-color:rgb(255 47 53 / var(--tw-bg-opacity, 1)) !important
}

.focus\:bg-red-500\/0:focus{
  background-color:rgb(255 47 53 / 0) !important
}

.focus\:bg-red-500\/10:focus{
  background-color:rgb(255 47 53 / 0.1) !important
}

.focus\:bg-red-500\/100:focus{
  background-color:rgb(255 47 53 / 1) !important
}

.focus\:bg-red-500\/15:focus{
  background-color:rgb(255 47 53 / 0.15) !important
}

.focus\:bg-red-500\/20:focus{
  background-color:rgb(255 47 53 / 0.2) !important
}

.focus\:bg-red-500\/25:focus{
  background-color:rgb(255 47 53 / 0.25) !important
}

.focus\:bg-red-500\/30:focus{
  background-color:rgb(255 47 53 / 0.3) !important
}

.focus\:bg-red-500\/35:focus{
  background-color:rgb(255 47 53 / 0.35) !important
}

.focus\:bg-red-500\/40:focus{
  background-color:rgb(255 47 53 / 0.4) !important
}

.focus\:bg-red-500\/45:focus{
  background-color:rgb(255 47 53 / 0.45) !important
}

.focus\:bg-red-500\/5:focus{
  background-color:rgb(255 47 53 / 0.05) !important
}

.focus\:bg-red-500\/50:focus{
  background-color:rgb(255 47 53 / 0.5) !important
}

.focus\:bg-red-500\/55:focus{
  background-color:rgb(255 47 53 / 0.55) !important
}

.focus\:bg-red-500\/60:focus{
  background-color:rgb(255 47 53 / 0.6) !important
}

.focus\:bg-red-500\/65:focus{
  background-color:rgb(255 47 53 / 0.65) !important
}

.focus\:bg-red-500\/70:focus{
  background-color:rgb(255 47 53 / 0.7) !important
}

.focus\:bg-red-500\/75:focus{
  background-color:rgb(255 47 53 / 0.75) !important
}

.focus\:bg-red-500\/80:focus{
  background-color:rgb(255 47 53 / 0.8) !important
}

.focus\:bg-red-500\/85:focus{
  background-color:rgb(255 47 53 / 0.85) !important
}

.focus\:bg-red-500\/90:focus{
  background-color:rgb(255 47 53 / 0.9) !important
}

.focus\:bg-red-500\/95:focus{
  background-color:rgb(255 47 53 / 0.95) !important
}

.focus\:bg-red-700:focus{
  --tw-bg-opacity:1 !important;
  background-color:rgb(185 28 28 / 1) !important;
  background-color:rgb(185 28 28 / var(--tw-bg-opacity, 1)) !important
}

.focus\:bg-red-700\/0:focus{
  background-color:rgb(185 28 28 / 0) !important
}

.focus\:bg-red-700\/10:focus{
  background-color:rgb(185 28 28 / 0.1) !important
}

.focus\:bg-red-700\/100:focus{
  background-color:rgb(185 28 28 / 1) !important
}

.focus\:bg-red-700\/15:focus{
  background-color:rgb(185 28 28 / 0.15) !important
}

.focus\:bg-red-700\/20:focus{
  background-color:rgb(185 28 28 / 0.2) !important
}

.focus\:bg-red-700\/25:focus{
  background-color:rgb(185 28 28 / 0.25) !important
}

.focus\:bg-red-700\/30:focus{
  background-color:rgb(185 28 28 / 0.3) !important
}

.focus\:bg-red-700\/35:focus{
  background-color:rgb(185 28 28 / 0.35) !important
}

.focus\:bg-red-700\/40:focus{
  background-color:rgb(185 28 28 / 0.4) !important
}

.focus\:bg-red-700\/45:focus{
  background-color:rgb(185 28 28 / 0.45) !important
}

.focus\:bg-red-700\/5:focus{
  background-color:rgb(185 28 28 / 0.05) !important
}

.focus\:bg-red-700\/50:focus{
  background-color:rgb(185 28 28 / 0.5) !important
}

.focus\:bg-red-700\/55:focus{
  background-color:rgb(185 28 28 / 0.55) !important
}

.focus\:bg-red-700\/60:focus{
  background-color:rgb(185 28 28 / 0.6) !important
}

.focus\:bg-red-700\/65:focus{
  background-color:rgb(185 28 28 / 0.65) !important
}

.focus\:bg-red-700\/70:focus{
  background-color:rgb(185 28 28 / 0.7) !important
}

.focus\:bg-red-700\/75:focus{
  background-color:rgb(185 28 28 / 0.75) !important
}

.focus\:bg-red-700\/80:focus{
  background-color:rgb(185 28 28 / 0.8) !important
}

.focus\:bg-red-700\/85:focus{
  background-color:rgb(185 28 28 / 0.85) !important
}

.focus\:bg-red-700\/90:focus{
  background-color:rgb(185 28 28 / 0.9) !important
}

.focus\:bg-red-700\/95:focus{
  background-color:rgb(185 28 28 / 0.95) !important
}

.focus\:bg-red-900:focus{
  --tw-bg-opacity:1 !important;
  background-color:rgb(127 29 29 / 1) !important;
  background-color:rgb(127 29 29 / var(--tw-bg-opacity, 1)) !important
}

.focus\:bg-red-900\/0:focus{
  background-color:rgb(127 29 29 / 0) !important
}

.focus\:bg-red-900\/10:focus{
  background-color:rgb(127 29 29 / 0.1) !important
}

.focus\:bg-red-900\/100:focus{
  background-color:rgb(127 29 29 / 1) !important
}

.focus\:bg-red-900\/15:focus{
  background-color:rgb(127 29 29 / 0.15) !important
}

.focus\:bg-red-900\/20:focus{
  background-color:rgb(127 29 29 / 0.2) !important
}

.focus\:bg-red-900\/25:focus{
  background-color:rgb(127 29 29 / 0.25) !important
}

.focus\:bg-red-900\/30:focus{
  background-color:rgb(127 29 29 / 0.3) !important
}

.focus\:bg-red-900\/35:focus{
  background-color:rgb(127 29 29 / 0.35) !important
}

.focus\:bg-red-900\/40:focus{
  background-color:rgb(127 29 29 / 0.4) !important
}

.focus\:bg-red-900\/45:focus{
  background-color:rgb(127 29 29 / 0.45) !important
}

.focus\:bg-red-900\/5:focus{
  background-color:rgb(127 29 29 / 0.05) !important
}

.focus\:bg-red-900\/50:focus{
  background-color:rgb(127 29 29 / 0.5) !important
}

.focus\:bg-red-900\/55:focus{
  background-color:rgb(127 29 29 / 0.55) !important
}

.focus\:bg-red-900\/60:focus{
  background-color:rgb(127 29 29 / 0.6) !important
}

.focus\:bg-red-900\/65:focus{
  background-color:rgb(127 29 29 / 0.65) !important
}

.focus\:bg-red-900\/70:focus{
  background-color:rgb(127 29 29 / 0.7) !important
}

.focus\:bg-red-900\/75:focus{
  background-color:rgb(127 29 29 / 0.75) !important
}

.focus\:bg-red-900\/80:focus{
  background-color:rgb(127 29 29 / 0.8) !important
}

.focus\:bg-red-900\/85:focus{
  background-color:rgb(127 29 29 / 0.85) !important
}

.focus\:bg-red-900\/90:focus{
  background-color:rgb(127 29 29 / 0.9) !important
}

.focus\:bg-red-900\/95:focus{
  background-color:rgb(127 29 29 / 0.95) !important
}

.focus\:text-cyan-100:focus{
  --tw-text-opacity:1 !important;
  color:rgb(207 250 254 / 1) !important;
  color:rgb(207 250 254 / var(--tw-text-opacity, 1)) !important
}

.focus\:text-cyan-100\/0:focus{
  color:rgb(207 250 254 / 0) !important
}

.focus\:text-cyan-100\/10:focus{
  color:rgb(207 250 254 / 0.1) !important
}

.focus\:text-cyan-100\/100:focus{
  color:rgb(207 250 254 / 1) !important
}

.focus\:text-cyan-100\/15:focus{
  color:rgb(207 250 254 / 0.15) !important
}

.focus\:text-cyan-100\/20:focus{
  color:rgb(207 250 254 / 0.2) !important
}

.focus\:text-cyan-100\/25:focus{
  color:rgb(207 250 254 / 0.25) !important
}

.focus\:text-cyan-100\/30:focus{
  color:rgb(207 250 254 / 0.3) !important
}

.focus\:text-cyan-100\/35:focus{
  color:rgb(207 250 254 / 0.35) !important
}

.focus\:text-cyan-100\/40:focus{
  color:rgb(207 250 254 / 0.4) !important
}

.focus\:text-cyan-100\/45:focus{
  color:rgb(207 250 254 / 0.45) !important
}

.focus\:text-cyan-100\/5:focus{
  color:rgb(207 250 254 / 0.05) !important
}

.focus\:text-cyan-100\/50:focus{
  color:rgb(207 250 254 / 0.5) !important
}

.focus\:text-cyan-100\/55:focus{
  color:rgb(207 250 254 / 0.55) !important
}

.focus\:text-cyan-100\/60:focus{
  color:rgb(207 250 254 / 0.6) !important
}

.focus\:text-cyan-100\/65:focus{
  color:rgb(207 250 254 / 0.65) !important
}

.focus\:text-cyan-100\/70:focus{
  color:rgb(207 250 254 / 0.7) !important
}

.focus\:text-cyan-100\/75:focus{
  color:rgb(207 250 254 / 0.75) !important
}

.focus\:text-cyan-100\/80:focus{
  color:rgb(207 250 254 / 0.8) !important
}

.focus\:text-cyan-100\/85:focus{
  color:rgb(207 250 254 / 0.85) !important
}

.focus\:text-cyan-100\/90:focus{
  color:rgb(207 250 254 / 0.9) !important
}

.focus\:text-cyan-100\/95:focus{
  color:rgb(207 250 254 / 0.95) !important
}

.focus\:text-cyan-200:focus{
  --tw-text-opacity:1 !important;
  color:rgb(165 243 252 / 1) !important;
  color:rgb(165 243 252 / var(--tw-text-opacity, 1)) !important
}

.focus\:text-cyan-200\/0:focus{
  color:rgb(165 243 252 / 0) !important
}

.focus\:text-cyan-200\/10:focus{
  color:rgb(165 243 252 / 0.1) !important
}

.focus\:text-cyan-200\/100:focus{
  color:rgb(165 243 252 / 1) !important
}

.focus\:text-cyan-200\/15:focus{
  color:rgb(165 243 252 / 0.15) !important
}

.focus\:text-cyan-200\/20:focus{
  color:rgb(165 243 252 / 0.2) !important
}

.focus\:text-cyan-200\/25:focus{
  color:rgb(165 243 252 / 0.25) !important
}

.focus\:text-cyan-200\/30:focus{
  color:rgb(165 243 252 / 0.3) !important
}

.focus\:text-cyan-200\/35:focus{
  color:rgb(165 243 252 / 0.35) !important
}

.focus\:text-cyan-200\/40:focus{
  color:rgb(165 243 252 / 0.4) !important
}

.focus\:text-cyan-200\/45:focus{
  color:rgb(165 243 252 / 0.45) !important
}

.focus\:text-cyan-200\/5:focus{
  color:rgb(165 243 252 / 0.05) !important
}

.focus\:text-cyan-200\/50:focus{
  color:rgb(165 243 252 / 0.5) !important
}

.focus\:text-cyan-200\/55:focus{
  color:rgb(165 243 252 / 0.55) !important
}

.focus\:text-cyan-200\/60:focus{
  color:rgb(165 243 252 / 0.6) !important
}

.focus\:text-cyan-200\/65:focus{
  color:rgb(165 243 252 / 0.65) !important
}

.focus\:text-cyan-200\/70:focus{
  color:rgb(165 243 252 / 0.7) !important
}

.focus\:text-cyan-200\/75:focus{
  color:rgb(165 243 252 / 0.75) !important
}

.focus\:text-cyan-200\/80:focus{
  color:rgb(165 243 252 / 0.8) !important
}

.focus\:text-cyan-200\/85:focus{
  color:rgb(165 243 252 / 0.85) !important
}

.focus\:text-cyan-200\/90:focus{
  color:rgb(165 243 252 / 0.9) !important
}

.focus\:text-cyan-200\/95:focus{
  color:rgb(165 243 252 / 0.95) !important
}

.focus\:text-cyan-300:focus{
  --tw-text-opacity:1 !important;
  color:rgb(68 224 213 / 1) !important;
  color:rgb(68 224 213 / var(--tw-text-opacity, 1)) !important
}

.focus\:text-cyan-300\/0:focus{
  color:rgb(68 224 213 / 0) !important
}

.focus\:text-cyan-300\/10:focus{
  color:rgb(68 224 213 / 0.1) !important
}

.focus\:text-cyan-300\/100:focus{
  color:rgb(68 224 213 / 1) !important
}

.focus\:text-cyan-300\/15:focus{
  color:rgb(68 224 213 / 0.15) !important
}

.focus\:text-cyan-300\/20:focus{
  color:rgb(68 224 213 / 0.2) !important
}

.focus\:text-cyan-300\/25:focus{
  color:rgb(68 224 213 / 0.25) !important
}

.focus\:text-cyan-300\/30:focus{
  color:rgb(68 224 213 / 0.3) !important
}

.focus\:text-cyan-300\/35:focus{
  color:rgb(68 224 213 / 0.35) !important
}

.focus\:text-cyan-300\/40:focus{
  color:rgb(68 224 213 / 0.4) !important
}

.focus\:text-cyan-300\/45:focus{
  color:rgb(68 224 213 / 0.45) !important
}

.focus\:text-cyan-300\/5:focus{
  color:rgb(68 224 213 / 0.05) !important
}

.focus\:text-cyan-300\/50:focus{
  color:rgb(68 224 213 / 0.5) !important
}

.focus\:text-cyan-300\/55:focus{
  color:rgb(68 224 213 / 0.55) !important
}

.focus\:text-cyan-300\/60:focus{
  color:rgb(68 224 213 / 0.6) !important
}

.focus\:text-cyan-300\/65:focus{
  color:rgb(68 224 213 / 0.65) !important
}

.focus\:text-cyan-300\/70:focus{
  color:rgb(68 224 213 / 0.7) !important
}

.focus\:text-cyan-300\/75:focus{
  color:rgb(68 224 213 / 0.75) !important
}

.focus\:text-cyan-300\/80:focus{
  color:rgb(68 224 213 / 0.8) !important
}

.focus\:text-cyan-300\/85:focus{
  color:rgb(68 224 213 / 0.85) !important
}

.focus\:text-cyan-300\/90:focus{
  color:rgb(68 224 213 / 0.9) !important
}

.focus\:text-cyan-300\/95:focus{
  color:rgb(68 224 213 / 0.95) !important
}

.focus\:text-cyan-500:focus{
  --tw-text-opacity:1 !important;
  color:rgb(6 182 212 / 1) !important;
  color:rgb(6 182 212 / var(--tw-text-opacity, 1)) !important
}

.focus\:text-cyan-500\/0:focus{
  color:rgb(6 182 212 / 0) !important
}

.focus\:text-cyan-500\/10:focus{
  color:rgb(6 182 212 / 0.1) !important
}

.focus\:text-cyan-500\/100:focus{
  color:rgb(6 182 212 / 1) !important
}

.focus\:text-cyan-500\/15:focus{
  color:rgb(6 182 212 / 0.15) !important
}

.focus\:text-cyan-500\/20:focus{
  color:rgb(6 182 212 / 0.2) !important
}

.focus\:text-cyan-500\/25:focus{
  color:rgb(6 182 212 / 0.25) !important
}

.focus\:text-cyan-500\/30:focus{
  color:rgb(6 182 212 / 0.3) !important
}

.focus\:text-cyan-500\/35:focus{
  color:rgb(6 182 212 / 0.35) !important
}

.focus\:text-cyan-500\/40:focus{
  color:rgb(6 182 212 / 0.4) !important
}

.focus\:text-cyan-500\/45:focus{
  color:rgb(6 182 212 / 0.45) !important
}

.focus\:text-cyan-500\/5:focus{
  color:rgb(6 182 212 / 0.05) !important
}

.focus\:text-cyan-500\/50:focus{
  color:rgb(6 182 212 / 0.5) !important
}

.focus\:text-cyan-500\/55:focus{
  color:rgb(6 182 212 / 0.55) !important
}

.focus\:text-cyan-500\/60:focus{
  color:rgb(6 182 212 / 0.6) !important
}

.focus\:text-cyan-500\/65:focus{
  color:rgb(6 182 212 / 0.65) !important
}

.focus\:text-cyan-500\/70:focus{
  color:rgb(6 182 212 / 0.7) !important
}

.focus\:text-cyan-500\/75:focus{
  color:rgb(6 182 212 / 0.75) !important
}

.focus\:text-cyan-500\/80:focus{
  color:rgb(6 182 212 / 0.8) !important
}

.focus\:text-cyan-500\/85:focus{
  color:rgb(6 182 212 / 0.85) !important
}

.focus\:text-cyan-500\/90:focus{
  color:rgb(6 182 212 / 0.9) !important
}

.focus\:text-cyan-500\/95:focus{
  color:rgb(6 182 212 / 0.95) !important
}

.focus\:text-cyan-700:focus{
  --tw-text-opacity:1 !important;
  color:rgb(14 116 144 / 1) !important;
  color:rgb(14 116 144 / var(--tw-text-opacity, 1)) !important
}

.focus\:text-cyan-700\/0:focus{
  color:rgb(14 116 144 / 0) !important
}

.focus\:text-cyan-700\/10:focus{
  color:rgb(14 116 144 / 0.1) !important
}

.focus\:text-cyan-700\/100:focus{
  color:rgb(14 116 144 / 1) !important
}

.focus\:text-cyan-700\/15:focus{
  color:rgb(14 116 144 / 0.15) !important
}

.focus\:text-cyan-700\/20:focus{
  color:rgb(14 116 144 / 0.2) !important
}

.focus\:text-cyan-700\/25:focus{
  color:rgb(14 116 144 / 0.25) !important
}

.focus\:text-cyan-700\/30:focus{
  color:rgb(14 116 144 / 0.3) !important
}

.focus\:text-cyan-700\/35:focus{
  color:rgb(14 116 144 / 0.35) !important
}

.focus\:text-cyan-700\/40:focus{
  color:rgb(14 116 144 / 0.4) !important
}

.focus\:text-cyan-700\/45:focus{
  color:rgb(14 116 144 / 0.45) !important
}

.focus\:text-cyan-700\/5:focus{
  color:rgb(14 116 144 / 0.05) !important
}

.focus\:text-cyan-700\/50:focus{
  color:rgb(14 116 144 / 0.5) !important
}

.focus\:text-cyan-700\/55:focus{
  color:rgb(14 116 144 / 0.55) !important
}

.focus\:text-cyan-700\/60:focus{
  color:rgb(14 116 144 / 0.6) !important
}

.focus\:text-cyan-700\/65:focus{
  color:rgb(14 116 144 / 0.65) !important
}

.focus\:text-cyan-700\/70:focus{
  color:rgb(14 116 144 / 0.7) !important
}

.focus\:text-cyan-700\/75:focus{
  color:rgb(14 116 144 / 0.75) !important
}

.focus\:text-cyan-700\/80:focus{
  color:rgb(14 116 144 / 0.8) !important
}

.focus\:text-cyan-700\/85:focus{
  color:rgb(14 116 144 / 0.85) !important
}

.focus\:text-cyan-700\/90:focus{
  color:rgb(14 116 144 / 0.9) !important
}

.focus\:text-cyan-700\/95:focus{
  color:rgb(14 116 144 / 0.95) !important
}

.focus\:text-cyan-900:focus{
  --tw-text-opacity:1 !important;
  color:rgb(0 149 138 / 1) !important;
  color:rgb(0 149 138 / var(--tw-text-opacity, 1)) !important
}

.focus\:text-cyan-900\/0:focus{
  color:rgb(0 149 138 / 0) !important
}

.focus\:text-cyan-900\/10:focus{
  color:rgb(0 149 138 / 0.1) !important
}

.focus\:text-cyan-900\/100:focus{
  color:rgb(0 149 138 / 1) !important
}

.focus\:text-cyan-900\/15:focus{
  color:rgb(0 149 138 / 0.15) !important
}

.focus\:text-cyan-900\/20:focus{
  color:rgb(0 149 138 / 0.2) !important
}

.focus\:text-cyan-900\/25:focus{
  color:rgb(0 149 138 / 0.25) !important
}

.focus\:text-cyan-900\/30:focus{
  color:rgb(0 149 138 / 0.3) !important
}

.focus\:text-cyan-900\/35:focus{
  color:rgb(0 149 138 / 0.35) !important
}

.focus\:text-cyan-900\/40:focus{
  color:rgb(0 149 138 / 0.4) !important
}

.focus\:text-cyan-900\/45:focus{
  color:rgb(0 149 138 / 0.45) !important
}

.focus\:text-cyan-900\/5:focus{
  color:rgb(0 149 138 / 0.05) !important
}

.focus\:text-cyan-900\/50:focus{
  color:rgb(0 149 138 / 0.5) !important
}

.focus\:text-cyan-900\/55:focus{
  color:rgb(0 149 138 / 0.55) !important
}

.focus\:text-cyan-900\/60:focus{
  color:rgb(0 149 138 / 0.6) !important
}

.focus\:text-cyan-900\/65:focus{
  color:rgb(0 149 138 / 0.65) !important
}

.focus\:text-cyan-900\/70:focus{
  color:rgb(0 149 138 / 0.7) !important
}

.focus\:text-cyan-900\/75:focus{
  color:rgb(0 149 138 / 0.75) !important
}

.focus\:text-cyan-900\/80:focus{
  color:rgb(0 149 138 / 0.8) !important
}

.focus\:text-cyan-900\/85:focus{
  color:rgb(0 149 138 / 0.85) !important
}

.focus\:text-cyan-900\/90:focus{
  color:rgb(0 149 138 / 0.9) !important
}

.focus\:text-cyan-900\/95:focus{
  color:rgb(0 149 138 / 0.95) !important
}

.focus\:text-gray-100:focus{
  --tw-text-opacity:1 !important;
  color:rgb(241 245 249 / 1) !important;
  color:rgb(241 245 249 / var(--tw-text-opacity, 1)) !important
}

.focus\:text-gray-100\/0:focus{
  color:rgb(241 245 249 / 0) !important
}

.focus\:text-gray-100\/10:focus{
  color:rgb(241 245 249 / 0.1) !important
}

.focus\:text-gray-100\/100:focus{
  color:rgb(241 245 249 / 1) !important
}

.focus\:text-gray-100\/15:focus{
  color:rgb(241 245 249 / 0.15) !important
}

.focus\:text-gray-100\/20:focus{
  color:rgb(241 245 249 / 0.2) !important
}

.focus\:text-gray-100\/25:focus{
  color:rgb(241 245 249 / 0.25) !important
}

.focus\:text-gray-100\/30:focus{
  color:rgb(241 245 249 / 0.3) !important
}

.focus\:text-gray-100\/35:focus{
  color:rgb(241 245 249 / 0.35) !important
}

.focus\:text-gray-100\/40:focus{
  color:rgb(241 245 249 / 0.4) !important
}

.focus\:text-gray-100\/45:focus{
  color:rgb(241 245 249 / 0.45) !important
}

.focus\:text-gray-100\/5:focus{
  color:rgb(241 245 249 / 0.05) !important
}

.focus\:text-gray-100\/50:focus{
  color:rgb(241 245 249 / 0.5) !important
}

.focus\:text-gray-100\/55:focus{
  color:rgb(241 245 249 / 0.55) !important
}

.focus\:text-gray-100\/60:focus{
  color:rgb(241 245 249 / 0.6) !important
}

.focus\:text-gray-100\/65:focus{
  color:rgb(241 245 249 / 0.65) !important
}

.focus\:text-gray-100\/70:focus{
  color:rgb(241 245 249 / 0.7) !important
}

.focus\:text-gray-100\/75:focus{
  color:rgb(241 245 249 / 0.75) !important
}

.focus\:text-gray-100\/80:focus{
  color:rgb(241 245 249 / 0.8) !important
}

.focus\:text-gray-100\/85:focus{
  color:rgb(241 245 249 / 0.85) !important
}

.focus\:text-gray-100\/90:focus{
  color:rgb(241 245 249 / 0.9) !important
}

.focus\:text-gray-100\/95:focus{
  color:rgb(241 245 249 / 0.95) !important
}

.focus\:text-gray-200:focus{
  --tw-text-opacity:1 !important;
  color:rgb(217 228 236 / 1) !important;
  color:rgb(217 228 236 / var(--tw-text-opacity, 1)) !important
}

.focus\:text-gray-200\/0:focus{
  color:rgb(217 228 236 / 0) !important
}

.focus\:text-gray-200\/10:focus{
  color:rgb(217 228 236 / 0.1) !important
}

.focus\:text-gray-200\/100:focus{
  color:rgb(217 228 236 / 1) !important
}

.focus\:text-gray-200\/15:focus{
  color:rgb(217 228 236 / 0.15) !important
}

.focus\:text-gray-200\/20:focus{
  color:rgb(217 228 236 / 0.2) !important
}

.focus\:text-gray-200\/25:focus{
  color:rgb(217 228 236 / 0.25) !important
}

.focus\:text-gray-200\/30:focus{
  color:rgb(217 228 236 / 0.3) !important
}

.focus\:text-gray-200\/35:focus{
  color:rgb(217 228 236 / 0.35) !important
}

.focus\:text-gray-200\/40:focus{
  color:rgb(217 228 236 / 0.4) !important
}

.focus\:text-gray-200\/45:focus{
  color:rgb(217 228 236 / 0.45) !important
}

.focus\:text-gray-200\/5:focus{
  color:rgb(217 228 236 / 0.05) !important
}

.focus\:text-gray-200\/50:focus{
  color:rgb(217 228 236 / 0.5) !important
}

.focus\:text-gray-200\/55:focus{
  color:rgb(217 228 236 / 0.55) !important
}

.focus\:text-gray-200\/60:focus{
  color:rgb(217 228 236 / 0.6) !important
}

.focus\:text-gray-200\/65:focus{
  color:rgb(217 228 236 / 0.65) !important
}

.focus\:text-gray-200\/70:focus{
  color:rgb(217 228 236 / 0.7) !important
}

.focus\:text-gray-200\/75:focus{
  color:rgb(217 228 236 / 0.75) !important
}

.focus\:text-gray-200\/80:focus{
  color:rgb(217 228 236 / 0.8) !important
}

.focus\:text-gray-200\/85:focus{
  color:rgb(217 228 236 / 0.85) !important
}

.focus\:text-gray-200\/90:focus{
  color:rgb(217 228 236 / 0.9) !important
}

.focus\:text-gray-200\/95:focus{
  color:rgb(217 228 236 / 0.95) !important
}

.focus\:text-gray-300:focus{
  --tw-text-opacity:1 !important;
  color:rgb(203 213 225 / 1) !important;
  color:rgb(203 213 225 / var(--tw-text-opacity, 1)) !important
}

.focus\:text-gray-300\/0:focus{
  color:rgb(203 213 225 / 0) !important
}

.focus\:text-gray-300\/10:focus{
  color:rgb(203 213 225 / 0.1) !important
}

.focus\:text-gray-300\/100:focus{
  color:rgb(203 213 225 / 1) !important
}

.focus\:text-gray-300\/15:focus{
  color:rgb(203 213 225 / 0.15) !important
}

.focus\:text-gray-300\/20:focus{
  color:rgb(203 213 225 / 0.2) !important
}

.focus\:text-gray-300\/25:focus{
  color:rgb(203 213 225 / 0.25) !important
}

.focus\:text-gray-300\/30:focus{
  color:rgb(203 213 225 / 0.3) !important
}

.focus\:text-gray-300\/35:focus{
  color:rgb(203 213 225 / 0.35) !important
}

.focus\:text-gray-300\/40:focus{
  color:rgb(203 213 225 / 0.4) !important
}

.focus\:text-gray-300\/45:focus{
  color:rgb(203 213 225 / 0.45) !important
}

.focus\:text-gray-300\/5:focus{
  color:rgb(203 213 225 / 0.05) !important
}

.focus\:text-gray-300\/50:focus{
  color:rgb(203 213 225 / 0.5) !important
}

.focus\:text-gray-300\/55:focus{
  color:rgb(203 213 225 / 0.55) !important
}

.focus\:text-gray-300\/60:focus{
  color:rgb(203 213 225 / 0.6) !important
}

.focus\:text-gray-300\/65:focus{
  color:rgb(203 213 225 / 0.65) !important
}

.focus\:text-gray-300\/70:focus{
  color:rgb(203 213 225 / 0.7) !important
}

.focus\:text-gray-300\/75:focus{
  color:rgb(203 213 225 / 0.75) !important
}

.focus\:text-gray-300\/80:focus{
  color:rgb(203 213 225 / 0.8) !important
}

.focus\:text-gray-300\/85:focus{
  color:rgb(203 213 225 / 0.85) !important
}

.focus\:text-gray-300\/90:focus{
  color:rgb(203 213 225 / 0.9) !important
}

.focus\:text-gray-300\/95:focus{
  color:rgb(203 213 225 / 0.95) !important
}

.focus\:text-gray-500:focus{
  --tw-text-opacity:1 !important;
  color:rgb(100 116 139 / 1) !important;
  color:rgb(100 116 139 / var(--tw-text-opacity, 1)) !important
}

.focus\:text-gray-500\/0:focus{
  color:rgb(100 116 139 / 0) !important
}

.focus\:text-gray-500\/10:focus{
  color:rgb(100 116 139 / 0.1) !important
}

.focus\:text-gray-500\/100:focus{
  color:rgb(100 116 139 / 1) !important
}

.focus\:text-gray-500\/15:focus{
  color:rgb(100 116 139 / 0.15) !important
}

.focus\:text-gray-500\/20:focus{
  color:rgb(100 116 139 / 0.2) !important
}

.focus\:text-gray-500\/25:focus{
  color:rgb(100 116 139 / 0.25) !important
}

.focus\:text-gray-500\/30:focus{
  color:rgb(100 116 139 / 0.3) !important
}

.focus\:text-gray-500\/35:focus{
  color:rgb(100 116 139 / 0.35) !important
}

.focus\:text-gray-500\/40:focus{
  color:rgb(100 116 139 / 0.4) !important
}

.focus\:text-gray-500\/45:focus{
  color:rgb(100 116 139 / 0.45) !important
}

.focus\:text-gray-500\/5:focus{
  color:rgb(100 116 139 / 0.05) !important
}

.focus\:text-gray-500\/50:focus{
  color:rgb(100 116 139 / 0.5) !important
}

.focus\:text-gray-500\/55:focus{
  color:rgb(100 116 139 / 0.55) !important
}

.focus\:text-gray-500\/60:focus{
  color:rgb(100 116 139 / 0.6) !important
}

.focus\:text-gray-500\/65:focus{
  color:rgb(100 116 139 / 0.65) !important
}

.focus\:text-gray-500\/70:focus{
  color:rgb(100 116 139 / 0.7) !important
}

.focus\:text-gray-500\/75:focus{
  color:rgb(100 116 139 / 0.75) !important
}

.focus\:text-gray-500\/80:focus{
  color:rgb(100 116 139 / 0.8) !important
}

.focus\:text-gray-500\/85:focus{
  color:rgb(100 116 139 / 0.85) !important
}

.focus\:text-gray-500\/90:focus{
  color:rgb(100 116 139 / 0.9) !important
}

.focus\:text-gray-500\/95:focus{
  color:rgb(100 116 139 / 0.95) !important
}

.focus\:text-gray-700:focus{
  --tw-text-opacity:1 !important;
  color:rgb(51 65 85 / 1) !important;
  color:rgb(51 65 85 / var(--tw-text-opacity, 1)) !important
}

.focus\:text-gray-700\/0:focus{
  color:rgb(51 65 85 / 0) !important
}

.focus\:text-gray-700\/10:focus{
  color:rgb(51 65 85 / 0.1) !important
}

.focus\:text-gray-700\/100:focus{
  color:rgb(51 65 85 / 1) !important
}

.focus\:text-gray-700\/15:focus{
  color:rgb(51 65 85 / 0.15) !important
}

.focus\:text-gray-700\/20:focus{
  color:rgb(51 65 85 / 0.2) !important
}

.focus\:text-gray-700\/25:focus{
  color:rgb(51 65 85 / 0.25) !important
}

.focus\:text-gray-700\/30:focus{
  color:rgb(51 65 85 / 0.3) !important
}

.focus\:text-gray-700\/35:focus{
  color:rgb(51 65 85 / 0.35) !important
}

.focus\:text-gray-700\/40:focus{
  color:rgb(51 65 85 / 0.4) !important
}

.focus\:text-gray-700\/45:focus{
  color:rgb(51 65 85 / 0.45) !important
}

.focus\:text-gray-700\/5:focus{
  color:rgb(51 65 85 / 0.05) !important
}

.focus\:text-gray-700\/50:focus{
  color:rgb(51 65 85 / 0.5) !important
}

.focus\:text-gray-700\/55:focus{
  color:rgb(51 65 85 / 0.55) !important
}

.focus\:text-gray-700\/60:focus{
  color:rgb(51 65 85 / 0.6) !important
}

.focus\:text-gray-700\/65:focus{
  color:rgb(51 65 85 / 0.65) !important
}

.focus\:text-gray-700\/70:focus{
  color:rgb(51 65 85 / 0.7) !important
}

.focus\:text-gray-700\/75:focus{
  color:rgb(51 65 85 / 0.75) !important
}

.focus\:text-gray-700\/80:focus{
  color:rgb(51 65 85 / 0.8) !important
}

.focus\:text-gray-700\/85:focus{
  color:rgb(51 65 85 / 0.85) !important
}

.focus\:text-gray-700\/90:focus{
  color:rgb(51 65 85 / 0.9) !important
}

.focus\:text-gray-700\/95:focus{
  color:rgb(51 65 85 / 0.95) !important
}

.focus\:text-gray-900:focus{
  --tw-text-opacity:1 !important;
  color:rgb(23 46 68 / 1) !important;
  color:rgb(23 46 68 / var(--tw-text-opacity, 1)) !important
}

.focus\:text-gray-900\/0:focus{
  color:rgb(23 46 68 / 0) !important
}

.focus\:text-gray-900\/10:focus{
  color:rgb(23 46 68 / 0.1) !important
}

.focus\:text-gray-900\/100:focus{
  color:rgb(23 46 68 / 1) !important
}

.focus\:text-gray-900\/15:focus{
  color:rgb(23 46 68 / 0.15) !important
}

.focus\:text-gray-900\/20:focus{
  color:rgb(23 46 68 / 0.2) !important
}

.focus\:text-gray-900\/25:focus{
  color:rgb(23 46 68 / 0.25) !important
}

.focus\:text-gray-900\/30:focus{
  color:rgb(23 46 68 / 0.3) !important
}

.focus\:text-gray-900\/35:focus{
  color:rgb(23 46 68 / 0.35) !important
}

.focus\:text-gray-900\/40:focus{
  color:rgb(23 46 68 / 0.4) !important
}

.focus\:text-gray-900\/45:focus{
  color:rgb(23 46 68 / 0.45) !important
}

.focus\:text-gray-900\/5:focus{
  color:rgb(23 46 68 / 0.05) !important
}

.focus\:text-gray-900\/50:focus{
  color:rgb(23 46 68 / 0.5) !important
}

.focus\:text-gray-900\/55:focus{
  color:rgb(23 46 68 / 0.55) !important
}

.focus\:text-gray-900\/60:focus{
  color:rgb(23 46 68 / 0.6) !important
}

.focus\:text-gray-900\/65:focus{
  color:rgb(23 46 68 / 0.65) !important
}

.focus\:text-gray-900\/70:focus{
  color:rgb(23 46 68 / 0.7) !important
}

.focus\:text-gray-900\/75:focus{
  color:rgb(23 46 68 / 0.75) !important
}

.focus\:text-gray-900\/80:focus{
  color:rgb(23 46 68 / 0.8) !important
}

.focus\:text-gray-900\/85:focus{
  color:rgb(23 46 68 / 0.85) !important
}

.focus\:text-gray-900\/90:focus{
  color:rgb(23 46 68 / 0.9) !important
}

.focus\:text-gray-900\/95:focus{
  color:rgb(23 46 68 / 0.95) !important
}

.focus\:text-green-100:focus{
  --tw-text-opacity:1 !important;
  color:rgb(209 250 229 / 1) !important;
  color:rgb(209 250 229 / var(--tw-text-opacity, 1)) !important
}

.focus\:text-green-100\/0:focus{
  color:rgb(209 250 229 / 0) !important
}

.focus\:text-green-100\/10:focus{
  color:rgb(209 250 229 / 0.1) !important
}

.focus\:text-green-100\/100:focus{
  color:rgb(209 250 229 / 1) !important
}

.focus\:text-green-100\/15:focus{
  color:rgb(209 250 229 / 0.15) !important
}

.focus\:text-green-100\/20:focus{
  color:rgb(209 250 229 / 0.2) !important
}

.focus\:text-green-100\/25:focus{
  color:rgb(209 250 229 / 0.25) !important
}

.focus\:text-green-100\/30:focus{
  color:rgb(209 250 229 / 0.3) !important
}

.focus\:text-green-100\/35:focus{
  color:rgb(209 250 229 / 0.35) !important
}

.focus\:text-green-100\/40:focus{
  color:rgb(209 250 229 / 0.4) !important
}

.focus\:text-green-100\/45:focus{
  color:rgb(209 250 229 / 0.45) !important
}

.focus\:text-green-100\/5:focus{
  color:rgb(209 250 229 / 0.05) !important
}

.focus\:text-green-100\/50:focus{
  color:rgb(209 250 229 / 0.5) !important
}

.focus\:text-green-100\/55:focus{
  color:rgb(209 250 229 / 0.55) !important
}

.focus\:text-green-100\/60:focus{
  color:rgb(209 250 229 / 0.6) !important
}

.focus\:text-green-100\/65:focus{
  color:rgb(209 250 229 / 0.65) !important
}

.focus\:text-green-100\/70:focus{
  color:rgb(209 250 229 / 0.7) !important
}

.focus\:text-green-100\/75:focus{
  color:rgb(209 250 229 / 0.75) !important
}

.focus\:text-green-100\/80:focus{
  color:rgb(209 250 229 / 0.8) !important
}

.focus\:text-green-100\/85:focus{
  color:rgb(209 250 229 / 0.85) !important
}

.focus\:text-green-100\/90:focus{
  color:rgb(209 250 229 / 0.9) !important
}

.focus\:text-green-100\/95:focus{
  color:rgb(209 250 229 / 0.95) !important
}

.focus\:text-green-200:focus{
  --tw-text-opacity:1 !important;
  color:rgb(167 243 208 / 1) !important;
  color:rgb(167 243 208 / var(--tw-text-opacity, 1)) !important
}

.focus\:text-green-200\/0:focus{
  color:rgb(167 243 208 / 0) !important
}

.focus\:text-green-200\/10:focus{
  color:rgb(167 243 208 / 0.1) !important
}

.focus\:text-green-200\/100:focus{
  color:rgb(167 243 208 / 1) !important
}

.focus\:text-green-200\/15:focus{
  color:rgb(167 243 208 / 0.15) !important
}

.focus\:text-green-200\/20:focus{
  color:rgb(167 243 208 / 0.2) !important
}

.focus\:text-green-200\/25:focus{
  color:rgb(167 243 208 / 0.25) !important
}

.focus\:text-green-200\/30:focus{
  color:rgb(167 243 208 / 0.3) !important
}

.focus\:text-green-200\/35:focus{
  color:rgb(167 243 208 / 0.35) !important
}

.focus\:text-green-200\/40:focus{
  color:rgb(167 243 208 / 0.4) !important
}

.focus\:text-green-200\/45:focus{
  color:rgb(167 243 208 / 0.45) !important
}

.focus\:text-green-200\/5:focus{
  color:rgb(167 243 208 / 0.05) !important
}

.focus\:text-green-200\/50:focus{
  color:rgb(167 243 208 / 0.5) !important
}

.focus\:text-green-200\/55:focus{
  color:rgb(167 243 208 / 0.55) !important
}

.focus\:text-green-200\/60:focus{
  color:rgb(167 243 208 / 0.6) !important
}

.focus\:text-green-200\/65:focus{
  color:rgb(167 243 208 / 0.65) !important
}

.focus\:text-green-200\/70:focus{
  color:rgb(167 243 208 / 0.7) !important
}

.focus\:text-green-200\/75:focus{
  color:rgb(167 243 208 / 0.75) !important
}

.focus\:text-green-200\/80:focus{
  color:rgb(167 243 208 / 0.8) !important
}

.focus\:text-green-200\/85:focus{
  color:rgb(167 243 208 / 0.85) !important
}

.focus\:text-green-200\/90:focus{
  color:rgb(167 243 208 / 0.9) !important
}

.focus\:text-green-200\/95:focus{
  color:rgb(167 243 208 / 0.95) !important
}

.focus\:text-green-300:focus{
  --tw-text-opacity:1 !important;
  color:rgb(110 231 183 / 1) !important;
  color:rgb(110 231 183 / var(--tw-text-opacity, 1)) !important
}

.focus\:text-green-300\/0:focus{
  color:rgb(110 231 183 / 0) !important
}

.focus\:text-green-300\/10:focus{
  color:rgb(110 231 183 / 0.1) !important
}

.focus\:text-green-300\/100:focus{
  color:rgb(110 231 183 / 1) !important
}

.focus\:text-green-300\/15:focus{
  color:rgb(110 231 183 / 0.15) !important
}

.focus\:text-green-300\/20:focus{
  color:rgb(110 231 183 / 0.2) !important
}

.focus\:text-green-300\/25:focus{
  color:rgb(110 231 183 / 0.25) !important
}

.focus\:text-green-300\/30:focus{
  color:rgb(110 231 183 / 0.3) !important
}

.focus\:text-green-300\/35:focus{
  color:rgb(110 231 183 / 0.35) !important
}

.focus\:text-green-300\/40:focus{
  color:rgb(110 231 183 / 0.4) !important
}

.focus\:text-green-300\/45:focus{
  color:rgb(110 231 183 / 0.45) !important
}

.focus\:text-green-300\/5:focus{
  color:rgb(110 231 183 / 0.05) !important
}

.focus\:text-green-300\/50:focus{
  color:rgb(110 231 183 / 0.5) !important
}

.focus\:text-green-300\/55:focus{
  color:rgb(110 231 183 / 0.55) !important
}

.focus\:text-green-300\/60:focus{
  color:rgb(110 231 183 / 0.6) !important
}

.focus\:text-green-300\/65:focus{
  color:rgb(110 231 183 / 0.65) !important
}

.focus\:text-green-300\/70:focus{
  color:rgb(110 231 183 / 0.7) !important
}

.focus\:text-green-300\/75:focus{
  color:rgb(110 231 183 / 0.75) !important
}

.focus\:text-green-300\/80:focus{
  color:rgb(110 231 183 / 0.8) !important
}

.focus\:text-green-300\/85:focus{
  color:rgb(110 231 183 / 0.85) !important
}

.focus\:text-green-300\/90:focus{
  color:rgb(110 231 183 / 0.9) !important
}

.focus\:text-green-300\/95:focus{
  color:rgb(110 231 183 / 0.95) !important
}

.focus\:text-green-500:focus{
  --tw-text-opacity:1 !important;
  color:rgb(16 185 129 / 1) !important;
  color:rgb(16 185 129 / var(--tw-text-opacity, 1)) !important
}

.focus\:text-green-500\/0:focus{
  color:rgb(16 185 129 / 0) !important
}

.focus\:text-green-500\/10:focus{
  color:rgb(16 185 129 / 0.1) !important
}

.focus\:text-green-500\/100:focus{
  color:rgb(16 185 129 / 1) !important
}

.focus\:text-green-500\/15:focus{
  color:rgb(16 185 129 / 0.15) !important
}

.focus\:text-green-500\/20:focus{
  color:rgb(16 185 129 / 0.2) !important
}

.focus\:text-green-500\/25:focus{
  color:rgb(16 185 129 / 0.25) !important
}

.focus\:text-green-500\/30:focus{
  color:rgb(16 185 129 / 0.3) !important
}

.focus\:text-green-500\/35:focus{
  color:rgb(16 185 129 / 0.35) !important
}

.focus\:text-green-500\/40:focus{
  color:rgb(16 185 129 / 0.4) !important
}

.focus\:text-green-500\/45:focus{
  color:rgb(16 185 129 / 0.45) !important
}

.focus\:text-green-500\/5:focus{
  color:rgb(16 185 129 / 0.05) !important
}

.focus\:text-green-500\/50:focus{
  color:rgb(16 185 129 / 0.5) !important
}

.focus\:text-green-500\/55:focus{
  color:rgb(16 185 129 / 0.55) !important
}

.focus\:text-green-500\/60:focus{
  color:rgb(16 185 129 / 0.6) !important
}

.focus\:text-green-500\/65:focus{
  color:rgb(16 185 129 / 0.65) !important
}

.focus\:text-green-500\/70:focus{
  color:rgb(16 185 129 / 0.7) !important
}

.focus\:text-green-500\/75:focus{
  color:rgb(16 185 129 / 0.75) !important
}

.focus\:text-green-500\/80:focus{
  color:rgb(16 185 129 / 0.8) !important
}

.focus\:text-green-500\/85:focus{
  color:rgb(16 185 129 / 0.85) !important
}

.focus\:text-green-500\/90:focus{
  color:rgb(16 185 129 / 0.9) !important
}

.focus\:text-green-500\/95:focus{
  color:rgb(16 185 129 / 0.95) !important
}

.focus\:text-green-700:focus{
  --tw-text-opacity:1 !important;
  color:rgb(4 120 87 / 1) !important;
  color:rgb(4 120 87 / var(--tw-text-opacity, 1)) !important
}

.focus\:text-green-700\/0:focus{
  color:rgb(4 120 87 / 0) !important
}

.focus\:text-green-700\/10:focus{
  color:rgb(4 120 87 / 0.1) !important
}

.focus\:text-green-700\/100:focus{
  color:rgb(4 120 87 / 1) !important
}

.focus\:text-green-700\/15:focus{
  color:rgb(4 120 87 / 0.15) !important
}

.focus\:text-green-700\/20:focus{
  color:rgb(4 120 87 / 0.2) !important
}

.focus\:text-green-700\/25:focus{
  color:rgb(4 120 87 / 0.25) !important
}

.focus\:text-green-700\/30:focus{
  color:rgb(4 120 87 / 0.3) !important
}

.focus\:text-green-700\/35:focus{
  color:rgb(4 120 87 / 0.35) !important
}

.focus\:text-green-700\/40:focus{
  color:rgb(4 120 87 / 0.4) !important
}

.focus\:text-green-700\/45:focus{
  color:rgb(4 120 87 / 0.45) !important
}

.focus\:text-green-700\/5:focus{
  color:rgb(4 120 87 / 0.05) !important
}

.focus\:text-green-700\/50:focus{
  color:rgb(4 120 87 / 0.5) !important
}

.focus\:text-green-700\/55:focus{
  color:rgb(4 120 87 / 0.55) !important
}

.focus\:text-green-700\/60:focus{
  color:rgb(4 120 87 / 0.6) !important
}

.focus\:text-green-700\/65:focus{
  color:rgb(4 120 87 / 0.65) !important
}

.focus\:text-green-700\/70:focus{
  color:rgb(4 120 87 / 0.7) !important
}

.focus\:text-green-700\/75:focus{
  color:rgb(4 120 87 / 0.75) !important
}

.focus\:text-green-700\/80:focus{
  color:rgb(4 120 87 / 0.8) !important
}

.focus\:text-green-700\/85:focus{
  color:rgb(4 120 87 / 0.85) !important
}

.focus\:text-green-700\/90:focus{
  color:rgb(4 120 87 / 0.9) !important
}

.focus\:text-green-700\/95:focus{
  color:rgb(4 120 87 / 0.95) !important
}

.focus\:text-green-900:focus{
  --tw-text-opacity:1 !important;
  color:rgb(6 78 59 / 1) !important;
  color:rgb(6 78 59 / var(--tw-text-opacity, 1)) !important
}

.focus\:text-green-900\/0:focus{
  color:rgb(6 78 59 / 0) !important
}

.focus\:text-green-900\/10:focus{
  color:rgb(6 78 59 / 0.1) !important
}

.focus\:text-green-900\/100:focus{
  color:rgb(6 78 59 / 1) !important
}

.focus\:text-green-900\/15:focus{
  color:rgb(6 78 59 / 0.15) !important
}

.focus\:text-green-900\/20:focus{
  color:rgb(6 78 59 / 0.2) !important
}

.focus\:text-green-900\/25:focus{
  color:rgb(6 78 59 / 0.25) !important
}

.focus\:text-green-900\/30:focus{
  color:rgb(6 78 59 / 0.3) !important
}

.focus\:text-green-900\/35:focus{
  color:rgb(6 78 59 / 0.35) !important
}

.focus\:text-green-900\/40:focus{
  color:rgb(6 78 59 / 0.4) !important
}

.focus\:text-green-900\/45:focus{
  color:rgb(6 78 59 / 0.45) !important
}

.focus\:text-green-900\/5:focus{
  color:rgb(6 78 59 / 0.05) !important
}

.focus\:text-green-900\/50:focus{
  color:rgb(6 78 59 / 0.5) !important
}

.focus\:text-green-900\/55:focus{
  color:rgb(6 78 59 / 0.55) !important
}

.focus\:text-green-900\/60:focus{
  color:rgb(6 78 59 / 0.6) !important
}

.focus\:text-green-900\/65:focus{
  color:rgb(6 78 59 / 0.65) !important
}

.focus\:text-green-900\/70:focus{
  color:rgb(6 78 59 / 0.7) !important
}

.focus\:text-green-900\/75:focus{
  color:rgb(6 78 59 / 0.75) !important
}

.focus\:text-green-900\/80:focus{
  color:rgb(6 78 59 / 0.8) !important
}

.focus\:text-green-900\/85:focus{
  color:rgb(6 78 59 / 0.85) !important
}

.focus\:text-green-900\/90:focus{
  color:rgb(6 78 59 / 0.9) !important
}

.focus\:text-green-900\/95:focus{
  color:rgb(6 78 59 / 0.95) !important
}

.focus\:text-orange-100:focus{
  --tw-text-opacity:1 !important;
  color:rgb(255 221 209 / 1) !important;
  color:rgb(255 221 209 / var(--tw-text-opacity, 1)) !important
}

.focus\:text-orange-100\/0:focus{
  color:rgb(255 221 209 / 0) !important
}

.focus\:text-orange-100\/10:focus{
  color:rgb(255 221 209 / 0.1) !important
}

.focus\:text-orange-100\/100:focus{
  color:rgb(255 221 209 / 1) !important
}

.focus\:text-orange-100\/15:focus{
  color:rgb(255 221 209 / 0.15) !important
}

.focus\:text-orange-100\/20:focus{
  color:rgb(255 221 209 / 0.2) !important
}

.focus\:text-orange-100\/25:focus{
  color:rgb(255 221 209 / 0.25) !important
}

.focus\:text-orange-100\/30:focus{
  color:rgb(255 221 209 / 0.3) !important
}

.focus\:text-orange-100\/35:focus{
  color:rgb(255 221 209 / 0.35) !important
}

.focus\:text-orange-100\/40:focus{
  color:rgb(255 221 209 / 0.4) !important
}

.focus\:text-orange-100\/45:focus{
  color:rgb(255 221 209 / 0.45) !important
}

.focus\:text-orange-100\/5:focus{
  color:rgb(255 221 209 / 0.05) !important
}

.focus\:text-orange-100\/50:focus{
  color:rgb(255 221 209 / 0.5) !important
}

.focus\:text-orange-100\/55:focus{
  color:rgb(255 221 209 / 0.55) !important
}

.focus\:text-orange-100\/60:focus{
  color:rgb(255 221 209 / 0.6) !important
}

.focus\:text-orange-100\/65:focus{
  color:rgb(255 221 209 / 0.65) !important
}

.focus\:text-orange-100\/70:focus{
  color:rgb(255 221 209 / 0.7) !important
}

.focus\:text-orange-100\/75:focus{
  color:rgb(255 221 209 / 0.75) !important
}

.focus\:text-orange-100\/80:focus{
  color:rgb(255 221 209 / 0.8) !important
}

.focus\:text-orange-100\/85:focus{
  color:rgb(255 221 209 / 0.85) !important
}

.focus\:text-orange-100\/90:focus{
  color:rgb(255 221 209 / 0.9) !important
}

.focus\:text-orange-100\/95:focus{
  color:rgb(255 221 209 / 0.95) !important
}

.focus\:text-orange-200:focus{
  --tw-text-opacity:1 !important;
  color:rgb(254 215 170 / 1) !important;
  color:rgb(254 215 170 / var(--tw-text-opacity, 1)) !important
}

.focus\:text-orange-200\/0:focus{
  color:rgb(254 215 170 / 0) !important
}

.focus\:text-orange-200\/10:focus{
  color:rgb(254 215 170 / 0.1) !important
}

.focus\:text-orange-200\/100:focus{
  color:rgb(254 215 170 / 1) !important
}

.focus\:text-orange-200\/15:focus{
  color:rgb(254 215 170 / 0.15) !important
}

.focus\:text-orange-200\/20:focus{
  color:rgb(254 215 170 / 0.2) !important
}

.focus\:text-orange-200\/25:focus{
  color:rgb(254 215 170 / 0.25) !important
}

.focus\:text-orange-200\/30:focus{
  color:rgb(254 215 170 / 0.3) !important
}

.focus\:text-orange-200\/35:focus{
  color:rgb(254 215 170 / 0.35) !important
}

.focus\:text-orange-200\/40:focus{
  color:rgb(254 215 170 / 0.4) !important
}

.focus\:text-orange-200\/45:focus{
  color:rgb(254 215 170 / 0.45) !important
}

.focus\:text-orange-200\/5:focus{
  color:rgb(254 215 170 / 0.05) !important
}

.focus\:text-orange-200\/50:focus{
  color:rgb(254 215 170 / 0.5) !important
}

.focus\:text-orange-200\/55:focus{
  color:rgb(254 215 170 / 0.55) !important
}

.focus\:text-orange-200\/60:focus{
  color:rgb(254 215 170 / 0.6) !important
}

.focus\:text-orange-200\/65:focus{
  color:rgb(254 215 170 / 0.65) !important
}

.focus\:text-orange-200\/70:focus{
  color:rgb(254 215 170 / 0.7) !important
}

.focus\:text-orange-200\/75:focus{
  color:rgb(254 215 170 / 0.75) !important
}

.focus\:text-orange-200\/80:focus{
  color:rgb(254 215 170 / 0.8) !important
}

.focus\:text-orange-200\/85:focus{
  color:rgb(254 215 170 / 0.85) !important
}

.focus\:text-orange-200\/90:focus{
  color:rgb(254 215 170 / 0.9) !important
}

.focus\:text-orange-200\/95:focus{
  color:rgb(254 215 170 / 0.95) !important
}

.focus\:text-orange-300:focus{
  --tw-text-opacity:1 !important;
  color:rgb(255 187 162 / 1) !important;
  color:rgb(255 187 162 / var(--tw-text-opacity, 1)) !important
}

.focus\:text-orange-300\/0:focus{
  color:rgb(255 187 162 / 0) !important
}

.focus\:text-orange-300\/10:focus{
  color:rgb(255 187 162 / 0.1) !important
}

.focus\:text-orange-300\/100:focus{
  color:rgb(255 187 162 / 1) !important
}

.focus\:text-orange-300\/15:focus{
  color:rgb(255 187 162 / 0.15) !important
}

.focus\:text-orange-300\/20:focus{
  color:rgb(255 187 162 / 0.2) !important
}

.focus\:text-orange-300\/25:focus{
  color:rgb(255 187 162 / 0.25) !important
}

.focus\:text-orange-300\/30:focus{
  color:rgb(255 187 162 / 0.3) !important
}

.focus\:text-orange-300\/35:focus{
  color:rgb(255 187 162 / 0.35) !important
}

.focus\:text-orange-300\/40:focus{
  color:rgb(255 187 162 / 0.4) !important
}

.focus\:text-orange-300\/45:focus{
  color:rgb(255 187 162 / 0.45) !important
}

.focus\:text-orange-300\/5:focus{
  color:rgb(255 187 162 / 0.05) !important
}

.focus\:text-orange-300\/50:focus{
  color:rgb(255 187 162 / 0.5) !important
}

.focus\:text-orange-300\/55:focus{
  color:rgb(255 187 162 / 0.55) !important
}

.focus\:text-orange-300\/60:focus{
  color:rgb(255 187 162 / 0.6) !important
}

.focus\:text-orange-300\/65:focus{
  color:rgb(255 187 162 / 0.65) !important
}

.focus\:text-orange-300\/70:focus{
  color:rgb(255 187 162 / 0.7) !important
}

.focus\:text-orange-300\/75:focus{
  color:rgb(255 187 162 / 0.75) !important
}

.focus\:text-orange-300\/80:focus{
  color:rgb(255 187 162 / 0.8) !important
}

.focus\:text-orange-300\/85:focus{
  color:rgb(255 187 162 / 0.85) !important
}

.focus\:text-orange-300\/90:focus{
  color:rgb(255 187 162 / 0.9) !important
}

.focus\:text-orange-300\/95:focus{
  color:rgb(255 187 162 / 0.95) !important
}

.focus\:text-orange-500:focus{
  --tw-text-opacity:1 !important;
  color:rgb(255 153 116 / 1) !important;
  color:rgb(255 153 116 / var(--tw-text-opacity, 1)) !important
}

.focus\:text-orange-500\/0:focus{
  color:rgb(255 153 116 / 0) !important
}

.focus\:text-orange-500\/10:focus{
  color:rgb(255 153 116 / 0.1) !important
}

.focus\:text-orange-500\/100:focus{
  color:rgb(255 153 116 / 1) !important
}

.focus\:text-orange-500\/15:focus{
  color:rgb(255 153 116 / 0.15) !important
}

.focus\:text-orange-500\/20:focus{
  color:rgb(255 153 116 / 0.2) !important
}

.focus\:text-orange-500\/25:focus{
  color:rgb(255 153 116 / 0.25) !important
}

.focus\:text-orange-500\/30:focus{
  color:rgb(255 153 116 / 0.3) !important
}

.focus\:text-orange-500\/35:focus{
  color:rgb(255 153 116 / 0.35) !important
}

.focus\:text-orange-500\/40:focus{
  color:rgb(255 153 116 / 0.4) !important
}

.focus\:text-orange-500\/45:focus{
  color:rgb(255 153 116 / 0.45) !important
}

.focus\:text-orange-500\/5:focus{
  color:rgb(255 153 116 / 0.05) !important
}

.focus\:text-orange-500\/50:focus{
  color:rgb(255 153 116 / 0.5) !important
}

.focus\:text-orange-500\/55:focus{
  color:rgb(255 153 116 / 0.55) !important
}

.focus\:text-orange-500\/60:focus{
  color:rgb(255 153 116 / 0.6) !important
}

.focus\:text-orange-500\/65:focus{
  color:rgb(255 153 116 / 0.65) !important
}

.focus\:text-orange-500\/70:focus{
  color:rgb(255 153 116 / 0.7) !important
}

.focus\:text-orange-500\/75:focus{
  color:rgb(255 153 116 / 0.75) !important
}

.focus\:text-orange-500\/80:focus{
  color:rgb(255 153 116 / 0.8) !important
}

.focus\:text-orange-500\/85:focus{
  color:rgb(255 153 116 / 0.85) !important
}

.focus\:text-orange-500\/90:focus{
  color:rgb(255 153 116 / 0.9) !important
}

.focus\:text-orange-500\/95:focus{
  color:rgb(255 153 116 / 0.95) !important
}

.focus\:text-orange-700:focus{
  --tw-text-opacity:1 !important;
  color:rgb(255 119 69 / 1) !important;
  color:rgb(255 119 69 / var(--tw-text-opacity, 1)) !important
}

.focus\:text-orange-700\/0:focus{
  color:rgb(255 119 69 / 0) !important
}

.focus\:text-orange-700\/10:focus{
  color:rgb(255 119 69 / 0.1) !important
}

.focus\:text-orange-700\/100:focus{
  color:rgb(255 119 69 / 1) !important
}

.focus\:text-orange-700\/15:focus{
  color:rgb(255 119 69 / 0.15) !important
}

.focus\:text-orange-700\/20:focus{
  color:rgb(255 119 69 / 0.2) !important
}

.focus\:text-orange-700\/25:focus{
  color:rgb(255 119 69 / 0.25) !important
}

.focus\:text-orange-700\/30:focus{
  color:rgb(255 119 69 / 0.3) !important
}

.focus\:text-orange-700\/35:focus{
  color:rgb(255 119 69 / 0.35) !important
}

.focus\:text-orange-700\/40:focus{
  color:rgb(255 119 69 / 0.4) !important
}

.focus\:text-orange-700\/45:focus{
  color:rgb(255 119 69 / 0.45) !important
}

.focus\:text-orange-700\/5:focus{
  color:rgb(255 119 69 / 0.05) !important
}

.focus\:text-orange-700\/50:focus{
  color:rgb(255 119 69 / 0.5) !important
}

.focus\:text-orange-700\/55:focus{
  color:rgb(255 119 69 / 0.55) !important
}

.focus\:text-orange-700\/60:focus{
  color:rgb(255 119 69 / 0.6) !important
}

.focus\:text-orange-700\/65:focus{
  color:rgb(255 119 69 / 0.65) !important
}

.focus\:text-orange-700\/70:focus{
  color:rgb(255 119 69 / 0.7) !important
}

.focus\:text-orange-700\/75:focus{
  color:rgb(255 119 69 / 0.75) !important
}

.focus\:text-orange-700\/80:focus{
  color:rgb(255 119 69 / 0.8) !important
}

.focus\:text-orange-700\/85:focus{
  color:rgb(255 119 69 / 0.85) !important
}

.focus\:text-orange-700\/90:focus{
  color:rgb(255 119 69 / 0.9) !important
}

.focus\:text-orange-700\/95:focus{
  color:rgb(255 119 69 / 0.95) !important
}

.focus\:text-orange-900:focus{
  --tw-text-opacity:1 !important;
  color:rgb(255 85 23 / 1) !important;
  color:rgb(255 85 23 / var(--tw-text-opacity, 1)) !important
}

.focus\:text-orange-900\/0:focus{
  color:rgb(255 85 23 / 0) !important
}

.focus\:text-orange-900\/10:focus{
  color:rgb(255 85 23 / 0.1) !important
}

.focus\:text-orange-900\/100:focus{
  color:rgb(255 85 23 / 1) !important
}

.focus\:text-orange-900\/15:focus{
  color:rgb(255 85 23 / 0.15) !important
}

.focus\:text-orange-900\/20:focus{
  color:rgb(255 85 23 / 0.2) !important
}

.focus\:text-orange-900\/25:focus{
  color:rgb(255 85 23 / 0.25) !important
}

.focus\:text-orange-900\/30:focus{
  color:rgb(255 85 23 / 0.3) !important
}

.focus\:text-orange-900\/35:focus{
  color:rgb(255 85 23 / 0.35) !important
}

.focus\:text-orange-900\/40:focus{
  color:rgb(255 85 23 / 0.4) !important
}

.focus\:text-orange-900\/45:focus{
  color:rgb(255 85 23 / 0.45) !important
}

.focus\:text-orange-900\/5:focus{
  color:rgb(255 85 23 / 0.05) !important
}

.focus\:text-orange-900\/50:focus{
  color:rgb(255 85 23 / 0.5) !important
}

.focus\:text-orange-900\/55:focus{
  color:rgb(255 85 23 / 0.55) !important
}

.focus\:text-orange-900\/60:focus{
  color:rgb(255 85 23 / 0.6) !important
}

.focus\:text-orange-900\/65:focus{
  color:rgb(255 85 23 / 0.65) !important
}

.focus\:text-orange-900\/70:focus{
  color:rgb(255 85 23 / 0.7) !important
}

.focus\:text-orange-900\/75:focus{
  color:rgb(255 85 23 / 0.75) !important
}

.focus\:text-orange-900\/80:focus{
  color:rgb(255 85 23 / 0.8) !important
}

.focus\:text-orange-900\/85:focus{
  color:rgb(255 85 23 / 0.85) !important
}

.focus\:text-orange-900\/90:focus{
  color:rgb(255 85 23 / 0.9) !important
}

.focus\:text-orange-900\/95:focus{
  color:rgb(255 85 23 / 0.95) !important
}

.focus\:text-red-100:focus{
  --tw-text-opacity:1 !important;
  color:rgb(255 213 215 / 1) !important;
  color:rgb(255 213 215 / var(--tw-text-opacity, 1)) !important
}

.focus\:text-red-100\/0:focus{
  color:rgb(255 213 215 / 0) !important
}

.focus\:text-red-100\/10:focus{
  color:rgb(255 213 215 / 0.1) !important
}

.focus\:text-red-100\/100:focus{
  color:rgb(255 213 215 / 1) !important
}

.focus\:text-red-100\/15:focus{
  color:rgb(255 213 215 / 0.15) !important
}

.focus\:text-red-100\/20:focus{
  color:rgb(255 213 215 / 0.2) !important
}

.focus\:text-red-100\/25:focus{
  color:rgb(255 213 215 / 0.25) !important
}

.focus\:text-red-100\/30:focus{
  color:rgb(255 213 215 / 0.3) !important
}

.focus\:text-red-100\/35:focus{
  color:rgb(255 213 215 / 0.35) !important
}

.focus\:text-red-100\/40:focus{
  color:rgb(255 213 215 / 0.4) !important
}

.focus\:text-red-100\/45:focus{
  color:rgb(255 213 215 / 0.45) !important
}

.focus\:text-red-100\/5:focus{
  color:rgb(255 213 215 / 0.05) !important
}

.focus\:text-red-100\/50:focus{
  color:rgb(255 213 215 / 0.5) !important
}

.focus\:text-red-100\/55:focus{
  color:rgb(255 213 215 / 0.55) !important
}

.focus\:text-red-100\/60:focus{
  color:rgb(255 213 215 / 0.6) !important
}

.focus\:text-red-100\/65:focus{
  color:rgb(255 213 215 / 0.65) !important
}

.focus\:text-red-100\/70:focus{
  color:rgb(255 213 215 / 0.7) !important
}

.focus\:text-red-100\/75:focus{
  color:rgb(255 213 215 / 0.75) !important
}

.focus\:text-red-100\/80:focus{
  color:rgb(255 213 215 / 0.8) !important
}

.focus\:text-red-100\/85:focus{
  color:rgb(255 213 215 / 0.85) !important
}

.focus\:text-red-100\/90:focus{
  color:rgb(255 213 215 / 0.9) !important
}

.focus\:text-red-100\/95:focus{
  color:rgb(255 213 215 / 0.95) !important
}

.focus\:text-red-200:focus{
  --tw-text-opacity:1 !important;
  color:rgb(255 172 174 / 1) !important;
  color:rgb(255 172 174 / var(--tw-text-opacity, 1)) !important
}

.focus\:text-red-200\/0:focus{
  color:rgb(255 172 174 / 0) !important
}

.focus\:text-red-200\/10:focus{
  color:rgb(255 172 174 / 0.1) !important
}

.focus\:text-red-200\/100:focus{
  color:rgb(255 172 174 / 1) !important
}

.focus\:text-red-200\/15:focus{
  color:rgb(255 172 174 / 0.15) !important
}

.focus\:text-red-200\/20:focus{
  color:rgb(255 172 174 / 0.2) !important
}

.focus\:text-red-200\/25:focus{
  color:rgb(255 172 174 / 0.25) !important
}

.focus\:text-red-200\/30:focus{
  color:rgb(255 172 174 / 0.3) !important
}

.focus\:text-red-200\/35:focus{
  color:rgb(255 172 174 / 0.35) !important
}

.focus\:text-red-200\/40:focus{
  color:rgb(255 172 174 / 0.4) !important
}

.focus\:text-red-200\/45:focus{
  color:rgb(255 172 174 / 0.45) !important
}

.focus\:text-red-200\/5:focus{
  color:rgb(255 172 174 / 0.05) !important
}

.focus\:text-red-200\/50:focus{
  color:rgb(255 172 174 / 0.5) !important
}

.focus\:text-red-200\/55:focus{
  color:rgb(255 172 174 / 0.55) !important
}

.focus\:text-red-200\/60:focus{
  color:rgb(255 172 174 / 0.6) !important
}

.focus\:text-red-200\/65:focus{
  color:rgb(255 172 174 / 0.65) !important
}

.focus\:text-red-200\/70:focus{
  color:rgb(255 172 174 / 0.7) !important
}

.focus\:text-red-200\/75:focus{
  color:rgb(255 172 174 / 0.75) !important
}

.focus\:text-red-200\/80:focus{
  color:rgb(255 172 174 / 0.8) !important
}

.focus\:text-red-200\/85:focus{
  color:rgb(255 172 174 / 0.85) !important
}

.focus\:text-red-200\/90:focus{
  color:rgb(255 172 174 / 0.9) !important
}

.focus\:text-red-200\/95:focus{
  color:rgb(255 172 174 / 0.95) !important
}

.focus\:text-red-300:focus{
  --tw-text-opacity:1 !important;
  color:rgb(255 130 134 / 1) !important;
  color:rgb(255 130 134 / var(--tw-text-opacity, 1)) !important
}

.focus\:text-red-300\/0:focus{
  color:rgb(255 130 134 / 0) !important
}

.focus\:text-red-300\/10:focus{
  color:rgb(255 130 134 / 0.1) !important
}

.focus\:text-red-300\/100:focus{
  color:rgb(255 130 134 / 1) !important
}

.focus\:text-red-300\/15:focus{
  color:rgb(255 130 134 / 0.15) !important
}

.focus\:text-red-300\/20:focus{
  color:rgb(255 130 134 / 0.2) !important
}

.focus\:text-red-300\/25:focus{
  color:rgb(255 130 134 / 0.25) !important
}

.focus\:text-red-300\/30:focus{
  color:rgb(255 130 134 / 0.3) !important
}

.focus\:text-red-300\/35:focus{
  color:rgb(255 130 134 / 0.35) !important
}

.focus\:text-red-300\/40:focus{
  color:rgb(255 130 134 / 0.4) !important
}

.focus\:text-red-300\/45:focus{
  color:rgb(255 130 134 / 0.45) !important
}

.focus\:text-red-300\/5:focus{
  color:rgb(255 130 134 / 0.05) !important
}

.focus\:text-red-300\/50:focus{
  color:rgb(255 130 134 / 0.5) !important
}

.focus\:text-red-300\/55:focus{
  color:rgb(255 130 134 / 0.55) !important
}

.focus\:text-red-300\/60:focus{
  color:rgb(255 130 134 / 0.6) !important
}

.focus\:text-red-300\/65:focus{
  color:rgb(255 130 134 / 0.65) !important
}

.focus\:text-red-300\/70:focus{
  color:rgb(255 130 134 / 0.7) !important
}

.focus\:text-red-300\/75:focus{
  color:rgb(255 130 134 / 0.75) !important
}

.focus\:text-red-300\/80:focus{
  color:rgb(255 130 134 / 0.8) !important
}

.focus\:text-red-300\/85:focus{
  color:rgb(255 130 134 / 0.85) !important
}

.focus\:text-red-300\/90:focus{
  color:rgb(255 130 134 / 0.9) !important
}

.focus\:text-red-300\/95:focus{
  color:rgb(255 130 134 / 0.95) !important
}

.focus\:text-red-500:focus{
  --tw-text-opacity:1 !important;
  color:rgb(255 47 53 / 1) !important;
  color:rgb(255 47 53 / var(--tw-text-opacity, 1)) !important
}

.focus\:text-red-500\/0:focus{
  color:rgb(255 47 53 / 0) !important
}

.focus\:text-red-500\/10:focus{
  color:rgb(255 47 53 / 0.1) !important
}

.focus\:text-red-500\/100:focus{
  color:rgb(255 47 53 / 1) !important
}

.focus\:text-red-500\/15:focus{
  color:rgb(255 47 53 / 0.15) !important
}

.focus\:text-red-500\/20:focus{
  color:rgb(255 47 53 / 0.2) !important
}

.focus\:text-red-500\/25:focus{
  color:rgb(255 47 53 / 0.25) !important
}

.focus\:text-red-500\/30:focus{
  color:rgb(255 47 53 / 0.3) !important
}

.focus\:text-red-500\/35:focus{
  color:rgb(255 47 53 / 0.35) !important
}

.focus\:text-red-500\/40:focus{
  color:rgb(255 47 53 / 0.4) !important
}

.focus\:text-red-500\/45:focus{
  color:rgb(255 47 53 / 0.45) !important
}

.focus\:text-red-500\/5:focus{
  color:rgb(255 47 53 / 0.05) !important
}

.focus\:text-red-500\/50:focus{
  color:rgb(255 47 53 / 0.5) !important
}

.focus\:text-red-500\/55:focus{
  color:rgb(255 47 53 / 0.55) !important
}

.focus\:text-red-500\/60:focus{
  color:rgb(255 47 53 / 0.6) !important
}

.focus\:text-red-500\/65:focus{
  color:rgb(255 47 53 / 0.65) !important
}

.focus\:text-red-500\/70:focus{
  color:rgb(255 47 53 / 0.7) !important
}

.focus\:text-red-500\/75:focus{
  color:rgb(255 47 53 / 0.75) !important
}

.focus\:text-red-500\/80:focus{
  color:rgb(255 47 53 / 0.8) !important
}

.focus\:text-red-500\/85:focus{
  color:rgb(255 47 53 / 0.85) !important
}

.focus\:text-red-500\/90:focus{
  color:rgb(255 47 53 / 0.9) !important
}

.focus\:text-red-500\/95:focus{
  color:rgb(255 47 53 / 0.95) !important
}

.focus\:text-red-700:focus{
  --tw-text-opacity:1 !important;
  color:rgb(185 28 28 / 1) !important;
  color:rgb(185 28 28 / var(--tw-text-opacity, 1)) !important
}

.focus\:text-red-700\/0:focus{
  color:rgb(185 28 28 / 0) !important
}

.focus\:text-red-700\/10:focus{
  color:rgb(185 28 28 / 0.1) !important
}

.focus\:text-red-700\/100:focus{
  color:rgb(185 28 28 / 1) !important
}

.focus\:text-red-700\/15:focus{
  color:rgb(185 28 28 / 0.15) !important
}

.focus\:text-red-700\/20:focus{
  color:rgb(185 28 28 / 0.2) !important
}

.focus\:text-red-700\/25:focus{
  color:rgb(185 28 28 / 0.25) !important
}

.focus\:text-red-700\/30:focus{
  color:rgb(185 28 28 / 0.3) !important
}

.focus\:text-red-700\/35:focus{
  color:rgb(185 28 28 / 0.35) !important
}

.focus\:text-red-700\/40:focus{
  color:rgb(185 28 28 / 0.4) !important
}

.focus\:text-red-700\/45:focus{
  color:rgb(185 28 28 / 0.45) !important
}

.focus\:text-red-700\/5:focus{
  color:rgb(185 28 28 / 0.05) !important
}

.focus\:text-red-700\/50:focus{
  color:rgb(185 28 28 / 0.5) !important
}

.focus\:text-red-700\/55:focus{
  color:rgb(185 28 28 / 0.55) !important
}

.focus\:text-red-700\/60:focus{
  color:rgb(185 28 28 / 0.6) !important
}

.focus\:text-red-700\/65:focus{
  color:rgb(185 28 28 / 0.65) !important
}

.focus\:text-red-700\/70:focus{
  color:rgb(185 28 28 / 0.7) !important
}

.focus\:text-red-700\/75:focus{
  color:rgb(185 28 28 / 0.75) !important
}

.focus\:text-red-700\/80:focus{
  color:rgb(185 28 28 / 0.8) !important
}

.focus\:text-red-700\/85:focus{
  color:rgb(185 28 28 / 0.85) !important
}

.focus\:text-red-700\/90:focus{
  color:rgb(185 28 28 / 0.9) !important
}

.focus\:text-red-700\/95:focus{
  color:rgb(185 28 28 / 0.95) !important
}

.focus\:text-red-900:focus{
  --tw-text-opacity:1 !important;
  color:rgb(127 29 29 / 1) !important;
  color:rgb(127 29 29 / var(--tw-text-opacity, 1)) !important
}

.focus\:text-red-900\/0:focus{
  color:rgb(127 29 29 / 0) !important
}

.focus\:text-red-900\/10:focus{
  color:rgb(127 29 29 / 0.1) !important
}

.focus\:text-red-900\/100:focus{
  color:rgb(127 29 29 / 1) !important
}

.focus\:text-red-900\/15:focus{
  color:rgb(127 29 29 / 0.15) !important
}

.focus\:text-red-900\/20:focus{
  color:rgb(127 29 29 / 0.2) !important
}

.focus\:text-red-900\/25:focus{
  color:rgb(127 29 29 / 0.25) !important
}

.focus\:text-red-900\/30:focus{
  color:rgb(127 29 29 / 0.3) !important
}

.focus\:text-red-900\/35:focus{
  color:rgb(127 29 29 / 0.35) !important
}

.focus\:text-red-900\/40:focus{
  color:rgb(127 29 29 / 0.4) !important
}

.focus\:text-red-900\/45:focus{
  color:rgb(127 29 29 / 0.45) !important
}

.focus\:text-red-900\/5:focus{
  color:rgb(127 29 29 / 0.05) !important
}

.focus\:text-red-900\/50:focus{
  color:rgb(127 29 29 / 0.5) !important
}

.focus\:text-red-900\/55:focus{
  color:rgb(127 29 29 / 0.55) !important
}

.focus\:text-red-900\/60:focus{
  color:rgb(127 29 29 / 0.6) !important
}

.focus\:text-red-900\/65:focus{
  color:rgb(127 29 29 / 0.65) !important
}

.focus\:text-red-900\/70:focus{
  color:rgb(127 29 29 / 0.7) !important
}

.focus\:text-red-900\/75:focus{
  color:rgb(127 29 29 / 0.75) !important
}

.focus\:text-red-900\/80:focus{
  color:rgb(127 29 29 / 0.8) !important
}

.focus\:text-red-900\/85:focus{
  color:rgb(127 29 29 / 0.85) !important
}

.focus\:text-red-900\/90:focus{
  color:rgb(127 29 29 / 0.9) !important
}

.focus\:text-red-900\/95:focus{
  color:rgb(127 29 29 / 0.95) !important
}

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

.focus\:outline-0:focus{
  outline-width:0px !important
}

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

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

.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) !important;
  --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000 !important;
  box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important
}

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

.focus\:ring-blue-200:focus{
  --tw-ring-opacity:1 !important;
  --tw-ring-color:rgb(186 230 253 / var(--tw-ring-opacity, 1)) !important
}

.focus\:ring-cyan-100:focus{
  --tw-ring-opacity:1 !important;
  --tw-ring-color:rgb(207 250 254 / var(--tw-ring-opacity, 1)) !important
}

.focus\:ring-cyan-100\/0:focus{
  --tw-ring-color:rgb(207 250 254 / 0) !important
}

.focus\:ring-cyan-100\/10:focus{
  --tw-ring-color:rgb(207 250 254 / 0.1) !important
}

.focus\:ring-cyan-100\/100:focus{
  --tw-ring-color:rgb(207 250 254 / 1) !important
}

.focus\:ring-cyan-100\/15:focus{
  --tw-ring-color:rgb(207 250 254 / 0.15) !important
}

.focus\:ring-cyan-100\/20:focus{
  --tw-ring-color:rgb(207 250 254 / 0.2) !important
}

.focus\:ring-cyan-100\/25:focus{
  --tw-ring-color:rgb(207 250 254 / 0.25) !important
}

.focus\:ring-cyan-100\/30:focus{
  --tw-ring-color:rgb(207 250 254 / 0.3) !important
}

.focus\:ring-cyan-100\/35:focus{
  --tw-ring-color:rgb(207 250 254 / 0.35) !important
}

.focus\:ring-cyan-100\/40:focus{
  --tw-ring-color:rgb(207 250 254 / 0.4) !important
}

.focus\:ring-cyan-100\/45:focus{
  --tw-ring-color:rgb(207 250 254 / 0.45) !important
}

.focus\:ring-cyan-100\/5:focus{
  --tw-ring-color:rgb(207 250 254 / 0.05) !important
}

.focus\:ring-cyan-100\/50:focus{
  --tw-ring-color:rgb(207 250 254 / 0.5) !important
}

.focus\:ring-cyan-100\/55:focus{
  --tw-ring-color:rgb(207 250 254 / 0.55) !important
}

.focus\:ring-cyan-100\/60:focus{
  --tw-ring-color:rgb(207 250 254 / 0.6) !important
}

.focus\:ring-cyan-100\/65:focus{
  --tw-ring-color:rgb(207 250 254 / 0.65) !important
}

.focus\:ring-cyan-100\/70:focus{
  --tw-ring-color:rgb(207 250 254 / 0.7) !important
}

.focus\:ring-cyan-100\/75:focus{
  --tw-ring-color:rgb(207 250 254 / 0.75) !important
}

.focus\:ring-cyan-100\/80:focus{
  --tw-ring-color:rgb(207 250 254 / 0.8) !important
}

.focus\:ring-cyan-100\/85:focus{
  --tw-ring-color:rgb(207 250 254 / 0.85) !important
}

.focus\:ring-cyan-100\/90:focus{
  --tw-ring-color:rgb(207 250 254 / 0.9) !important
}

.focus\:ring-cyan-100\/95:focus{
  --tw-ring-color:rgb(207 250 254 / 0.95) !important
}

.focus\:ring-cyan-200:focus{
  --tw-ring-opacity:1 !important;
  --tw-ring-color:rgb(165 243 252 / var(--tw-ring-opacity, 1)) !important
}

.focus\:ring-cyan-200\/0:focus{
  --tw-ring-color:rgb(165 243 252 / 0) !important
}

.focus\:ring-cyan-200\/10:focus{
  --tw-ring-color:rgb(165 243 252 / 0.1) !important
}

.focus\:ring-cyan-200\/100:focus{
  --tw-ring-color:rgb(165 243 252 / 1) !important
}

.focus\:ring-cyan-200\/15:focus{
  --tw-ring-color:rgb(165 243 252 / 0.15) !important
}

.focus\:ring-cyan-200\/20:focus{
  --tw-ring-color:rgb(165 243 252 / 0.2) !important
}

.focus\:ring-cyan-200\/25:focus{
  --tw-ring-color:rgb(165 243 252 / 0.25) !important
}

.focus\:ring-cyan-200\/30:focus{
  --tw-ring-color:rgb(165 243 252 / 0.3) !important
}

.focus\:ring-cyan-200\/35:focus{
  --tw-ring-color:rgb(165 243 252 / 0.35) !important
}

.focus\:ring-cyan-200\/40:focus{
  --tw-ring-color:rgb(165 243 252 / 0.4) !important
}

.focus\:ring-cyan-200\/45:focus{
  --tw-ring-color:rgb(165 243 252 / 0.45) !important
}

.focus\:ring-cyan-200\/5:focus{
  --tw-ring-color:rgb(165 243 252 / 0.05) !important
}

.focus\:ring-cyan-200\/50:focus{
  --tw-ring-color:rgb(165 243 252 / 0.5) !important
}

.focus\:ring-cyan-200\/55:focus{
  --tw-ring-color:rgb(165 243 252 / 0.55) !important
}

.focus\:ring-cyan-200\/60:focus{
  --tw-ring-color:rgb(165 243 252 / 0.6) !important
}

.focus\:ring-cyan-200\/65:focus{
  --tw-ring-color:rgb(165 243 252 / 0.65) !important
}

.focus\:ring-cyan-200\/70:focus{
  --tw-ring-color:rgb(165 243 252 / 0.7) !important
}

.focus\:ring-cyan-200\/75:focus{
  --tw-ring-color:rgb(165 243 252 / 0.75) !important
}

.focus\:ring-cyan-200\/80:focus{
  --tw-ring-color:rgb(165 243 252 / 0.8) !important
}

.focus\:ring-cyan-200\/85:focus{
  --tw-ring-color:rgb(165 243 252 / 0.85) !important
}

.focus\:ring-cyan-200\/90:focus{
  --tw-ring-color:rgb(165 243 252 / 0.9) !important
}

.focus\:ring-cyan-200\/95:focus{
  --tw-ring-color:rgb(165 243 252 / 0.95) !important
}

.focus\:ring-cyan-300:focus{
  --tw-ring-opacity:1 !important;
  --tw-ring-color:rgb(68 224 213 / var(--tw-ring-opacity, 1)) !important
}

.focus\:ring-cyan-300\/0:focus{
  --tw-ring-color:rgb(68 224 213 / 0) !important
}

.focus\:ring-cyan-300\/10:focus{
  --tw-ring-color:rgb(68 224 213 / 0.1) !important
}

.focus\:ring-cyan-300\/100:focus{
  --tw-ring-color:rgb(68 224 213 / 1) !important
}

.focus\:ring-cyan-300\/15:focus{
  --tw-ring-color:rgb(68 224 213 / 0.15) !important
}

.focus\:ring-cyan-300\/20:focus{
  --tw-ring-color:rgb(68 224 213 / 0.2) !important
}

.focus\:ring-cyan-300\/25:focus{
  --tw-ring-color:rgb(68 224 213 / 0.25) !important
}

.focus\:ring-cyan-300\/30:focus{
  --tw-ring-color:rgb(68 224 213 / 0.3) !important
}

.focus\:ring-cyan-300\/35:focus{
  --tw-ring-color:rgb(68 224 213 / 0.35) !important
}

.focus\:ring-cyan-300\/40:focus{
  --tw-ring-color:rgb(68 224 213 / 0.4) !important
}

.focus\:ring-cyan-300\/45:focus{
  --tw-ring-color:rgb(68 224 213 / 0.45) !important
}

.focus\:ring-cyan-300\/5:focus{
  --tw-ring-color:rgb(68 224 213 / 0.05) !important
}

.focus\:ring-cyan-300\/50:focus{
  --tw-ring-color:rgb(68 224 213 / 0.5) !important
}

.focus\:ring-cyan-300\/55:focus{
  --tw-ring-color:rgb(68 224 213 / 0.55) !important
}

.focus\:ring-cyan-300\/60:focus{
  --tw-ring-color:rgb(68 224 213 / 0.6) !important
}

.focus\:ring-cyan-300\/65:focus{
  --tw-ring-color:rgb(68 224 213 / 0.65) !important
}

.focus\:ring-cyan-300\/70:focus{
  --tw-ring-color:rgb(68 224 213 / 0.7) !important
}

.focus\:ring-cyan-300\/75:focus{
  --tw-ring-color:rgb(68 224 213 / 0.75) !important
}

.focus\:ring-cyan-300\/80:focus{
  --tw-ring-color:rgb(68 224 213 / 0.8) !important
}

.focus\:ring-cyan-300\/85:focus{
  --tw-ring-color:rgb(68 224 213 / 0.85) !important
}

.focus\:ring-cyan-300\/90:focus{
  --tw-ring-color:rgb(68 224 213 / 0.9) !important
}

.focus\:ring-cyan-300\/95:focus{
  --tw-ring-color:rgb(68 224 213 / 0.95) !important
}

.focus\:ring-cyan-500:focus{
  --tw-ring-opacity:1 !important;
  --tw-ring-color:rgb(6 182 212 / var(--tw-ring-opacity, 1)) !important
}

.focus\:ring-cyan-500\/0:focus{
  --tw-ring-color:rgb(6 182 212 / 0) !important
}

.focus\:ring-cyan-500\/10:focus{
  --tw-ring-color:rgb(6 182 212 / 0.1) !important
}

.focus\:ring-cyan-500\/100:focus{
  --tw-ring-color:rgb(6 182 212 / 1) !important
}

.focus\:ring-cyan-500\/15:focus{
  --tw-ring-color:rgb(6 182 212 / 0.15) !important
}

.focus\:ring-cyan-500\/20:focus{
  --tw-ring-color:rgb(6 182 212 / 0.2) !important
}

.focus\:ring-cyan-500\/25:focus{
  --tw-ring-color:rgb(6 182 212 / 0.25) !important
}

.focus\:ring-cyan-500\/30:focus{
  --tw-ring-color:rgb(6 182 212 / 0.3) !important
}

.focus\:ring-cyan-500\/35:focus{
  --tw-ring-color:rgb(6 182 212 / 0.35) !important
}

.focus\:ring-cyan-500\/40:focus{
  --tw-ring-color:rgb(6 182 212 / 0.4) !important
}

.focus\:ring-cyan-500\/45:focus{
  --tw-ring-color:rgb(6 182 212 / 0.45) !important
}

.focus\:ring-cyan-500\/5:focus{
  --tw-ring-color:rgb(6 182 212 / 0.05) !important
}

.focus\:ring-cyan-500\/50:focus{
  --tw-ring-color:rgb(6 182 212 / 0.5) !important
}

.focus\:ring-cyan-500\/55:focus{
  --tw-ring-color:rgb(6 182 212 / 0.55) !important
}

.focus\:ring-cyan-500\/60:focus{
  --tw-ring-color:rgb(6 182 212 / 0.6) !important
}

.focus\:ring-cyan-500\/65:focus{
  --tw-ring-color:rgb(6 182 212 / 0.65) !important
}

.focus\:ring-cyan-500\/70:focus{
  --tw-ring-color:rgb(6 182 212 / 0.7) !important
}

.focus\:ring-cyan-500\/75:focus{
  --tw-ring-color:rgb(6 182 212 / 0.75) !important
}

.focus\:ring-cyan-500\/80:focus{
  --tw-ring-color:rgb(6 182 212 / 0.8) !important
}

.focus\:ring-cyan-500\/85:focus{
  --tw-ring-color:rgb(6 182 212 / 0.85) !important
}

.focus\:ring-cyan-500\/90:focus{
  --tw-ring-color:rgb(6 182 212 / 0.9) !important
}

.focus\:ring-cyan-500\/95:focus{
  --tw-ring-color:rgb(6 182 212 / 0.95) !important
}

.focus\:ring-cyan-700:focus{
  --tw-ring-opacity:1 !important;
  --tw-ring-color:rgb(14 116 144 / var(--tw-ring-opacity, 1)) !important
}

.focus\:ring-cyan-700\/0:focus{
  --tw-ring-color:rgb(14 116 144 / 0) !important
}

.focus\:ring-cyan-700\/10:focus{
  --tw-ring-color:rgb(14 116 144 / 0.1) !important
}

.focus\:ring-cyan-700\/100:focus{
  --tw-ring-color:rgb(14 116 144 / 1) !important
}

.focus\:ring-cyan-700\/15:focus{
  --tw-ring-color:rgb(14 116 144 / 0.15) !important
}

.focus\:ring-cyan-700\/20:focus{
  --tw-ring-color:rgb(14 116 144 / 0.2) !important
}

.focus\:ring-cyan-700\/25:focus{
  --tw-ring-color:rgb(14 116 144 / 0.25) !important
}

.focus\:ring-cyan-700\/30:focus{
  --tw-ring-color:rgb(14 116 144 / 0.3) !important
}

.focus\:ring-cyan-700\/35:focus{
  --tw-ring-color:rgb(14 116 144 / 0.35) !important
}

.focus\:ring-cyan-700\/40:focus{
  --tw-ring-color:rgb(14 116 144 / 0.4) !important
}

.focus\:ring-cyan-700\/45:focus{
  --tw-ring-color:rgb(14 116 144 / 0.45) !important
}

.focus\:ring-cyan-700\/5:focus{
  --tw-ring-color:rgb(14 116 144 / 0.05) !important
}

.focus\:ring-cyan-700\/50:focus{
  --tw-ring-color:rgb(14 116 144 / 0.5) !important
}

.focus\:ring-cyan-700\/55:focus{
  --tw-ring-color:rgb(14 116 144 / 0.55) !important
}

.focus\:ring-cyan-700\/60:focus{
  --tw-ring-color:rgb(14 116 144 / 0.6) !important
}

.focus\:ring-cyan-700\/65:focus{
  --tw-ring-color:rgb(14 116 144 / 0.65) !important
}

.focus\:ring-cyan-700\/70:focus{
  --tw-ring-color:rgb(14 116 144 / 0.7) !important
}

.focus\:ring-cyan-700\/75:focus{
  --tw-ring-color:rgb(14 116 144 / 0.75) !important
}

.focus\:ring-cyan-700\/80:focus{
  --tw-ring-color:rgb(14 116 144 / 0.8) !important
}

.focus\:ring-cyan-700\/85:focus{
  --tw-ring-color:rgb(14 116 144 / 0.85) !important
}

.focus\:ring-cyan-700\/90:focus{
  --tw-ring-color:rgb(14 116 144 / 0.9) !important
}

.focus\:ring-cyan-700\/95:focus{
  --tw-ring-color:rgb(14 116 144 / 0.95) !important
}

.focus\:ring-cyan-900:focus{
  --tw-ring-opacity:1 !important;
  --tw-ring-color:rgb(0 149 138 / var(--tw-ring-opacity, 1)) !important
}

.focus\:ring-cyan-900\/0:focus{
  --tw-ring-color:rgb(0 149 138 / 0) !important
}

.focus\:ring-cyan-900\/10:focus{
  --tw-ring-color:rgb(0 149 138 / 0.1) !important
}

.focus\:ring-cyan-900\/100:focus{
  --tw-ring-color:rgb(0 149 138 / 1) !important
}

.focus\:ring-cyan-900\/15:focus{
  --tw-ring-color:rgb(0 149 138 / 0.15) !important
}

.focus\:ring-cyan-900\/20:focus{
  --tw-ring-color:rgb(0 149 138 / 0.2) !important
}

.focus\:ring-cyan-900\/25:focus{
  --tw-ring-color:rgb(0 149 138 / 0.25) !important
}

.focus\:ring-cyan-900\/30:focus{
  --tw-ring-color:rgb(0 149 138 / 0.3) !important
}

.focus\:ring-cyan-900\/35:focus{
  --tw-ring-color:rgb(0 149 138 / 0.35) !important
}

.focus\:ring-cyan-900\/40:focus{
  --tw-ring-color:rgb(0 149 138 / 0.4) !important
}

.focus\:ring-cyan-900\/45:focus{
  --tw-ring-color:rgb(0 149 138 / 0.45) !important
}

.focus\:ring-cyan-900\/5:focus{
  --tw-ring-color:rgb(0 149 138 / 0.05) !important
}

.focus\:ring-cyan-900\/50:focus{
  --tw-ring-color:rgb(0 149 138 / 0.5) !important
}

.focus\:ring-cyan-900\/55:focus{
  --tw-ring-color:rgb(0 149 138 / 0.55) !important
}

.focus\:ring-cyan-900\/60:focus{
  --tw-ring-color:rgb(0 149 138 / 0.6) !important
}

.focus\:ring-cyan-900\/65:focus{
  --tw-ring-color:rgb(0 149 138 / 0.65) !important
}

.focus\:ring-cyan-900\/70:focus{
  --tw-ring-color:rgb(0 149 138 / 0.7) !important
}

.focus\:ring-cyan-900\/75:focus{
  --tw-ring-color:rgb(0 149 138 / 0.75) !important
}

.focus\:ring-cyan-900\/80:focus{
  --tw-ring-color:rgb(0 149 138 / 0.8) !important
}

.focus\:ring-cyan-900\/85:focus{
  --tw-ring-color:rgb(0 149 138 / 0.85) !important
}

.focus\:ring-cyan-900\/90:focus{
  --tw-ring-color:rgb(0 149 138 / 0.9) !important
}

.focus\:ring-cyan-900\/95:focus{
  --tw-ring-color:rgb(0 149 138 / 0.95) !important
}

.focus\:ring-gray-100:focus{
  --tw-ring-opacity:1 !important;
  --tw-ring-color:rgb(241 245 249 / var(--tw-ring-opacity, 1)) !important
}

.focus\:ring-gray-100\/0:focus{
  --tw-ring-color:rgb(241 245 249 / 0) !important
}

.focus\:ring-gray-100\/10:focus{
  --tw-ring-color:rgb(241 245 249 / 0.1) !important
}

.focus\:ring-gray-100\/100:focus{
  --tw-ring-color:rgb(241 245 249 / 1) !important
}

.focus\:ring-gray-100\/15:focus{
  --tw-ring-color:rgb(241 245 249 / 0.15) !important
}

.focus\:ring-gray-100\/20:focus{
  --tw-ring-color:rgb(241 245 249 / 0.2) !important
}

.focus\:ring-gray-100\/25:focus{
  --tw-ring-color:rgb(241 245 249 / 0.25) !important
}

.focus\:ring-gray-100\/30:focus{
  --tw-ring-color:rgb(241 245 249 / 0.3) !important
}

.focus\:ring-gray-100\/35:focus{
  --tw-ring-color:rgb(241 245 249 / 0.35) !important
}

.focus\:ring-gray-100\/40:focus{
  --tw-ring-color:rgb(241 245 249 / 0.4) !important
}

.focus\:ring-gray-100\/45:focus{
  --tw-ring-color:rgb(241 245 249 / 0.45) !important
}

.focus\:ring-gray-100\/5:focus{
  --tw-ring-color:rgb(241 245 249 / 0.05) !important
}

.focus\:ring-gray-100\/50:focus{
  --tw-ring-color:rgb(241 245 249 / 0.5) !important
}

.focus\:ring-gray-100\/55:focus{
  --tw-ring-color:rgb(241 245 249 / 0.55) !important
}

.focus\:ring-gray-100\/60:focus{
  --tw-ring-color:rgb(241 245 249 / 0.6) !important
}

.focus\:ring-gray-100\/65:focus{
  --tw-ring-color:rgb(241 245 249 / 0.65) !important
}

.focus\:ring-gray-100\/70:focus{
  --tw-ring-color:rgb(241 245 249 / 0.7) !important
}

.focus\:ring-gray-100\/75:focus{
  --tw-ring-color:rgb(241 245 249 / 0.75) !important
}

.focus\:ring-gray-100\/80:focus{
  --tw-ring-color:rgb(241 245 249 / 0.8) !important
}

.focus\:ring-gray-100\/85:focus{
  --tw-ring-color:rgb(241 245 249 / 0.85) !important
}

.focus\:ring-gray-100\/90:focus{
  --tw-ring-color:rgb(241 245 249 / 0.9) !important
}

.focus\:ring-gray-100\/95:focus{
  --tw-ring-color:rgb(241 245 249 / 0.95) !important
}

.focus\:ring-gray-200:focus{
  --tw-ring-opacity:1 !important;
  --tw-ring-color:rgb(217 228 236 / var(--tw-ring-opacity, 1)) !important
}

.focus\:ring-gray-200\/0:focus{
  --tw-ring-color:rgb(217 228 236 / 0) !important
}

.focus\:ring-gray-200\/10:focus{
  --tw-ring-color:rgb(217 228 236 / 0.1) !important
}

.focus\:ring-gray-200\/100:focus{
  --tw-ring-color:rgb(217 228 236 / 1) !important
}

.focus\:ring-gray-200\/15:focus{
  --tw-ring-color:rgb(217 228 236 / 0.15) !important
}

.focus\:ring-gray-200\/20:focus{
  --tw-ring-color:rgb(217 228 236 / 0.2) !important
}

.focus\:ring-gray-200\/25:focus{
  --tw-ring-color:rgb(217 228 236 / 0.25) !important
}

.focus\:ring-gray-200\/30:focus{
  --tw-ring-color:rgb(217 228 236 / 0.3) !important
}

.focus\:ring-gray-200\/35:focus{
  --tw-ring-color:rgb(217 228 236 / 0.35) !important
}

.focus\:ring-gray-200\/40:focus{
  --tw-ring-color:rgb(217 228 236 / 0.4) !important
}

.focus\:ring-gray-200\/45:focus{
  --tw-ring-color:rgb(217 228 236 / 0.45) !important
}

.focus\:ring-gray-200\/5:focus{
  --tw-ring-color:rgb(217 228 236 / 0.05) !important
}

.focus\:ring-gray-200\/50:focus{
  --tw-ring-color:rgb(217 228 236 / 0.5) !important
}

.focus\:ring-gray-200\/55:focus{
  --tw-ring-color:rgb(217 228 236 / 0.55) !important
}

.focus\:ring-gray-200\/60:focus{
  --tw-ring-color:rgb(217 228 236 / 0.6) !important
}

.focus\:ring-gray-200\/65:focus{
  --tw-ring-color:rgb(217 228 236 / 0.65) !important
}

.focus\:ring-gray-200\/70:focus{
  --tw-ring-color:rgb(217 228 236 / 0.7) !important
}

.focus\:ring-gray-200\/75:focus{
  --tw-ring-color:rgb(217 228 236 / 0.75) !important
}

.focus\:ring-gray-200\/80:focus{
  --tw-ring-color:rgb(217 228 236 / 0.8) !important
}

.focus\:ring-gray-200\/85:focus{
  --tw-ring-color:rgb(217 228 236 / 0.85) !important
}

.focus\:ring-gray-200\/90:focus{
  --tw-ring-color:rgb(217 228 236 / 0.9) !important
}

.focus\:ring-gray-200\/95:focus{
  --tw-ring-color:rgb(217 228 236 / 0.95) !important
}

.focus\:ring-gray-300:focus{
  --tw-ring-opacity:1 !important;
  --tw-ring-color:rgb(203 213 225 / var(--tw-ring-opacity, 1)) !important
}

.focus\:ring-gray-300\/0:focus{
  --tw-ring-color:rgb(203 213 225 / 0) !important
}

.focus\:ring-gray-300\/10:focus{
  --tw-ring-color:rgb(203 213 225 / 0.1) !important
}

.focus\:ring-gray-300\/100:focus{
  --tw-ring-color:rgb(203 213 225 / 1) !important
}

.focus\:ring-gray-300\/15:focus{
  --tw-ring-color:rgb(203 213 225 / 0.15) !important
}

.focus\:ring-gray-300\/20:focus{
  --tw-ring-color:rgb(203 213 225 / 0.2) !important
}

.focus\:ring-gray-300\/25:focus{
  --tw-ring-color:rgb(203 213 225 / 0.25) !important
}

.focus\:ring-gray-300\/30:focus{
  --tw-ring-color:rgb(203 213 225 / 0.3) !important
}

.focus\:ring-gray-300\/35:focus{
  --tw-ring-color:rgb(203 213 225 / 0.35) !important
}

.focus\:ring-gray-300\/40:focus{
  --tw-ring-color:rgb(203 213 225 / 0.4) !important
}

.focus\:ring-gray-300\/45:focus{
  --tw-ring-color:rgb(203 213 225 / 0.45) !important
}

.focus\:ring-gray-300\/5:focus{
  --tw-ring-color:rgb(203 213 225 / 0.05) !important
}

.focus\:ring-gray-300\/50:focus{
  --tw-ring-color:rgb(203 213 225 / 0.5) !important
}

.focus\:ring-gray-300\/55:focus{
  --tw-ring-color:rgb(203 213 225 / 0.55) !important
}

.focus\:ring-gray-300\/60:focus{
  --tw-ring-color:rgb(203 213 225 / 0.6) !important
}

.focus\:ring-gray-300\/65:focus{
  --tw-ring-color:rgb(203 213 225 / 0.65) !important
}

.focus\:ring-gray-300\/70:focus{
  --tw-ring-color:rgb(203 213 225 / 0.7) !important
}

.focus\:ring-gray-300\/75:focus{
  --tw-ring-color:rgb(203 213 225 / 0.75) !important
}

.focus\:ring-gray-300\/80:focus{
  --tw-ring-color:rgb(203 213 225 / 0.8) !important
}

.focus\:ring-gray-300\/85:focus{
  --tw-ring-color:rgb(203 213 225 / 0.85) !important
}

.focus\:ring-gray-300\/90:focus{
  --tw-ring-color:rgb(203 213 225 / 0.9) !important
}

.focus\:ring-gray-300\/95:focus{
  --tw-ring-color:rgb(203 213 225 / 0.95) !important
}

.focus\:ring-gray-500:focus{
  --tw-ring-opacity:1 !important;
  --tw-ring-color:rgb(100 116 139 / var(--tw-ring-opacity, 1)) !important
}

.focus\:ring-gray-500\/0:focus{
  --tw-ring-color:rgb(100 116 139 / 0) !important
}

.focus\:ring-gray-500\/10:focus{
  --tw-ring-color:rgb(100 116 139 / 0.1) !important
}

.focus\:ring-gray-500\/100:focus{
  --tw-ring-color:rgb(100 116 139 / 1) !important
}

.focus\:ring-gray-500\/15:focus{
  --tw-ring-color:rgb(100 116 139 / 0.15) !important
}

.focus\:ring-gray-500\/20:focus{
  --tw-ring-color:rgb(100 116 139 / 0.2) !important
}

.focus\:ring-gray-500\/25:focus{
  --tw-ring-color:rgb(100 116 139 / 0.25) !important
}

.focus\:ring-gray-500\/30:focus{
  --tw-ring-color:rgb(100 116 139 / 0.3) !important
}

.focus\:ring-gray-500\/35:focus{
  --tw-ring-color:rgb(100 116 139 / 0.35) !important
}

.focus\:ring-gray-500\/40:focus{
  --tw-ring-color:rgb(100 116 139 / 0.4) !important
}

.focus\:ring-gray-500\/45:focus{
  --tw-ring-color:rgb(100 116 139 / 0.45) !important
}

.focus\:ring-gray-500\/5:focus{
  --tw-ring-color:rgb(100 116 139 / 0.05) !important
}

.focus\:ring-gray-500\/50:focus{
  --tw-ring-color:rgb(100 116 139 / 0.5) !important
}

.focus\:ring-gray-500\/55:focus{
  --tw-ring-color:rgb(100 116 139 / 0.55) !important
}

.focus\:ring-gray-500\/60:focus{
  --tw-ring-color:rgb(100 116 139 / 0.6) !important
}

.focus\:ring-gray-500\/65:focus{
  --tw-ring-color:rgb(100 116 139 / 0.65) !important
}

.focus\:ring-gray-500\/70:focus{
  --tw-ring-color:rgb(100 116 139 / 0.7) !important
}

.focus\:ring-gray-500\/75:focus{
  --tw-ring-color:rgb(100 116 139 / 0.75) !important
}

.focus\:ring-gray-500\/80:focus{
  --tw-ring-color:rgb(100 116 139 / 0.8) !important
}

.focus\:ring-gray-500\/85:focus{
  --tw-ring-color:rgb(100 116 139 / 0.85) !important
}

.focus\:ring-gray-500\/90:focus{
  --tw-ring-color:rgb(100 116 139 / 0.9) !important
}

.focus\:ring-gray-500\/95:focus{
  --tw-ring-color:rgb(100 116 139 / 0.95) !important
}

.focus\:ring-gray-700:focus{
  --tw-ring-opacity:1 !important;
  --tw-ring-color:rgb(51 65 85 / var(--tw-ring-opacity, 1)) !important
}

.focus\:ring-gray-700\/0:focus{
  --tw-ring-color:rgb(51 65 85 / 0) !important
}

.focus\:ring-gray-700\/10:focus{
  --tw-ring-color:rgb(51 65 85 / 0.1) !important
}

.focus\:ring-gray-700\/100:focus{
  --tw-ring-color:rgb(51 65 85 / 1) !important
}

.focus\:ring-gray-700\/15:focus{
  --tw-ring-color:rgb(51 65 85 / 0.15) !important
}

.focus\:ring-gray-700\/20:focus{
  --tw-ring-color:rgb(51 65 85 / 0.2) !important
}

.focus\:ring-gray-700\/25:focus{
  --tw-ring-color:rgb(51 65 85 / 0.25) !important
}

.focus\:ring-gray-700\/30:focus{
  --tw-ring-color:rgb(51 65 85 / 0.3) !important
}

.focus\:ring-gray-700\/35:focus{
  --tw-ring-color:rgb(51 65 85 / 0.35) !important
}

.focus\:ring-gray-700\/40:focus{
  --tw-ring-color:rgb(51 65 85 / 0.4) !important
}

.focus\:ring-gray-700\/45:focus{
  --tw-ring-color:rgb(51 65 85 / 0.45) !important
}

.focus\:ring-gray-700\/5:focus{
  --tw-ring-color:rgb(51 65 85 / 0.05) !important
}

.focus\:ring-gray-700\/50:focus{
  --tw-ring-color:rgb(51 65 85 / 0.5) !important
}

.focus\:ring-gray-700\/55:focus{
  --tw-ring-color:rgb(51 65 85 / 0.55) !important
}

.focus\:ring-gray-700\/60:focus{
  --tw-ring-color:rgb(51 65 85 / 0.6) !important
}

.focus\:ring-gray-700\/65:focus{
  --tw-ring-color:rgb(51 65 85 / 0.65) !important
}

.focus\:ring-gray-700\/70:focus{
  --tw-ring-color:rgb(51 65 85 / 0.7) !important
}

.focus\:ring-gray-700\/75:focus{
  --tw-ring-color:rgb(51 65 85 / 0.75) !important
}

.focus\:ring-gray-700\/80:focus{
  --tw-ring-color:rgb(51 65 85 / 0.8) !important
}

.focus\:ring-gray-700\/85:focus{
  --tw-ring-color:rgb(51 65 85 / 0.85) !important
}

.focus\:ring-gray-700\/90:focus{
  --tw-ring-color:rgb(51 65 85 / 0.9) !important
}

.focus\:ring-gray-700\/95:focus{
  --tw-ring-color:rgb(51 65 85 / 0.95) !important
}

.focus\:ring-gray-900:focus{
  --tw-ring-opacity:1 !important;
  --tw-ring-color:rgb(23 46 68 / var(--tw-ring-opacity, 1)) !important
}

.focus\:ring-gray-900\/0:focus{
  --tw-ring-color:rgb(23 46 68 / 0) !important
}

.focus\:ring-gray-900\/10:focus{
  --tw-ring-color:rgb(23 46 68 / 0.1) !important
}

.focus\:ring-gray-900\/100:focus{
  --tw-ring-color:rgb(23 46 68 / 1) !important
}

.focus\:ring-gray-900\/15:focus{
  --tw-ring-color:rgb(23 46 68 / 0.15) !important
}

.focus\:ring-gray-900\/20:focus{
  --tw-ring-color:rgb(23 46 68 / 0.2) !important
}

.focus\:ring-gray-900\/25:focus{
  --tw-ring-color:rgb(23 46 68 / 0.25) !important
}

.focus\:ring-gray-900\/30:focus{
  --tw-ring-color:rgb(23 46 68 / 0.3) !important
}

.focus\:ring-gray-900\/35:focus{
  --tw-ring-color:rgb(23 46 68 / 0.35) !important
}

.focus\:ring-gray-900\/40:focus{
  --tw-ring-color:rgb(23 46 68 / 0.4) !important
}

.focus\:ring-gray-900\/45:focus{
  --tw-ring-color:rgb(23 46 68 / 0.45) !important
}

.focus\:ring-gray-900\/5:focus{
  --tw-ring-color:rgb(23 46 68 / 0.05) !important
}

.focus\:ring-gray-900\/50:focus{
  --tw-ring-color:rgb(23 46 68 / 0.5) !important
}

.focus\:ring-gray-900\/55:focus{
  --tw-ring-color:rgb(23 46 68 / 0.55) !important
}

.focus\:ring-gray-900\/60:focus{
  --tw-ring-color:rgb(23 46 68 / 0.6) !important
}

.focus\:ring-gray-900\/65:focus{
  --tw-ring-color:rgb(23 46 68 / 0.65) !important
}

.focus\:ring-gray-900\/70:focus{
  --tw-ring-color:rgb(23 46 68 / 0.7) !important
}

.focus\:ring-gray-900\/75:focus{
  --tw-ring-color:rgb(23 46 68 / 0.75) !important
}

.focus\:ring-gray-900\/80:focus{
  --tw-ring-color:rgb(23 46 68 / 0.8) !important
}

.focus\:ring-gray-900\/85:focus{
  --tw-ring-color:rgb(23 46 68 / 0.85) !important
}

.focus\:ring-gray-900\/90:focus{
  --tw-ring-color:rgb(23 46 68 / 0.9) !important
}

.focus\:ring-gray-900\/95:focus{
  --tw-ring-color:rgb(23 46 68 / 0.95) !important
}

.focus\:ring-green-100:focus{
  --tw-ring-opacity:1 !important;
  --tw-ring-color:rgb(209 250 229 / var(--tw-ring-opacity, 1)) !important
}

.focus\:ring-green-100\/0:focus{
  --tw-ring-color:rgb(209 250 229 / 0) !important
}

.focus\:ring-green-100\/10:focus{
  --tw-ring-color:rgb(209 250 229 / 0.1) !important
}

.focus\:ring-green-100\/100:focus{
  --tw-ring-color:rgb(209 250 229 / 1) !important
}

.focus\:ring-green-100\/15:focus{
  --tw-ring-color:rgb(209 250 229 / 0.15) !important
}

.focus\:ring-green-100\/20:focus{
  --tw-ring-color:rgb(209 250 229 / 0.2) !important
}

.focus\:ring-green-100\/25:focus{
  --tw-ring-color:rgb(209 250 229 / 0.25) !important
}

.focus\:ring-green-100\/30:focus{
  --tw-ring-color:rgb(209 250 229 / 0.3) !important
}

.focus\:ring-green-100\/35:focus{
  --tw-ring-color:rgb(209 250 229 / 0.35) !important
}

.focus\:ring-green-100\/40:focus{
  --tw-ring-color:rgb(209 250 229 / 0.4) !important
}

.focus\:ring-green-100\/45:focus{
  --tw-ring-color:rgb(209 250 229 / 0.45) !important
}

.focus\:ring-green-100\/5:focus{
  --tw-ring-color:rgb(209 250 229 / 0.05) !important
}

.focus\:ring-green-100\/50:focus{
  --tw-ring-color:rgb(209 250 229 / 0.5) !important
}

.focus\:ring-green-100\/55:focus{
  --tw-ring-color:rgb(209 250 229 / 0.55) !important
}

.focus\:ring-green-100\/60:focus{
  --tw-ring-color:rgb(209 250 229 / 0.6) !important
}

.focus\:ring-green-100\/65:focus{
  --tw-ring-color:rgb(209 250 229 / 0.65) !important
}

.focus\:ring-green-100\/70:focus{
  --tw-ring-color:rgb(209 250 229 / 0.7) !important
}

.focus\:ring-green-100\/75:focus{
  --tw-ring-color:rgb(209 250 229 / 0.75) !important
}

.focus\:ring-green-100\/80:focus{
  --tw-ring-color:rgb(209 250 229 / 0.8) !important
}

.focus\:ring-green-100\/85:focus{
  --tw-ring-color:rgb(209 250 229 / 0.85) !important
}

.focus\:ring-green-100\/90:focus{
  --tw-ring-color:rgb(209 250 229 / 0.9) !important
}

.focus\:ring-green-100\/95:focus{
  --tw-ring-color:rgb(209 250 229 / 0.95) !important
}

.focus\:ring-green-200:focus{
  --tw-ring-opacity:1 !important;
  --tw-ring-color:rgb(167 243 208 / var(--tw-ring-opacity, 1)) !important
}

.focus\:ring-green-200\/0:focus{
  --tw-ring-color:rgb(167 243 208 / 0) !important
}

.focus\:ring-green-200\/10:focus{
  --tw-ring-color:rgb(167 243 208 / 0.1) !important
}

.focus\:ring-green-200\/100:focus{
  --tw-ring-color:rgb(167 243 208 / 1) !important
}

.focus\:ring-green-200\/15:focus{
  --tw-ring-color:rgb(167 243 208 / 0.15) !important
}

.focus\:ring-green-200\/20:focus{
  --tw-ring-color:rgb(167 243 208 / 0.2) !important
}

.focus\:ring-green-200\/25:focus{
  --tw-ring-color:rgb(167 243 208 / 0.25) !important
}

.focus\:ring-green-200\/30:focus{
  --tw-ring-color:rgb(167 243 208 / 0.3) !important
}

.focus\:ring-green-200\/35:focus{
  --tw-ring-color:rgb(167 243 208 / 0.35) !important
}

.focus\:ring-green-200\/40:focus{
  --tw-ring-color:rgb(167 243 208 / 0.4) !important
}

.focus\:ring-green-200\/45:focus{
  --tw-ring-color:rgb(167 243 208 / 0.45) !important
}

.focus\:ring-green-200\/5:focus{
  --tw-ring-color:rgb(167 243 208 / 0.05) !important
}

.focus\:ring-green-200\/50:focus{
  --tw-ring-color:rgb(167 243 208 / 0.5) !important
}

.focus\:ring-green-200\/55:focus{
  --tw-ring-color:rgb(167 243 208 / 0.55) !important
}

.focus\:ring-green-200\/60:focus{
  --tw-ring-color:rgb(167 243 208 / 0.6) !important
}

.focus\:ring-green-200\/65:focus{
  --tw-ring-color:rgb(167 243 208 / 0.65) !important
}

.focus\:ring-green-200\/70:focus{
  --tw-ring-color:rgb(167 243 208 / 0.7) !important
}

.focus\:ring-green-200\/75:focus{
  --tw-ring-color:rgb(167 243 208 / 0.75) !important
}

.focus\:ring-green-200\/80:focus{
  --tw-ring-color:rgb(167 243 208 / 0.8) !important
}

.focus\:ring-green-200\/85:focus{
  --tw-ring-color:rgb(167 243 208 / 0.85) !important
}

.focus\:ring-green-200\/90:focus{
  --tw-ring-color:rgb(167 243 208 / 0.9) !important
}

.focus\:ring-green-200\/95:focus{
  --tw-ring-color:rgb(167 243 208 / 0.95) !important
}

.focus\:ring-green-300:focus{
  --tw-ring-opacity:1 !important;
  --tw-ring-color:rgb(110 231 183 / var(--tw-ring-opacity, 1)) !important
}

.focus\:ring-green-300\/0:focus{
  --tw-ring-color:rgb(110 231 183 / 0) !important
}

.focus\:ring-green-300\/10:focus{
  --tw-ring-color:rgb(110 231 183 / 0.1) !important
}

.focus\:ring-green-300\/100:focus{
  --tw-ring-color:rgb(110 231 183 / 1) !important
}

.focus\:ring-green-300\/15:focus{
  --tw-ring-color:rgb(110 231 183 / 0.15) !important
}

.focus\:ring-green-300\/20:focus{
  --tw-ring-color:rgb(110 231 183 / 0.2) !important
}

.focus\:ring-green-300\/25:focus{
  --tw-ring-color:rgb(110 231 183 / 0.25) !important
}

.focus\:ring-green-300\/30:focus{
  --tw-ring-color:rgb(110 231 183 / 0.3) !important
}

.focus\:ring-green-300\/35:focus{
  --tw-ring-color:rgb(110 231 183 / 0.35) !important
}

.focus\:ring-green-300\/40:focus{
  --tw-ring-color:rgb(110 231 183 / 0.4) !important
}

.focus\:ring-green-300\/45:focus{
  --tw-ring-color:rgb(110 231 183 / 0.45) !important
}

.focus\:ring-green-300\/5:focus{
  --tw-ring-color:rgb(110 231 183 / 0.05) !important
}

.focus\:ring-green-300\/50:focus{
  --tw-ring-color:rgb(110 231 183 / 0.5) !important
}

.focus\:ring-green-300\/55:focus{
  --tw-ring-color:rgb(110 231 183 / 0.55) !important
}

.focus\:ring-green-300\/60:focus{
  --tw-ring-color:rgb(110 231 183 / 0.6) !important
}

.focus\:ring-green-300\/65:focus{
  --tw-ring-color:rgb(110 231 183 / 0.65) !important
}

.focus\:ring-green-300\/70:focus{
  --tw-ring-color:rgb(110 231 183 / 0.7) !important
}

.focus\:ring-green-300\/75:focus{
  --tw-ring-color:rgb(110 231 183 / 0.75) !important
}

.focus\:ring-green-300\/80:focus{
  --tw-ring-color:rgb(110 231 183 / 0.8) !important
}

.focus\:ring-green-300\/85:focus{
  --tw-ring-color:rgb(110 231 183 / 0.85) !important
}

.focus\:ring-green-300\/90:focus{
  --tw-ring-color:rgb(110 231 183 / 0.9) !important
}

.focus\:ring-green-300\/95:focus{
  --tw-ring-color:rgb(110 231 183 / 0.95) !important
}

.focus\:ring-green-400:focus{
  --tw-ring-opacity:1 !important;
  --tw-ring-color:rgb(52 211 153 / var(--tw-ring-opacity, 1)) !important
}

.focus\:ring-green-500:focus{
  --tw-ring-opacity:1 !important;
  --tw-ring-color:rgb(16 185 129 / var(--tw-ring-opacity, 1)) !important
}

.focus\:ring-green-500\/0:focus{
  --tw-ring-color:rgb(16 185 129 / 0) !important
}

.focus\:ring-green-500\/10:focus{
  --tw-ring-color:rgb(16 185 129 / 0.1) !important
}

.focus\:ring-green-500\/100:focus{
  --tw-ring-color:rgb(16 185 129 / 1) !important
}

.focus\:ring-green-500\/15:focus{
  --tw-ring-color:rgb(16 185 129 / 0.15) !important
}

.focus\:ring-green-500\/20:focus{
  --tw-ring-color:rgb(16 185 129 / 0.2) !important
}

.focus\:ring-green-500\/25:focus{
  --tw-ring-color:rgb(16 185 129 / 0.25) !important
}

.focus\:ring-green-500\/30:focus{
  --tw-ring-color:rgb(16 185 129 / 0.3) !important
}

.focus\:ring-green-500\/35:focus{
  --tw-ring-color:rgb(16 185 129 / 0.35) !important
}

.focus\:ring-green-500\/40:focus{
  --tw-ring-color:rgb(16 185 129 / 0.4) !important
}

.focus\:ring-green-500\/45:focus{
  --tw-ring-color:rgb(16 185 129 / 0.45) !important
}

.focus\:ring-green-500\/5:focus{
  --tw-ring-color:rgb(16 185 129 / 0.05) !important
}

.focus\:ring-green-500\/50:focus{
  --tw-ring-color:rgb(16 185 129 / 0.5) !important
}

.focus\:ring-green-500\/55:focus{
  --tw-ring-color:rgb(16 185 129 / 0.55) !important
}

.focus\:ring-green-500\/60:focus{
  --tw-ring-color:rgb(16 185 129 / 0.6) !important
}

.focus\:ring-green-500\/65:focus{
  --tw-ring-color:rgb(16 185 129 / 0.65) !important
}

.focus\:ring-green-500\/70:focus{
  --tw-ring-color:rgb(16 185 129 / 0.7) !important
}

.focus\:ring-green-500\/75:focus{
  --tw-ring-color:rgb(16 185 129 / 0.75) !important
}

.focus\:ring-green-500\/80:focus{
  --tw-ring-color:rgb(16 185 129 / 0.8) !important
}

.focus\:ring-green-500\/85:focus{
  --tw-ring-color:rgb(16 185 129 / 0.85) !important
}

.focus\:ring-green-500\/90:focus{
  --tw-ring-color:rgb(16 185 129 / 0.9) !important
}

.focus\:ring-green-500\/95:focus{
  --tw-ring-color:rgb(16 185 129 / 0.95) !important
}

.focus\:ring-green-700:focus{
  --tw-ring-opacity:1 !important;
  --tw-ring-color:rgb(4 120 87 / var(--tw-ring-opacity, 1)) !important
}

.focus\:ring-green-700\/0:focus{
  --tw-ring-color:rgb(4 120 87 / 0) !important
}

.focus\:ring-green-700\/10:focus{
  --tw-ring-color:rgb(4 120 87 / 0.1) !important
}

.focus\:ring-green-700\/100:focus{
  --tw-ring-color:rgb(4 120 87 / 1) !important
}

.focus\:ring-green-700\/15:focus{
  --tw-ring-color:rgb(4 120 87 / 0.15) !important
}

.focus\:ring-green-700\/20:focus{
  --tw-ring-color:rgb(4 120 87 / 0.2) !important
}

.focus\:ring-green-700\/25:focus{
  --tw-ring-color:rgb(4 120 87 / 0.25) !important
}

.focus\:ring-green-700\/30:focus{
  --tw-ring-color:rgb(4 120 87 / 0.3) !important
}

.focus\:ring-green-700\/35:focus{
  --tw-ring-color:rgb(4 120 87 / 0.35) !important
}

.focus\:ring-green-700\/40:focus{
  --tw-ring-color:rgb(4 120 87 / 0.4) !important
}

.focus\:ring-green-700\/45:focus{
  --tw-ring-color:rgb(4 120 87 / 0.45) !important
}

.focus\:ring-green-700\/5:focus{
  --tw-ring-color:rgb(4 120 87 / 0.05) !important
}

.focus\:ring-green-700\/50:focus{
  --tw-ring-color:rgb(4 120 87 / 0.5) !important
}

.focus\:ring-green-700\/55:focus{
  --tw-ring-color:rgb(4 120 87 / 0.55) !important
}

.focus\:ring-green-700\/60:focus{
  --tw-ring-color:rgb(4 120 87 / 0.6) !important
}

.focus\:ring-green-700\/65:focus{
  --tw-ring-color:rgb(4 120 87 / 0.65) !important
}

.focus\:ring-green-700\/70:focus{
  --tw-ring-color:rgb(4 120 87 / 0.7) !important
}

.focus\:ring-green-700\/75:focus{
  --tw-ring-color:rgb(4 120 87 / 0.75) !important
}

.focus\:ring-green-700\/80:focus{
  --tw-ring-color:rgb(4 120 87 / 0.8) !important
}

.focus\:ring-green-700\/85:focus{
  --tw-ring-color:rgb(4 120 87 / 0.85) !important
}

.focus\:ring-green-700\/90:focus{
  --tw-ring-color:rgb(4 120 87 / 0.9) !important
}

.focus\:ring-green-700\/95:focus{
  --tw-ring-color:rgb(4 120 87 / 0.95) !important
}

.focus\:ring-green-900:focus{
  --tw-ring-opacity:1 !important;
  --tw-ring-color:rgb(6 78 59 / var(--tw-ring-opacity, 1)) !important
}

.focus\:ring-green-900\/0:focus{
  --tw-ring-color:rgb(6 78 59 / 0) !important
}

.focus\:ring-green-900\/10:focus{
  --tw-ring-color:rgb(6 78 59 / 0.1) !important
}

.focus\:ring-green-900\/100:focus{
  --tw-ring-color:rgb(6 78 59 / 1) !important
}

.focus\:ring-green-900\/15:focus{
  --tw-ring-color:rgb(6 78 59 / 0.15) !important
}

.focus\:ring-green-900\/20:focus{
  --tw-ring-color:rgb(6 78 59 / 0.2) !important
}

.focus\:ring-green-900\/25:focus{
  --tw-ring-color:rgb(6 78 59 / 0.25) !important
}

.focus\:ring-green-900\/30:focus{
  --tw-ring-color:rgb(6 78 59 / 0.3) !important
}

.focus\:ring-green-900\/35:focus{
  --tw-ring-color:rgb(6 78 59 / 0.35) !important
}

.focus\:ring-green-900\/40:focus{
  --tw-ring-color:rgb(6 78 59 / 0.4) !important
}

.focus\:ring-green-900\/45:focus{
  --tw-ring-color:rgb(6 78 59 / 0.45) !important
}

.focus\:ring-green-900\/5:focus{
  --tw-ring-color:rgb(6 78 59 / 0.05) !important
}

.focus\:ring-green-900\/50:focus{
  --tw-ring-color:rgb(6 78 59 / 0.5) !important
}

.focus\:ring-green-900\/55:focus{
  --tw-ring-color:rgb(6 78 59 / 0.55) !important
}

.focus\:ring-green-900\/60:focus{
  --tw-ring-color:rgb(6 78 59 / 0.6) !important
}

.focus\:ring-green-900\/65:focus{
  --tw-ring-color:rgb(6 78 59 / 0.65) !important
}

.focus\:ring-green-900\/70:focus{
  --tw-ring-color:rgb(6 78 59 / 0.7) !important
}

.focus\:ring-green-900\/75:focus{
  --tw-ring-color:rgb(6 78 59 / 0.75) !important
}

.focus\:ring-green-900\/80:focus{
  --tw-ring-color:rgb(6 78 59 / 0.8) !important
}

.focus\:ring-green-900\/85:focus{
  --tw-ring-color:rgb(6 78 59 / 0.85) !important
}

.focus\:ring-green-900\/90:focus{
  --tw-ring-color:rgb(6 78 59 / 0.9) !important
}

.focus\:ring-green-900\/95:focus{
  --tw-ring-color:rgb(6 78 59 / 0.95) !important
}

.focus\:ring-orange-100:focus{
  --tw-ring-opacity:1 !important;
  --tw-ring-color:rgb(255 221 209 / var(--tw-ring-opacity, 1)) !important
}

.focus\:ring-orange-100\/0:focus{
  --tw-ring-color:rgb(255 221 209 / 0) !important
}

.focus\:ring-orange-100\/10:focus{
  --tw-ring-color:rgb(255 221 209 / 0.1) !important
}

.focus\:ring-orange-100\/100:focus{
  --tw-ring-color:rgb(255 221 209 / 1) !important
}

.focus\:ring-orange-100\/15:focus{
  --tw-ring-color:rgb(255 221 209 / 0.15) !important
}

.focus\:ring-orange-100\/20:focus{
  --tw-ring-color:rgb(255 221 209 / 0.2) !important
}

.focus\:ring-orange-100\/25:focus{
  --tw-ring-color:rgb(255 221 209 / 0.25) !important
}

.focus\:ring-orange-100\/30:focus{
  --tw-ring-color:rgb(255 221 209 / 0.3) !important
}

.focus\:ring-orange-100\/35:focus{
  --tw-ring-color:rgb(255 221 209 / 0.35) !important
}

.focus\:ring-orange-100\/40:focus{
  --tw-ring-color:rgb(255 221 209 / 0.4) !important
}

.focus\:ring-orange-100\/45:focus{
  --tw-ring-color:rgb(255 221 209 / 0.45) !important
}

.focus\:ring-orange-100\/5:focus{
  --tw-ring-color:rgb(255 221 209 / 0.05) !important
}

.focus\:ring-orange-100\/50:focus{
  --tw-ring-color:rgb(255 221 209 / 0.5) !important
}

.focus\:ring-orange-100\/55:focus{
  --tw-ring-color:rgb(255 221 209 / 0.55) !important
}

.focus\:ring-orange-100\/60:focus{
  --tw-ring-color:rgb(255 221 209 / 0.6) !important
}

.focus\:ring-orange-100\/65:focus{
  --tw-ring-color:rgb(255 221 209 / 0.65) !important
}

.focus\:ring-orange-100\/70:focus{
  --tw-ring-color:rgb(255 221 209 / 0.7) !important
}

.focus\:ring-orange-100\/75:focus{
  --tw-ring-color:rgb(255 221 209 / 0.75) !important
}

.focus\:ring-orange-100\/80:focus{
  --tw-ring-color:rgb(255 221 209 / 0.8) !important
}

.focus\:ring-orange-100\/85:focus{
  --tw-ring-color:rgb(255 221 209 / 0.85) !important
}

.focus\:ring-orange-100\/90:focus{
  --tw-ring-color:rgb(255 221 209 / 0.9) !important
}

.focus\:ring-orange-100\/95:focus{
  --tw-ring-color:rgb(255 221 209 / 0.95) !important
}

.focus\:ring-orange-200:focus{
  --tw-ring-opacity:1 !important;
  --tw-ring-color:rgb(254 215 170 / var(--tw-ring-opacity, 1)) !important
}

.focus\:ring-orange-200\/0:focus{
  --tw-ring-color:rgb(254 215 170 / 0) !important
}

.focus\:ring-orange-200\/10:focus{
  --tw-ring-color:rgb(254 215 170 / 0.1) !important
}

.focus\:ring-orange-200\/100:focus{
  --tw-ring-color:rgb(254 215 170 / 1) !important
}

.focus\:ring-orange-200\/15:focus{
  --tw-ring-color:rgb(254 215 170 / 0.15) !important
}

.focus\:ring-orange-200\/20:focus{
  --tw-ring-color:rgb(254 215 170 / 0.2) !important
}

.focus\:ring-orange-200\/25:focus{
  --tw-ring-color:rgb(254 215 170 / 0.25) !important
}

.focus\:ring-orange-200\/30:focus{
  --tw-ring-color:rgb(254 215 170 / 0.3) !important
}

.focus\:ring-orange-200\/35:focus{
  --tw-ring-color:rgb(254 215 170 / 0.35) !important
}

.focus\:ring-orange-200\/40:focus{
  --tw-ring-color:rgb(254 215 170 / 0.4) !important
}

.focus\:ring-orange-200\/45:focus{
  --tw-ring-color:rgb(254 215 170 / 0.45) !important
}

.focus\:ring-orange-200\/5:focus{
  --tw-ring-color:rgb(254 215 170 / 0.05) !important
}

.focus\:ring-orange-200\/50:focus{
  --tw-ring-color:rgb(254 215 170 / 0.5) !important
}

.focus\:ring-orange-200\/55:focus{
  --tw-ring-color:rgb(254 215 170 / 0.55) !important
}

.focus\:ring-orange-200\/60:focus{
  --tw-ring-color:rgb(254 215 170 / 0.6) !important
}

.focus\:ring-orange-200\/65:focus{
  --tw-ring-color:rgb(254 215 170 / 0.65) !important
}

.focus\:ring-orange-200\/70:focus{
  --tw-ring-color:rgb(254 215 170 / 0.7) !important
}

.focus\:ring-orange-200\/75:focus{
  --tw-ring-color:rgb(254 215 170 / 0.75) !important
}

.focus\:ring-orange-200\/80:focus{
  --tw-ring-color:rgb(254 215 170 / 0.8) !important
}

.focus\:ring-orange-200\/85:focus{
  --tw-ring-color:rgb(254 215 170 / 0.85) !important
}

.focus\:ring-orange-200\/90:focus{
  --tw-ring-color:rgb(254 215 170 / 0.9) !important
}

.focus\:ring-orange-200\/95:focus{
  --tw-ring-color:rgb(254 215 170 / 0.95) !important
}

.focus\:ring-orange-300:focus{
  --tw-ring-opacity:1 !important;
  --tw-ring-color:rgb(255 187 162 / var(--tw-ring-opacity, 1)) !important
}

.focus\:ring-orange-300\/0:focus{
  --tw-ring-color:rgb(255 187 162 / 0) !important
}

.focus\:ring-orange-300\/10:focus{
  --tw-ring-color:rgb(255 187 162 / 0.1) !important
}

.focus\:ring-orange-300\/100:focus{
  --tw-ring-color:rgb(255 187 162 / 1) !important
}

.focus\:ring-orange-300\/15:focus{
  --tw-ring-color:rgb(255 187 162 / 0.15) !important
}

.focus\:ring-orange-300\/20:focus{
  --tw-ring-color:rgb(255 187 162 / 0.2) !important
}

.focus\:ring-orange-300\/25:focus{
  --tw-ring-color:rgb(255 187 162 / 0.25) !important
}

.focus\:ring-orange-300\/30:focus{
  --tw-ring-color:rgb(255 187 162 / 0.3) !important
}

.focus\:ring-orange-300\/35:focus{
  --tw-ring-color:rgb(255 187 162 / 0.35) !important
}

.focus\:ring-orange-300\/40:focus{
  --tw-ring-color:rgb(255 187 162 / 0.4) !important
}

.focus\:ring-orange-300\/45:focus{
  --tw-ring-color:rgb(255 187 162 / 0.45) !important
}

.focus\:ring-orange-300\/5:focus{
  --tw-ring-color:rgb(255 187 162 / 0.05) !important
}

.focus\:ring-orange-300\/50:focus{
  --tw-ring-color:rgb(255 187 162 / 0.5) !important
}

.focus\:ring-orange-300\/55:focus{
  --tw-ring-color:rgb(255 187 162 / 0.55) !important
}

.focus\:ring-orange-300\/60:focus{
  --tw-ring-color:rgb(255 187 162 / 0.6) !important
}

.focus\:ring-orange-300\/65:focus{
  --tw-ring-color:rgb(255 187 162 / 0.65) !important
}

.focus\:ring-orange-300\/70:focus{
  --tw-ring-color:rgb(255 187 162 / 0.7) !important
}

.focus\:ring-orange-300\/75:focus{
  --tw-ring-color:rgb(255 187 162 / 0.75) !important
}

.focus\:ring-orange-300\/80:focus{
  --tw-ring-color:rgb(255 187 162 / 0.8) !important
}

.focus\:ring-orange-300\/85:focus{
  --tw-ring-color:rgb(255 187 162 / 0.85) !important
}

.focus\:ring-orange-300\/90:focus{
  --tw-ring-color:rgb(255 187 162 / 0.9) !important
}

.focus\:ring-orange-300\/95:focus{
  --tw-ring-color:rgb(255 187 162 / 0.95) !important
}

.focus\:ring-orange-500:focus{
  --tw-ring-opacity:1 !important;
  --tw-ring-color:rgb(255 153 116 / var(--tw-ring-opacity, 1)) !important
}

.focus\:ring-orange-500\/0:focus{
  --tw-ring-color:rgb(255 153 116 / 0) !important
}

.focus\:ring-orange-500\/10:focus{
  --tw-ring-color:rgb(255 153 116 / 0.1) !important
}

.focus\:ring-orange-500\/100:focus{
  --tw-ring-color:rgb(255 153 116 / 1) !important
}

.focus\:ring-orange-500\/15:focus{
  --tw-ring-color:rgb(255 153 116 / 0.15) !important
}

.focus\:ring-orange-500\/20:focus{
  --tw-ring-color:rgb(255 153 116 / 0.2) !important
}

.focus\:ring-orange-500\/25:focus{
  --tw-ring-color:rgb(255 153 116 / 0.25) !important
}

.focus\:ring-orange-500\/30:focus{
  --tw-ring-color:rgb(255 153 116 / 0.3) !important
}

.focus\:ring-orange-500\/35:focus{
  --tw-ring-color:rgb(255 153 116 / 0.35) !important
}

.focus\:ring-orange-500\/40:focus{
  --tw-ring-color:rgb(255 153 116 / 0.4) !important
}

.focus\:ring-orange-500\/45:focus{
  --tw-ring-color:rgb(255 153 116 / 0.45) !important
}

.focus\:ring-orange-500\/5:focus{
  --tw-ring-color:rgb(255 153 116 / 0.05) !important
}

.focus\:ring-orange-500\/50:focus{
  --tw-ring-color:rgb(255 153 116 / 0.5) !important
}

.focus\:ring-orange-500\/55:focus{
  --tw-ring-color:rgb(255 153 116 / 0.55) !important
}

.focus\:ring-orange-500\/60:focus{
  --tw-ring-color:rgb(255 153 116 / 0.6) !important
}

.focus\:ring-orange-500\/65:focus{
  --tw-ring-color:rgb(255 153 116 / 0.65) !important
}

.focus\:ring-orange-500\/70:focus{
  --tw-ring-color:rgb(255 153 116 / 0.7) !important
}

.focus\:ring-orange-500\/75:focus{
  --tw-ring-color:rgb(255 153 116 / 0.75) !important
}

.focus\:ring-orange-500\/80:focus{
  --tw-ring-color:rgb(255 153 116 / 0.8) !important
}

.focus\:ring-orange-500\/85:focus{
  --tw-ring-color:rgb(255 153 116 / 0.85) !important
}

.focus\:ring-orange-500\/90:focus{
  --tw-ring-color:rgb(255 153 116 / 0.9) !important
}

.focus\:ring-orange-500\/95:focus{
  --tw-ring-color:rgb(255 153 116 / 0.95) !important
}

.focus\:ring-orange-700:focus{
  --tw-ring-opacity:1 !important;
  --tw-ring-color:rgb(255 119 69 / var(--tw-ring-opacity, 1)) !important
}

.focus\:ring-orange-700\/0:focus{
  --tw-ring-color:rgb(255 119 69 / 0) !important
}

.focus\:ring-orange-700\/10:focus{
  --tw-ring-color:rgb(255 119 69 / 0.1) !important
}

.focus\:ring-orange-700\/100:focus{
  --tw-ring-color:rgb(255 119 69 / 1) !important
}

.focus\:ring-orange-700\/15:focus{
  --tw-ring-color:rgb(255 119 69 / 0.15) !important
}

.focus\:ring-orange-700\/20:focus{
  --tw-ring-color:rgb(255 119 69 / 0.2) !important
}

.focus\:ring-orange-700\/25:focus{
  --tw-ring-color:rgb(255 119 69 / 0.25) !important
}

.focus\:ring-orange-700\/30:focus{
  --tw-ring-color:rgb(255 119 69 / 0.3) !important
}

.focus\:ring-orange-700\/35:focus{
  --tw-ring-color:rgb(255 119 69 / 0.35) !important
}

.focus\:ring-orange-700\/40:focus{
  --tw-ring-color:rgb(255 119 69 / 0.4) !important
}

.focus\:ring-orange-700\/45:focus{
  --tw-ring-color:rgb(255 119 69 / 0.45) !important
}

.focus\:ring-orange-700\/5:focus{
  --tw-ring-color:rgb(255 119 69 / 0.05) !important
}

.focus\:ring-orange-700\/50:focus{
  --tw-ring-color:rgb(255 119 69 / 0.5) !important
}

.focus\:ring-orange-700\/55:focus{
  --tw-ring-color:rgb(255 119 69 / 0.55) !important
}

.focus\:ring-orange-700\/60:focus{
  --tw-ring-color:rgb(255 119 69 / 0.6) !important
}

.focus\:ring-orange-700\/65:focus{
  --tw-ring-color:rgb(255 119 69 / 0.65) !important
}

.focus\:ring-orange-700\/70:focus{
  --tw-ring-color:rgb(255 119 69 / 0.7) !important
}

.focus\:ring-orange-700\/75:focus{
  --tw-ring-color:rgb(255 119 69 / 0.75) !important
}

.focus\:ring-orange-700\/80:focus{
  --tw-ring-color:rgb(255 119 69 / 0.8) !important
}

.focus\:ring-orange-700\/85:focus{
  --tw-ring-color:rgb(255 119 69 / 0.85) !important
}

.focus\:ring-orange-700\/90:focus{
  --tw-ring-color:rgb(255 119 69 / 0.9) !important
}

.focus\:ring-orange-700\/95:focus{
  --tw-ring-color:rgb(255 119 69 / 0.95) !important
}

.focus\:ring-orange-900:focus{
  --tw-ring-opacity:1 !important;
  --tw-ring-color:rgb(255 85 23 / var(--tw-ring-opacity, 1)) !important
}

.focus\:ring-orange-900\/0:focus{
  --tw-ring-color:rgb(255 85 23 / 0) !important
}

.focus\:ring-orange-900\/10:focus{
  --tw-ring-color:rgb(255 85 23 / 0.1) !important
}

.focus\:ring-orange-900\/100:focus{
  --tw-ring-color:rgb(255 85 23 / 1) !important
}

.focus\:ring-orange-900\/15:focus{
  --tw-ring-color:rgb(255 85 23 / 0.15) !important
}

.focus\:ring-orange-900\/20:focus{
  --tw-ring-color:rgb(255 85 23 / 0.2) !important
}

.focus\:ring-orange-900\/25:focus{
  --tw-ring-color:rgb(255 85 23 / 0.25) !important
}

.focus\:ring-orange-900\/30:focus{
  --tw-ring-color:rgb(255 85 23 / 0.3) !important
}

.focus\:ring-orange-900\/35:focus{
  --tw-ring-color:rgb(255 85 23 / 0.35) !important
}

.focus\:ring-orange-900\/40:focus{
  --tw-ring-color:rgb(255 85 23 / 0.4) !important
}

.focus\:ring-orange-900\/45:focus{
  --tw-ring-color:rgb(255 85 23 / 0.45) !important
}

.focus\:ring-orange-900\/5:focus{
  --tw-ring-color:rgb(255 85 23 / 0.05) !important
}

.focus\:ring-orange-900\/50:focus{
  --tw-ring-color:rgb(255 85 23 / 0.5) !important
}

.focus\:ring-orange-900\/55:focus{
  --tw-ring-color:rgb(255 85 23 / 0.55) !important
}

.focus\:ring-orange-900\/60:focus{
  --tw-ring-color:rgb(255 85 23 / 0.6) !important
}

.focus\:ring-orange-900\/65:focus{
  --tw-ring-color:rgb(255 85 23 / 0.65) !important
}

.focus\:ring-orange-900\/70:focus{
  --tw-ring-color:rgb(255 85 23 / 0.7) !important
}

.focus\:ring-orange-900\/75:focus{
  --tw-ring-color:rgb(255 85 23 / 0.75) !important
}

.focus\:ring-orange-900\/80:focus{
  --tw-ring-color:rgb(255 85 23 / 0.8) !important
}

.focus\:ring-orange-900\/85:focus{
  --tw-ring-color:rgb(255 85 23 / 0.85) !important
}

.focus\:ring-orange-900\/90:focus{
  --tw-ring-color:rgb(255 85 23 / 0.9) !important
}

.focus\:ring-orange-900\/95:focus{
  --tw-ring-color:rgb(255 85 23 / 0.95) !important
}

.focus\:ring-red-100:focus{
  --tw-ring-opacity:1 !important;
  --tw-ring-color:rgb(255 213 215 / var(--tw-ring-opacity, 1)) !important
}

.focus\:ring-red-100\/0:focus{
  --tw-ring-color:rgb(255 213 215 / 0) !important
}

.focus\:ring-red-100\/10:focus{
  --tw-ring-color:rgb(255 213 215 / 0.1) !important
}

.focus\:ring-red-100\/100:focus{
  --tw-ring-color:rgb(255 213 215 / 1) !important
}

.focus\:ring-red-100\/15:focus{
  --tw-ring-color:rgb(255 213 215 / 0.15) !important
}

.focus\:ring-red-100\/20:focus{
  --tw-ring-color:rgb(255 213 215 / 0.2) !important
}

.focus\:ring-red-100\/25:focus{
  --tw-ring-color:rgb(255 213 215 / 0.25) !important
}

.focus\:ring-red-100\/30:focus{
  --tw-ring-color:rgb(255 213 215 / 0.3) !important
}

.focus\:ring-red-100\/35:focus{
  --tw-ring-color:rgb(255 213 215 / 0.35) !important
}

.focus\:ring-red-100\/40:focus{
  --tw-ring-color:rgb(255 213 215 / 0.4) !important
}

.focus\:ring-red-100\/45:focus{
  --tw-ring-color:rgb(255 213 215 / 0.45) !important
}

.focus\:ring-red-100\/5:focus{
  --tw-ring-color:rgb(255 213 215 / 0.05) !important
}

.focus\:ring-red-100\/50:focus{
  --tw-ring-color:rgb(255 213 215 / 0.5) !important
}

.focus\:ring-red-100\/55:focus{
  --tw-ring-color:rgb(255 213 215 / 0.55) !important
}

.focus\:ring-red-100\/60:focus{
  --tw-ring-color:rgb(255 213 215 / 0.6) !important
}

.focus\:ring-red-100\/65:focus{
  --tw-ring-color:rgb(255 213 215 / 0.65) !important
}

.focus\:ring-red-100\/70:focus{
  --tw-ring-color:rgb(255 213 215 / 0.7) !important
}

.focus\:ring-red-100\/75:focus{
  --tw-ring-color:rgb(255 213 215 / 0.75) !important
}

.focus\:ring-red-100\/80:focus{
  --tw-ring-color:rgb(255 213 215 / 0.8) !important
}

.focus\:ring-red-100\/85:focus{
  --tw-ring-color:rgb(255 213 215 / 0.85) !important
}

.focus\:ring-red-100\/90:focus{
  --tw-ring-color:rgb(255 213 215 / 0.9) !important
}

.focus\:ring-red-100\/95:focus{
  --tw-ring-color:rgb(255 213 215 / 0.95) !important
}

.focus\:ring-red-200:focus{
  --tw-ring-opacity:1 !important;
  --tw-ring-color:rgb(255 172 174 / var(--tw-ring-opacity, 1)) !important
}

.focus\:ring-red-200\/0:focus{
  --tw-ring-color:rgb(255 172 174 / 0) !important
}

.focus\:ring-red-200\/10:focus{
  --tw-ring-color:rgb(255 172 174 / 0.1) !important
}

.focus\:ring-red-200\/100:focus{
  --tw-ring-color:rgb(255 172 174 / 1) !important
}

.focus\:ring-red-200\/15:focus{
  --tw-ring-color:rgb(255 172 174 / 0.15) !important
}

.focus\:ring-red-200\/20:focus{
  --tw-ring-color:rgb(255 172 174 / 0.2) !important
}

.focus\:ring-red-200\/25:focus{
  --tw-ring-color:rgb(255 172 174 / 0.25) !important
}

.focus\:ring-red-200\/30:focus{
  --tw-ring-color:rgb(255 172 174 / 0.3) !important
}

.focus\:ring-red-200\/35:focus{
  --tw-ring-color:rgb(255 172 174 / 0.35) !important
}

.focus\:ring-red-200\/40:focus{
  --tw-ring-color:rgb(255 172 174 / 0.4) !important
}

.focus\:ring-red-200\/45:focus{
  --tw-ring-color:rgb(255 172 174 / 0.45) !important
}

.focus\:ring-red-200\/5:focus{
  --tw-ring-color:rgb(255 172 174 / 0.05) !important
}

.focus\:ring-red-200\/50:focus{
  --tw-ring-color:rgb(255 172 174 / 0.5) !important
}

.focus\:ring-red-200\/55:focus{
  --tw-ring-color:rgb(255 172 174 / 0.55) !important
}

.focus\:ring-red-200\/60:focus{
  --tw-ring-color:rgb(255 172 174 / 0.6) !important
}

.focus\:ring-red-200\/65:focus{
  --tw-ring-color:rgb(255 172 174 / 0.65) !important
}

.focus\:ring-red-200\/70:focus{
  --tw-ring-color:rgb(255 172 174 / 0.7) !important
}

.focus\:ring-red-200\/75:focus{
  --tw-ring-color:rgb(255 172 174 / 0.75) !important
}

.focus\:ring-red-200\/80:focus{
  --tw-ring-color:rgb(255 172 174 / 0.8) !important
}

.focus\:ring-red-200\/85:focus{
  --tw-ring-color:rgb(255 172 174 / 0.85) !important
}

.focus\:ring-red-200\/90:focus{
  --tw-ring-color:rgb(255 172 174 / 0.9) !important
}

.focus\:ring-red-200\/95:focus{
  --tw-ring-color:rgb(255 172 174 / 0.95) !important
}

.focus\:ring-red-300:focus{
  --tw-ring-opacity:1 !important;
  --tw-ring-color:rgb(255 130 134 / var(--tw-ring-opacity, 1)) !important
}

.focus\:ring-red-300\/0:focus{
  --tw-ring-color:rgb(255 130 134 / 0) !important
}

.focus\:ring-red-300\/10:focus{
  --tw-ring-color:rgb(255 130 134 / 0.1) !important
}

.focus\:ring-red-300\/100:focus{
  --tw-ring-color:rgb(255 130 134 / 1) !important
}

.focus\:ring-red-300\/15:focus{
  --tw-ring-color:rgb(255 130 134 / 0.15) !important
}

.focus\:ring-red-300\/20:focus{
  --tw-ring-color:rgb(255 130 134 / 0.2) !important
}

.focus\:ring-red-300\/25:focus{
  --tw-ring-color:rgb(255 130 134 / 0.25) !important
}

.focus\:ring-red-300\/30:focus{
  --tw-ring-color:rgb(255 130 134 / 0.3) !important
}

.focus\:ring-red-300\/35:focus{
  --tw-ring-color:rgb(255 130 134 / 0.35) !important
}

.focus\:ring-red-300\/40:focus{
  --tw-ring-color:rgb(255 130 134 / 0.4) !important
}

.focus\:ring-red-300\/45:focus{
  --tw-ring-color:rgb(255 130 134 / 0.45) !important
}

.focus\:ring-red-300\/5:focus{
  --tw-ring-color:rgb(255 130 134 / 0.05) !important
}

.focus\:ring-red-300\/50:focus{
  --tw-ring-color:rgb(255 130 134 / 0.5) !important
}

.focus\:ring-red-300\/55:focus{
  --tw-ring-color:rgb(255 130 134 / 0.55) !important
}

.focus\:ring-red-300\/60:focus{
  --tw-ring-color:rgb(255 130 134 / 0.6) !important
}

.focus\:ring-red-300\/65:focus{
  --tw-ring-color:rgb(255 130 134 / 0.65) !important
}

.focus\:ring-red-300\/70:focus{
  --tw-ring-color:rgb(255 130 134 / 0.7) !important
}

.focus\:ring-red-300\/75:focus{
  --tw-ring-color:rgb(255 130 134 / 0.75) !important
}

.focus\:ring-red-300\/80:focus{
  --tw-ring-color:rgb(255 130 134 / 0.8) !important
}

.focus\:ring-red-300\/85:focus{
  --tw-ring-color:rgb(255 130 134 / 0.85) !important
}

.focus\:ring-red-300\/90:focus{
  --tw-ring-color:rgb(255 130 134 / 0.9) !important
}

.focus\:ring-red-300\/95:focus{
  --tw-ring-color:rgb(255 130 134 / 0.95) !important
}

.focus\:ring-red-500:focus{
  --tw-ring-opacity:1 !important;
  --tw-ring-color:rgb(255 47 53 / var(--tw-ring-opacity, 1)) !important
}

.focus\:ring-red-500\/0:focus{
  --tw-ring-color:rgb(255 47 53 / 0) !important
}

.focus\:ring-red-500\/10:focus{
  --tw-ring-color:rgb(255 47 53 / 0.1) !important
}

.focus\:ring-red-500\/100:focus{
  --tw-ring-color:rgb(255 47 53 / 1) !important
}

.focus\:ring-red-500\/15:focus{
  --tw-ring-color:rgb(255 47 53 / 0.15) !important
}

.focus\:ring-red-500\/20:focus{
  --tw-ring-color:rgb(255 47 53 / 0.2) !important
}

.focus\:ring-red-500\/25:focus{
  --tw-ring-color:rgb(255 47 53 / 0.25) !important
}

.focus\:ring-red-500\/30:focus{
  --tw-ring-color:rgb(255 47 53 / 0.3) !important
}

.focus\:ring-red-500\/35:focus{
  --tw-ring-color:rgb(255 47 53 / 0.35) !important
}

.focus\:ring-red-500\/40:focus{
  --tw-ring-color:rgb(255 47 53 / 0.4) !important
}

.focus\:ring-red-500\/45:focus{
  --tw-ring-color:rgb(255 47 53 / 0.45) !important
}

.focus\:ring-red-500\/5:focus{
  --tw-ring-color:rgb(255 47 53 / 0.05) !important
}

.focus\:ring-red-500\/50:focus{
  --tw-ring-color:rgb(255 47 53 / 0.5) !important
}

.focus\:ring-red-500\/55:focus{
  --tw-ring-color:rgb(255 47 53 / 0.55) !important
}

.focus\:ring-red-500\/60:focus{
  --tw-ring-color:rgb(255 47 53 / 0.6) !important
}

.focus\:ring-red-500\/65:focus{
  --tw-ring-color:rgb(255 47 53 / 0.65) !important
}

.focus\:ring-red-500\/70:focus{
  --tw-ring-color:rgb(255 47 53 / 0.7) !important
}

.focus\:ring-red-500\/75:focus{
  --tw-ring-color:rgb(255 47 53 / 0.75) !important
}

.focus\:ring-red-500\/80:focus{
  --tw-ring-color:rgb(255 47 53 / 0.8) !important
}

.focus\:ring-red-500\/85:focus{
  --tw-ring-color:rgb(255 47 53 / 0.85) !important
}

.focus\:ring-red-500\/90:focus{
  --tw-ring-color:rgb(255 47 53 / 0.9) !important
}

.focus\:ring-red-500\/95:focus{
  --tw-ring-color:rgb(255 47 53 / 0.95) !important
}

.focus\:ring-red-700:focus{
  --tw-ring-opacity:1 !important;
  --tw-ring-color:rgb(185 28 28 / var(--tw-ring-opacity, 1)) !important
}

.focus\:ring-red-700\/0:focus{
  --tw-ring-color:rgb(185 28 28 / 0) !important
}

.focus\:ring-red-700\/10:focus{
  --tw-ring-color:rgb(185 28 28 / 0.1) !important
}

.focus\:ring-red-700\/100:focus{
  --tw-ring-color:rgb(185 28 28 / 1) !important
}

.focus\:ring-red-700\/15:focus{
  --tw-ring-color:rgb(185 28 28 / 0.15) !important
}

.focus\:ring-red-700\/20:focus{
  --tw-ring-color:rgb(185 28 28 / 0.2) !important
}

.focus\:ring-red-700\/25:focus{
  --tw-ring-color:rgb(185 28 28 / 0.25) !important
}

.focus\:ring-red-700\/30:focus{
  --tw-ring-color:rgb(185 28 28 / 0.3) !important
}

.focus\:ring-red-700\/35:focus{
  --tw-ring-color:rgb(185 28 28 / 0.35) !important
}

.focus\:ring-red-700\/40:focus{
  --tw-ring-color:rgb(185 28 28 / 0.4) !important
}

.focus\:ring-red-700\/45:focus{
  --tw-ring-color:rgb(185 28 28 / 0.45) !important
}

.focus\:ring-red-700\/5:focus{
  --tw-ring-color:rgb(185 28 28 / 0.05) !important
}

.focus\:ring-red-700\/50:focus{
  --tw-ring-color:rgb(185 28 28 / 0.5) !important
}

.focus\:ring-red-700\/55:focus{
  --tw-ring-color:rgb(185 28 28 / 0.55) !important
}

.focus\:ring-red-700\/60:focus{
  --tw-ring-color:rgb(185 28 28 / 0.6) !important
}

.focus\:ring-red-700\/65:focus{
  --tw-ring-color:rgb(185 28 28 / 0.65) !important
}

.focus\:ring-red-700\/70:focus{
  --tw-ring-color:rgb(185 28 28 / 0.7) !important
}

.focus\:ring-red-700\/75:focus{
  --tw-ring-color:rgb(185 28 28 / 0.75) !important
}

.focus\:ring-red-700\/80:focus{
  --tw-ring-color:rgb(185 28 28 / 0.8) !important
}

.focus\:ring-red-700\/85:focus{
  --tw-ring-color:rgb(185 28 28 / 0.85) !important
}

.focus\:ring-red-700\/90:focus{
  --tw-ring-color:rgb(185 28 28 / 0.9) !important
}

.focus\:ring-red-700\/95:focus{
  --tw-ring-color:rgb(185 28 28 / 0.95) !important
}

.focus\:ring-red-900:focus{
  --tw-ring-opacity:1 !important;
  --tw-ring-color:rgb(127 29 29 / var(--tw-ring-opacity, 1)) !important
}

.focus\:ring-red-900\/0:focus{
  --tw-ring-color:rgb(127 29 29 / 0) !important
}

.focus\:ring-red-900\/10:focus{
  --tw-ring-color:rgb(127 29 29 / 0.1) !important
}

.focus\:ring-red-900\/100:focus{
  --tw-ring-color:rgb(127 29 29 / 1) !important
}

.focus\:ring-red-900\/15:focus{
  --tw-ring-color:rgb(127 29 29 / 0.15) !important
}

.focus\:ring-red-900\/20:focus{
  --tw-ring-color:rgb(127 29 29 / 0.2) !important
}

.focus\:ring-red-900\/25:focus{
  --tw-ring-color:rgb(127 29 29 / 0.25) !important
}

.focus\:ring-red-900\/30:focus{
  --tw-ring-color:rgb(127 29 29 / 0.3) !important
}

.focus\:ring-red-900\/35:focus{
  --tw-ring-color:rgb(127 29 29 / 0.35) !important
}

.focus\:ring-red-900\/40:focus{
  --tw-ring-color:rgb(127 29 29 / 0.4) !important
}

.focus\:ring-red-900\/45:focus{
  --tw-ring-color:rgb(127 29 29 / 0.45) !important
}

.focus\:ring-red-900\/5:focus{
  --tw-ring-color:rgb(127 29 29 / 0.05) !important
}

.focus\:ring-red-900\/50:focus{
  --tw-ring-color:rgb(127 29 29 / 0.5) !important
}

.focus\:ring-red-900\/55:focus{
  --tw-ring-color:rgb(127 29 29 / 0.55) !important
}

.focus\:ring-red-900\/60:focus{
  --tw-ring-color:rgb(127 29 29 / 0.6) !important
}

.focus\:ring-red-900\/65:focus{
  --tw-ring-color:rgb(127 29 29 / 0.65) !important
}

.focus\:ring-red-900\/70:focus{
  --tw-ring-color:rgb(127 29 29 / 0.7) !important
}

.focus\:ring-red-900\/75:focus{
  --tw-ring-color:rgb(127 29 29 / 0.75) !important
}

.focus\:ring-red-900\/80:focus{
  --tw-ring-color:rgb(127 29 29 / 0.8) !important
}

.focus\:ring-red-900\/85:focus{
  --tw-ring-color:rgb(127 29 29 / 0.85) !important
}

.focus\:ring-red-900\/90:focus{
  --tw-ring-color:rgb(127 29 29 / 0.9) !important
}

.focus\:ring-red-900\/95:focus{
  --tw-ring-color:rgb(127 29 29 / 0.95) !important
}

.focus\:ring-white:focus{
  --tw-ring-opacity:1 !important;
  --tw-ring-color:rgb(255 255 255 / var(--tw-ring-opacity, 1)) !important
}

.focus\:ring-opacity-50:focus{
  --tw-ring-opacity:0.5 !important
}

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

.focus-visible\:outline:focus-visible{
  outline-style:solid !important
}

.focus-visible\:outline-2:focus-visible{
  outline-width:2px !important
}

.focus-visible\:outline-offset-0:focus-visible{
  outline-offset:0px !important
}

.focus-visible\:outline-offset-2:focus-visible{
  outline-offset:2px !important
}

.focus-visible\:outline-gray-900:focus-visible{
  outline-color:#172E44 !important
}

.focus-visible\:outline-orange-600:focus-visible{
  outline-color:#ea580c !important
}

.focus-visible\:outline-red-600:focus-visible{
  outline-color:#dc2626 !important
}

.disabled\:cursor-not-allowed:disabled{
  cursor:not-allowed !important
}

.disabled\:text-gray-400:disabled{
  --tw-text-opacity:1 !important;
  color:rgb(148 163 184 / 1) !important;
  color:rgb(148 163 184 / var(--tw-text-opacity, 1)) !important
}

.disabled\:opacity-75:disabled{
  opacity:0.75 !important
}

.group:hover .group-hover\:block{
  display:block !important
}

.group:hover .group-hover\:flex{
  display:flex !important
}

.group:hover .group-hover\:border-gray-400{
  --tw-border-opacity:1 !important;
  border-color:rgb(148 163 184 / 1) !important;
  border-color:rgb(148 163 184 / var(--tw-border-opacity, 1)) !important
}

.group:hover .group-hover\:bg-gray-300{
  --tw-bg-opacity:1 !important;
  background-color:rgb(203 213 225 / 1) !important;
  background-color:rgb(203 213 225 / var(--tw-bg-opacity, 1)) !important
}

.group:hover .group-hover\:bg-orange-900{
  --tw-bg-opacity:1 !important;
  background-color:rgb(255 85 23 / 1) !important;
  background-color:rgb(255 85 23 / var(--tw-bg-opacity, 1)) !important
}

.group:hover .group-hover\:text-gray-400{
  --tw-text-opacity:1 !important;
  color:rgb(148 163 184 / 1) !important;
  color:rgb(148 163 184 / var(--tw-text-opacity, 1)) !important
}

.group:hover .group-hover\:text-gray-500{
  --tw-text-opacity:1 !important;
  color:rgb(100 116 139 / 1) !important;
  color:rgb(100 116 139 / var(--tw-text-opacity, 1)) !important
}

.group:hover .group-hover\:text-gray-900{
  --tw-text-opacity:1 !important;
  color:rgb(23 46 68 / 1) !important;
  color:rgb(23 46 68 / var(--tw-text-opacity, 1)) !important
}

.group:hover .group-hover\:text-red-500{
  --tw-text-opacity:1 !important;
  color:rgb(255 47 53 / 1) !important;
  color:rgb(255 47 53 / var(--tw-text-opacity, 1)) !important
}

@media (min-width: 640px){
  .sm\:static{
    position:static !important
  }

  .sm\:inset-auto{
    inset:auto !important
  }

  .sm\:col-span-2{
    grid-column:span 2 / span 2 !important
  }

  .sm\:col-span-3{
    grid-column:span 3 / span 3 !important
  }

  .sm\:col-start-1{
    grid-column-start:1 !important
  }

  .sm\:col-start-2{
    grid-column-start:2 !important
  }

  .sm\:-mx-6{
    margin-left:-1.5rem !important;
    margin-right:-1.5rem !important
  }

  .sm\:mx-0{
    margin-left:0px !important;
    margin-right:0px !important
  }

  .sm\:mx-2{
    margin-left:0.5rem !important;
    margin-right:0.5rem !important
  }

  .sm\:my-8{
    margin-top:2rem !important;
    margin-bottom:2rem !important
  }

  .sm\:-ml-3{
    margin-left:-0.75rem !important
  }

  .sm\:mb-0{
    margin-bottom:0px !important
  }

  .sm\:ml-3{
    margin-left:0.75rem !important
  }

  .sm\:ml-4{
    margin-left:1rem !important
  }

  .sm\:ml-6{
    margin-left:1.5rem !important
  }

  .sm\:mt-0{
    margin-top:0px !important
  }

  .sm\:mt-4{
    margin-top:1rem !important
  }

  .sm\:mt-5{
    margin-top:1.25rem !important
  }

  .sm\:mt-6{
    margin-top:1.5rem !important
  }

  .sm\:block{
    display:block !important
  }

  .sm\:inline-block{
    display:inline-block !important
  }

  .sm\:inline{
    display:inline !important
  }

  .sm\:flex{
    display:flex !important
  }

  .sm\:grid{
    display:grid !important
  }

  .sm\:hidden{
    display:none !important
  }

  .sm\:h-10{
    height:2.5rem !important
  }

  .sm\:h-6{
    height:1.5rem !important
  }

  .sm\:h-96{
    height:24rem !important
  }

  .sm\:h-screen{
    height:100vh !important
  }

  .sm\:w-1\/2{
    width:50% !important
  }

  .sm\:w-10{
    width:2.5rem !important
  }

  .sm\:w-auto{
    width:auto !important
  }

  .sm\:w-full{
    width:100% !important
  }

  .sm\:max-w-xl{
    max-width:36rem !important
  }

  .sm\:flex-1{
    flex:1 1 !important
  }

  .sm\:flex-shrink-0{
    flex-shrink:0 !important
  }

  .sm\:translate-x-0{
    --tw-translate-x:0px !important;
    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)) !important
  }

  .sm\:translate-x-2{
    --tw-translate-x:0.5rem !important;
    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)) !important
  }

  .sm\:translate-y-0{
    --tw-translate-y:0px !important;
    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)) !important
  }

  .sm\:scale-100{
    --tw-scale-x:1 !important;
    --tw-scale-y:1 !important;
    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)) !important
  }

  .sm\:scale-95{
    --tw-scale-x:.95 !important;
    --tw-scale-y:.95 !important;
    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)) !important
  }

  .sm\:grid-flow-row-dense{
    grid-auto-flow:row dense !important
  }

  .sm\:grid-cols-1{
    grid-template-columns:repeat(1, minmax(0, 1fr)) !important
  }

  .sm\:grid-cols-2{
    grid-template-columns:repeat(2, minmax(0, 1fr)) !important
  }

  .sm\:grid-cols-3{
    grid-template-columns:repeat(3, minmax(0, 1fr)) !important
  }

  .sm\:flex-row{
    flex-direction:row !important
  }

  .sm\:flex-row-reverse{
    flex-direction:row-reverse !important
  }

  .sm\:items-start{
    align-items:flex-start !important
  }

  .sm\:items-end{
    align-items:flex-end !important
  }

  .sm\:items-center{
    align-items:center !important
  }

  .sm\:justify-between{
    justify-content:space-between !important
  }

  .sm\:gap-3{
    gap:0.75rem !important
  }

  .sm\:gap-4{
    gap:1rem !important
  }

  .sm\:gap-px{
    gap:1px !important
  }

  .sm\:gap-y-0{
    row-gap:0px !important
  }

  .sm\:gap-y-10{
    row-gap:2.5rem !important
  }

  .sm\:divide-y > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse:0 !important;
    border-top-width:calc(1px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width:calc(1px * var(--tw-divide-y-reverse)) !important
  }

  .sm\:rounded{
    border-radius:0.25rem !important
  }

  .sm\:border-0{
    border-width:0px !important
  }

  .sm\:p-0{
    padding:0px !important
  }

  .sm\:p-10{
    padding:2.5rem !important
  }

  .sm\:p-3{
    padding:0.75rem !important
  }

  .sm\:p-4{
    padding:1rem !important
  }

  .sm\:p-6{
    padding:1.5rem !important
  }

  .sm\:px-10{
    padding-left:2.5rem !important;
    padding-right:2.5rem !important
  }

  .sm\:px-3{
    padding-left:0.75rem !important;
    padding-right:0.75rem !important
  }

  .sm\:px-3\.5{
    padding-left:0.875rem !important;
    padding-right:0.875rem !important
  }

  .sm\:px-5{
    padding-left:1.25rem !important;
    padding-right:1.25rem !important
  }

  .sm\:px-6{
    padding-left:1.5rem !important;
    padding-right:1.5rem !important
  }

  .sm\:py-20{
    padding-top:5rem !important;
    padding-bottom:5rem !important
  }

  .sm\:py-5{
    padding-top:1.25rem !important;
    padding-bottom:1.25rem !important
  }

  .sm\:py-6{
    padding-top:1.5rem !important;
    padding-bottom:1.5rem !important
  }

  .sm\:pl-0{
    padding-left:0px !important
  }

  .sm\:pr-0{
    padding-right:0px !important
  }

  .sm\:text-left{
    text-align:left !important
  }

  .sm\:text-right{
    text-align:right !important
  }

  .sm\:align-middle{
    vertical-align:middle !important
  }

  .sm\:text-sm{
    font-size:0.813rem !important
  }

  .sm\:leading-6{
    line-height:1.5rem !important
  }

  .sm\:duration-300{
    transition-duration:300ms !important
  }
}

@media (min-width: 768px){
  .md\:col-span-1{
    grid-column:span 1 / span 1 !important
  }

  .md\:-ml-0{
    margin-left:-0px !important
  }

  .md\:mb-0{
    margin-bottom:0px !important
  }

  .md\:mr-4{
    margin-right:1rem !important
  }

  .md\:mr-6{
    margin-right:1.5rem !important
  }

  .md\:mt-0{
    margin-top:0px !important
  }

  .md\:block{
    display:block !important
  }

  .md\:inline-block{
    display:inline-block !important
  }

  .md\:flex{
    display:flex !important
  }

  .md\:grid{
    display:grid !important
  }

  .md\:hidden{
    display:none !important
  }

  .md\:max-h-\[calc\(100vh-10rem\)\]{
    max-height:calc(100vh - 10rem) !important
  }

  .md\:max-h-\[calc\(100vh-20rem\)\]{
    max-height:calc(100vh - 20rem) !important
  }

  .md\:max-h-\[calc\(100vh-37rem\)\]{
    max-height:calc(100vh - 37rem) !important
  }

  .md\:w-1\/2{
    width:50% !important
  }

  .md\:w-1\/3{
    width:33.333333% !important
  }

  .md\:w-1\/4{
    width:25% !important
  }

  .md\:w-1\/5{
    width:20% !important
  }

  .md\:w-1\/6{
    width:16.666667% !important
  }

  .md\:w-14{
    width:3.5rem !important
  }

  .md\:w-2\/3{
    width:66.666667% !important
  }

  .md\:w-64{
    width:16rem !important
  }

  .md\:w-8{
    width:2rem !important
  }

  .md\:max-w-none{
    max-width:none !important
  }

  .md\:flex-1{
    flex:1 1 !important
  }

  .md\:flex-none{
    flex:none !important
  }

  .md\:grid-cols-1{
    grid-template-columns:repeat(1, minmax(0, 1fr)) !important
  }

  .md\:grid-cols-2{
    grid-template-columns:repeat(2, minmax(0, 1fr)) !important
  }

  .md\:grid-cols-3{
    grid-template-columns:repeat(3, minmax(0, 1fr)) !important
  }

  .md\:grid-rows-1{
    grid-template-rows:repeat(1, minmax(0, 1fr)) !important
  }

  .md\:flex-row{
    flex-direction:row !important
  }

  .md\:flex-col{
    flex-direction:column !important
  }

  .md\:items-center{
    align-items:center !important
  }

  .md\:justify-end{
    justify-content:flex-end !important
  }

  .md\:justify-center{
    justify-content:center !important
  }

  .md\:gap-x-4{
    -moz-column-gap:1rem !important;
         column-gap:1rem !important
  }

  .md\:divide-x > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse:0 !important;
    border-right-width:calc(1px * var(--tw-divide-x-reverse)) !important;
    border-left-width:calc(1px * calc(1 - var(--tw-divide-x-reverse))) !important
  }

  .md\:divide-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse:0 !important;
    border-top-width:calc(0px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width:calc(0px * var(--tw-divide-y-reverse)) !important
  }

  .md\:p-20{
    padding:5rem !important
  }

  .md\:px-0{
    padding-left:0px !important;
    padding-right:0px !important
  }

  .md\:px-3{
    padding-left:0.75rem !important;
    padding-right:0.75rem !important
  }

  .md\:pb-2{
    padding-bottom:0.5rem !important
  }

  .md\:text-right{
    text-align:right !important
  }
}

@media (min-width: 1024px){
  .lg\:absolute{
    position:absolute !important
  }

  .lg\:inset-y-1{
    top:0.25rem !important;
    bottom:0.25rem !important
  }

  .lg\:bottom-0{
    bottom:0px !important
  }

  .lg\:left-56{
    left:14rem !important
  }

  .lg\:left-6{
    left:1.5rem !important
  }

  .lg\:right-1{
    right:0.25rem !important
  }

  .lg\:col-span-1{
    grid-column:span 1 / span 1 !important
  }

  .lg\:col-span-2{
    grid-column:span 2 / span 2 !important
  }

  .lg\:-mx-8{
    margin-left:-2rem !important;
    margin-right:-2rem !important
  }

  .lg\:ml-10{
    margin-left:2.5rem !important
  }

  .lg\:ml-12{
    margin-left:3rem !important
  }

  .lg\:ml-7{
    margin-left:1.75rem !important
  }

  .lg\:mr-6{
    margin-right:1.5rem !important
  }

  .lg\:mt-0{
    margin-top:0px !important
  }

  .lg\:block{
    display:block !important
  }

  .lg\:flex{
    display:flex !important
  }

  .lg\:grid{
    display:grid !important
  }

  .lg\:hidden{
    display:none !important
  }

  .lg\:w-1\/12{
    width:8.333333% !important
  }

  .lg\:w-1\/2{
    width:50% !important
  }

  .lg\:w-1\/3{
    width:33.333333% !important
  }

  .lg\:w-1\/4{
    width:25% !important
  }

  .lg\:w-1\/5{
    width:20% !important
  }

  .lg\:w-1\/6{
    width:16.666667% !important
  }

  .lg\:w-3\/4{
    width:75% !important
  }

  .lg\:w-32{
    width:8rem !important
  }

  .lg\:w-5{
    width:1.25rem !important
  }

  .lg\:w-auto{
    width:auto !important
  }

  .lg\:min-w-0{
    min-width:0px !important
  }

  .lg\:max-w-4xl{
    max-width:56rem !important
  }

  .lg\:flex-1{
    flex:1 1 !important
  }

  .lg\:flex-none{
    flex:none !important
  }

  .lg\:grid-cols-1{
    grid-template-columns:repeat(1, minmax(0, 1fr)) !important
  }

  .lg\:grid-cols-2{
    grid-template-columns:repeat(2, minmax(0, 1fr)) !important
  }

  .lg\:grid-cols-3{
    grid-template-columns:repeat(3, minmax(0, 1fr)) !important
  }

  .lg\:grid-cols-4{
    grid-template-columns:repeat(4, minmax(0, 1fr)) !important
  }

  .lg\:grid-rows-1{
    grid-template-rows:repeat(1, minmax(0, 1fr)) !important
  }

  .lg\:flex-row{
    flex-direction:row !important
  }

  .lg\:flex-col{
    flex-direction:column !important
  }

  .lg\:items-center{
    align-items:center !important
  }

  .lg\:justify-between{
    justify-content:space-between !important
  }

  .lg\:gap-x-3{
    -moz-column-gap:0.75rem !important;
         column-gap:0.75rem !important
  }

  .lg\:gap-x-4{
    -moz-column-gap:1rem !important;
         column-gap:1rem !important
  }

  .lg\:gap-y-0{
    row-gap:0px !important
  }

  .lg\:rounded{
    border-radius:0.25rem !important
  }

  .lg\:border-b-0{
    border-bottom-width:0px !important
  }

  .lg\:border-l{
    border-left-width:1px !important
  }

  .lg\:border-gray-100{
    --tw-border-opacity:1 !important;
    border-color:rgb(241 245 249 / 1) !important;
    border-color:rgb(241 245 249 / var(--tw-border-opacity, 1)) !important
  }

  .lg\:p-4{
    padding:1rem !important
  }

  .lg\:px-20{
    padding-left:5rem !important;
    padding-right:5rem !important
  }

  .lg\:px-8{
    padding-left:2rem !important;
    padding-right:2rem !important
  }

  .lg\:pt-0{
    padding-top:0px !important
  }

  .lg\:text-right{
    text-align:right !important
  }

  .lg\:shadow-xl{
    --tw-shadow:0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1) !important;
    --tw-shadow-colored:0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color) !important;
    box-shadow:0 0 #0000, 0 0 #0000, var(--tw-shadow) !important;
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important
  }
}

@media (min-width: 1280px){
  .xl\:fixed{
    position:fixed !important
  }

  .xl\:inset-y-0{
    top:0px !important;
    bottom:0px !important
  }

  .xl\:row-start-auto{
    grid-row-start:auto !important
  }

  .xl\:-ml-0{
    margin-left:-0px !important
  }

  .xl\:block{
    display:block !important
  }

  .xl\:flex{
    display:flex !important
  }

  .xl\:hidden{
    display:none !important
  }

  .xl\:w-1\/4{
    width:25% !important
  }

  .xl\:w-52{
    width:13rem !important
  }

  .xl\:flex-1{
    flex:1 1 !important
  }

  .xl\:flex-row{
    flex-direction:row !important
  }

  .xl\:flex-col{
    flex-direction:column !important
  }

  .xl\:items-center{
    align-items:center !important
  }

  .xl\:gap-x-4{
    -moz-column-gap:1rem !important;
         column-gap:1rem !important
  }

  .xl\:divide-x > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse:0 !important;
    border-right-width:calc(1px * var(--tw-divide-x-reverse)) !important;
    border-left-width:calc(1px * calc(1 - var(--tw-divide-x-reverse))) !important
  }

  .xl\:border-r{
    border-right-width:1px !important
  }

  .xl\:border-gray-200{
    --tw-border-opacity:1 !important;
    border-color:rgb(217 228 236 / 1) !important;
    border-color:rgb(217 228 236 / var(--tw-border-opacity, 1)) !important
  }

  .xl\:px-0{
    padding-left:0px !important;
    padding-right:0px !important
  }

  .xl\:pb-4{
    padding-bottom:1rem !important
  }

  .xl\:pl-20{
    padding-left:5rem !important
  }

  .xl\:pl-3{
    padding-left:0.75rem !important
  }

  .xl\:pl-4{
    padding-left:1rem !important
  }

  .xl\:pl-56{
    padding-left:14rem !important
  }

  .xl\:pr-1{
    padding-right:0.25rem !important
  }

  .xl\:pr-3{
    padding-right:0.75rem !important
  }

  .xl\:pt-2{
    padding-top:0.5rem !important
  }
}

@media (prefers-color-scheme: dark){
  .dark\:bg-gray-900{
    --tw-bg-opacity:1 !important;
    background-color:rgb(23 46 68 / 1) !important;
    background-color:rgb(23 46 68 / var(--tw-bg-opacity, 1)) !important
  }

  .dark\:from-gray-900{
    --tw-gradient-from:#172E44 var(--tw-gradient-from-position) !important;
    --tw-gradient-to:rgb(23 46 68 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to) !important
  }

  .dark\:to-gray-700{
    --tw-gradient-to:#334155 var(--tw-gradient-to-position) !important
  }

  .dark\:text-gray-100{
    --tw-text-opacity:1 !important;
    color:rgb(241 245 249 / 1) !important;
    color:rgb(241 245 249 / var(--tw-text-opacity, 1)) !important
  }

  .dark\:text-gray-200{
    --tw-text-opacity:1 !important;
    color:rgb(217 228 236 / 1) !important;
    color:rgb(217 228 236 / var(--tw-text-opacity, 1)) !important
  }

  .dark\:text-white{
    --tw-text-opacity:1 !important;
    color:rgb(255 255 255 / 1) !important;
    color:rgb(255 255 255 / var(--tw-text-opacity, 1)) !important
  }
}

@media print{
  .print\:m-0{
    margin:0px !important
  }

  .print\:flex{
    display:flex !important
  }

  .print\:hidden{
    display:none !important
  }

  .print\:max-w-5xl{
    max-width:64rem !important
  }

  .print\:grid-cols-4{
    grid-template-columns:repeat(4, minmax(0, 1fr)) !important
  }

  .print\:grid-rows-1{
    grid-template-rows:repeat(1, minmax(0, 1fr)) !important
  }

  .print\:p-0{
    padding:0px !important
  }

  .print\:px-0{
    padding-left:0px !important;
    padding-right:0px !important
  }

  .print\:py-0{
    padding-top:0px !important;
    padding-bottom:0px !important
  }

  .print\:pl-1{
    padding-left:0.25rem !important
  }
}

/*# sourceMappingURL=application.css.map */
